Blog

Welcome to my blog

Here, I share my thoughts, tips, and experiences on coding and software development. As a software developer, I am always learning and growing, and I use this blog as a way to document and reflect on the things that have helped me in my work. Whether you’re just starting out in the field or you’re a seasoned pro, I hope you find something useful here.

I decided to write here in English as it is the language of software engineers.

Thanks for stopping by!

(DEV-TIP) Magento development environment: Reload images from CMS and products from remote server.

4.11.2021

In the local development environment, all images from the live environment are usually missing. With a small hack you can solve this problem.

(DEV-TIP) Debugging Racing Conditions in Magento In JavaScript

12.12.2021

Racing conditions are hard to debug because they often cannot be recreated consistently. Here is how I tackled one of those cases.

(DEV-TIP) Optimize a large amount of images on the command line.

24.8.2022

An oneliner can be used to easily optimize large image data on the command line.

(DEV-TIP) Verifying Data From an ElasticSearch Instance Working With Magento 2

6.7.2022

With a few simple curl calls in a bash, data can be extracted from an ElasticSearch instance.

(MANAGEMENT-TIP) Strategies for the getting the most out of developer job interviews

9.1.2022

I did more job interviews than I am able to recall. Here is a list of things I that helped me find the right candidates.

(DEV-TIP) Deleting all tables in a mySQL database

24.1.2022

A little while back I needed to reset a database and I did not want to mess with the uses and access rights. So, I made a script that gets rid of all content in the database.

(DEV-TIP) Debugging and Customizing Order Success Page in Magento2

2.3.2023

Accessing the order success page requires a successful order. Here is a shortcut to skip the order process.

(DEV-TIP) Making varnish, Apache and Let’s Encrypt play nicely

28.3.2023

After installing varnish you may experience problems with Let’s Encrypt renewal failures. Here’s what you need to do.

(DEV-TIP) Exporting and Importing Magento 2 DBs

28.6.2023

Exporting and Importing Magento databases has its pitfalls. Here’s how you do it without falling into a trap.