Posts tagged "programming"
2021
β The tools I used to write an ebook
β How you can track your personal finances using Python π
2020
β Uploading binary wheels to PyPI from Github Actions
β Continuous Deployment with Netlify and Zola
β Multiple Mixins (and naming conflicts) in Python
β Book Review: The Phoenix Project
β How to enable target="_blank" links in Zola
β Moving from Pelican to Zola
β Frontend without writing CSS
2019
β The Single Monitor Manifesto
β Not everything needs to be async
β The βHacker News Effectβ
2018
β The most dynamic static site you'll ever see
β Setting up your Python open source project
β Setting up flake8 for Cython
2017
β Handling the βN + 1 selectsβ problem in SQLAlchemy
β Speeding up Python using Cython
β Stuck in Vim
β Streaming multipart/form-data parser for Python