Santosh Kumar__str__ vs __repr__ in Python and When to Use ThemIn past, we have done a comparision between __new__ and __init__. Now, we are going to do something similar, but with a different pair.Feb 11, 2023Feb 11, 2023
Santosh KumarHow to Control Philips Wiz Bulb Using GoI have always been conscious about privacy and it was the sole reason I wasn’t early adapter of smart home devices. This changed when I bougJan 25, 2023Jan 25, 2023
Santosh KumarFirst Month With My Raspberry PiIt’s no longer than a month since I bought a Raspberry Pi. Pi 4B to be precise. In this post, I’m going to log how I spent my 1st month withJan 3, 2023Jan 3, 2023
Santosh KumarHow to Write Classes in GolangI have seen many people coming from Python background struggling with Go. What I have obeserved it they write code that is limited to writinDec 20, 2022Dec 20, 2022
Santosh KumarTesting HTTP Requests with PostmanIn Postman Premier — The Minimal Postman you need to Learn, I posted the minimum of Postman you need to learn. In this article, I’m going toDec 8, 2022Dec 8, 2022
Santosh KumarPostman Premier — The Minimal Postman you need to LearnToday we are going to learn about how to use Postman as a backend engineer to make our daily life easier. Postman is an API testing tool…Nov 20, 2022Nov 20, 2022
Santosh KumarBest Logging Library for GolangI recently conducted a poll in the Go community regarding which logging library they use in their personal or professional project.Oct 22, 20224Oct 22, 20224
Santosh KumarinBetter ProgrammingRelease Dangling Elastic IPs Using the Lambda and Go SDKsAn in-depth guide to save you moneySep 3, 2022Sep 3, 2022
Santosh KumarHow to Integrate Swagger UI in Go Backend — Gin EditionUnlike FastAPI, Gin does not have OpenAPI integration built in. With FastAPI when you add a route, documentation is already generated..May 26, 20221May 26, 20221
Santosh KumargRPC for Absolute Beginners, in GoThe Internet has evolved in the last 2 decades a lot. HTTP/1.1 was not enough so we have HTTP2 now. The specification we used to transfer…May 16, 2022May 16, 2022