📰 Dev.to · Mohamed Idris
Articles from Dev.to · Mohamed Idris · 12 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (9392)
ArXiv cs.AIDev.to · FORUM WEBForbes InnovationDev.to AIOpenAI NewsHugging Face Blog

Dev.to · Mohamed Idris
2d ago
I Built a Web App to Burn Bad Memories and Grow From Them
We all carry memories that weigh us down. Things we said, things we didn't say, moments we wish went...

Dev.to · Mohamed Idris
3d ago
🧠 The Backend Developer Fundamentals Guide
Understand the engine before you drive the car. This guide teaches you the concepts...

Dev.to · Mohamed Idris
4d ago
You Don't Need a Mobile App. A Bot Might Be Enough
You build websites. You're comfortable with APIs, databases, and deployments. But here's a thought —...

Dev.to · Mohamed Idris
3w ago
How I Fixed My Masonry Layout on Mobile Using window.matchMedia
Have you ever built a nice two-column layout, only to realize it looks broken on mobile? That...

Dev.to · Mohamed Idris
3w ago
Why BEM Nesting Breaks in Tailwind v4
So today I spent sometime debugging why some CSS styles weren't applying. Turns out, Tailwind v4...

Dev.to · Mohamed Idris
4w ago
How to Move a Git Branch to a Different Parent
You branched off feature-A, did your work, then realized your branch should have been based on main...

Dev.to · Mohamed Idris
1mo ago
React Query: What Is `staleTime` and Why Should You Care?
Ever fetched data in React and noticed your app keeps hitting the API over and over for the same...

Dev.to · Mohamed Idris
1mo ago
Why You Need to Sync Production Back Into Dev
About our git workflow, we first merge a feature into develop, then the feature into production, then...

Dev.to · Mohamed Idris
1mo ago
Our Git Branching & Development Workflow — A Practical Guide
Every team needs a branching strategy that balances speed with stability. Here's the workflow our...

Dev.to · Mohamed Idris
1mo ago
Git Cherry-Pick: Pull a Specific Commit from Another Branch
Sometimes you need just one commit from another branch — not a full merge. That's what git...

Dev.to · Mohamed Idris
1mo ago
JavaScript Object Methods - A Practical Guide
The Problem Imagine you have a pie recipe object from an API that looks like...

Dev.to · Mohamed Idris
1mo ago
How to update your last commit's date?
Initially I tried git commit --amend, it updates the committer date but preserves the author...
DeepCamp AI