Connect with me
A simple path to get good in DSA in 2025
Mastering DSA involves building two parts: Mathematics & Intuition. What are these? Let's take a look.
Connect with me
Mastering DSA involves building two parts: Mathematics & Intuition. What are these? Let's take a look.
JDK 24 has arrived with powerful new features for Java developers. This release brings performance boosts, improved concurrency, class file instance main method and more. Dive in to explore how these updates can improve your Java code!
Hibernate simplifies Java persistence, but what exactly is it? This article breaks down Hibernate’s core concepts, how it manages database interactions, and why it’s a game-changer for Java development.
Memory management is crucial in programming. While garbage collection prevents leaks, it adds performance overhead. Rust avoids this by enforcing strict ownership rules, ensuring efficiency without GC. Future models may blend both approaches for optimal performance.
Last week I watched some videos and read article from experts in computer science academia and software industry. I have skimmed some great programming wisdom and aggregated them in this article.
Hosting bots on the cloud can be costly for small projects. To cut costs, I built a Raspberry Pi 3 server to deploy my Node.js bots efficiently. This setup is minimal, avoiding complex DevOps tools, yet effective for lightweight automation. 🚀
Go is known for its simplicity and efficiency, but what features set it apart? This article explores Go’s key strengths—like concurrency and garbage collection—while also highlighting what it intentionally leaves out for the sake of clarity and performance.