Writing Safe Database Migrations in Django
Development • Jun 06, 2021 •
Whenever you deploy your code and apply migrations in production, you’re entering dangerous territory. I’ll show common pitfalls and ways to avoid them.
A Pony On The Move: How Migrations Work In Django 🐎
Development • Jun 05, 2021 •
While migrations are widely used by almost every Django project ever since, there is little known about the internals of the migration framework.
F.G.O. Stuart
Misc • Dec 06, 2019 •
Article image:

F.G.O. Stuart

Building a service that exposes millions of user records or is open to all kinds of security issues is very quickly done. Let’s look into who’s going to fix it?
Logging Rethought
Misc • Apr 12, 2019 •
We build services used by thousands of people. While uptime monitoring is crucial to deliver a great user experience, understanding what went wrong is...
Less Obvious Things To Do With Django’s ORM
Development • Mar 23, 2019 •
Django’s ORM is powerful and has been for ages. It only became even more powerful over the last years. In this post I want to explore some less-known features.
Setting up a private & secure IRC channel
Misc • Nov 03, 2018 •
While over 30y old, IRC is still used today. A lot because of it’s reliability and configuration options. But those make setting up a private IRC channels hard.
Simple TOTP Bash Script
Development • Aug 10, 2018 •
Most TOTP / 2FA clients are for smartphones. There’s not really an easy / simple one for Linux. Here’s one in Bash
Oh, I Found a Security Issue
Misc • Nov 22, 2017 •
An explanation and insight into Django’s security process and how you can adopt a similar process for your project.
Thoughts About Normal and Abnormal Data
Misc • Oct 27, 2017 •
A lot of data lives in relational databases. And there are relations between records in these databases. Relations that might be normal or abnormal.
Writing Safe Database Migrations in Django
Development • Jun 06, 2021 •
Whenever you deploy your code and apply migrations in production, you’re entering dangerous territory. I’ll show common pitfalls and ways to avoid them.
F.G.O. Stuart
Misc • Dec 06, 2019 •
Article image:

F.G.O. Stuart

Building a service that exposes millions of user records or is open to all kinds of security issues is very quickly done. Let’s look into who’s going to fix it?
Less Obvious Things To Do With Django’s ORM
Development • Mar 23, 2019 •
Django’s ORM is powerful and has been for ages. It only became even more powerful over the last years. In this post I want to explore some less-known features.
Simple TOTP Bash Script
Development • Aug 10, 2018 •
Most TOTP / 2FA clients are for smartphones. There’s not really an easy / simple one for Linux. Here’s one in Bash
Thoughts About Normal and Abnormal Data
Misc • Oct 27, 2017 •
A lot of data lives in relational databases. And there are relations between records in these databases. Relations that might be normal or abnormal.
A Pony On The Move: How Migrations Work In Django 🐎
Development • Jun 05, 2021 •
While migrations are widely used by almost every Django project ever since, there is little known about the internals of the migration framework.
Logging Rethought
Misc • Apr 12, 2019 •
We build services used by thousands of people. While uptime monitoring is crucial to deliver a great user experience, understanding what went wrong is...
Setting up a private & secure IRC channel
Misc • Nov 03, 2018 •
While over 30y old, IRC is still used today. A lot because of it’s reliability and configuration options. But those make setting up a private IRC channels hard.
Oh, I Found a Security Issue
Misc • Nov 22, 2017 •
An explanation and insight into Django’s security process and how you can adopt a similar process for your project.
Writing Safe Database Migrations in Django
Development • Jun 06, 2021 •
Whenever you deploy your code and apply migrations in production, you’re entering dangerous territory. I’ll show common pitfalls and ways to avoid them.
Logging Rethought
Misc • Apr 12, 2019 •
We build services used by thousands of people. While uptime monitoring is crucial to deliver a great user experience, understanding what went wrong is...
Simple TOTP Bash Script
Development • Aug 10, 2018 •
Most TOTP / 2FA clients are for smartphones. There’s not really an easy / simple one for Linux. Here’s one in Bash
A Pony On The Move: How Migrations Work In Django 🐎
Development • Jun 05, 2021 •
While migrations are widely used by almost every Django project ever since, there is little known about the internals of the migration framework.
Less Obvious Things To Do With Django’s ORM
Development • Mar 23, 2019 •
Django’s ORM is powerful and has been for ages. It only became even more powerful over the last years. In this post I want to explore some less-known features.
Oh, I Found a Security Issue
Misc • Nov 22, 2017 •
An explanation and insight into Django’s security process and how you can adopt a similar process for your project.
F.G.O. Stuart
Misc • Dec 06, 2019 •
Article image:

F.G.O. Stuart

Building a service that exposes millions of user records or is open to all kinds of security issues is very quickly done. Let’s look into who’s going to fix it?
Setting up a private & secure IRC channel
Misc • Nov 03, 2018 •
While over 30y old, IRC is still used today. A lot because of it’s reliability and configuration options. But those make setting up a private IRC channels hard.
Thoughts About Normal and Abnormal Data
Misc • Oct 27, 2017 •
A lot of data lives in relational databases. And there are relations between records in these databases. Relations that might be normal or abnormal.