TIL: Gary Bernhardt's 'It's Fine' Talk, pstrings for Process Memory, and pytest Collection Techniques

Today I learned about Gary Bernhardt's humorous take on software development culture, the pstrings tool for examining process memory strings, and pytest's powerful test collection and filtering capabilities.

January 30, 2021 Â· 6 min

TIL: Kakoune Editor, Cookiecutter Pytest, Flask Logging, and psutil

TIL 2020-12-26 Kakoune - Code Editor - Modern code editor with a unique selection-based editing model, designed as an alternative to Vim. Cookiecutter pytest plugin template - Template for creating pytest plugins with proper project structure. Logging, Flask, and Gunicorn - The Manageable Way - Best practices for configuring logging in Flask applications deployed with Gunicorn. Cookiecutter directories organization - Advanced Cookiecutter features for organizing templates in directories. Cookiecutter replay project generation - Feature for replaying previous project generations with stored parameters. ...

December 26, 2020 Â· 1 min

TIL: Dash Application Testing and Pi-hole DNS Architecture

Today I learned about testing Dash applications with pytest and selenium, implementing Flask-Dash integration patterns, and understanding Pi-hole's FTL engine based on dnsmasq.

July 24, 2020 Â· 22 min