A sitemap is an xml file that functions as a map to navigate your site. Hence the name; Site-map. Search engines, such …
Coffee bytes
My Full-stack Web development and linux blog with my opinions, tutorials, ideas and rants.
As you probably already know, you should not use prints for debugging. The standard go logging library is much more …
Containers, especially Docker containers, are used everywhere, we tend to see them as small isolated operating systems …
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 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 …
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 is a concise guide of practical tips on REST API design, focused on the characteristics of a REST API. I …