
Building Brew Haven: A/B Testing My Coffee Shop Dreams with DevCycle
Do you love coffee? As developers, many of us jokingly claim to be "powered by coffee", and the thought of opening a quaint coffee shop someday often lingers in the back of our...
Writing
Mostly hands-on posts about Nuxt, Cloudflare, AI, developer tooling, and the decisions that show up while turning ideas into working software.

Do you love coffee? As developers, many of us jokingly claim to be "powered by coffee", and the thought of opening a quaint coffee shop someday often lingers in the back of our...

After wrapping up my last project—a chat interface to search GitHub—I found myself searching for the next idea to tackle. As a developer, inspiration often comes unexpectedly, a...

Explore how to create a chat interface for GitHub searches, utilizing AI to simplify natural language queries and boost search efficiency

You might be wondering, 'Another LLM (Large Language Model) playground? Aren't there plenty of these already?' Fair question. But here's the thing: the world of AI is constantly...

If you work in tech-related fields, sooner or later there will come a time when you have to pick a domain name for the idea you've been working on. Whether it's an app or a serv...

You often want to test your knowledge whenever you're learning a new topic. You can get ready-made quizzes on the subject, but generally, they tend to be too broad. What if you...

This article is about exploring the new talk of the town, `bun`, getting to know `Outerbase`, and hanging out with old buddies `markdown` and `ChatGPT`. If you follow along, you...

Last year I built an app for my son (and myself). The app idea was very simple, a digital piggy bank tracker integrated with optional auto credit of pocket money. We're actively...

Rabbit holes are many, and as a developer, you keep falling into one or the other during your journey. This is not necessarily a bad thing—granted that it may frustrate you—that...

Introduction

Did you ever try to navigate a webpage using just your keyboard? Do you know how it works under the hood? Do you know what is `"tabindex",` and what is its role in keyboard navi...

If you're using or thinking of using `Firebase Cloud Functions` or `Cloud Run` for your website/app backend, I highly recommend looking into caching your API responses. Used app...

Introduction

Introduction

A step by step guide toon how to use the Automator App for creating a simple context menu action for MacBooks.

A workaround to the NotAllowedError you get when trying to use the write / writeText methods of the clipboard API

Step by step guide on using MongoDB Atlas & App Services to create a puzzle game, and how to use Google Cloud Run to host the react frontend.

Introduction This is the final part of the Python puzzle game series. In the first part we learnt to create a tiles puzzle game using Turtle module. And then in the second part...

Learn how to solve a tiles puzzle game using python. A step by step guide listing the observations made for creating the algorithm with code.

Learn how to make a tiles puzzle game using classes and objects with Python Turtle module.

The back story There is always one, isn't it? Let's start from the beginning. We're in the dying days of December 2021. My son will be turning 8 in a couple of months. In his mi...