Kubernetes cluster on AWS EKS, Part 1: Setup Kubernetes Dashboard with AWS EKS
Set up Kubernetes Dashboard with Token Authentication on AWS EKS Cluster.Kubernetes cluster on AWS EKS, Part 2: Setup EBS CSI Driver
Set up EBS CSI Driver on AWS EKS.Kubernetes cluster on AWS EKS, Part 3: Setup NGINX Ingress Controller with Cert-Manager on AWS EKS
Nginx Ingress Controller is the recommended way to set up LoadBalancer on Kubernetes with Cert-Manager for SSL Certificates using LetsEncrypt.Kubernetes cluster on AWS EKS, Part 4: Setup Elastic Stack ( ElasticSearch / Kibana / APM Server ) on Kubernetes
Setup for ElasticSearch / Kibana / APM Serve on AWS EKS with Nginx Ingress and Cert-Manager.Kubernetes cluster on AWS EKS, Part 5: Root domain redirection using Caddy Server with Automatic SSL
Redirect bare root domains, with automatic SSL generation using the Caddy Server.Infinite Auto Scroll using Turbo only ( No Stimulus / No Javascript )
Infinite Auto Scroll on Rails 7 using only Turbo Frames and Turbo Streams without a Single line of Javascript.Caching Gems with Docker Multi-Stage build
Docker Multi-Stage Builds allow copying of files from registries and can be used to speed up builds by adding Gem Caches3 Fundamental Design Principles that 99% Apps / Sites get wrong
Visual Contrast, Visual Hierarchy and Minimal design are 3 Design Principles that are missing or poorly implmented on Apps / WebsitesRemove Personal Identifiable Information(PII) from Data using AWS DMS
Remove Personal Identifiable Information ( PII ) from database with continuous changesRails 7 allows setting cache expiry, as an absolute timestamp
With the introduction of expires_at to Rails Cache it is now possible to set absolute timestamps for cache expiry.Rails 7 MySQL adapter improves the security of untyped bound values
MySQL adapter in Rails 7 casts numbers and booleans to string to avoid security vulnerabilities.Ruby 3.1 introduces pattern matching pin operator against expression
Ruby 3.1 adds support for the expression and range when using the pattern matching pin operator.Rails 7 allows passing raw SQL as `on_duplicate` value to `#upsert_all`
Rails 7 allow passing raw SQL statements to `on_duplicate` and `returning` option as value to ActiveRecord `#upsert_all` method.