Curious About Technology

Welcome to Coding Explorations, your go-to blog for all things software engineering, DevOps, CI/CD, and technology! Whether you're an experienced developer, a curious beginner, or simply someone with a passion for the ever-evolving world of technology, this blog is your gateway to valuable insights, practical tips, and thought-provoking discussions.

Recent Posts

Mastering Navigation in Bash with pushd and popd
bash, basics Benjamin Hughes bash, basics Benjamin Hughes

Mastering Navigation in Bash with pushd and popd

If you've been working in the Linux or Unix environment for a while, you're probably familiar with the cd command to change directories. However, there are two lesser-known but incredibly useful commands in Bash that can simplify and enhance your directory navigation: pushd and popd.

Read More