# 👨💻 Sayed Ikhtiaz Ahmed
```text
$ whoami
SayedIkhtiazAhmed
$ status
Learning → Building → Breaking → Debugging → ImprovingI'm learning how to turn ideas into software.
I enjoy understanding how things work, building projects from scratch, breaking them, fixing them, and learning something new from every bug.
while not_done:
learn()
build()
fail()
debug()
improve()├── Programming
├── Problem Solving
├── Software Development
├── Web Development
└── Git & GitHub
I'm currently focused on building a strong foundation rather than rushing through technologies.
Languages
├── Python
├── C / C++
└── JavaScript
Tools
├── Git
├── GitHub
└── VS Code
This list grows as I learn and build.
Most of my journey is happening through projects.
I believe:
The best way to learn programming is to build something that can break.
More projects coming soon. 🚀
[████████████░░░░░░░░] Becoming a better developer
My goal isn't just to learn syntax.
It's to learn how to:
- Think logically
- Solve problems
- Write cleaner code
- Build useful software
- Understand what happens under the hood
- Keep learning
Code is not about knowing everything.
It's about knowing how to figure things out.
Repositories → Building
Skills → Growing
Experience → Loading...
Bugs → Unlimited
If you're interested in coding, open source, or building things, feel free to explore my repositories.
$ git clone my-journey
$ cd my-journey
$ keep_learning⭐ Thanks for visiting my profile.
### One thing I'd specifically recommend
Don't put fake **GitHub statistics, contribution graphs, visitor counters, or dozens of badges** on your profile yet. Once you have several real projects, we can add those and make the README much more impressive.
And I particularly like this part for your profile:
```python
while not_done:
learn()
build()
fail()
debug()
improve()