PinnedCreate a cheap http-proxy on GCP with terraform ( tutorial )Sometime is very useful to have a private, high performance. This this terraform script you can easily create one ready to use. And when…Nov 11, 2021Nov 11, 2021
PinnedLog4j shell attack. Let’s analyze one attack we receivedNo one thing about security, until they get hit by a cyber attaDec 23, 2021Dec 23, 2021
PinnedGithub Copilot few thoughtsTLDR; Is better than iPhone Siri 😅, but keep reading …Dec 31, 20211Dec 31, 20211
PinnedPublished inCodeXasdf, a must-have for every programmerone runtime manager to rule them allMar 31, 20223Mar 31, 20223
PinnedCreate a VM with docker (pre-)installed using terraform.This is not the best way of doing it but is one way that I like.Nov 1, 2021Nov 1, 2021
How to apply the “what, how, why” for software development3 steps to achieve great quality softwareMay 23May 23
What is a docker fork bomb? 🐳⑂💣somehow this is still a thing in docker, after more than 7 yearsOct 1, 2023Oct 1, 2023
How to search for node_modules and delete all in a path$ find path -name “node_modules” -type d -exec rm -rf {} +Oct 1, 2023Oct 1, 2023