JoLo

JoLo @jolodev

About: DevOps-Mindset, a Wannabe Hacker but in the end a "nobody-loves-me-hipster"

Location:
Berlin, Germany
Joined:
Dec 27, 2018

JoLo
articles - 30 total

Why and how to optimize your Lambda

AWS now charges you for the INIT phase, which means you pay for each cold start1. This blog provides...

Learn More 7 1Jun 18

Oh CommonJS! Why are you mESMing with me?! Reasons to ditch CommonJS

It was a normal patching day. I patched and upgraded my npm dependencies without making code changes,...

Learn More 2 0Jul 12 '24

GHosttp

GHosttp is a tiny development server for developing GCP functions. With GHosttp, you can choose...

Learn More 0 0May 24 '24

Don't (.git)ignore .vscode

Have you ever reviewed a PR that has formatting changes? That could happen because developer...

Learn More 3 0May 6 '24

Cloud Tools You Probably Haven't Heard Of

Keeping an eye on your cloud resources becomes increasingly difficult as their number grows. However,...

Learn More 2 2Mar 31 '24

Developing your own Chrome Extension - Fetch with a Proxy and Cloudflare Workers (Part 5)

In the last part, we encountered a problem. The content_script cannot skip the CORS and fetch the...

Learn More 2 0Mar 3 '24

Developing your own Chrome Extension - Fixing Errors with ts-morph and using Buns API (Part 4)

Oh geez… Developing a Chrome Extension is hard. If you haven't seen my previous post, please take a...

Learn More 1 0Mar 3 '24

Developing your own Chrome Extension with OpenAI and Langchain (Part 3)

Now, it’s time to parse the external website and add AI. Idea This is the idea of the...

Learn More 7 0Mar 2 '24

Developing your own Chrome Extension in Bun and Typescript (Part 2)

In the previous part of the series, we learned about the structure of building a Chrome extension. We...

Learn More 1 0Mar 2 '24

Developing your own Chrome Extension - The Theory (Part 1)

Google Extensions are powerful tools that enhance Chromium-based Web browsers' functionality and...

Learn More 4 0Mar 2 '24

Building a sophisticated CodePipeline with AWS CDK in a Monorepo Setup

Building a sophisticated CodePipeline on AWS with AWS CDK You got hired as a DevOps...

Learn More 3 0Jan 14 '24

Demystifying AWS CDK’s ECS Pattern

Demystifying AWS CDK’s ECS Pattern AWS CDK is my first choice when choosing an IaC for AWS...

Learn More 0 0Dec 12 '23

My thoughts on Eslint dropping formatting rules

Eslint Dropping their Formatting Rules ESLint has been my go-to tool for almost all of my...

Learn More 0 0Nov 20 '23

My Hacktoberfest

“October, crisp, misty, golden October, when the light is sweet and heavy.” ― Angela Carter, The...

Learn More 3 4Oct 30 '23

Run Bun Run! Building an AWS CDK Template with Bun

On a Sunday morning, as you walk towards the bakery, the aroma of freshly baked buns fills the air....

Learn More 6 0Sep 28 '23

Don't run `npm install -g ..`it's a trap!

I recently ran into a situation where a colleague of mine installed AWS CDK globally: npm install -g...

Learn More 2 0Aug 16 '23

Thoughts on SST

Searching for the best DX on AWS Developers are increasingly adopting serverless computing...

Learn More 5 0Jun 27 '23

Strategies for a Faster Lambda Development

Starting with AWS Lambda can be challenging, especially when optimizing and streamlining the...

Learn More 1 0May 6 '23

Thoughts about Projen

Introduction Projen, an open-source project generator, was created by Elad Ben-Israel, who...

Learn More 3 0Apr 27 '23

Declutter your inbox to achieve Zero Inbox with n8n

n8n #automations #gmail Are you feeling overwhelmed by a cluttered email inbox? Perhaps...

Learn More 3 2Apr 11 '23

Effectively using CDK-pipelines to deploy CDK stacks into multiple accounts

Excellent! You have developed your product using AWS and now you are looking to implement effective...

Learn More 2 0Mar 19 '23

How to add fancy to your Amplify Project

In this part of the series, we want to make your Amplify project more fancy by adding Typescript to...

Learn More 9 3Oct 11 '21

My Pain with AWS Amplify

AWS Amplify is a set of tools and services to build full stack applications based on AWS. Its CLI...

Learn More 13 0Oct 11 '21

Demystifying AWS Amplify

AWS Amplify is a great tool to easily integrate your frontend such as React or Vue, or your mobile...

Learn More 9 0Oct 11 '21

Serverless Templates for AWS and Python

Serverless development supposed to abstract underlying infrastructure and lets you focus on business...

Learn More 8 0May 29 '20

My pain with Serverless and AWS Lambda

I want to share my story with Serverless Development in AWS Lambda and Python

Learn More 14 1Mar 31 '20

DataOps - A Made-Up Term or Actual Practice

DataOps is a new set of principles with focus on data management. It's adapting processes of DevOps.

Learn More 13 0Mar 3 '20

How I used CSS Grid for my Resume

I have used CSS-Grid to layout my Resume/CV and will apply with that.

Learn More 14 0Jan 9 '20

Hacktoberfest AWS S3-Clone

Three repositories to contribute which are using the AWS SDK of NodeJS, Python, and Ruby for building an S3-Clone.

Learn More 8 4Oct 15 '19

Setting up a personal Domain with Zeit Now

It is a personal blog post where I set up a personal Domain in Zeit.co

Learn More 17 2Sep 17 '19