LogoSahil Khandekar
Type Shift + / to search

Notes from My Dev Journey

Sharing insights, coding experiments, and lessons learned along the way — with the hope that it helps fellow developers.

Automation

Cron Jobs Explained: Automate Tasks Like a Pro

Learn how to automate repetitive tasks using cron jobs. This guide covers the basics of scheduling tasks in Linux and shows you how to use node-cron to add automation to your Node.js applications—no matter what operating system you're using.

Nov 08, 2025
8 min read
Read more
Programming

Understanding Recursion: The Simplest Guide Ever

Recursion isn’t magic — it’s just breaking a problem into smaller versions of itself until it becomes easy to solve. In this guide, we break it down with simple examples so anyone can understand it.

Nov 04, 2025
8 min read
Read more
Performance

Understanding HTTP Caching: A Beginner’s Guide

Discover the secret behind fast-loading websites! This learning guide teaches you HTTP caching from scratch—what it is, how it works, and how to use it. Simple explanations, real examples, and actionable tips you can apply immediately!

Nov 01, 2025
7 min read
Read more
Project Management

How to Actually Finish Your Side Projects: A Developer’s Guide to Going from Idea to Done

Learn how I turn side project ideas into finished products with my simple 7-step framework, making it easier for developers like me to actually complete their projects.

Sep 14, 2025
9 min read
Read more