Blog

Tags

development[32] tips[22] DIY[16] raspberry[13] games[12] arduino[11] books[9] reviews[9] life[9] web[9] xbox[7] windows[6] tutorials[6] websites[4] gaming[4] mysql[4] php[4] business[4] azure[3] exitshop[3] e-commerce[3] programs[3] python[3] server[3] school[3] 3d-printing[2] retro[2] review[2] video[2]

Posts

2024-03-07

I switched my Docker backend from Hyper-V to WSL2

I’ve been using Docker for nearly three years now, primarily for development purposes.

2021-04-14

From WAMP to Docker, simply

Motivation Whenever we onboard a new developer to ExitShop, the biggest challenge is setting up the system locally, typically on some WAMP (Xampp, Neard…).

2019-07-18

How to Easily Automate Website Testing - Selenium and Webdriver

After every major change in a project, or even with every release, it is advisable to test the basic functionality of the application.

2019-06-23

Two useful tools for automatic PHP code improvement - ECS and Rector

The first tool is Easy Coding Standard. You can install it via composer (either in your project or globally) and simply run it in the console: