software-deep-dives.hashnode.devHow complex is Hello World really?Almost every beginner programmer's first program is “Write Hello World”, where you write the syntax that will print “Hello World” in the console. A straightforward program with a simple premise, but is a program like this complex? No, right? It turns...Feb 11, 2025·3 min read
software-deep-dives.hashnode.devServer Side Events(SSE) are underratedToday, I was years old when I found out about server-sent events. After researching more about it, I thought, “Why not share this underrated gem with the public?”. This blog is written by Akshat Virmani at KushoAI. We're building the fastest way to...Feb 10, 2025·4 min read
software-deep-dives.hashnode.devF* : A general-purpose proof-oriented programming languageIn programming, security is one of the major concerns and securing your applications before it is presented to the public is necessary. Systems today need to be secure and reliable due to their role in sectors like finance, healthcare, and communicat...Feb 8, 2025·3 min read
software-deep-dives.hashnode.devGo's First Commit Easter EggWhen I first started coding in my 8th standard, I was always curious about why the first program we write is a print program with “Hello World” as an output. Still, I never tried to research it until I saw this Reddit post about the first easter egg ...Feb 7, 2025·2 min read
software-deep-dives.hashnode.devShould you still use Kubernetes?I wanted to explore Kubernetes for a long time after getting recommended by many friends and colleagues, and recently, I was doing some research on it and found this article and Hackernews discussion on basically why you or your organisation doesn't ...Feb 6, 2025·3 min read