August 2021

5 Useful jq Commands to Parse JSON on the CLI
JSON has become the de facto standard data representation for the web. It’s lightweight, human-readable (in theory) and supported by all major languages and platforms. However, working on the CLI with JSON is still hard using traditional CLI tooling.
Lucky, there is jq, a command-line JSON processor. jq offers a broad range of operations to transform and manipulate JSON based data structures from the command line. Looking at the documentation however reveals an overwhelmingly huge number of options, functions and things you can do with jq.
Alda tutorial
Alda is a text-based programming language for music composition. It allows you to write and play back music using only a text editor and the command line.

Nail Your Startup Pitch: Use Pixar's Story Formula to Win Over Investors - by Ashwin Kumar - The Startup Pitch
A framework to make your pitch 10x more compelling in a few minutes
Removing sensitive data from a repository - GitHub Docs
Removing sensitive data from a repository - GitHub Docs URL: https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository Type: link Domain: docs.github.com

Tower Git Client - The most powerful Git client for Mac and Windows
Over 100,000 developers and designers are more productive with Tower - the most powerful Git client for Mac and Windows.
Descript | All-in-one audio/video editing, as easy as a doc.
Record, transcribe, edit, mix, collaborate, and master your audio and video with Descript. Download for free →.
wadetb/eliza: Python implementation of the Eliza chatbot
Python implementation of the Eliza chatbot. Contribute to wadetb/eliza development by creating an account on GitHub.

New in Git: switch and restore
To my surprise, I recently found out about 2 new additions to the list of high-level commands: git restore and git switch
Getting Started on Okteto Cloud in 5 minutes | Okteto Documentation
Develop your Kubernetes applications in Okteto Cloud and forget about slow and tedious local development forever
MicroK8s - Zero-ops Kubernetes for developers, edge and IoT | MicroK8s
MicroK8s is the simplest production-grade upstream K8s. Lightweight and focused. Single command install on Linux, Windows and macOS. Made for devops, great for edge, appliances and IoT. Full high availability Kubernetes with autonomous clusters.

Why you should build on Kubernetes from day one - Stack Overflow Blog
If you’re building a new app today, it might be worth taking a closer look at making it cloud-native and using Kubernetes from the jump. The effort to set up Kubernetes is less than you think. Certainly, it’s less than the effort it would take to refactor your app later on to support containerization.
July 2021
The Application Context — Flask Documentation (2.0.x)
The Application Context — Flask Documentation (2.0.x) URL: https://flask.palletsprojects.com/en/2.0.x/appcontext/ Type: link Domain: flask.palletsprojects.com

Preserving global state in a flask application
I am trying to save a cache dictionary in my flask application.
As far as I understand it, the Application Context, in particular the flask.g object should be used for this.
Setup:
import flask ...

Structuring a Large Production Flask Application
In the world of Python web frameworks Flask and Django are considered the two major frameworks. Flask is a micro-framework and is…

How to speed up Python application startup time
Introduction of Python 3.7's new feature to measure import time
Bolt Depot - Nuts and Bolts, Screws and Fasteners online
Large selection of nuts and bolts as well as other fasteners online. Nuts, bolts, and screws in stainless steel, bronze, galvanized and more including metric bolts. Buy individual nuts and bolts with no minimum order, fast shipping and a 100% guarantee
Python behind the scenes #11: how the Python import system works
If you ask me to name the most misunderstood aspect of Python, I will answer without a second thought: the Python import system. Just remember how...

How to Setup Passwordless SSH Login
In this article we will show you how to setup an SSH key-based authentication and connect to your Linux servers without a entering password.

Deploying Flask App with WSGI and Apache Server on Ubuntu 20.04
Description