
EasyEngine increase the max upload file size in 10 seconds
If you’re using EasyEngine for your WordPress website then probably you found that the max upload size of a file…

Programmatically insert taxonomy terms in WordPress
I’ve got this dilemma today. I had to insert all states of America in DB as a taxonomy term. Instead…

Gutenberg full and wide width inside of a fixed container
Gutenberg, the new editor from WordPress 5+ comes with some handy block options which allows to define full and wide…

Deploy code on VPS with Gihub Actions via rsync
In one of my previous articles, I’ve demonstrated how to deploy code on a VPS server using CircleCI. In this…

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…

Replace PHPStorm terminal with WSL on Windows
In my previous article I wrote about how to replace the default terminal with Git Bash. It’s an easy and…

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…

Use Github Actions to publish WordPress plugins on WP.org repository
GitHub Actions opens a new opportunity for developers to create automation. When I saw about this for the first time…

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…

Split PHP array in X equal number of elements
In PHP you can divide an array in a unknown number of chunks by specifying the number of element in…
Recent comments