About Vinh
creating https://betterdev.link ec2.shop and mailwip.com
I'm a passionate programmer. I believe that programming is one the best way to escape poverty
BetterDev.Link collects links around the web that aims to help you learn something new. The topics aren't tight to any specific programming languages, technologies or frameworks but attempt to include resources that might help you learn a thing or two from them.I also work on tools and open source software such as:
https://betterdev.link my weekly dev newsletter
https://ec2.shop Free tool/api to check ec2 instance price
http://pix.fastloop.xyz/ free platform to share image
https://github.com/yeo/bima Native/Desktop app MFA client
Recent supporters
Posts
If you ever debug some tricky CI failure and say to your self: "If I can SSH into this server or container that running the build, I will be able to figure out immediately". Then this post is for you. Traditionally, if we own the build server we can SSH into the server and inspect its state, or SSH into a server then docker exec a container to interactively run something or set a breakpoint in the...
How to interactively SSH into a build job on any CI system
Nov 07, 2022
447 views