Max Rohde

Max Rohde @mxro

About: Long-time coder, PhD and former lecturer. Currently leading awesome engineering teams and working on goldstack.party.

Location:
Melbourne, Australia
Joined:
Jun 2, 2020

Max Rohde
articles - 21 total

Migrating Maven Namespace to Central Portal

If you publish your Java artifacts to Maven Central, you may receive an email with the following...

Learn More 0 0May 8

Voice Memos with ChatGPT: My First "GPT"

I've always been fascinated by how Large Language Models (LLMs) can make our interactions with...

Learn More 1 0Apr 6 '24

Death by Cloud or How to Build Brittle Systems

The allure of serverless computing and cloud-based solutions was once irresistible to me. The promise...

Learn More 2 2Mar 1 '24

Mock S3 for AWS SDK for JavaScript (v3)

It has been a few years now since AWS upgraded their official JavaScript SDK to version 3. This new...

Learn More 4 0Jan 19 '24

Upgrading to Yarn 4

I maintain a set of templates and a starter project builder for fullstack projects: Goldstack. This...

Learn More 2 0Dec 30 '23

Why You Should Become and Engineering Leader (or Not)

As a software engineer, you're likely content with your role. Coding can be both enjoyable and...

Learn More 0 0Oct 28 '23

Control Windows with Your Voice and the Magic of ChatGPT

Typing is the most common way we interact with our computers, but we can talk much faster. Even with...

Learn More 1 0Sep 29 '23

Optimise OpenAI Whisper API: Audio Format, Sampling Rate and Quality

While experimenting with OpenAI's Whisper model via API, I discovered it could sometimes seem slow...

Learn More 20 0Sep 17 '23

Tutorial HTTP Endpoints with GCP Function (2nd Gen) and Go

Cloud Functions provide a lightweight execution environment for code in various languages. They are...

Learn More 0 0Feb 11 '23

esbuild Ignore With Comments Plugin

With the increasing popularity of full stack frameworks that combine server-side and client-side...

Learn More 0 0Oct 31 '22

Serverless React SSR on AWS

Server-side rendering (SSR) of React applications has become increasingly popular in the past few...

Learn More 9 1Oct 20 '22

A Guide to CSS Modules with React

There are many different ways to provide styling for React components, such as importing plain CSS,...

Learn More 2 0Aug 17 '22

Compression for AWS HTTP APIs

AWS HTTP APIs provides a new way to deploy REST-based APIs in AWS; providing a number of...

Learn More 4 0Aug 4 '22

Beginners Guide to DynamoDB with Node.js

I have long been very sceptical of so called NoSQL databases. I believe that traditional SQL database...

Learn More 10 0Jun 15 '22

The Ultimate Guide to Static Websites with S3 and Terraform

AWS S3 has long been known as an effective way to host static websites and assets. Unfortunately,...

Learn More 10 0May 19 '22

Sending Emails with SES, Terraform and TypeScript

Amazon Simple Email Service (SES) is a serverless service for sending emails from your applications....

Learn More 16 1Apr 24 '22

Next.js 12 + Bootstrap Boilerplate

I has been nearly two years since I first wrote about a Next.js + Bootstrap starter project on this...

Learn More 5 0Mar 22 '22

Serverless Next.js on AWS with Terraform 1.1

Terraform for better or worse is frequently updated with new versions. Many of these introduce...

Learn More 4 0Jan 27 '22

TypeScript Serverless API on AWS

There are many ways to stand up a REST API. Nearly every programming language provides a way for us...

Learn More 18 2Jan 12 '22

TypeScript Types for AWS Lambda

TypeScript is an excellent language for writing AWS Lambda functions. Its flexible static typing...

Learn More 6 0Jan 7 '22

The Ultimate Guide to TypeScript Monorepos

I’ve written a couple of posts about how to set up JavaScript and TypeScript Monorepos over the past...

Learn More 53 3Nov 26 '21