~/welcome
whoami
Serge Gatezh
Front-end Engineer
ls -lt ./posts | head -5
- Protecting SSH Keys with macOS Secure Enclave (Native Approach)
I’ve been paranoid about my SSH keys for a while now. They just sit there in ~/.ssh/, protected by nothing but …
- Publishing Multi-Platform Docker Images to Github Container Registry
TL;DR: If you’re just here for the commands, jump to the Quick Reference at the bottom. Why I Needed This …
- Add Remark42 comments to Hugo website
Disqus wasn’t cutting it for me anymore, so I explored privacy-first alternatives and landed on Remark42. This post …
- How to Redirect www to Root Domain on Cloudflare Pages
Prerequisites: Your website is hosted on Cloudflare Pages. Your website is not accessible when there is www in front of …
- GraphQL schema: use it in a sentence
TL;DR Bad idea query getCompanyInfo($id: Int!) { company(id: $id) { companyId companyName companyConditionValue …
ls ./ever-learning