Byte-sized Insights forWeb Development
Featured Posts
Building My Personal Finance Tracker: Backend with Node.js & TypeScript
Starting from this post, I’ll be documenting the journey of building a personal finance tracker, beginning with the backend setup. In this first phase...
The Joy of Small Comforts
Some days, I’m in need of some comfort. I’m tired, emotionally drained, or just feeling besieged by the world. On these days, I try to recognize my ph...
Dijkstra's Algorithm
Dijkstra's Algorithm works on the basis that any subpath B -> D of the shortest path A -> D between vertices A and D is also the shortest path between...
Getting Started with Next.JS
Next.js takes inspiration from React, web-pack, and babel. It is a tool for creating web applications and is famous for server-side rendering.
Building My Personal Finance Tracker: Backend with Node.js & TypeScript
Starting from this post, I’ll be documenting the journey of building a personal finance tracker, beginning with the backend setup. In this first phase, I’ve focused on establishing the backend using TypeScript, Node.js, Express, and MongoDB. As I move forward, I’ll continue sharing my progress, challenges, and insights as I expand the app with more features and eventually move on to the frontend. Stay tuned for more updates!
7 min read
The Joy of Small Comforts
Some days, I’m in need of some comfort. I’m tired, emotionally drained, or just feeling besieged by the world. On these days, I try to recognize my physical, mental and emotional state, and I ask myself what I need.
3 min read
Dynamic Programming
Dynamic Programming is a technique in computer programming that helps to efficiently solve a class of problems that have overlapping subproblems and optimal substructure property.
4 min read
Load More