Posts
How to build a newsletter system for your blog from scratch
Posted on:March 27, 2023 at 09:21 AMEvery blog needs a newsletter these days. There are a lot of systems out there that offer an end-to-end experience for successfully creating, sending and managing newsletter for blogs or any other application. We decided to write our own newsletter system, because we wanted to be in control of our data and not depend on third-party applications.
API Gateway, Dynamodb Global Tables and Route 53 latency-based routing policy
Posted on:February 26, 2023 at 10:17 AMThis is a tutorial about how to deploy an api using Api Gateway, Dynamodb Global Tables and Route 53. The goal is to have low latency for users of the api no matter where they are in the world.
Authenticate your users at the edge with Lambda@Edge and JWKS
Posted on:February 13, 2023 at 09:00 AMThis is a short tutorial that shows you how to authenticate your users at the edge without hitting your servers at all.
Setting up Supertokens with AWS - A comprehensive guide
Posted on:January 30, 2023 at 11:00 AMThis is a comprehensive guide that describes how to set up Supertokens with AWS. The goal is to have a single, high-available and fast end point that all clients can authenticate their users with.
How to import data as CSV from S3 to DynamoDB using CLI
Posted on:January 16, 2023 at 09:00 AMThis is a guide that describes how to import CSV or JSON data stored in S3 to DynamoDB using the AWS cli.
How to publish to npm in 2023
Posted on:January 2, 2023 at 09:22 AMThis is a guide that describes how to publish an open source package to npm in 2023 and what to look out for.
Setting up the taskli.st blog
Posted on:December 29, 2022 at 09:22 AMWe created the taskli.st blog in just a few steps. We made sure that creating and publishing content is as convenient as possible and that the blog is accessible and fast to load.