Rolf Streefkerk

Rolf Streefkerk @rolfstreefkerk

About: Sharing 20 years of IT Career Experience

Location:
Bangkok
Joined:
Jan 8, 2020

Rolf Streefkerk
articles - 18 total

How to implement the Twitter - X API using Python FastAPI

Introduction While building my latest app, insightprose.com, I’ve gathered quite a few...

Learn More 4 0Oct 9 '24

Kubernetes Foundations and Cluster Setup with K3s

Preface TLDR: to get right into the article, go here In my own personal Cloud journey,...

Learn More 3 0Aug 6 '24

How to create a flexible Dev Environment with Vagrant and Docker

Today we're discussing how you can create a fully automated, virtualized development environment. One...

Learn More 1 0Jun 25 '24

How to create your own AI chatbot with LangFlow

Today I’d like to start my series of articles on using the LangChain open source tool-set. LangChain...

Learn More 28 0Jun 11 '24

How to deploy your own website on AWS

Originally published on rolfstreefkerk.com Take full control of your website, and following along...

Learn More 164 12May 28 '24

Deploy with Eezze

In this showcase of Eezze, we'll cover how we save time with our deployment automations: 1. The...

Learn More 0 0Apr 16 '24

Build Real-Time Apps with Eezze

Build Real-Time Apps with Eezze Here's a quick overview of what we'll cover in this...

Learn More 1 0Apr 2 '24

How to setup a Serverless application with AWS SAM and Terraform

TLDR; AWS Serverless Application Model (SAM) is used to quickly create Serverless applica...

Learn More 30 5May 7 '20

How to protect Serverless (Open)API's?

Last week I was unable to deliver a proper article due to the sudden Corona measures (I hope everyone...

Learn More 95 2Mar 24 '20

How to setup a basic VPC with EC2 and RDS using Terraform

This guide will help you set up a basic AWS VPC with a virtual machine (EC2) and database (RDS) using...

Learn More 45 6Mar 8 '20

Serverless CI/CD for AWS Lambda

Today I'll explain how to setup CI/CD (Continuous Integration / Continuous Development) with Terrafor...

Learn More 28 2Mar 1 '20

Automated Static Site With AWS CodePipeline and CloudFormation

This is a guide to setting up and deploying your static site with Hugo on AWS infrastructure. I'll ex...

Learn More 51 0Feb 23 '20

Your experiences debugging on serverless/micro-service architectures?

I've written about this topic in my most recent article. Serv...

Learn More 11 7Feb 17 '20

Serverless tracing with AWS X-Ray

TL;DR Check out the AWS CloudWatch ServiceLens chapter on how powerful AWS X-Ray can be at...

Learn More 21 0Feb 16 '20

How to do logging on AWS Serverless

TL;DR All code related this article has been added to the OpenAPI series repo, open-tf-exa...

Learn More 16 2Feb 9 '20

How to monitor your serverless (Open)API?

TL;DR You can monitor your Serverless (Open)API with the help of CloudWatch Alarms. Please...

Learn More 13 0Feb 2 '20

OpenAPI with Terraform on AWS API Gateway

TL;DR You just want to dig into the source code, look here on Github. The README.md...

Learn More 37 5Jan 26 '20

Why document a REST API as code?

TL;DR If you're already familiar with OpenAPI and its place in the application life-cycle,...

Learn More 91 6Jan 19 '20