An interactive calculator for the Linux command-line See how a Bash script can turn the terminal into a powerful calculator.
How I customize my Mac terminal with open source tools Use iTerm2, Oh My Zsh, and Powerlevel10k to create a terminal built for productivity.
Use this script to create, save, and run different rsync configurations via named profiles A quick explanation of the rpf script.
How many programming languages is too many for one project? It's not uncommon for modern applications to be composed of many parts, but the more languages you use, the greater the complexity.
5 MySQL features you need to know Don't forget to take advantage of these useful updates in the latest version—MySQL 8.0.
Manage your passwords in the Linux terminal Pass is a classic UNIX-style password management system that uses GnuPG (GPG) for encryption, and the terminal as its primary interface.
How I programmed a virtual gift exchange A book club takes its annual gift exchange online with the help of HTML, CSS, and JavaScript.
Create a list in a Flutter mobile app Learn how to create Flutter app screens and pass data between them.
You can make money with open source. Literally. This is an old story--two years old, to be specific. But it was new to me when I heard it at LinuxCon, and it was new to a lot of others in the room too. And it was a great…
What does it mean for code to "work"? Test driven development (TDD) separates computing results from actions to ensure your code does what you expect.
8 principles to achieve DevOps at scale If your DevOps processes aren't meeting your expectations, try these principles to build an initiative that fits your organization.
A beginner’s guide to SSH for remote connection on Linux Establish connections with remote computers using secure shell.