Templating With Jinja2 in Flask
3 PostsUnderstand how to lay out JInja2 templates from the perspective of Flask and how to leverage template inheritance.View Learning Guide...Introduction to Webpack
2 PostsWebpack takes all of your HTML, CSS, JavaScript and images, and cleverly works out all the various dependencies between them. When it's done, it gives you a nice tidy bundle of static assets ready for you throw online. In this introduction we'll learn the basics of Webpack and how to set-up your first project.View Learning Guide...Kick-start WordPress Development With Twig
4 PostsTwig templating engine along with the plugin called Timber can help us write super-clean and modular code in WordPress. In this series, we'll discuss its implementation and integration with WordPress.View Learning Guide...Create a Custom Shipping Method in OpenCart
2 PostsAlthough, OpenCart provides number of useful shipping methods in the core itself, there's always a chance that you'll need to create your own. On the other hand, being a web developer, you'll always try to explore the framework of your choice to see how to create your own custom stuff! In this series, we're going to create a custom shipping method module in OpenCart.View Learning Guide...An Introduction to Cordova
2 PostsIn this short series, I'll introduce you to Cordova, a framework used for developing mobile applications. If you're new to Cordova or you want to know whether its the right tool for your next project, then you're in the right place. In this series, I'll explain what Cordova is, how it works under the hood, what you can build with Cordova, and how to get started with the framework.View Learning Guide...Introducing the WP REST API
6 PostsWP-API is a feature plugin that is intended to be included in the WordPress core. It provides a RESTful API for interacting with the site remotely and retrieving, adding or inserting content. In this first part of the series, we will setup introduce ourselves to the plugin and setup basic working environment.View Learning Guide...