When to use and when not to use Docker?
If you are reading this post, you probably already heard about Docker. You may be wondering, why is Docker so popular. Is it just another…
If you are reading this post, you probably already heard about Docker. You may be wondering, why is Docker so popular. Is it just another…
TLDR: As of 2021 - use Linux instead ;-) Update for 2022: Docker on new MacBook with M1 Pro Why is Docker on Mac so slow? Docker on Mac has…
What is Docker and what are Docker containers? Let’s imagine you would like to build a website or a web application. What do you need to…
This week I finally hit the delete button. I've been waiting for this moment for the last 3 years. Finally, I erased the legacy part of the…
For me, as probably for every programmer, legacy code is something that I do not want to deal with. It is always not well written, hard to…
A few weeks ago I was asked if Accesto could help to optimize a popular online store selling natural cosmetics. Of course, we can! I thought…
Nobody likes to lose money. Studies show that the same person is relatively less happy when winning €100 than sad if he or she lost €10…
Not everyone was a scout in his youth. Most of programmers, however, have probably heard of the Boy Scout Rule in software development. But…
Recently, I was asked to help one team struggling with site performance getting very low. The site response times increased extremely from…
While looking for inspiration to write this post, I ran into a help request on a popular PHP community forum. Some guy wrote a command that…
I want to present you a real story that happened in a project we took over. On this day, Sentry revealed a strange error. The short analysis…
== or ===? How many equal signs to put up so that it is correct and that nobody in the code review has a problem with it? Why is it so…