Containers, especially Docker containers, are used everywhere, we tend to see them as small isolated operating systems …
Posts
Credits to 藪 https://www.pixiv.net/en/users/50979768
Solr, together with Lucene, is an outstanding search engine that allows you to perform searches with advanced features. …
Credits to https://www.instagram.com/we_make_mangas/
Previously I explained you how to implement full text search in Django and trigrams-and-search-rank using Postgres. Solr …
Image by 牛肉面 https://www.pixiv.net/en/users/14326617
A git submodule is a record within a git repository that points to a commit in an external repository. They are handled …
What is codewars? Codewars is a social network of programmers who get together to challenge each other to solve code …
How do I design a REST API? How many levels should I nest my related resources? Relative or full URLs? This post is a …
Image credits to ときわた: https://www.pixiv.net/en/users/5300811
This publication is a minimal guide of practical tips on REST API design, I don’t go too deep into the theory. On …
Image credits for 極道畫師 https://www.pixiv.net/en/users/7140895
Grouping by categories is quite common in web applications, from movies, courses or any other resource that presents a …
Image credits to i7 from Pixiv: https://www.pixiv.net/en/users/54726558
Debounce and throttle are design patterns used to limit the execution of functions, generally they are used to restrict …
Image credits to pin: https://www.pixiv.net/en/users/961667
In this post I explain three methods to extend or customize Django’s User model, without having to rewrite it from …