Week #43
What a whirlwind of a week. This was expected, nothing new. New week, new models, every day feels closer to losing the developer job. But everytime, AI sucks and human grug brain works.
Techstructive Weekly #34
Week #34
It was a pretty busy and productive week. After three hectic weeks of research, hacking, scripting, implementing, Google Sheets, and Python Vulture coding an API, I made a few releases. Yes, that is the normal role of a software engineer at a startup. I get to wear multiple hats: analysing, writing, debugging, scripting, testing, and obviously communicating effectively.
Techstructive Weekly #29
Week #29
It was a fun week. There was a bit of laziness, for sure, but also some work done. I didn’t create a video this week and took a bit of a break. I think it is as important to upskill as it is to maintain streaks of uploading.
Techstructive Weekly #28
Week #28
This week was a bit frustrating, but I really want to continue what I am working on. However, life is pushing me in a different direction, and I am so confused. I have responsibilities to perform and situations to tackle. It is a bit hard to live ahead, but I will stay with my three pillars: curiosity, consistency, and grit.
Techstructive Weekly #26
Week #26
This week was really fun and exciting, I am continuing with more productive weeks. I was able to fix a lot of things this week. I created three videos this week. Worked on the side project with 2 live streams. Was able to demonstrate to the team at my work about the AI Agents. It was a great week.
Techstructive Weekly #25
Week #25
It was an exciting week, I did complete a lot of things on my work side, I had a bit of change in the routine of my work, an hour early, which makes me really productive and gets a lot of things done quite early and more importantly, I am now able to dedicate myself more time to learning new things.
Golang Web: DELETE Method
Introduction
We have explored GET, POST, PUT, and PATCH methods in our previous entries for this series. It is the final entry for all the HTTP methods which is going to be the DELETE method. In this entry of the series, we will take a view on how to construct and request an HTTP DELETE Method to an API Endpoint.
The DELETE Method is quite simple. You just provide the URI of the resource. Most often, the request body is not needed. That request will simply delete the request entity from the server (in the database or wherever the resource is stored).
Golang Web: PATCH Method
Introduction
In previous sections of this series, we’ve covered the GET, POST, and PUT methods. Now, we will explore the PATCH method, which differs from the others in several key ways. The PATCH method is somewhat more flexible and depends on how the server or API you’re working with is designed.
In this section, we’ll focus on understanding what the PATCH method is and how to use it. While we will dive deeper into building and structuring a full CRUD API later in the series, the focus here will be on the what and why of the PATCH method, not the how.
Techstructive Weekly #24
Week #24
It was an exciting week. I was pretty excited from the end of the past week with a new beginning to my work-life goal. After completing one, I have a new challenge in front of me: diving into the world of cutting-edge LLMs, agents, and Workflow. This can’t be more exciting.
Techstructive Weekly #23
We are in 2025! Happy New Year
It feels good to carry this newsletter through the year from July 2024 to January 2025 and counting ….
Week #23
It was a huge roaring start to the year, I created a video on the 1st, and that too a big video, I put in everything I could know about the thing I wanted to talk about in little as I could, and it's gaining views and is likely to spike as the Golang 1.24 release date approaches. 200 IQ move there.