Skip to content
Friday, January 23, 2026
  • Code stuffs
  • Facebook
  • Twitter
  • Linkedin
  • Youtube
  • Github
  • Instagram

Explore with me!

Come and explore with me

  • Code stuffs
    • Git
    • C#
    • node.js
    • Python
    • Shell
    • VB
  • Blog Series
  • Marketplaces
    • NPM
    • Nuget
    • VS Code
    • Powershell
  • Lets Learn
  • Devops
    • Kubernetes
    • CI/CD
    • Docker
  • Architecture
    • UML
    • System Design
  • Cloud
  • Myself
>>
  • Home
  • bash

Tag: bash

Shell Script Hack #12: Array Mastery – Managing Lists and Collections
Shell

Shell Script Hack #12: Array Mastery – Managing Lists and Collections

November 4, 2025October 24, 2025

Managing lists of data in shell scripts usually involves messy loops and temporary files. But Bash arrays offer a powerful, clean way to store and

Read More

scripting, arrays, collections, bash, data structures
Share
Shell Script Hack #11: Command Chaining – Clean Error Handling with && and ||
Shell

Shell Script Hack #11: Command Chaining – Clean Error Handling with && and ||

November 3, 2025October 24, 2025

Running commands one after another, checking if they succeed, and handling failures gracefully is a daily task for developers. Most people use if statements for

Read More

bash, Error Handling, scripting, command chaining, operators
Share
Shell Script Hack #4: Process Substitution – No More Temporary Files
Shell

Shell Script Hack #4: Process Substitution – No More Temporary Files

October 27, 2025October 24, 2025

Ever needed to compare files, process command output, or avoid creating unnecessary temporary files? Most developers create temp files for everything. There’s a cleaner, faster

Read More

pipes, performance, bash, comparison, process substitution
Share
Shell Script Hack #3: Bulletproof Cleanup with the trap Command
Shell

Shell Script Hack #3: Bulletproof Cleanup with the trap Command

October 25, 2025October 24, 2025

Your script creates temporary files, opens connections, or starts background processes. Then something goes wrong: the user hits Ctrl+C, the system runs out of memory,

Read More

Error Handling, trap, cleanup, signals, bash
Share
Shell Script Hack #2: Parallel Processing with xargs for 4x Speed Boost
Shell

Shell Script Hack #2: Parallel Processing with xargs for 4x Speed Boost

October 24, 2025October 24, 2025

Need to process thousands of files but don’t want to wait hours? The xargs command combined with parallel processing can turn a 2-hour job into

Read More

linux, performance, bash, Parallel Processing, xargs
Share
Shell Script Hack #1: Brace Expansion for Instant File Backups
Shell

Shell Script Hack #1: Brace Expansion for Instant File Backups

October 24, 2025October 24, 2025

Ever needed to quickly backup a file before editing it? Most developers do this the tedious way by typing the filename twice. There’s a much

Read More

bash, shell scripting, terminal, linux, Productivity
Share
Bash Script with Arguments
Code stuffs Tweaks Devops Shell

Bash Script with Arguments

December 15, 2020October 11, 2021

Have you ever wondered to input the arguments in the bash scripts. Well there is the process how you do it. Step 1: add the

Read More

bash, shell, script, arguments
Share

Recent Posts

  • Production Operations and Distributed Deployment: Monitoring, Versioning, and Maintaining Edge AI at Scale
  • Advanced Optimization Patterns: Concurrent Multi-Model Inference and Resource Management on Edge Hardware
  • Multi-Language Edge Inference Servers: Building REST APIs for Real-Time Object Detection
  • Deploying to NVIDIA Jetson with TensorRT: Production-Grade Inference Optimization
  • YOLOv8 Implementation and Quantization: From Training to Edge Deployment

Post Tabbed

  • You may like
  • Recent Posts
  • windows

    BranchCache: WAN Bandwidth Optimization

    December 30, 2012
  • Information Systems Software Engineering Project Management

    Stakeholders, The Players of an Information System

    May 1, 2021September 3, 2025
  • Default

    Shutdown button in windows 8

    December 30, 2012
  • Software Engineering

    Ethical Issues related to Information Technology Professionals

    January 24, 2013April 17, 2021
  • System Architecture Edge Computing AI & Machine Learning Devops

    Production Operations and Distributed Deployment: Monitoring, Versioning, and Maintaining Edge AI at Scale

    January 22, 2026January 6, 2026
  • AI & Machine Learning Performance Optimization Computer Vision Edge Computing

    Advanced Optimization Patterns: Concurrent Multi-Model Inference and Resource Management on Edge Hardware

    January 21, 2026January 6, 2026
  • Edge Computing AI & Machine Learning Web Development Computer Vision

    Multi-Language Edge Inference Servers: Building REST APIs for Real-Time Object Detection

    January 20, 2026January 6, 2026
  • Computer Vision Edge Computing AI & Machine Learning

    Deploying to NVIDIA Jetson with TensorRT: Production-Grade Inference Optimization

    January 19, 2026January 6, 2026

Find Me

Software Engineer | Devops | AI Enthusiasts | IOT Enthusiasts | Love doing Research | Trainer | Learner | Friend | Son | Husband | Brother | Father of a beautiful Angel

  • facebook
  • twitter
  • linkedin
  • instagram

Featured Posts

Devops Kubernetes Docker Tutorial

How to Setup Kubernetes Dashboard on Docker Desktop – Complete Guide

October 6, 2025October 6, 2025
Setting up the Kubernetes Dashboard on your local Docker Desktop can seem daunting, but it's
  • kubernetes
    Default Devops Kubernetes

    Kubernetes : an Orchestration and Management Infrastructure for Containers

    June 29, 2021May 14, 2023
  • kubernetes
    Devops Kubernetes

    Understanding Kubernetes architecture in depth

    June 14, 2021May 14, 2023

You May Have Missed

Health Mental Health Developer Wellness Support Systems Professional Development

The Complete Picture: Balancing Professional and Personal Support Systems

November 20, 2025October 24, 2025
Developer Wellness Family Support Mental Health Relationships

For Parents, Partners, and Friends: A Guide to Supporting Your Loved One in Tech

November 19, 2025October 23, 2025
Mental Health Developer Wellness Workplace Rights HR Policies

The HR Conversation: When and How to Involve HR in Your Mental Health Journey

November 18, 2025October 23, 2025
Mental Health Developer Wellness Tech Culture Support Systems

Finding Your Tech Tribe: The Power of Peer Support Groups

November 17, 2025October 23, 2025
All Rights Reserved 2025.