#advanced
Oh, you fancy huh? All the tips for an advanced developer.
Check out our pinterest page dedicated to advanced as well!
Add A Prepare Commit Message To Customize Git Commits
Dec 13, 2022
If you work with any agile software or Github issues it is sometimes useful to prepend your commit message with a reference to the ticket or issue so commits can be associate with a work item.
Searching All Your Clipboard History EVER Via Alfred In The Terminal
Jun 18, 2021
Oh-My-Zsh is a framework for Zsh, the Z shell. It is an efficiency boom for anyone that works in the terminal. There are a few auto suggest libraries that when combined can give you a fantastic suggestion to what you want to type to save you time and increase your efficiency 10-fold.
Converting Docker Compose To Kubernetes Files
Mar 10, 2020
Kubernetes is a container orchestration system for automating deployment scaling and management. At some point you might outgrow using Docker and want to use Kubernetes to manage your containers. There are some great tools to make that transition easier.
JQ Deep Dive Part Two
Nov 20, 2019
In a previous post we gave a brief introduction to JQ, a powerful and lightweight command line JSON processor. It is one of our favorite tools and is extremely powerful.