Generate expired SSL certificates using openssl and faketime
While playing with HTTPS related things recently, I wanted to see how the server initialization and the client side respond when the certificate provided to ...
While playing with HTTPS related things recently, I wanted to see how the server initialization and the client side respond when the certificate provided to ...
Debugging can be so much fun and sometimes can be very frustrating. Especially when debugging cores from large applications, there can be so many structures ...
I usually use a remote VM for my dev work. I switched to my local mac due to some issues with remote environment. When I needed to run some quick debugging e...
Noting down some keyboard shortcuts that I use to switch between editor tabs and the integrated terminal in VS Code.
I was working on a script where I had to output some markdown and json formatted content to the terminal. I thought it would be prettier to print that with s...