The programming world is far too big for one person. With that in mind, for this series, I've invited a number of special guests to teach you what they know best.
Everything You Need to Know About Dotfiles
Our first guest spotlight is Dries Vints, who works on Laravel as part of the core team. In this episode, he'll show you the ins ands out of managing and organizing dotfiles on your Mac. Have you ever reinstalled your OS, only to spend days downloa...
Manage Your Local Dev Environment With Docker
In this lesson, Jose Soto will show you, step by step, how easy it can be to maintain local database management systems on your machine, using Docker.
ساخت جدول با استفاده از Livewire
Searchable, sortable tables or data are a common requirement in web apps. Today, Caleb Porzio walks us through building a custom data-table using a new tool he’s been developing called Livewire. He'll explain what Livewire is, how it works, and show...
Refactoring To Lookup Tables
Caleb Porzio returns this week to provide an in depth review of lookup tables. Lookup tables are a lesser known, but extremely versatile and powerful little pattern. We’ll use them to clean up some long conditionals, and then explore how they can hel...
نکاتی برای ساده سازی کنترلر های لاراول
In this lesson, Freek Van der Herten stops by to demonstrate several tips for simplifying your controllers.
تست Snapshot با PHPUnit
In this video, Freek Van der Herten will introduce you to snapshot testing using the PHPUnit Snapshot Assertions package. This style of testing allows you to compare the output of a particular function to the contents of a snapshot that was previousl...
درخواست های API با Guzzle به همراه تست
In this lesson, Bobby Bouwmann shows us how to use Guzzle to make API requests. He'll also demonstrate how you might go about testing classes that perform lengthy network calls.
پشت صحنه برنامه Tinkerwell
In this episode, Marcel Pociot takes us behinds the scenes of his popular Tinkerwell Electron app, and discusses some key elements of how it's all wired together.
Rapid Code Generation With Blueprint
In this lesson, join Jason McCreary as he reviews his tool, Blueprint. When building a Laravel application, you'll often find that you repeat the same steps and write the same code. To solve this, Blueprint provides a DSL for rapidly generating various Laravel-specific files and components.
Headless Livewire
In this lesson, Kevin McKee will show you how to use Laravel Livewire to build simple, intuitive, and secure internal APIs calls. Using Livewire's blade directives, we can easily connect third party JavaScript libraries or your custom JavaScript code to your backend.
An Introduction to Resource Validators
In this episode, Mohamed Said will demonstrate how to keep your controllers clean and your models safe from mass assignment vulnerabilities by using resource validators.
How to TDD Artisan Commands
In this lesson, Christoph Rumpel will show you how to build and test Laravel console commands, using TDD. Laravel provides a number of useful testing assertions that should help us. Follow along as Christoph creates a command to import users from an external API.
The Null-Object Pattern
In this lesson, join Duilio Palacios as he discusses the null object pattern, including why and when you might reach for them.
این دوره هنوز به پایان نرسیده است و در آینده درس های دیگری به آن افزوده خواهد شد.