…earn more about AngularJS? It has become the go-to framework for many web developers, who find it an all-in-one solution for quickly building front-end single-page web applications.We've put together a series of Coffee Break Courses designed to teach you AngularJS in small, bite-sized chunks. Each course takes just ten minutes or…
…e successfully created a flat filesystem Content Management System (CMS) using Go. The next step is to take the same ideal and make a web server using Node.js. I will show you how to load the libraries, create the server, and run the server. This CMS will use the site…
…e web is built on the HyperText Transfer Protocol (HTTP). When we go to a web page, our browser makes requests to a web server. The web server processes our request and ultimately sends a response. In this short video tutorial from my recent course How to Become a Web Developer, I'll…
…eo, we'll see how we can take advantage of a third-party application in order to debug WordPress applications using IDEs that don't have built-in debuggers. For more information about the applications that were covered in this tutorial, check out the following links:CodaCodebugOther IDEs that are mentioned are Sublime Text, Atom,…
…ere are times in which we inherit a WordPress project that's already been in use for some time. This means that we're likely dealing with some form of legacy code, be it at the theme level or the plugin level.Sometimes, we're able to simply upgrade the dependencies that exist in the…
…e previous parts of the series, we have been looking at what the WP REST API is and how it can help us build better applications using the WordPress back end. Then we looked at two ways to set up authentication on the server for generating authenticated requests. The first…
…e’re going to discuss one of the important and useful features of OpenCart called “Order Totals”. I’m sure that you’re already using it to some extent, but you may not be aware of that. So you’ll be surprised when we’ll discuss a couple of examples of this kind of extension.We’ll use…
…e repository pattern was introduced for the first time by Eric Evans in his Domain-Driven Design book. The repository is, in fact, the entry point for the application to access the domain layer. To put it simply, the repository allows all your code to use objects without having to know…
…e’re going to discuss one of the important and useful features of OpenCart called “Order Totals”. I’m sure that you’re already using it to some extent, but you may not be aware of that. So you’ll be surprised when we’ll discuss a couple of examples of this kind of extension.We’ll use…
…ento 2.0 was officially announced back in 2010, when Yoav Kutner, Magento’s co-founder and CTO, said that ‘finally, the [Magento] platform is mature enough where it is requiring a new version’. Magento enthusiasts across the globe had been waiting for this new version ever since, but it took five long years…