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 …

Yann Malet

Yann Malet October 17, 2024

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 …

Yann Malet

Yann Malet October 17, 2024

Test Coverage in Go

An important part of the process process of learning a new language is to learn the ecosystem that helps you …

Yann Malet

Yann Malet October 17, 2024

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 …

Yann Malet

Yann Malet October 17, 2024

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 …

Yann Malet

Yann Malet October 17, 2024

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 …

Yann Malet

Yann Malet October 17, 2024

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 …

Yann Malet

Yann Malet October 17, 2024

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 …

Yann Malet

Yann Malet October 17, 2024