13 basic docker commands you need to know

Being a programmer is not easy. Technology is changing so fast, there are so many new things to learn. „You need to learn docker right now!” said Network Chuck, so I started learning docker. I decided to write down some useful commands that will help you to make the first steps with docker. Some of […]

How to make your NextCloud faster with Redis as an in-memory cache using Docker?

I’m obsessed with optimizing things. Already I’ve optimized my VPS in a few different aspects: Apache webserver + PHP-FPM, MariaDB database, and all of my websites using Cloudflare and some more tricks. Now I’m focused on my cloud storage – NextCloud. Let’s make it blazing fast with Redis as an in-memory cache.