uWSGI, Preforking and Lazy Apps
uWSGI is a flexible application container that we use extensively at ticketea. It is very popular in the Python/WSGI ecosystem. It normally sits between your...
A 6-post collection
uWSGI is a flexible application container that we use extensively at ticketea. It is very popular in the Python/WSGI ecosystem. It normally sits between your...
Here at ticketea we depend on many external services, some of which can be down at times, or even worse, become slow. Why is it worse...
Ticketea.com is the platform where we showcase and sell the majority of our events. The software project powering it (code-named "Aphrodite"), is a...
This is a long overdue post about a library we open sourced earlier this year. TLDR; it's called Pynesis (pronounced as you would pronounce Kinesis but...
Testing REST APIs is a bit like the Wild West. There are tons of ways to do it, different approaches depending on the development language, but...