Published onJuly 28, 2025OOP in python - The pythonic waypythonprogrammingfield-notesOOPsoftware-engineeringLess boilerplate, more expressiveness. What I learned in python coming from a C/C++ journey.
Published onJune 26, 2025How to optimize Python code for resource-constrained environmentspythonsoftware-engineeringfield-notesgeneratorsresource-optimizationhow-toawslambdamemoryA few tips for those looking to optimize their Python code if their lambda reaches memory constraints
Published onJune 15, 2025What I wish I knew before my first on-call shiftpythonsoftware-engineering-lifefield-noteson-callsoftware-engineeringwhat-I-wish-I-knewFew tips for those just getting introduced to the concept of on call software engineer
Published onJune 6, 2025Field Note: How to assert for unique items between two listsfield-notespragmatismpythongraphqlO-notationalgorithm-complexityA short tip on how I to extract the most of your python code
Published onMay 26, 2025Field Note: When I almost over-engineered a header generatorfield-notesnext.jsapipragmatismpythonweb-scrapingA short reflection on how I almost built the wrong abstraction while mimicking a Next.js API in Python — and what I did instead.