Skip to content
Art of Coding

Art of Coding

  • Advanced
  • AI / Machine Learning
  • Algorithms
  • API Integration
  • Automation Scripts
  • Beginner
  • C#
  • C++
  • Data Structures
  • Databases
  • DevOps / CLI Tools
  • Dynamic Programming
  • Go
  • Graph Theory
  • HTML / CSS
  • Intermediate
  • Java
  • JavaScript
  • Python
  • Recursion
  • Rust
  • Search Algorithms
  • Shell / Bash
  • Sorting Algorithms
  • SQL
  • TypeScript
  • Uncategorized
  • Web Development

Shell / Bash

  • Home
  • Shell / Bash
Create a Custom Bash Script for Daily Git Backups
Posted inShell / Bash

Create a Custom Bash Script for Daily Git Backups

Create a Custom Bash Script for Daily Git Backups   Maintaining up-to-date backups of your code repositories is a smart development practice. Accidental deletions, hardware failures, or even bad pushes…
Posted by Oana Rinaldi December 30, 2025
#!/usr/bin/env awk: Useful File Reports You Can Create With Awk Scripts
Posted inShell / Bash

#!/usr/bin/env awk: Useful File Reports You Can Create With Awk Scripts

#!/usr/bin/env awk: Useful File Reports You Can Create With Awk Scripts   It’s easy to overlook awk in a world dominated by Python scripts and Excel spreadsheets. But this compact,…
Posted by Oana Rinaldi December 28, 2025
#!/usr/bin/env bash: Create Your Own Git Pre-Commit Hook from Scratch
Posted inShell / Bash

#!/usr/bin/env bash: Create Your Own Git Pre-Commit Hook from Scratch

#!/usr/bin/env bash: Create Your Own Git Pre-Commit Hook from Scratch   Git hooks are one of Git’s most powerful yet underused features. They allow you to automate parts of your…
Posted by Oana Rinaldi December 18, 2025
@CronMaster3000: Schedule Daily Reports via Bash + crontab + SQL
Posted inShell / Bash

@CronMaster3000: Schedule Daily Reports via Bash + crontab + SQL

@CronMaster3000: Schedule Daily Reports via Bash + crontab + SQL   In a world overflowing with data, automating daily reporting is no longer just nice-to-have—it's a must. Thankfully, with a…
Posted by Oana Rinaldi December 13, 2025
Regex-Powered Log Parser in Bash: Extract Meaningful Metrics from Server Logs
Posted inShell / Bash

Regex-Powered Log Parser in Bash: Extract Meaningful Metrics from Server Logs

Regex-Powered Log Parser in Bash: Extract Meaningful Metrics from Server Logs   Log files aren’t just mountains of text — they’re full of insights waiting to be discovered. Whether you’re…
Posted by Oana Rinaldi December 11, 2025
Build a Bash Script that Monitors Disk Space and Sends Alerts
Posted inShell / Bash

Build a Bash Script that Monitors Disk Space and Sends Alerts

Build a Bash Script that Monitors Disk Space and Sends Alerts   Server reliability is paramount in any production environment. A common cause of server issues is running out of…
Posted by Oana Rinaldi November 30, 2025
(Ab)using Bash Loops to Rename Log Files by Date Automatically
Posted inShell / Bash

(Ab)using Bash Loops to Rename Log Files by Date Automatically

(Ab)using Bash Loops to Rename Log Files by Date Automatically   Log files are the bread and butter of system and application diagnostics — but without proper naming conventions, managing…
Posted by Oana Rinaldi November 9, 2025
Automate File Organization by Type with Bash Scripts
Posted inShell / Bash

Automate File Organization by Type with Bash Scripts

Automate File Organization by Type with Bash Scripts   Manually sorting files is a repetitive task that can eat into your productivity, especially if you deal with frequent downloads, reports,…
Posted by Oana Rinaldi November 6, 2025
Sort Large CSV Files by Column Without Loading into Memory (Bash + awk)
Posted inShell / Bash

Sort Large CSV Files by Column Without Loading into Memory (Bash + awk)

Sort Large CSV Files by Column Without Loading into Memory (Bash + awk)   Handling large CSV files that don’t fit into memory can be a challenge, especially when we…
Posted by Oana Rinaldi November 1, 2025
Build a Bash Script to Monitor Disk Usage and Send Alerts
Posted inShell / Bash

Build a Bash Script to Monitor Disk Usage and Send Alerts

Build a Bash Script to Monitor Disk Usage and Send Alerts   System administrators and DevOps engineers often need an efficient way to monitor disk usage across servers. Manual checking…
Posted by Oana Rinaldi October 27, 2025

Posts pagination

1 2 3 Next page

Recent Posts

  • Speed Up SQL Queries Using Indexes—With Before-and-After Benchmarks
  • Building a Simple CAPTCHA System in JavaScript Without Dependencies
  • Find Duplicates Fast — SQL vs Python Algorithm Showdown
  • Scraping Job Listings from Indeed Using Python and BeautifulSoup
  • Local File Sync Tool in Java Using WatchService

Recent Comments

No comments to show.

Archives

  • January 2026
  • December 2025
  • November 2025
  • October 2025
  • September 2025
  • August 2025

Categories

  • Algorithms
  • Automation Scripts
  • Databases
  • Java
  • JavaScript
  • Python
  • Recursion
  • Search Algorithms
  • Shell / Bash
  • Sorting Algorithms
  • SQL
Copyright 2026 — Art of Coding. All rights reserved. Bloghash WordPress Theme
Scroll to Top