Archive

2024

Nginx Reverse Proxy and Lua Scripting

13 minute read

Exploring the implementation of Lua scripting for dynamically altering API requests in an Nginx Reverse Proxy. This investigation opens up possibilities to write and run dynamic content using Lua scripts directly within the Nginx server, making it a powerful tool for web applications.

Back to top ↑

2023

S3 Batch Operations - Lambda

4 minute read

A brief guide outlining the process of setting up and running S3 Batch Operations Jobs with Lambda integration.

Exploring Pytest Fixtures: Notes and Examples

11 minute read

Here are some notes and real-world examples that I’ve gathered along the way, illustrating the use of pytest fixtures to enhance your architectural decisions for your testing module.

Exploring AWS CloudWatch Alarms

10 minute read

Exploring how AWS CloudWatch alarms work, how to define them in a CDK application, and how to work with periods, evaluation ranges, and missing data.

Back to top ↑

2022

Local Python Development Environment

11 minute read

A guide explaining how to set up your local machine for Python projects and overview of most common tools used during development

DICOM File Processing

14 minute read

Using DICOM open source libraries to process DICOM files

Back to top ↑

2021

Back to top ↑