Trying out the Template Design pattern

Overview of the Template Design Pattern

Review of paper 'An Image is Worth More Than 16x16 Patches'

Review of paper 'An Image is Worth More Than 16x16 Patches' and introduction to the pixel transformer.

Revisiting the Strategy design pattern

Review of the Strategy design pattern using python typing

Intro to python protocol

Short introduction to python protocol

Database migrations with FastAPI on ECS

Database migrations with FastAPI on ECS

Using RDS Proxy with FastAPI

Using RDS Proxy with FastAPI

Using single dispatch in python

How to use single dispatch in python

On developing AWS Lambda functions locally

An automated approach to developing and testing AWS lambda functions locally

Using the Command design pattern

Using the Command design pattern in refactoring python code

Using the Strategy design pattern

Using the Strategy design pattern in refactoring python code

Learning about Transformers with semantic segmentation

Learning about transformers by training a segformer model

Testing ElasticSearch with pytest

How to test elasticsearch document models in python with mocking