Deploying an Asynchronous Python Microservice with Sanic and Zeit Now

Back in 2008 Natalie Downe and I deployed what today we would call a microservice: json-head, a tiny Google App Engine app that allowed you to make an HTTP head … Read more

Similar

Type Hints in Python

In the low-level programming languages like Java, C, C++, and C#, variables are strictly typed - which means you have to indicate the variable type when creating a variable. (more…)

Read more »