Almost all modern web applications perform some form of streaming, from video platforms to live streaming. In this post …
Linux and devops
Subscribe via RSS to Linux and devops posts
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 Postgres. Solr …
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 …
Docker compose allows us to create applications with multiple containers, these containers will interact and will be …
If you read the previous post where I explain what Docker is for you should already have a pretty simple idea of Docker, …