BLOG
All articles by Yann Malet
Varnish Saint Mode
Varnish Saint Mode is a lesser known gem inside varnish that lets you serve stale content from cache, even when …
A Djangonaut Building a Webapp in Go with Gorilla
At Lincoln Loop, we have been building large web applications using Django since 2007. Recently, however, we have recently started …
Test Coverage in Go
An important part of the process process of learning a new language is to learn the ecosystem that helps you …
Introduction to Go Debugging with GDB
I spent the vast majority of my time in the last 4 years writing, reading and debugging Python or JavaScript …
Django Caching in the Real World: Part 1
When you develop a sizable content heavy web site you quickly learn, hopefully not the hard way, that caching is …
Custom Filters in the Django Admin
A few weeks ago Django’s team revealed a data leakage bug in the admin application that affects an extremely interesting …
Using Proxy Models to Customize the Django Admin
Fellow Lincoln Looper, Martin Mahner, posted an excellent write up on how to use proxy models to separate staff and …
Using Django Inside the Tornado Web Server
Inspired by Eric Florenzano’s talk, Using Django in Non-Standard Ways (slides in PDF) at DjangoCon and the announcement of Tornado …