Andi Ashari

Tech Voyager & Digital Visionary


Tech Wanderer, Passionate about Innovation and Deeply Expertised in Technology. Actively Redefining the Digital Landscape Through Cutting-Edge Solutions.

Articles & Insights

Provisioning a Private GKE Autopilot Cluster with CloudNAT

Provisioning a Private GKE Autopilot Cluster with CloudNAT

This tutorial guides you through setting up a private Google Kubernetes Engine (GKE) Autopilot cluster with CloudNAT, enabling private GKE instances to access the internet without exposing them to the public internet. The process involves creating a static IP address, setting up Cloud Router and...
Why Taking Ownership is Super Important in Programming

Why Taking Ownership is Super Important in Programming

Hello everyone! It's always fun to talk about coding, right? Today, I want to share something I've learned that's made me a better programmer – the idea of "ownership." What does "ownership" even mean in coding? Basically, it means taking responsibility for your code....
Securing Your CloudFront Distribution with Basic Authentication

Securing Your CloudFront Distribution with Basic Authentication

When deploying static websites on AWS CloudFront, a common requirement is to restrict access using simple authentication mechanisms. Basic Authentication offers a straightforward approach to protect your content by requiring users to provide a username and password before they can access your...
Google Bard Transforms into Gemini

Google Bard Transforms into Gemini

Google has recently unveiled a significant change to its AI chat service, transitioning from the well-known Bard to the freshly minted Gemini. This rebranding marks not just a change in name but also an evolution in the service's capabilities and offerings. The new home for this innovative AI...
DevOps Role on Simplifying Collaboration and Efficiency in Tech Teams

DevOps Role on Simplifying Collaboration and Efficiency in Tech Teams

Hey there! If you're curious about DevOps but find all the technical jargon a bit overwhelming, you're in the right place. Let's break down this buzzword into something simple and understandable. Imagine a world where your tech teams are like a well-oiled machine, where developers and...
Choosing Between GKE Autopilot and Standard GKE

Choosing Between GKE Autopilot and Standard GKE

Google Kubernetes Engine (GKE) offers two modes of operation for running containerized applications: Standard GKE and GKE Autopilot. Each mode provides a unique approach to managing Kubernetes clusters, with differences in control, cost efficiency, and operational responsibilities. Understanding GKE...