How to use Localhost using https instead of http, fast and without having to issue certificates manually nor dealing …
Almost all modern web applications perform some form of streaming, from video platforms to live streaming. In this post …
Today I’m going to talk about a topic that is often overlooked in most tutorials: handling application closing. …
Containers, especially Docker containers, are used everywhere, we tend to see them as small isolated operating systems …
Solr, together with Lucene, is an outstanding search engine that allows you to perform searches with advanced features. …
Previously I explained you how to implement full text search in Django and trigrams-and-search-rank using …
A git submodule is a record within a git repository that points to a commit in an external repository. They are handled …
I ran into Ngrok trying to redirect a Mercado Pago payment notification to my localhost, for testing purposes. It worked …
Ngnix throttling allows us to limit the number of requests to a certain user. This is useful to prevent excessive …
Some months ago I was reviewing the Lighthouse settings for a website when I realized that it did not comply with …