Best WordPress Hosting
 

Two Ways to Create Custom WordPress Blocks

The WordPress block editor was made the default editor for WordPress in December 2018. Adoption may have been slow at first, but the pace of development has increased exponentially. Today, custom blocks are at the core of extending WordPress. In Continue reading Two Ways to Create Custom WordPress Blocks

Getting the Best Results From WordPress Code Reviews

Code review is an integral part of the development cycle, with a direct impact on quality. Whether you’re focused on web, plugin, or theme development, thorough code review can help you improve your final product. In this article, we look Continue reading Getting the Best Results From WordPress Code Reviews

JavaScript in the Shallow End: Browser-Based React Native With Expo Snack

“Learn JavaScript. Deeply,” is good advice, but jumping right into the deep end when you’re first learning to swim may not be the smartest move. In this article, we’re going to get our toes wet by editing JavaScript right in Continue reading JavaScript in the Shallow End: Browser-Based React Native With Expo Snack

How To Use Inertia.js in Your Laravel Projects

Multi-page applications (MPAs) are getting less popular by the day. Famous platforms such as Facebook, Twitter, YouTube, Github, and many others are already using single-page application (SPA) technology instead. This trendy technology allows users to engage with web applications speedily Continue reading How To Use Inertia.js in Your Laravel Projects

React UI Components Libraries: Our Top Picks for 2022

React UI component libraries are useful tools to help you create stunning interfaces for your React-based software applications and websites. Although you can write your own code for each feature or functionality you want to include in your design, using Continue reading React UI Components Libraries: Our Top Picks for 2022

An Introduction to the Performance API

The Performance API measures the responsiveness of your live web application on real user devices and network connections. It can help identify bottlenecks in your client-side and server-side code with: user timing: Custom measurement of client-side JavaScript function performance paint Continue reading An Introduction to the Performance API

Microservices vs APIs: Understanding the Difference  

Microservices and APIs are becoming famous everywhere in the software development space with the increasing need to produce scalable, secure, and flexible applications at faster turnaround times. Customer demands are changing rapidly, and they expect software solutions that can ease Continue reading Microservices vs APIs: Understanding the Difference  

Debugging React, JavaScript, and PHP at the Same Time With PhpStorm

Ever since I discovered how to configure PhpStorm with Xdebug for debugging, it’s been my go-to solution for hunting down difficult to reproduce bugs. What I didn’t know until very recently was that it’s also possible to debug JavaScript using Continue reading Debugging React, JavaScript, and PHP at the Same Time With PhpStorm

Using JavaScript FileReader to Upload Large Files in Chunks and Avoid Server Limits

If you’ve spent any amount of time messing with PHP config files to get a file to upload, you know that uploading large files can be a real pain. You have to find the loaded php.ini file, edit the upload_max_filesize Continue reading Using JavaScript FileReader to Upload Large Files in Chunks and Avoid Server Limits

Getting Started with Lottie: An Overview of Airbnb’s Awesome Animation Framework

Recently I have been doing more animation work here at Delicious Brains Inc and finally decided to experiment with Airbnb’s rave-reviewed, Lottie framework. Lottie is a React Native, Android and iOS JavaScript library that makes it super easy to integrate Continue reading Getting Started with Lottie: An Overview of Airbnb’s Awesome Animation Framework