All
Articles 129,888Blog Posts 134,416Tech Tutorials 33,574Research Papers 25,163News 18,375
⚡ AI Lessons

Dev.to · iapilgrim
21h ago
Tutorial: Role-Based Access Control for a Node/Express API, Backed by Keycloak
This is a hands-on walkthrough for kc-rbac-api — module 04 in a series building up Keycloak features...

Dev.to · iapilgrim
21h ago
RBAC for APIs with Keycloak — Local JWT vs. Introspection, and Two Bugs That Taught Me More Than the Code Did
This is module 04 in an ongoing series working through Keycloak from the ground up — realms and...

Dev.to · iapilgrim
1d ago
Keycloak from Scratch, Part 2 — Authorization Code + PKCE, Built by Hand
In Part 1 we logged in by sending a username and password directly to Keycloak. That's fine for a...

Dev.to · iapilgrim
1d ago
Keycloak from Scratch, Part 1 — Realms, Roles, Clients & Users (No Docker Magic, Just Clicks)
If you've ever inherited a Keycloak instance and had no idea what a "realm" actually isolates, or why...

Dev.to · iapilgrim
⚡ AI Lesson
2w ago
Building a Mini Dungeon Crawler in Phaser v4 (No Assets, One HTML File)
I've been working through a self-directed Phaser v4 curriculum, and Phase 4 was the big one: "stop...

Dev.to · iapilgrim
⚡ AI Lesson
4mo ago
Master the ECR Lifecycle: Automating Image Cleanup
Why Lifecycle Policies? Every time your CI/CD pipeline runs docker push, you're adding...

Dev.to · iapilgrim
☁️ DevOps & Cloud
⚡ AI Lesson
4mo ago
Deploying a Base Sepolia Node with Docker
We're using QuickNode for Base Sepolia. This post is how to setup our own node. 1....

Dev.to · iapilgrim
☁️ DevOps & Cloud
⚡ AI Lesson
4mo ago
Automating Container Image Updates with FluxCD (Hands-On Tutorial)
Modern GitOps workflows aim to keep your Kubernetes cluster fully synchronized with what is defined...

Dev.to · iapilgrim
📰 AI News & Updates
4mo ago
FluxCD Image Automation Error Troubleshooting
Problem Running: flux reconcile image update flux-system Enter fullscreen mode ...

Dev.to · iapilgrim
☁️ DevOps & Cloud
⚡ AI Lesson
4mo ago
FluxCD journey with Minikube
🚀 Phase 1: The Manual Foundation Goal: Set up the cluster and deploy a "Hello World" app...

Dev.to · iapilgrim
☁️ DevOps & Cloud
⚡ AI Lesson
4mo ago
🧠 Migrating BSC Testnet Data to a New Disk (KVM + Docker)
Running blockchain nodes at scale quickly turns into a storage management problem. In this guide,...

Dev.to · iapilgrim
⚡ AI Lesson
4mo ago
Overlay vs Underlay Networking Across Regions with Azure Kubernetes Service
In this tutorial we build a complete AKS networking lab to demonstrate: AKS Overlay networking AKS...

Dev.to · iapilgrim
⚡ AI Lesson
4mo ago
Deploy Azure SQL with Private Endpoint and Test Connectivity from AKS
This tutorial demonstrates how to: Create networking for AKS Deploy an AKS cluster using Azure CNI...

Dev.to · iapilgrim
⚡ AI Lesson
4mo ago
Understanding AKS Networking: Underlay Network
If you’ve ever tried to curl a Kubernetes Service IP from a VM and it just… hangs — this guide is for...

Dev.to · iapilgrim
☁️ DevOps & Cloud
⚡ AI Lesson
4mo ago
Ephemeral Storage in AKS — A Practical Hands-On Lab
If you're running: CI/CD pipelines Batch jobs Video transcoding ETL pipelines AI...

Dev.to · iapilgrim
🛠️ AI Tools & Apps
4mo ago
Running PostgreSQL on AKS with Premium SSD (StatefulSet + Azure Managed Disk)
In this tutorial, we’ll deploy PostgreSQL on AKS using: StatefulSet Azure Managed Disk...

Dev.to · iapilgrim
⚡ AI Lesson
4mo ago
Turn Your Regional AKS Ingress into a Global SaaS Entry Point
In the previous tutorial, we deployed: 🧱 Azure Kubernetes Service 🛡 Azure Application Gateway...

Dev.to · iapilgrim
⚡ AI Lesson
4mo ago
Troubleshooting Azure Application Gateway Ingress Controller 403 Error
🛠 Fixing ErrorApplicationGatewayForbidden in AKS + Application Gateway When...

Dev.to · iapilgrim
☁️ DevOps & Cloud
⚡ AI Lesson
4mo ago
Phase 3 - Deploying a Custom App to Azure Kubernetes Service Using Azure Container Registry
🚀 In this lab, we will: Create an Azure Container Registry (ACR) Build a custom Docker...

Dev.to · iapilgrim
⚡ AI Lesson
4mo ago
Phase 5 - AKS with Azure DNS + NGINX Ingress + cert-manager
In this lab, we built a production-grade HTTPS setup for applications running on: Azure Kubernetes...

Dev.to · iapilgrim
⚡ AI Lesson
4mo ago
Phase 1: Preparing Azure CLI for Production AKS (Region: East US 2)
Before deploying a production-grade AKS cluster, you must properly configure Azure CLI, subscription...

Dev.to · iapilgrim
☁️ DevOps & Cloud
⚡ AI Lesson
4mo ago
Configuring Apache Exporter with Prometheus in Kubernetes (Minikube)
Lab Objectives By completing this lab, you will: Deploy Apache in Kubernetes Deploy...

Dev.to · iapilgrim
☁️ DevOps & Cloud
⚡ AI Lesson
4mo ago
Master Azure Container Instances (ACI) and Restart Policies
Azure Container Instances (ACI) are the "speed demons" of the Azure cloud. If you need to run a containerized application without the overhead of managing Virtu

Dev.to · iapilgrim
☁️ DevOps & Cloud
4mo ago
Switching Minikube from Docker Driver to kvm2 for Better Stability
#kubernetes #minikube #devops #linux #kvm
DeepCamp AI