There are many ways to contribute to WordPress and its community. This article is focused on helping developers set up and get started on contributing to the WordPress core. Spoiler: You can definitely do this without SVN! Before anything, I would like...
Read More Contributing to the WordPress CoreAuthor: Michael Joseph Panaga
WordPress Block Development Made Easy
WordPress block development can be daunting. It’s already intimidating enough that you need to know ReactJS, you also need to install and configure tools like webpack, Babel, and ESLint. Here at WebDevStudios, we like to build things; and we love to do...
Read More WordPress Block Development Made EasyA Better, Cleaner Way to Render HTML with JavaScript
As a team of WordPress developers, we often stumble upon a task where we need to request a set of data using AJAX and render it to the browser. Most of the the time we do it like this: View the code...
Read More A Better, Cleaner Way to Render HTML with JavaScript