I wear many hats and crave a challenge. Experience both in tech and sales. My geeky interests lie mostly in Linux, security, DevOps, infrastructure, and automation.
Cloud Management, DevOps & Cloud Consultation
One of the most underrated Docker tricks is using containers as temporary CLI tools — without installing anything locally. Here’s a simple but powerful pattern: cat ~/avatar.png | \ docker run -i redis \ redis-cli -h 172.16.0.3 -x set avatar:us...

In 1936, Alan Turing proved something that still affects every engineer, SRE, and DevOps practitioner today: You cannot build a system that always knows whether another system will ever finish running. This is called the Halting Problem, and it exp...

Modern AI applications are rarely a single service. A typical setup today includes: An API or backend service (Node / Python / FastAPI) A UI layer (Gradio, Streamlit, React) An LLM runtime (Ollama, vLLM, TGI) Optional GPU acceleration Persistent...

Introduction When hosting a web application on AWS S3 with CloudFront as a CDN, it's common to have specific routes that require better user experience optimizations. A great example is hosting a Unity WebGL game inside a subdirectory (e.g., /game) b...
