All Articles

Development
Upgrade all npm packages to the latest major version at once
While this may look like a dangerous idea, it is actually something that many of us wanted to do just…

Development
Enable bash terminal in PHPStorm on Windows 10
If you are using Linux or Mac OS, then using the PHPStorm(or any other IntelliJ IDE from Jetbrains) terminal is…

Deployment
How to publish WordPress plugins with GitHub Actions CI in WP.org repository
GitHub Actions opened a new opportunity for developers to create automation. Nothing special, you would say, but actually, it is.…

Deployment
CircleCI Deploy to VPS from Github or Bitbucket
Working on a project locally is easy and fast because all changes are available instantly. But when it comes the…

PHP Snippets
Split PHP array in X equal number of elements
In PHP you can divide an array into an unknown number of chunks by specifying the number of elements in…