How I Started Using Claude as Part of My Development WorkflowA short reflection on how I started integrating Claude into my daily development workflow through code reviews, Pull Request automation, custom Skills, and project-aware engineering practices.Claude CodeGitHub ActionsAIMongoDB
Create a simple breadcrumb navigation component with ReactLearn how to build a reusable breadcrumb component in React to improve navigation, enhance user experience, and keep interfaces organized.ReactTypeScriptCSS
Promises and Async AwaitA practical introduction to handling asynchronous JavaScript using Promises and async/await, with simple examples and common patterns.JavaScript
How to Start a Node (Express) Server & Connect to Mongo Atlas DatabaseA step-by-step guide to creating an Express server and connecting it to a MongoDB Atlas database for modern full-stack applications.NodeMongoDB