Posts
All the articles I've posted.
-
Windows after macOS
I have been shocked after seeing Windows, after 10 years of using macOS
-
Project-based local environment with mise-en-place
Updated:Introduction to a project-based local environment with mise-en-place
-
Vibe Coding Initiation
My first experience with real vibe coding.
-
Dotfiles with Chezmoi
Manage your dotfiles effortlessly with Chezmoi.
-
KISS for websites below 14KB
One more reason to keep your website simple and lightweight.
-
Capturing traffic with Golang
Capturing traffic with custom logic on Golang. Don't forget to save pcap-compatible file.
-
Customer metrics availability
It's time to start collecting customer metrics for all startups and pet projects.
-
Signin with Apple with Expo's app.json
Learn how to enable Sign in with Apple for your Expo iOS app through app configuration.
-
List all ignored files in git
Discover an easy way to list all ignored files in git with one simple command.
-
Golang panics in libraries
Should we panic in libraries? And why not?