
Using Namespaces and Autoloading in WordPress Plugins
4 PostsIn this series, we're going to take a look at exactly what PHP namespaces are, why they are beneficial, and how to use them. Then we're going to take a look at how to use autoloaders to automatically load the files that we need without having to manually load them in our code.View Learning Guide...
The WordPress Customizer JavaScript APIs
3 PostsThe WordPress Customizer has been actively developed since its inception. The APIs are continually evolving, including the JavaScript API. We can stretch the API to, for example, hide, show, or move a Section, Panel, a Control, change the value of a Setting based on another Setting value, and interconnect the Preview and the Control interactions. And these are what we are going to look into in this tutorial.View Learning Guide...
Learn How to Use WordPress
Are you new to using WordPress? If so, then you're in the right place! This guide will take you through the full process, from the basics of creating posts and pages right through to installing and customising your first WordPress theme and setting up plugins for security and performance.View Learning Guide...
Exploring Devise
2 PostsDevise is an authentication system that is used in Rails applications. In this tutorial, you will be learning how to use Devise.View Learning Guide...
Building RESTful APIs With Flask
3 PostsBuild powerful RESTful APIs with Flask. In this tutorial, you'll learn a class-based approach to do it all by yourself, for people who prefer to have more flexibility over automation.View Learning Guide...
Getting Started With Paper.js
4 PostsYou may or may not have heard of Paper.js. So, let's begin with the question: what is Paper.js? It is a library that allows you to create and work with vector graphics. The official website describes it as the Swiss Army Knife of Vector Graphics Scripting.View Learning Guide...



