Today I want to speak about – Python’s Quest for Simplicity. Specifically around Python tooling, where we will look at the past, present, and future of a typical Python project. Past First, let's step back in time (a few years) and look at a traditional Python project ... This looks pretty
Role-Based Access Control: Five Common Authorization Patterns
We start with the simplest IDP-based RBAC, and culminate in a combination of group-based RBAC with fine-grained permissions and fine-grained resources.
Intro This is my opinionated list of four approaches to building websites and web applications. Publicly hosted on the internet, serving HTML, CSS, JavaScript, images, etc over HTTP.
#1: Hugo Static Sites + Progressive Web Apps Static websites are boring. Vendors rarely talk about them because the margins are miniscule compared to flashy, compute-heavy services. It is seen as a table stakes offering. Though they have received more attention during the “JAM Stack” trend, my position is that they are still underappreciated and underutilized.
There are so many tutorials out there that add API_KEY to code.
And some other people now use their keys. Don't do that again.
📢 Do this instead 👇
const API_NAME = "myAPI";
const API_KEY = prompt ("Enter your API_KEY:");
This gives you the chance ...
We are fascinated by the disruption underway in mobile applications. Carriers seem to have lost their role as gatekeepers for applications as smartphone
Hello there! Welcome to the world of Amplication. My name is Michael; people refer to me as Amplication's Developer Advocate. Today, I want to show you how t...
The web has come a long way. From the early static pages, through the evolution of reactivity, and towards the biggest knowledge pool for all of humanity.
Kubernetes as a platform vs. Kubernetes as an API | Amazon Web Services
Introduction What is Kubernetes? I have been working on this technology since the beginning and after 8 years, I’m still having a problem defining what it is. Some people define Kubernetes as a container orchestrator but does that definition capture the essence of Kubernetes? I don’t think so. In this post, I’d like to explore […]