Dev blogs and websites

Posted by Jonas Sandström on Sun 31 January 2021

Here is a list of blogs and websites that inspire me to learn more about computers, web development, Python or other dev-related topics. Some of these might be old (mabye not even updated anymore?) but they have helped or inspired me to learn and investigate topics that have been valuable to me. I want to share them here, so future Jonas can find them.

Julia Evans website - She covers a lot of diferent topics related to development, tools and web infrastructure.

Miguel Grinberg - posts related to the Python Flask framework which I like to be up to date on. He also have some JS related posts, mainly React.js.

Testdriven.io - Python tutorials, not only related to testing or TDD but alwasy with a "how can this be tested" perspective.

Ten thousand meters - Exploration of cPython internals.