Posts
All the articles I've posted.
Encapsulation in Go: Keeping Structs Private While Exposing Functionality
Published: at 03:30 AMLearn how to keep your Go structs private while exposing their behavior using interfaces — a clean, idiomatic approach to encapsulation.
Remove a file from git history
Published: at 03:30 AMLearn how to completely remove sensitive or unnecessary files from your Git history to clean up your repository and reduce size.
Enable Some Useful Hidden Gitea Features
Published: at 03:30 AMLearn how to unlock hidden Gitea features like code search, actions, and login CAPTCHA by updating the app.ini config.
Accessing Kubernetes Volumes with a Root Pod
Published: at 03:30 AMHow to modify files in a Kubernetes volume when the main pod lacks root privileges.
Environment Variables In Gnu/Linux
Published: at 03:30 AMExplore what environment variable are in Gnu/Linux