by Lee Forkenbrock | Nov 17, 2016 | Lynda Course Announcements, PHP Development, Unit Testing
Lynda.com is a website that provides online training courses in a variety of subject materials. I’ve been honored to work with them on a few different courses at this point covering both PHP and Ember.js. The latest one went up earlier this month, it covers some...
by Lee Forkenbrock | Oct 4, 2016 | Ember JS Development, Lynda Course Announcements
Lynda.com just released a new video course authored by Loadsys Web Developer, Justin Yost. In this course, Justin covers the essentials of working with and using the popular JavaScript Front End Framework Ember.js. Here is just one sample of what you will learn in...
by Lee Forkenbrock | Oct 3, 2016 | Lynda Course Announcements
Lynda.com just released a new video course authored by Loadsys Web Developer, Justin Yost. In this course, Justin covers a grab bag of advanced PHP concepts, such as Namespaces and Closures to Generators and Interfaces. Here is just one sample of what you will learn...
by Lee Forkenbrock | Sep 14, 2016 | Ember JS Development
Ember Data, coupled with JSON API does a great job of returning validation errors from the server to display to the user. Sometimes however, you need to validate the field data before submitting the entire record. There are some good plugins to handle client side...
by Lee Forkenbrock | Aug 16, 2016 | Ember JS Development
Ember.js and Ember Data, with their convention over configuration mindset, and JSON API make it easy to set up and manage many-to-many relationships between models. At the database and API layers, the set up can be more complex. This becomes apparent when using Ember...