Category: Software Engineering
This week, I joined Microsoft’s Hackathon for the first time. In fact, big tech companies like Microsoft, Amazon, and Meta all host Hackathons every year—it’s part of their culture. …
All in AI. Microsoft has integrated AI (Copilot) to its Office products. I’m thrilled to share that Excel has added COPILOT directly into formulas! =COPILOT(prompt,,…) This deceptively simple syntax …
Introduction to WebSockets WebSockets enable real-time, full-duplex communication between clients and servers over a single TCP connection. In this post, we’ll show you how to set up a simple …
How to Repeat Until Errors using GDB or LLDB Debugger When debugging programs, it’s common to want to repeatedly run a program until it encounters an error. Both GDB …
Last September, I interviewed for the third time with Google in London: Google Interview Question – Print Message, aiming for an SRE position. I approached it with a “let’s …