Recent Posts

Blog

How to Configure Webpack with WordPress for Theme Development the Right Way

Example repo: Download here Webpack is an awesome static module bundler, based on node.js. It is widely used for developing JavaScript applications. It is a tool that is not easy to set up but comes preconfigured with many frontend application packages such as create react app or @vue/cli. If you have developed single-page applications based …

Format PHP Code in Visual Studio Code (WordPress Coding Standards)

Visual Studio Code is an awesome modern free code editor and it does a great job at developing JavaScript-based applications. It has built-in support for JavaScript IntelliSense, debugging, formatting, and many other advanced language features. “Wait, I am here for the PHP part“, you will say. Well, Visual Studio Code is not only about JavaScript. …