Just for practice I created a Periodic table of chemical elements in React.js. Continue reading
![](https://picios.pl/ceemes/wp-content/uploads/2018/02/periodic_table.jpg)
Just for practice I created a Periodic table of chemical elements in React.js. Continue reading
Node.js is a great framework. But sometimes you need to have a fast preview of your changes in the distribution version. Continue reading
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
WordPress provides a great tool imitating unix cronjob. You can schedule your tasks easily. Continue reading
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
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
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
Testing is often the last thing that Developer thinks about. But with Selenium WebDriver it’s easy and even spectacular while running. Continue reading
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
Sometimes we need the same source code on multiple servers. It could be done with rsync, but mostly we don’t have a ssh access. Continue reading