understandingalgo.hashnode.devEver wondered how these cars are driving without drivers and any interference?HOW DOES SELF-DRIVING CARS WORK? Let’s try to understand the algorithm a little bit here. Self-driving cars are like the superheroes of the road, and their algorithms are the secret powers that make it all happen. First, they use a bunch of sensors l...Feb 6, 2025·4 min read
howprogramsrun.hashnode.devWhat happens inside a computer when it executes a program?Ever wondered what happens inside a computer when it executes programs? Let’s look a little into it so when you click on an app or double-click a file to run a program on your computer, you’re initiating a complex series of events that brings that pr...Jan 22, 2025·5 min read
deepdiveos.hashnode.devHow does Ls work internally? A deep dive into files, devices and OSWhen you’re working with Linux, one of the most common commands you'll use is ls. Whether you're listing files in your home directory, exploring device files in /dev, or examining the contents of a system directory, ls is an essential tool. But have ...Nov 12, 2024·5 min read