Being a bash developer in the twenty-first century
Programming is a drug. A successful program run is not unlike getting a good careless drag of a menthol cigarette after sweaty workout session, still riding the crest of runners’ high endorphin rush. And just like any drug, you build a tolerance to it and start chasing new highs.
—
https://blog.barysas.eu/being-a-bash-programmer-in-the-xxi-st-century/
Asides
Bash Status Line project
Bash Status Line project
What is this? Basta! is a small amount of GNU Bash code that maintains a scroll-protected status line at the bottom of the terminal. The status line shows the date, host name and current directory (possibly abbreviated to fit).
—
https://www.kylheku.com/cgit/basta/about/
WebScraping in Bash
WebScraping in Bash
In the realm of web scraping, Python often takes the spotlight with robust libraries such as BeautifulSoup and Scrapy.
—
https://muhammadraza.me/2023/webscraping-in-bash/
antonmedv/fx : Command-line tool
antonmedv/fx : Command-line tool and terminal JSON viewer 🔥
Start interactive mode without passing any arguments. Or by passing filename as first argument.
—
https://fx.wtf/
9 Bash Scripting Tutorials For B
9 Bash Scripting Tutorials For Beginners in 2023
Hello to all the tech enthusiasts and coding enthusiasts! In today’s fast-paced world, efficiency and automation play a vital role. One valuable skill that can greatly contribute to this is Bash scripting. Are you excited to join us on a journey where we unravel the secrets of Bash scripting?
—
https://coursesity.com/blog/bash-scripting-tutorials/
Bash Stack Documentation
Bash Stack Documentation
Bash Stack uses file-based routing. All of the application routes should exist as .sh files in the pages/ folder of the project. Whenever an HTTP request is made, the framework will locate the corresponding script and execute it.
—
https://bashsta.cc/
Do One Thing and Do It Well
Do One Thing and Do It Well
In October 1984 two ideologues published a radical manifesto… sort of. Program Design in the UNIX Environment, by comp-sci legends Brian Kernighan and Rob Pike, articulated a pattern for software architecture that both men had already spent years fighting to preserve.
—
https://medium.com/source-and-buggy/do-one-thing-and-do-it-well-886b11a5d21
A simple static site generator
A simple static site generator
mkws A simple static site generator Quickstart On a Linux machine, in a terminal: curl -so – https://mkws.sh/mkws@4.0.14.tgz | tar -xzvf – mv ws.sh example.com && cd example.com echo “hello, world” > index.upphtml bin/mkws https://example.
—
https://mkws.sh/
How “Exit Traps” Can Make Your B
How “Exit Traps” Can Make Your Bash Scripts Way More Robust And Reliable
There is a simple, useful idiom to make your bash scripts more robust – ensuring they always perform necessary cleanup operations, even when something unexpected goes wrong.
—
http://redsymbol.net/articles/bash-exit-traps/?ck_subscriber_id=512838448
The musings of bluz71
The musings of bluz71
This is a 2023 followup to my 2018 Bash Shell Tweaks & Tips article. Since that last article there has been a renaissance in shell-agnostic command line tooling, often implemented in high-performance Rust, that has elevated the interactive shell experience.
—
https://bluz71.github.io/2023/06/02/maximize-productivity-of-the-bash-shell.html