A curated, ever-growing collection of full-stack development resources โ algorithms, code snippets, system design concepts, and interview prep materials.
This repository serves as my personal developer toolkit and learning journal. It contains:
- Algorithm Implementations โ Common DSA problems with clean, well-commented solutions in JavaScript and Python
- Code Snippets โ Reusable patterns for React, Node.js, SQL, Python, TypeScript, and more
- Concept Notes โ System design, design patterns, interview prep, and developer tips
- Daily Logs โ What I learned and added each day
fullstack-kit/
โโโ algorithms/ # DSA problems & solutions
โ โโโ sorting/
โ โโโ searching/
โ โโโ dynamic-programming/
โ โโโ graphs/
โ โโโ trees/
โ โโโ strings/
โโโ snippets/ # Reusable code snippets
โ โโโ javascript/
โ โโโ python/
โ โโโ react/
โ โโโ node/
โ โโโ sql/
โ โโโ css/
โ โโโ typescript/
โโโ concepts/ # Learning notes & references
โ โโโ system-design/
โ โโโ interview-prep/
โ โโโ dev-tips/
โ โโโ design-patterns/
โโโ daily/ # Daily update logs
| Category | Count |
|---|---|
| Sorting | 1 |
| Searching | 0 |
| Dynamic Programming | 0 |
| Graphs | 2 |
| Trees | 2 |
| Strings | 2 |
| Language/Framework | Count |
|---|---|
| JavaScript | 1 |
| Python | 1 |
| React | 0 |
| Node.js | 2 |
| SQL | 1 |
| CSS | 1 |
| TypeScript | 0 |
| Category | Count |
|---|---|
| System Design | 26 |
| Interview Prep | 6 |
| Dev Tips | 7 |
| Design Patterns | 3 |
๐ Total Items: 124 | Last auto-update: 2026-04-10
This is a personal reference repo, but feel free to fork it and adapt it to your own learning journey!
MIT License โ feel free to use any code snippets in your projects.