Byte-sized Insights for
Web Development

Featured Posts

kartik

kartik

Jul 26, 2023

The Joy of Small Comforts

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
kartik

kartik

Jul 25, 2023

Dynamic Programming

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
kartik

kartik

Jul 25, 2023

Dijkstra's Algorithm

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 vertices B and D.
10 min read
Load More