🛠 The Tools That Power My Day-to-Day Workflow (as a MERN Stack Dev)

Bishop AbrahamBishop Abraham
2 min read

As a MERN stack developer, juggling backend logic, frontend UI, databases, and deployment can get chaotic fast. Over time, I’ve settled into a set of tools that help me stay focused, ship faster, and debug smarter.

Here’s a look at the core tools that power my daily workflow:


💻 1. VS Code

My primary editor. With the right extensions, it feels like a complete IDE.
Must-have extensions:

  • Prettier (auto-formatting)

  • ESLint

  • GitLens

  • Thunder Client (for quick API testing)

  • Tailwind CSS IntelliSense

  • Reactjs code snippets

  • Path intellisense & npm intellisense & import cost


🌐 2. Chrome DevTools & React Developer Tools

I lean heavily on these for debugging UI behavior, inspecting component trees, and tracking network requests. Simple, powerful, essential.


🔧 3. HTTPie

Still my go-to for thorough API testing, especially during backend dev. I use environments for staging vs production and save collections per project.


🗃 4. MongoDB Compass

Sometimes CLI is faster, but Compass makes it easy to visualize data structures and quickly query large datasets when I'm neck-deep in debugging.


🔄 5. Git + GitHub

I stick to a clean Git workflow: feature branches, regular commits, and pull requests with clear commit messages. GitHub Issues & Projects help keep things organized on solo and team projects.


⚙️ 6. Node + Nodemon + Concurrently

For backend work, I rely on:

  • nodemon for hot reloading

  • concurrently to run frontend and backend dev servers together

Simple setup, huge time saver.


🧪 7. Jest + Supertest (for testing)

Writing tests isn’t glamorous, but these two make it straightforward to test APIs and backend logic without too much ceremony.


🧠 8. Obsidian (for dev notes and snippets)

I keep a personal “dev brain” in Obsidian — reusable code snippets, gotchas, lessons learned, and architecture notes. Helps me avoid solving the same problem twice.


🔊 9. Spotify (for focus)

Whether I’m grinding through backend logic or fine-tuning a responsive layout, music keeps me in the zone. I usually queue up deep focus playlists or ambient soundtracks to block distractions and stay immersed in code.


Conclusion

Mastering the MERN stack takes more than just technical know-how — it takes a smart toolkit. These tools don’t just make me faster; they help me stay organized, avoid burnout, and keep shipping high-quality work.

0
Subscribe to my newsletter

Read articles from Bishop Abraham directly inside your inbox. Subscribe to the newsletter, and don't miss out.

Written by

Bishop Abraham
Bishop Abraham

About me? I am a full-stack developer with a frontend heart and a backend brain (when necessary 😅). I’ve been coding professionally for over 4 years, using code as a medium to solve real-life problems. My tech weapon is the MERN stack — tried, tested, and battle-hardened. When I’m not deep in code, you'll probably find me reading stoic and finance books, geeking over ethical hacking or learning computer networks for fun. I have built platforms that don't just work, they improve business metrics and get real results. I am the kind of dev that thrives on challenge, the harder it get, the more excited I get. I treat every project as an opportunity to level up, learn something new and push boundaries. Currently working on two projects which could eventually turn to a startup - CVIntel and Promptus AI. If you're into big ideas, deep tech convos, or just cool side projects, you’re in the right place. Let’s build, break, fix, and grow together.