Quick tip: Reverse that if-statement
If-statement reversal is a technique that revolves around breaking from a function, loop, or script early by avoiding unnecessary code nesting.
Number of articles: 18.
If-statement reversal is a technique that revolves around breaking from a function, loop, or script early by avoiding unnecessary code nesting.
Add a help directive to your Makefile to print a list of all available directives and their description.
An assortment of quick tips to help you make your technical documentation (docstrings, READMEs) easier to read.
I love my Oh My Zsh + Powerline setup for iTerm2 on macOS. In this article, I provide links to my favorite resources and config to set up your CLI visually.
Reflecting on some misogynistic takes I read on Twitter this week, supplemented with personal opinions from spending many years as a woman in IT.
In this beginner-friendly article, we take a look at Django apps.