Skip to content
January 28, 2021
  • github
  • linkedin

Leonardo Merza

  • Home
    • Web Development
    • Development Operations
    • Hardware Projects
    • Xbox 360 Kinect
  • About
  • Contact
Main Menu

Web Development

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 …

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 …

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 …

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 …

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 …

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 …

Read More

Recent Posts

  • How to get 4k@120hz with a Nvidia RTX 3080 and the Sony x900H TV
  • Debugging, Logging, Testing, Virtualizing, and Documenting Python
  • Python Repeatable Generator Decorator
  • Creating A Decorator Factory in Python
  • Python’s attrs Overview
Copyright © 2021 Leonardo Merza.
Powered by WordPress and HitMag.