PinnedMember-onlyMy Most Viewed Medium Stories (Updated Weekly)What would you love to read about? — My Top 5 Most Viewed Stories This Month Google Rejected Max Howell (Creator of Homebrew) For Getting This Interview Question Wrong. Can You Solve It? Rust — Why Is Everyone Talking About It? (Even Elon Musk) The Untold Story Of The (Errorless) Code Written By A Woman That Took Man To The Moon 5 Bash Commands That Sometimes…Writing2 min readWriting2 min read
PinnedMember-only$ whoamiHey there! Thanks for visiting my blog! I am an Emergency Medicine doctor based in London. Alongside this, I am a self-taught Software Developer. I am an M.B.B.S. graduate from the All India Institute of Medical Sciences, New Delhi. I am also a multi-instrumentalist musician and a music composer. I…Programming3 min readProgramming3 min read
1 day agoMember-onlyAGI Will Not Make Humans Obsolete. This Is Why.AGI is coming faster than we think it to be. The simple reason is that we are riding on an exponential technological growth curve. Humans think linearly and this is the reason that it will hit us in the face quicker and harder than we imagine. But, it still won’t…Tech4 min readTech4 min read
Published inJavaScript in Plain English·2 days agoMember-only3 Unpopular JavaScript Concepts To Learn Today That Will Make You A Better Programmer Forever1. WeakMaps WeakMaps are stores of key-value pairs, where keys are objects and values are of any arbitrary JavaScript type. A WeakMap’s keys are weakly referenced. This makes sure that if there are no other references to the key object, it can be garbage-collected. Confused? Let’s understand this better. In JavaScript, memory…Programming5 min readProgramming5 min read
Published inLevel Up Coding·4 days agoMember-only5 (More) Bash Commands That Sometimes Even Hackers Confuse With (But You Don’t Have To!)1. find vs. locate Both commands are used to search for a file on your computer. find performs real-time searches for files and directories in a specified directory and its subdirectories. locate is used to perform a search as well but it is extremely fast because it relies on a pre-built database or index…Programming4 min readProgramming4 min read
Published inILLUMINATION·Nov 24Member-onlyI Dropped Out Of Keto To Experience How Tough The Life Of An Average Person IsI dropped out of Keto 2 days ago after a stretch of 8 continuous months. The reason? Was it destroying my kidneys/ increasing my cholesterol levels to give me an instant heart attack/ making me weak to my bones/ making me intolerant to the air I breathe? …Nutrition4 min readNutrition4 min read
Nov 23Member-onlyThese 5 Quotes By Richard Feynman Scream How Badass His Ideology Was & Why He Will Live In Our Hearts ForeverFeynman was always a part of my high school Physics books. But for those who are new to him, he was a Nobel laureate who pushed forward what humanity can do, through his exceptional work in the field of Quantum Mechanics, and Quantum Electrodynamics. It wasn’t until the day I…Education6 min readEducation6 min read
Published inLevel Up Coding·Nov 21Member-onlyYou’ll Be One Of The Best Minds In The World If You Can Solve ThisImagine waking up, turning on your computer and finding a set of mysterious puzzles waiting for you to solve. Sounds exciting (or is it scary)? Here’s such a story that shook the internet. It is called Cicada 3301, one of the most elaborate and mysterious puzzles of the internet age. …Programming6 min readProgramming6 min read
Nov 17Member-only7 Ways To Store Passwords In Your Database: Level Noob to Level BossLet’s learn the different ways in which software developers can store passwords in a database. Btw, the method shown in the photo above is not recommended at all. That’s Level 0. Level 1: Storing In Plain Text With this, passwords are stored in the database exactly as they are entered by the user. This method is…Cybersecurity5 min readCybersecurity5 min read
Nov 15Member-onlyUse These 5 Psychological Hacks To Drastically Increase Clicks On Your Webpage! (Apply Wisely)Let’s learn about the 5 laws that web developers can utilize to create highly lucrative user interfaces! 1. Miller’s Law “The average person can only keep 7 (plus or minus 2) items in their working memory.” This law is based on the cognitive psychology fact that the…UI4 min readUI4 min read