-
About Today
I’m writing this post for myself and for people who read it in 20 years and wonder about my thoughts (feelings?) in 2024. After COVID, the IT job market crashed. Investors were not investing in tech startups anymore, which meant companies didn’t have cash. The first thing companies do when they don’t have cash is…
-
List of Good Distributed Systems Blogs
Here is a list of blogs that I find interesting.
-
Practicing Coding Problems with Go (I)
It’s been two weeks since I started practicing coding problems to get ready for technical interviews. I’ve been solving questions like C and D on Codeforces. I have chosen Go to practice as well. So far, I’ve had a great experience with Go; I believe Go is even more intuitive than Python, at least for…
-
Trying Out GitHub Copilot: One Week In
My first experience with GitHub Copilot last week was surprisingly positive. It quickly adapted to the coding style of our project, which was a great help. The chat feature powered by GPT-4 engine proved to be incredibly useful for generating boilerplate code, such as file handling, setting up Redis connections, writing database transactions, and making…