JumpStory
JumpStory Handy collection of images to use in development and writing August 22, 2021 at 08:45PM
All my blog posts and articles
Page 30 of 141 (2816 total posts)
JumpStory Handy collection of images to use in development and writing August 22, 2021 at 08:45PM
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. August 20, 2021 at 06:00PM
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. August 17, 2021 at 02:31PM
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 August 16, 2021 at 09:30PM
Removing sensitive data from a repository – GitHub Docs August 13, 2021 at 05:06AM
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. August 12, 2021 at 01:56PM
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 →. August 12, 2021 at 01:55PM
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. August 9, 2021 at 02:46PM
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 August 8, 2021 at 03:47PM
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 August 8, 2021 at 04:54AM
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. August 1, 2021 at 08:24PM
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. August 1, 2021 at 08:54PM
The Application Context — Flask Documentation (2.0.x) July 29, 2021 at 02:12PM
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 … July 29, 2021 at 02:11PM
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… July 26, 2021 at 11:39PM
How to speed up Python application startup time Introduction of Python 3.7’s new feature to measure import time July 24, 2021 at 03:59AM
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 July 18, 2021 at 12:52AM
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… July 17, 2021 at 03:44PM
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. July 17, 2021 at 02:47AM
Deploying Flask App with WSGI and Apache Server on Ubuntu 20.04 Description July 17, 2021 at 01:08AM