wadetb/eliza: Python implementation of the Eliza chatbot
Link: 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."
Getting Started on Okteto Cloud in 5 minutes | Okteto Documentation
Link: 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"
New in Git: switch and restore
Link: 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"
MicroK8s - Zero-ops Kubernetes for developers, edge and IoT | MicroK8s
Link: 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."
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
Link: 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."
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
Link: 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 ..."
The Application Context — Flask Documentation (2.0.x)
Link: The Application Context — Flask Documentation (2.0.x): ""
Structuring a Large Production Flask Application
Link: 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…"