Skip to content

Aaron Boman

Ramblings of a Coder

  • Home
  • About me
  • Blog

Aaron Boman

  • Home
  • About me
  • Blog

Programming

Python 3 and Generic Classes for IDE type-hinting

May 27, 2020May 27, 2020

Using Python 3 Generic types in a base class we can then provide concrete types in a subclass to get accurate type hints from an IDE like PyCharm.

Categories Programming Tags generics, intellisense, python3, type-hints Leave a comment

Per-Request Database Transactions with NestJS and TypeORM

June 14, 2020May 15, 2020

An example of how to set up per-request transactions

Categories Programming Tags nestjs, nodejs, typeorm, typescript 9 Comments

A Custom Mono + Italic Font

May 14, 2020May 14, 2020

In this post, I’m going to show you how you can take any two existing fonts (for example Fira Code and Script12 BT) and mash them together to create your own Operator Mono-like font.

Categories Programming Tags fonts, programming, vs-code Leave a comment

Python Metaclasses – A blueprint for types

May 15, 2020March 9, 2016
A blueprint

Python provides the ability to generate a class at runtime. We’ll explore how Metaclasses are classes that construct classes.

Categories Programming Tags metaclasses, python Leave a comment

Recent Posts

  • I am a Christian
  • Python 3 and Generic Classes for IDE type-hinting
  • Per-Request Database Transactions with NestJS and TypeORM
  • A Custom Mono + Italic Font
  • Hello World

Recent Comments

  • DK on Per-Request Database Transactions with NestJS and TypeORM
  • Petr Vnenk on Per-Request Database Transactions with NestJS and TypeORM
  • Ad Gang on Per-Request Database Transactions with NestJS and TypeORM
  • aaron on Per-Request Database Transactions with NestJS and TypeORM
  • Kirill on Per-Request Database Transactions with NestJS and TypeORM

Archives

  • August 2020
  • May 2020
  • April 2019
  • April 2018
  • June 2017
  • March 2016

Categories

  • My Testimony
  • Programming
  • Random

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
2023 © AaronBoman.com