Why macOS Won't Let Anyone Touch Its Kernel (And Why Windows Paid the Price)
The Day 8.5 Million Computers Went to Sleep (And Didn't Wake Up) On July 19, 2024, the world witnessed what is probably the most expensive…
A personal blog of Jai.
The Day 8.5 Million Computers Went to Sleep (And Didn't Wake Up) On July 19, 2024, the world witnessed what is probably the most expensive…
Ever noticed how when you visit someone at a corporate office or a gated society, there's a guard who checks your ID, then a receptionist…
I have had it with git - is what I usually say when I have to do anything more complex than a syncing my feature branch with the master…
WebApplication.CreateBuilder vs Host.CreateDefaultBuilder: A Complete Guide Introduction When building .NET applications, developers have…
Introduction to the CQRS Pattern CQRS splits things up: one model for commands (writes), another for queries (reads). Your read side can be…
This post is a summary with some of my personal opinions on this post on Reddit - Why "composition over inheritance" is still hard in C…
Backstory While debugging a piece of C# code, we added a stopwatch to measure the performance of various code sections. For some reason…
Things I am going to cover: → Hosting your resume hassle-free → How to use your github.io domain instead of random google drive links…
Before starting anything I just wanna say (obligatory), This is all for educational purpose and shouldn't be used for harming anyone Also…
If like the 76.65% per of people you also use windows then you must have encountered an error like this while trying to rename your file…
Carl Zeiss came to IIIT Naya Raipur with 3 positions FullStack Developer Machine Learning Python/C++ Eligibility criteria: 80%+ in 10th and…
Do your friends constantly spam you just to get your attention, wanna give this pain back? Don't worry. Then this JS script got you covered…
Around 2007, Microsoft switched from their proprietary binary format DOC, PPT, XLS, etc to an open format which stores data as a collection…
Photo by Igal Ness on Unsplash Ever saw CTC of around 40-50 Lakhs with a base of 12-15 Lakhs and wondered where are the rest of 30-35 Lakhs…
Most of us overuse console.log() for debugging Javascript instead of using a debugging tool, In my case, this is mostly because I learned…
Note: This blog is for educational purpose only Aim of the project Allow our users to search for a specific youtube Display the list of…
PCAP files are mostly used to store captured network traffic, but they aren't the best for doing analysis. Hence the first step before doing…
The .new domain was first noticed when google allowed people to quickly open a new doc by typing doc.new after which they started the…
Photo by Tim Gouw on Unsplash American Express came to our campus in the second-third week of September for the following job roles Data…
Photo by Jonathan Borba on Unsplash This is me sharing a 40-minute interview experience that I had on the day of writing this article for an…
In this blog I will be covering the steps I took to host my project 'DeepNeuralNetwork' on Heroku. I used Flask to power a keras model and…
Before starting the blog I wanted to say that this is my first PyPI package and it is still in the development phase so if anyone finds it…
This was my first time participating in google hashcode. Since I didn't even know this competition existed till January 2020. After going…