https://github.com/notyetfound404/programming-journey
https://github.com/notyetfound404/programming-journey
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/notyetfound404/programming-journey
- Owner: NotYetFound404
- Created: 2025-01-31T12:48:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-09T17:06:59.000Z (over 1 year ago)
- Last Synced: 2025-02-09T18:22:01.313Z (over 1 year ago)
- Language: Python
- Size: 3.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Programming Journey
## Welcome to my Programming Journey repository! 🚀
This is where I store all the code snippets, experiments, and random ideas I come up with as I explore different programming languages, frameworks, and concepts. Each folder represents a different day, language or category, making it easy to track my progress over time.
This repository will also serve as a companion to the content on my website, where I document my learning journey in more detail.
# Structure
(proposed)
```
programming-journey/
├── go/ # Go language snippets
├── python/ # Python scripts and experiments
├── r/ # R scripts for data analysis
├── c/ # C programs and low-level explorations
├── web/ # HTML, CSS, and JavaScript projects
└── README.md # This file
```
# Today's Snippet:
- Wrote a cointegration-based pairs trading strategy in R with a backtest using synthetic data.
- Started a MBS pricing project
- Analyzed risk management metrics for simulated price paths under different shock regimes
# To-do
- Refactor current projects
- Add detailed explanations
# Why This Repo?
- Track daily coding experiments 📅
- Keep notes on different programming concepts 📝
- Have a reference for future projects 🔍
- See my progress over time 📈
- Stay tuned for more snippets as I learn and experiment! 🚀