Welcome to another edition of Caffeinated Coder! Today we're going to be taking a quick look at my set up to maintain the state of my k3s cluster in my home lab. This guide unlocks the simplicity of setting up and scaling your K3s nodes in a home lab environment using GitLab CI/CD. Imagine a YAML-driven pipeline that …
Read MoreHey there, fellow app enthusiasts! I'm here to share my voyage into the world of app publishing, and trust me, it's been quite the ride. With about 10 years of industry experience under my belt, I embarked on this exciting journey with a positive and light-hearted spirit. You all know I'm more of a cloud and …
Read MoreIn today's fast-paced mobile app development landscape, cross-platform frameworks have gained significant popularity. Flutter and React Native, two prominent players in this domain, have revolutionized the way developers build high-quality mobile applications efficiently. While both frameworks enable developers to …
Read MoreNow that I've spent some time coding in my free time to generate some content for this blog, I thought I'd take a stab at just talking about my experience in the industry and how it relates to specific topics. So there won't be any code in this post, nor any real facts or opinions that represent the opinion of my …
Read MoreI'm back from a bit of a hectic time in my life! My wife and I had a new baby girl, and parents who've gone through the newborn phase know, that there's precious little time to be hacking away at your computer outside work when you have a little one crying upstairs. But now that she's kind of sleep trained, I'm back …
Read MoreI've been workshopping an idea for another blog that I'd like to work on for the personal side of my life and my journey through Fatherhood. For this blog, I wanted to try out some new things, both on the blogging framework I use, as well as how I host and maintain the backing infrastructure. This short blog post will …
Read MoreFor a while now, I've been wanting a better set up on my home lab K3s cluster for exposing pods outside of the cluster itself for accesibility within my home network. After polling the community on this matter, I found that MetalLB is the recommended tool to use for this. So this post will go over my experience setting …
Read MoreRecently, I've been thinking about improving the SEO for this blog and I came across the Bing URL submission API. This API allows website owners to submit new pages of their app for instant indexing by Bing. In this post, we'll go over how to automate this process with GitLab CI. So, how this new CI stage will work is …
Read MoreIn my previous post, I described a Helmfile deployment for observability around website monitoring. Now, as your monitoring needs grow, that Helmfile deployment will undergo more and more changes. To properly handle this at a larger scale, CI/CD is a must. In this post, we'll take a quick run through of a basic CI/CD …
Read MoreIf there's one thing I've learned during my time in the software industry, its that monitoring your software is important. If you want your website to be taken seriously, you don't want it to all of a sudden be down without you knowing for hours, or even days. This is where the topics of monitoring, alerting and …
Read More