user avatar
Adam “Mastodon or Bluesky” Johnson
@AdamChainz
Inactive, see Bluesky or Mastodon.
London / Lisbon
Joined June 2012
Posts
  • Pinned
    user avatar
    I'm not posting on here any more. Find me on the butterfly or mammoth sites.
  • user avatar
    Software Engineering at Google is a great read, and available for free online. I just cited this section on Logic in Tests whilst reviewing a PR: abseil.io/resources/swe-…
    Don't Put Logic in Tests section, see link
  • user avatar
  • user avatar
    Django applications are used to run Antarctic expeditions, energy distribution, logistics chains, and the World Food Program. The JPEG sharing site Instagram is cool but there are so many more uses!
  • user avatar
    friends don't let friends name their modules "utils"
  • user avatar
    🧵 Django 4.0’s five headline features...
  • user avatar
    Pleased to announce our son was born alive and healthy two weeks ago ❤️
  • user avatar
    🐎 Python’s Django template benchmark Python 3.10 is ~10% faster than Python 3.9 Python 3.11 (alpha!) is then ~15% faster than Python 3.10 🚀🚀🚀
  • user avatar
  • user avatar
    Our baby Lily Marques Johnson was born asleep 16 July. RIP. ❤️ We are devastated and I’ll be taking a break from everything for a while.
  • user avatar
  • user avatar
    🎨 Just got the cover image back from my illustrator... I asked for a “cybernetically enhanced pegasus”, and she delivered... what do you think?
  • user avatar
    🕺 From #Python 3.13, virtual environments created by `venv` will come with a Git ignore file, thanks to @Brettsky ’s PR merged yesterday. There’ll be no need to add `.venv` (or whatever) to your `.gitignore` file then.
  • user avatar
    Yesterday I updated my open source projects so that successive pushes to a PR cancel prior CI runs. Saves some time and processing power. I found the "how to" kinda hidden in the docs: docs.github.com/en/actions/usi…