Descript | All-in-one audio/video editing, as easy as a doc.
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
Removing sensitive data from a repository – GitHub Docs
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
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
wadetb/eliza: Python implementation of the Eliza chatbot
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
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
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
MicroK8s – Zero-ops Kubernetes for developers, edge and IoT | MicroK8s
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
Why you should build on Kubernetes from day one – Stack Overflow Blog
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
Preserving global state in a flask application
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
The Application Context — Flask Documentation (2.0.x)
The Application Context — Flask Documentation (2.0.x)
July 29, 2021 at 02:12PM