Docker has built in great cache mechanism, but to be able to use it, you have to understand how it works.
Strona głównaUżytkownik
Tometchy | użytkownik
Microsoft SQL Server is available for Linux so we can run it from Docker container, but usually we need to initialize database at startup, which currently is a bit tricky...
Bazy danych i XML 1760 dni, 4 godziny, 29 minut temu 118 źrodło rozwiń
Introduction to docker-compose with example written in C# on .NET Core 2.2 composed with MySQL database.
This article shows how to Dockerize .net core application which has references to solution projects, which may not be obvious for beginners. Generally this is good article to start learning Docker :)
Matching text using regex patterns is extremely useful. But sometimes we need to invert this process and create text which will match the regex. The solution has already been written.