6 Linux metacharacters I love to use on the command line
Early in my Linux journey, I learned how to use the command line. It’s what sets Linux apart. I could lose the graphical user interface (GUI), but it was unnecessary to rebuild the machine completely. Many Linux computers run headless, and you can accomplish all the administrative tasks on the command line. It uses many basic commands that all are familiar with—like ls, ls-l, ls-l, cd, pwd, top, and many more. read more Powered...
3 ideas for bringing innersource to your company
Like open source, innersource is all about being transparent and collaborative. This usually leads to a sense of belonging that favors employee happiness if done right. Regardless of org charts, geographies, or expertise levels, innersource creates an inclusive environment where employees contribute and collaborate in the open and learn from one another. read more Powered by...
5 steps to migrate your application to containers
Generally, you consider it a good thing when people want to use your application. However, when the application runs on a server, there’s a cost for popularity. With users come increased demands on resources, and at some point, you may find that you need to scale your app. One option is to throw more servers at the problem, establish a load balancer like Nginx, and let the demand sort itself out. read more Powered by...
My tips for maintaining dotfiles in source control
Ever started using a new computer, by choice or because the old one let the magic smoke out, and got frustrated at how long it took to get everything just right? Even worse, ever spent some time reconfiguring your shell prompt, then realizing you liked it better before? read more Powered by...
Accumulating into lists in Java and Groovy
In my last article, I reviewed some differences between creating and initializing lists in Groovy and doing the same thing in Java. I showed that Groovy has a straightforward and compact syntax for setting up lists compared to the steps necessary in Java. read more Powered by...