Explore >> Select a destination


You are here

www.mattlayman.com
| | micro.webology.dev
4.0 parsecs away

Travel
| | One of the most significant Python innovations in my development toolchain was the Click utility, which simplified the creation of Python scripts. Click changed how I approach writing one-off Python scripts and made it easier for me to write better developer experiences around those scripts. Once I found django-click, writing Django management commands was a breeze, using the same Click API that I was already familiar with. Arguably, the second most significant innovation was the Typer library, built on Click, making writing Python scripts even easier.
| | ianduffy.ie
5.5 parsecs away

Travel
| | Using OAuth2 Proxy to protect applications hosted on Kubernetes exposed by Nginx Ingress
| | blog.fahhem.com
5.7 parsecs away

Travel
| | Posts and writings by Fahrzin Hemmati
| | initialcommit.com
39.0 parsecs away

Travel
| In this article, we'll cover some of the most common Git commands used to rewrite history.