Easily SCP/Rsync through bastion host or SCP/Rsync through multiple hops
How to use SSH ProxyJump to tunnel SCP and rsync through a bastion host, enabling secure file transfers to servers that are not directly rea…
11 posts · All categories
How to use SSH ProxyJump to tunnel SCP and rsync through a bastion host, enabling secure file transfers to servers that are not directly rea…
How a production ingestion server failure caused by a full disk was diagnosed, and how a pre-flight check script was built to prevent it fro…
Practical resume tips for fresh graduates entering the tech industry, covering what to include, what to cut, and how to make a strong first …
How to use Git for version control: creating commits, working with branches, pushing to remotes, and understanding the basic collaborative w…
Setting up Google Analytics to track website traffic, monitor user behaviour, analyse acquisition channels, and measure conversion goals for…
How to find free mentors and learning resources online, including ACM MentorNet e-mentoring and open communities that connect students with …
A personal account of competing in ACM ICPC regionals: the travel, accommodation, pre-contest preparation, and what the on-site competition …
A Ruby solution to the classic Josephus problem, a circular elimination algorithm that is a common exercise for understanding modular arithm…
Building a Sinatra web app in Ruby that automatically generates Mutt email client configuration files, using ERB templates and gem-based dep…
Part 2 of ACM ICPC 2011: navigating the onsite competition registration process, team preparation strategies, and the regional contest itsel…
Notes from MIT's Introduction to Algorithms course covering algorithm analysis, design techniques, sorting algorithms, and computational com…