Categories
Cloud Entrepreneurship General

Container Storage: How Does It Work

The topic of container storage has become quite popular. Why? You have surely heard of Docker and Kubernetes, right? Well, you can link the increase in the use of these systems. With the help of a Docker container, you can develop apps with a team from anywhere! Isn’t that cool? Real time collab without worrying […]

Categories
General python

User Login: User Authentication in Python

Simple username/password login is pretty much extinct today. Most services today have moved on to rely on more refined and secure forms of user authentication systems. These include encryption, hashing, the use of salt and pepper, and even 2FA with messages or emails. So given that, it is fundamental to know about authentication systems to […]