An open API service indexing awesome lists of open source software.

https://github.com/notyetfound404/programming-journey


https://github.com/notyetfound404/programming-journey

Last synced: 10 months ago
JSON representation

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! 🚀