Just for practice I created a Periodic table of chemical elements in React.js. Continue reading
NPM watch changes
Node.js is a great framework. But sometimes you need to have a fast preview of your changes in the distribution version. Continue reading
Composer update
That’s it. Symfony 4 swept off all other PHP frameworks. I know, that in 2018 I’ll be using composer for PHP and npm for Javascript. Continue reading
Cronjob in WordPress
WordPress provides a great tool imitating unix cronjob. You can schedule your tasks easily. Continue reading
Communication between PHP and Javascript
Communication between PHP and Javascript seems to be simple. But in my practice I’ve met many solutions and just few of them seem to be a good practice. Continue reading
Line By Line Heavy Task
When you get a csv or txt file, where every line has to be processed with some heavy task, the timeout may thwart your plans. Continue reading
Automatic tests with Selenium – part #2
Testing PHP aplication is not the native task for Selenium, but thanks to facebook api developers we have a tool to make it. Continue reading
Automatic tests with Selenium – part #1
Testing is often the last thing that Developer thinks about. But with Selenium WebDriver it’s easy and even spectacular while running. Continue reading
Overriding Symfony form fields – wrap radio and checkbox
By default Symfony form fields temaplte renders goups of checkboxes or radio buttons listed linearly. It’s just a queue of label-input tags. Continue reading
Symfony table prefix for Doctrine
As a Web Developer you will work with many types of hostings and sometimes you have only one database to use. To avoid conflicts with names of tables, you need a different table prefix for each project. Continue reading