Blogs

API or CloudWatch Logs role: which comes first?

2023-07-14

Have you ever failed to deploy an API Gateway API due to a missing CloudWatch Logs role? This blog post shows you how to address the issue.

Analyzing access logs (1. Masking)

2022-11-02

This blog post shares how I have reduced personal data in CloudFront access logs on my website. This is the first post of a series about access log analysis.

Handling binary responses with a custom AWS Lambda runtime in Rust

2022-10-18

This blog post shares how I handle binary responses with a custom AWS Lambda runtime written in Rust.

Dealing with Mapbox hidden symbols (3. Augmenting types)

2022-09-24

I have been working on a utility library for Mapbox GL JS, that deals with symbols hidden by another symbol on the screen. This is the third blog post of the series that will walk you through the development of the library.

Dealing with Mapbox hidden symbols (2. Resolving features)

2022-09-16

I have been working on a utility library for Mapbox GL JS, that deals with symbols hidden by another symbol on the screen. This is the second blog post of the series that will walk you through the development of the library.

Dealing with Mapbox hidden symbols (1. Collision box)

2022-08-20

I have been working on a utility library for Mapbox GL JS, that deals with symbols hidden by another symbol on the screen. This is the first blog post of the series that will walk you through the development of the library.