Blog

Tags

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

Posts

2024-10-06

How To Translate CodeIgniter 3/4 language files with AI

You want to translate your CodeIgniter project into multiple languages?

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: