A while back, I wanted to create an addon for Local by Flywheel that connected a popular database management tool, TablePlus with Local by Flywheel. Local is a development tool used by WordPress developers all over. At WebDevStudios, we use it daily....
Read More How to Create an Addon for Local by FlywheelCategory: Development
Post Event Report: Jamstack Conf Virtual 2020
Jamstack Conf is a two-day celebration of the next generation of web apps, where the JAMStack community and ecosystem come together to learn, connect, and create. Conference attendees range from frontend and full-stack engineers to web agencies, all ready to push the...
Read More Post Event Report: Jamstack Conf Virtual 2020WordPress 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 EasyCache Busting Scripts and Styles
All browsers implement a private, client-side browser cache. When a browser visits a page, it downloads the scripts and stylesheets (amongst other assets) into its cache. This caching is beneficial to performance, reducing network traffic and page load times. Other pages on...
Read More Cache Busting Scripts and StylesStorybookJS and Why You Should Use It
What is Storybook? Storybook is a user interface (UI) development environment and playground for UI components. The tool enables developers to create components independently and showcase components interactively in an isolated development environment. Storybook supports many different frontend view layers. React, Vue,...
Read More StorybookJS and Why You Should Use ItSpeed Up Your Development with Visual Studio Code
Visual Studio (VS) Code was released on April 29, 2015 by Microsoft. In a very short time, it has taken the coding world by storm. As of 2020, nearly 51% of developers claim to use it as their primary development environment. This,...
Read More Speed Up Your Development with Visual Studio CodeA 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 JavaScriptSass Tips to Take Your Skills to the Next Level
If you’ve been using Sass for a while, but find yourself writing seemingly basic code that doesn’t look very different from vanilla CSS, then this article is for you. We’ll explore ten ways to put Sass to use, taking advantage of some...
Read More Sass Tips to Take Your Skills to the Next LevelHashing a Custom Taxonomy
I have a confession. I like Pokémon. It’d really be more accurate to say I never stopped liking it. Sure, there was that point when it wasn’t “cool” anymore and I was too busy trying to be “cool,” but this is the...
Read More Hashing a Custom Taxonomy