Muhammad Fuzail
muhammadfuzail.bsky.social
Muhammad Fuzail
@muhammadfuzail.bsky.social
Helping SAAS and EdTech founders build web solutions that convert | React dev | Next.js
Learning feels real again.

Just finished 3 chapters of the DSA course on Python at Boot.dev.
It’s been a while since learning made me struggle in a good way.

Intro to Algorithms
Math: exponents, log, time complexity
Big O: O(n), O(n²), O(log n)

Boot.dev makes learning addictive again.
October 23, 2025 at 6:02 PM
Just implemented pagination in my To-Do List API 🚀

Backend is finally starting to make sense — serving data in chunks means better performance and cleaner design.

Fundamentals are everything. Alhamdulillah for the strength to keep learning 🙏

#NodeJS #Backend #Express #MongoDB #API
October 18, 2025 at 5:49 AM
New chatGPT “project” feature is nice — but here’s the catch

- It remembers all your projects at once.

- So while you’re working on Clean Code, it might suddenly bring up Business.

- Context isolation is key.

- We don’t multitask our minds — so AI shouldn’t either.
October 17, 2025 at 5:33 PM
Most codebases don’t fail because of bad tech.
They fail because no one cared enough to keep them clean.

A short 🧵 on what I learned from the first chapter of Clean Code — and why it matters in real-world teams ↓
October 16, 2025 at 7:10 PM
Built a toy AI agent that can
-> Scan the files in a directory
-> Read file
-> Overwrite file contents
-> Execute the python interpreter on a file
with gemini sdk.
Not perfect, but huge learning on
-> Tool calls.
-> agent loop
Would you trust such agent with your repo? 🤔
LOL
September 21, 2025 at 6:27 AM
Just built something I wish I had when I started learning frontend:

A browser-based coding arena where you can:
- Read the challenge (MDX)
- Code in HTML/CSS/JS
- See your result instantly
- Compare it to a target design

#FrontendDevelopment #WebDev #CSS #JavaScript #LearningByDoing
August 11, 2025 at 7:30 PM