MAX BUILD SPEED
  • Home
  • About
Sign in Subscribe

Max Rohde

Max Rohde
A Guide to CSS Modules with React

coding

A Guide to CSS Modules with React

There are many different ways to provide styling for React components, such as importing plain CSS, using styled components, JS-in-CSS or CSS Modules. These all have various advantages and disadvantages. To me, it seems CSS Modules provide the best solution overall for beginner to intermediate use. We can use the

By Max Rohde 12 Aug 2022
Enabling Compression for Lambda with AWS HTTP APIs

aws

Enabling Compression for Lambda with AWS HTTP APIs

AWS HTTP APIs provides a new way to deploy REST-based APIs in AWS; providing a number of simplifications over the original REST APIs. However, when working with HTTP APIs we need to be aware of a few gotchas, such as what types to use for handler arguments. REST APIs also

By Max Rohde 30 Jul 2022
Remove Link Underlines from EPUB Files with Calibre

calibre

Remove Link Underlines from EPUB Files with Calibre

Some EPUB documents may display links with an annoying underline in the calibre viewer or your e-book reader. Thankfully this can be solved easily in calibre in a few steps: * Select the book where underlines are displayed under links, right click it and select Edit betadata / Edit metadata individually * Right

By Max Rohde 30 Jul 2022
Beginners Guide to DynamoDB with Node.js

aws

Beginners Guide to DynamoDB with Node.js

I have long been very sceptical of so called NoSQL databases. I believe that traditional SQL database provided better higher level abstractions for defining data structures and working with data. However, I have received a few queries for a DynamoDB template for my project builder Goldstack and I figured a

By Max Rohde 10 Jun 2022
Solving 'Error creating CloudFront Distribution: AccessDenied: Your account must be verified'

aws

Solving 'Error creating CloudFront Distribution: AccessDenied: Your account must be verified'

As part of testing Goldstack templates I often create new AWS accounts and deploy a number or resources to them. Today I came across the following error while trying to stand up a CloudFront Distribution Error: error creating CloudFront Distribution: AccessDenied: Your account must be verified before you can add

By Max Rohde 10 Jun 2022
The Ultimate Guide to Hosting Static Websites using S3

amazon-route-53

The Ultimate Guide to Hosting Static Websites using S3

AWS S3 has long been known as an effective way to host static websites and assets. Unfortunately, while it is easy to configure an S3 bucket to enable static file hosting, it is quite complicated to achieve the following: * Use your own domain name * Enable users to access the content

By Max Rohde 07 May 2022
S3 and Typescript

aws

S3 and Typescript

AWS S3 is a cloud service for storing data using a simple API. In contrast to a traditional database, S3 is more akin to a file system. Data is stored under a certain path. The strengths of S3 are its easy to use API as well as its very low

By Max Rohde 27 Apr 2022
SES, Terraform and TypeScript Starter Project

aws

SES, Terraform and TypeScript Starter Project

Amazon Simple Email Service (SES) is a serverless service for sending emails from your applications. Like other AWS services, you can send emails with SES using the AWS REST API or the AWS SDKs. In this article, I want to look at how to send emails using SES with TypeScript

By Max Rohde 26 Apr 2022
Next.js 12 Templates

aws

Next.js 12 Templates

Next.js 12 has been released a few months ago. It is a major update to the Next.js framework that includes a lot of new features and improvements. Goldstack provides two templates based on Next.js: Next.js Template for building vanilla Next.js applications Next.js + Bootstrap Template

By Max Rohde 17 Mar 2022
Next.js + Bootstrap Boilerplate

aws

Next.js + Bootstrap Boilerplate

I has been nearly two years since I first wrote about a Next.js + Bootstrap starter project on this blog. Since then I have been extending the base template and made it easier to configure and use. It is now available as one of the templates on Goldstack: Next.js

By Max Rohde 10 Mar 2022
The Art of Thinking Clearly - Book Review

book-reviews

The Art of Thinking Clearly - Book Review

I have long been fascinated with the research on human biases and how they can affect our decision making. I've read a bit of Kahneman's work and have seen it cited in many other books. I never quite got around to finishing 'Thinking, Fast and

By Max Rohde 26 Feb 2022
Deploy Serverless Next.js to AWS with Terraform 1.1

aws

Deploy Serverless Next.js to AWS with Terraform 1.1

Terraform for better or worse is frequently updated with new versions. Many of these introduce incompatibilities with previous versions that require manual rework of Terraform definitions as well as require updating the local or remote Terraform state. I originally developed a solution for deploying Next.js to AWS using Terraform

By Max Rohde 21 Jan 2022
See all
MAX BUILD SPEED

MAX BUILD SPEED

be calm & code.

MAX BUILD SPEED
  • Sign up
Powered by Ghost

MAX BUILD SPEED

be calm & code.