If you publish your Java artifacts to Maven Central, you may receive an email with the following...
I've always been fascinated by how Large Language Models (LLMs) can make our interactions with...
The allure of serverless computing and cloud-based solutions was once irresistible to me. The promise...
It has been a few years now since AWS upgraded their official JavaScript SDK to version 3. This new...
I maintain a set of templates and a starter project builder for fullstack projects: Goldstack. This...
As a software engineer, you're likely content with your role. Coding can be both enjoyable and...
Typing is the most common way we interact with our computers, but we can talk much faster. Even with...
While experimenting with OpenAI's Whisper model via API, I discovered it could sometimes seem slow...
Cloud Functions provide a lightweight execution environment for code in various languages. They are...
With the increasing popularity of full stack frameworks that combine server-side and client-side...
Server-side rendering (SSR) of React applications has become increasingly popular in the past few...
There are many different ways to provide styling for React components, such as importing plain CSS,...
AWS HTTP APIs provides a new way to deploy REST-based APIs in AWS; providing a number of...
I have long been very sceptical of so called NoSQL databases. I believe that traditional SQL database...
AWS S3 has long been known as an effective way to host static websites and assets. Unfortunately,...
Amazon Simple Email Service (SES) is a serverless service for sending emails from your applications....
I has been nearly two years since I first wrote about a Next.js + Bootstrap starter project on this...
Terraform for better or worse is frequently updated with new versions. Many of these introduce...
There are many ways to stand up a REST API. Nearly every programming language provides a way for us...
TypeScript is an excellent language for writing AWS Lambda functions. Its flexible static typing...
I’ve written a couple of posts about how to set up JavaScript and TypeScript Monorepos over the past...