mitmproxy2swagger

Came across an interesting library (or tool) - mitmproxy2swagger that reverse-engineers REST API just by running the web app and sniffing traffic in the background. Once you are done, the tool allows you to download a yaml file. Open up the file in Swagger and voilĂ ! Beautifully formatted API endpoint. Can be useful to document API for your application.

~1 min read

Moving away from 1Password

I have been using 1Password for a very long time. However, for the past year or more, I have come to rely on Safari (on macOS, iOS and iPadOS) to suggest me strong passwords, storing them for me and ultimately, me making a manual copy/paste to 1Password.

2 min read

Kadri Kambala

The slush track comes down to a stand still, with no wind you can see the reflection in the water. The adrenalin is running high and with a crack of the whip the the silence and stillness brakes into chaos.

~1 min read

One of the best CLI utility I have used in a while

Having worked on Linux early in my career, it is hard to get away from the cli. I continue using cli as much as I can and am constantly on the look out of tools that can make my life easier.

1 min read

Go 1.18 released with Generics support

Go 1.18 isn now generally available. This release supports generics which a lot of us have been waiting for. This is still the very first version to support generics and I believe this feature will gain more support and updates in the upcoming features.

1 min read