Articles
Test GitHub Action Pipeline Locally
Learn how to test and develop GitHub Action workflow locally using `act`.
How to Install Linux? - Part 1: Preparation
How to prepare your system before installing any Operating System
Dockerfile Best Practices
Learn what you can do to improve your dockerfiles.
Secure your SSH Server: Best Practices
Enhance your server's security with essential SSH best practices—implement SSH keys, restrict access, enforce strong encryption, and more to safeguard your systems.
Minimal and Effective Tmux
Improve your experience of tmux with .tmux.conf and some simple bash function
Organizing VSCode Settings with a Custom Extension
Learn how to create a custom VSCode extension to organize and categorize your settings.json file, making your development environment cleaner and more efficient.
Exception Handling in Python: A Detailed Guide
Learn effective Python exception handling with practical examples, including custom error classes and try-except blocks for robust error management.