[LARACASTS] Whatcha Working On

Most of the lessons here at Laracasts boil down to rehearsed presentations. The reality, however, is that we all spend a lot of time tinkering, visiting StackOverflow, and debugging error messages. In this series, each episode will spotlight a small piece of workflow for what I happen to be working on in real life. This […]

[LARACASTS] Testing Vue

How in the world are we supposed to unit test Vue components? Is it even possible? Why, yes. Yes it is! I’ll show you the full process, step by step. Not only will you learn the necessary tooling, but we’ll also review the ins and outs of testing your client-side code. Have you ever wanted […]

[LARACASTS] Simple Rules for Simpler Code

If you’ve ever heard a developer use the term, “object calisthenics,” you might have assumed that they were referring to some hugely complex topic. Luckily, though, that’s not the case. It simply refers to a series of coding exercises to promote better software. Size: 155.73M

[LARACASTS] Real-time Laravel with Socket.io

When we want to broadcast events on our server to the client, how exactly do we do that? Well, there’s a number of ways to tackle it, including using a dedicated service like Pusher. However, in this mini-series, we’ll wire everything up on our own, while leveraging Node, Redis, and Socket.io. Sound fun? Size: 160.20M

[Lynda] WordPress REST API: Authentication

Author Morten Rand-Hendriksen Released 6/8/2017 To unlock the full potential of the WordPress REST API, you must understand how to create, read, edit, and delete content—tasks that can be performed only with the right authorization. In this course, explore several authentication methods for the WordPress REST API. Discover what authentication is and when you need […]

[LARACASTS] Testing Laravel

Given the number of testing tools and resources available to PHP developers, it’s no wonder why so many developers feel overwhelmed. In this series, we’ll learn the ins and outs of PHPUnit testing, while working within your familiar Laravel application structure. Size: 873.71M

[LARACASTS] Painless Builds With Elixir

Laravel Elixir takes the yawn out of writing your Gulpfiles. Why spends hundreds of lines writing what can be accomplished with just a few? Size: 424.40M

[LARACASTS] Learn Vue 2: Step By Step

Vue is easily one of the most exciting additions to the front-end world in many years. With its intuitive API, and the fact that it can be applied to any type of application, it’s no wonder why folks have gravitated to it as much as they have. If you’d like to jump on board, let […]

[LARACASTS] How to Accept Payments

No longer do we require brick and mortar shops to sell our products. Have you written a book? Great! You can set up a webpage to sell it in a matter of minutes. It’s that easy at this point, as long as you have a touch of programming knowledge. In this series, we’ll review the […]

[Lynda] Python: Programming Efficiently

Author Michele Vallisneri Released 2/8/2017 Cut down on your development time by learning how to write elegant code in an efficient manner, specifically in Python—the popular and pragmatic object-oriented language. Michele Vallisneri explains how to make your Python code more expressive and concise, and leverage the most powerful features of the language. He shines a […]

[Lynda] Magento Community Edition 2 Essential Training

Author Robert Ring Released 12/1/2017 Note: This course was created by OSTraining.  It was originally released on January 6, 2017. We are pleased to host this training in our library. Magento is one of the most popular ecommerce solutions in the world. But this powerful content management system also has a reputation for being challenging to […]