10 Practical Shell Scripts to Automate Server Management
Server management often involves repetitive tasks -- monitoring disk space, checking running processes, managing backups, and restarting services.
Wit...
10 Practical Shell Scripts to Automate Server Management
Samarth Srivastava • Oct 8, 2025
Server management often involves repetitive tasks -- monitoring disk space, checking running processes, managing backups, and restarting services.
Wit...
How to Create an Angular Library and Publish it as NPM Package
Samarth Srivastava • Sep 11, 2025
When building large-scale Angular applications, you may develop reusable components, directives, or services that could benefit other projects. Instea...
How to Add a Spinner, Tick Marks, and Logging in Your Shell Script
Samarth Srivastava • Sep 4, 2025
When you run a build script, plain echo messages often feel dull - you don't know if something is still running or stuck. Adding a spinner animation a...