From Python Concurrency with asyncio by Matthew Fowler
This article shows how you might make your first application that leverages asyncio.
From The Jamstack Book by Raymond Camden and Brian Rinaldi
Let’s learn how to add search functionality to a Jamstack site!
The Jamstack is more of an architecture or methodology for building web applications than a prescriptive stack of technologies. Jamstack was formed in response to dynamic web page development that many felt had become cumbersome, slow and insecure. The Jamstack architecture offers a number of benefits including page speed, security and cost.
From Seriously Good Software by Marco Faella
This article delves into how thinking about what you want your code to do before you write it can lead to more reliable code.