Mar 3 · 4 min read · 📡 The Real-Time Dilemma In order tracking systems, data freshness is everything. However, not every real-time scenario requires the full-duplex complexity of WebSockets or the heavy abstraction layer
Join discussion
Feb 13 · 4 min read · I always thought that when we compile a C code, it ‘just works’. No other fancy code runs to make our code function, like in the case for Java and Python. But turns out, it’s not exactly true. There are some work that happens behind the scenes when w...
Join discussion
Feb 11 · 4 min read · You know that moment when you write your first Python program and it just works? Five lines, and boom—you're printing patterns, sorting lists. Then you try C. Suddenly you're fighting with pointers, managing memory manually, and getting segmentation...
Join discussion
Feb 6 · 8 min read · At the beginning, when I was working as a frontend developer and made a change in the code, I saved, and instantly it compiled automatically and the results showed up in the browser. It felt almost magical and very simple. But when I started programm...
Join discussion