How to use Localhost using https instead of http, fast and without having to issue certificates manually nor dealing …
Linux and devops
Subscribe via RSS to Linux and devops posts
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 …
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 …
credits https://www.pexels.com/es-es/@pepecaspers/
I ran into Ngrok trying to redirect a Mercado Pago payment notification to my localhost, for testing purposes. It worked …
Credits to https://www.pexels.com/@amateur-photo-1700447
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 …