WordPress Gutenberg Block API: Block Look and Feel
The new WordPress editor (codenamed Gutenberg) is due for release in version 5.0. Now is the perfect time to get to grips with it before it lands in WordPress core. In this series, I'll show you how to...
View ArticleHow to Create a Custom Settings Panel in WooCommerce
What You'll Be CreatingWooCommerce is by far the leading ecommerce plugin for WordPress. At the time of writing, it has over 3 million active installations and is reportedly behind over 40% of all...
View ArticleGetting Started With Cloud Firestore for iOS
Mobile coders have been taking advantage of Google’s Mobile Backend as a Service (MBaaS) platform Firebase Realtime Database for many years, helping them focus on building features for their apps...
View ArticleNew Course: Convert a jQuery App to Vue.js
What You'll Be CreatingFront-end web frameworks have taken component-based development and kicked it into high gear. Vue.js is one of the newest and most popular frameworks and is a great choice for...
View ArticleHighlights of Google I/O 2018
And that’s a wrap! This year’s Google I/O has come to a close, and as usual there were lots of announcements and releases for developers to get excited about.Let’s look at some of the biggest news from...
View ArticleIntroducing Fuse for Cross-Platform App Development
There's no shortage of tools when it comes to developing apps that work cross-platform. It originally started with PhoneGap, which then became Cordova. Then came the hybrid frameworks with near-native...
View ArticleIntroduction to Machine Learning in Python
Machine learning is the act of giving computers the ability to learn without explicitly programming them. This is done by giving data to computers and having them transform the data into decision...
View ArticleHow to Prepare Your Site for WordPress Gutenberg
Gutenberg is coming to WordPress soon. Is your website ready? While we still don't know exactly what form it will take, this new content system will be added to WordPress core in the future. Let's take...
View Article15 Best Android App Templates of 2018
Android app templates have been gaining in popularity over the past few years, and that’s no wonder. They’re a huge time saver for experienced developers, helping them to cut through the slog of...
View ArticleHow to Make a Real-Time Sports Application Using Node.js
What You'll Be CreatingIn today's article I'm going to demonstrate how to make a web application that will display live game scores from the NHL. The scores will update automatically as the games...
View ArticleIntroduction to Popmotion: Tween
Popmotion is a functional JavaScript animation library. Compared to other libraries like GreenSock or Anime.js, Popmotion is low-level and unopinionated.It packs a ton of features, like spring physics...
View Article20 Best WPBakery Page Builder Addons & Extensions of 2018
With over a million users worldwide, the popular drag-and-drop page builder, WPBakery Page Builder (formerly Visual Composer), has inspired a legion of developers to create loads of cool and useful...
View ArticleNew Course: Connect to a Database With Laravel's Eloquent ORM
What You'll Be CreatingIn our new course, Connect to a Database With Laravel's Eloquent ORM, you'll learn all about Eloquent, which makes it easy to connect to relational data in a database and work...
View ArticleCreating Your First App With Fuse
Now that you've learned the basic concepts of Fuse, it's time to put things into practice and build an app. In this tutorial, you'll learn how to develop an app using the Fuse framework. Specifically,...
View ArticleWhat Are the WordPress PHP Coding Standards?
What are the WordPress PHP coding standards? In this video from my course, Learn PHP for WordPress, you'll learn all about the coding standards and why they're important.The WordPress PHP Coding...
View ArticleIntroduction to Popmotion: Pointers and Physics
Welcome back to the Introduction to Popmotion tutorial series. In part 1, we discovered how to use tweens and keyframes to make precise, time-scheduled animations.In Part 2, we're going to look at...
View ArticleWordPress Gutenberg Block API: Creating Custom Blocks
The new WordPress editor (codenamed Gutenberg) is due for release in version 5.0. Now is the perfect time to get to grips with it before it lands in WordPress core. In this series, I'm showing you how...
View ArticleCode an Image Gallery Android App With Picasso
What You'll Be CreatingPicasso is a popular open-source Android library for loading both local and remote images. Learn how to easily use it for handling your image loading needs. 1. What Is...
View ArticleIntroduction to Popmotion: Custom Animation Scrubber
In the first part of the Popmotion introductory series, we learned how to use time-based animations like tween and keyframes. We also learned how to use those animations on the DOM, using the...
View ArticleA Beginner's Guide to Regular Expressions in JavaScript
Everyone working with JavaScript will have to deal with strings at one point or other. Sometimes, you will just have to store a string inside another variable and then pass it over. Other times, you...
View Article