Skip to content
May 9, 2025
  • github
  • linkedin

Leonardo Merza

  • Home
Main Menu

Author: Leonardo Merza

Web Development

Mastering the Sliding Window Algorithm

August 26, 2021August 3, 2023 - Leave a Comment

Here are some of my notes while I go over the sliding window algorithm.

Mastering the Sliding Window Algorithm Read More
Web Development

Applying SOLID Principles to React Development

April 3, 2021August 3, 2023 - Leave a Comment

In the world of Object-Oriented Programming (OOP), SOLID principles are five fundamental guidelines to design and organize code in a way that’s scalable, manageable, and easy to understand. However, these …

Applying SOLID Principles to React Development Read More
Uncategorized

How to get 4k@120hz with a Nvidia RTX 3080 and the Sony x900H TV

January 9, 2021January 9, 2021 - 3 Comments.

I recently connected my gaming PC to my Sony TV and wanted to get 4k@120hz working. After piecing together a few forum posts and getting it working I thought I’d …

How to get 4k@120hz with a Nvidia RTX 3080 and the Sony x900H TV Read More
Web Development

Debugging, Logging, Testing, Virtualizing, and Documenting Python

June 18, 2019June 18, 2019 - Leave a Comment

In this article, I will go over some tools to hgelp you build production grade Python applications. From debuggin tools such as pdb, 12 factor compliant logging, tersting using pytest …

Debugging, Logging, Testing, Virtualizing, and Documenting Python Read More
Web Development

Python Repeatable Generator Decorator

May 1, 2019May 1, 2019 - Leave a Comment

This post goes over creating iterables, generators then using both of these to create a generator decorator that will help you create generators faster. Iterables An iterable is any object …

Python Repeatable Generator Decorator Read More
Web Development

Creating A Decorator Factory in Python

April 26, 2019May 1, 2019 - 1 Comment

This article will go over creating a decorator factory in Python. This can be helpful for example when you want to create different logging capabilities. The final result of this …

Creating A Decorator Factory in Python Read More
Web Development

Python’s attrs Overview

April 16, 2019April 16, 2019 - Leave a Comment

The attrs package is designed to help Python developers keep their code clean and fast. It uses decorators to modify Python class __slots__ and __init__ functionality. __init__ is straight forward …

Python’s attrs Overview Read More
Web Development

LFU and LRU Caching in JavaScript

January 24, 2019March 27, 2019 - Leave a Comment

Overview Caching involves storing data in temporary memory for faster retrieval later on. Examples include a database that uses caching to avoid reading from the hard drive and a web …

LFU and LRU Caching in JavaScript Read More
Web Development

Overview of Python Project Layouts

October 17, 2018March 21, 2019 - 1 Comment

This post contains an overview of the folder/file structure, PEP440 versioning, and PEP8 styling guide of a python application for deployment. Folder Structure The folder hierarchy is a balance between …

Overview of Python Project Layouts Read More
Development Operations

Add wildcard Let’s Encrypt certifications with Namecheap

March 21, 2018April 16, 2019 - 1 Comment

Let’s Encrypt recently added wildcard certifications but it involves a little more steps than a normal certification process. First you must make sure you have certbot version 0.22.0 or above. …

Add wildcard Let’s Encrypt certifications with Namecheap Read More

Posts pagination

Previous 1 2 3 4 Next

Recent Posts

  • Abstractions are Discovered, Not Created
  • Building Microservice Applications Using SOLID Principles
  • My Journey Learning Prometheus
  • A Hacky Way to Add Drift Mode Support to HomeAssistant for SwitchBot Curtains 3
  • Enhancing React Forms with Asynchronous Validation: A Deep Dive into useForm Hook
Copyright © 2025 Leonardo Merza.
Powered by WordPress and HitMag.