Making Pulumi Feel Like Terraform: A Python Developer's GuideIf you have been using Terraform for more than five minutes, you would have come across variables and replacing default values for instances using a .tfvars file. Below is a snippet of replacing default values for an EC2 Instance using Terraform: ec2...Jan 24, 2025·7 min read
From Unicorn Quests to Cloud Conquests: My Day at AWS's Exclusive GameDay EventLast Tuesday was anything but ordinary. I was lucky enough to be invited to an exclusive GameDay event hosted by Amazon AWS at the iconic Reading Football Club. The excitement was palpable as I arrived at the venue bright and early at 09:30, ready fo...Jul 11, 2024·2 min read
Building My Own LLM: A Journey into Language Models Building a Tokenizer 🛠️Welcome to Cloud Dude's Blog page! This blog post is based on the second video in our series on building Large Language Models (LLMs) from scratch, following the book "Build a Large Language Model from Scratch" by Sebastian Raschka, available at Mann...Jul 11, 2024·6 min read
The Painful Journey of Deploying a Helm Chart to Kubernetes with GoIn the fast-paced world of software development, time-sensitive projects can often lead to both breakthroughs and challenges. Recently, I embarked on a project to deploy a Helm chart to a Kubernetes cluster using Go. This was because the helm Terrafo...Jul 10, 2024·4 min read
Building My Own LLM: A Journey into Language Models 🛠️Welcome to Cloud Dude's page! In this series, we will be building Large Language Models (LLMs) following the book "Build a Large Language Model from Scratch" by Sebastian Raschka, available at Manning.com. Introduction Large Language Models (LLMs), l...Jul 4, 2024·3 min read
How I built an Authentication API in GoIn the world of web development, secure communication between client and server is paramount. This was the need of a client of mine, a startup called Greencloud; check them out here: https://www.greencloudcomputing.io/. This API is for a bigger proje...Jun 20, 2024·4 min read
Working with Stacks, AI, Go and PulumiRecently, I have been tasked with checking out other IAC tools where I work. One of those given to me was Pulumi. At first, I was not sure. I come from a Terraform background and have been using Terraform for around six years now, so I was hesitant t...Feb 16, 2024·11 min read