Przemysław Przyłucki
Przemysław Przyłucki
  • 50
  • 270 592
ChatGPT + Laravel = 🤯🤯🤯 | The FUTURE is HERE.
👇 Code repo & details 👇
In this video series, we'll be building a simple wrapper around OpenAI's client that will allow us to easily integrate it into our platform. We'll also make it hot-swappable so if we ever want to use another AI service, it'll be very easy to do so.
Repo link:
github.com/saas-laravel/laravel-cqrs/commit/2248799dfc7fc2de0b32badfbeb68a6d99ec274b
About me:
przemyslawprzylucki.com
Course website (soon):
saaslaravel.com
มุมมอง: 7 953

วีดีโอ

Laravel: WAY BETTER Exception handling in 10 minutes
มุมมอง 5Kปีที่แล้ว
👇 Code repo & details 👇 In this video we'll expand on the previous video I made about exception handling in Laravel, and I'll try to propose a new solution. Code: github.com/saas-laravel/laravel-cqrs/commit/251e42c9be5df75c817d5f4295e441024da74acc Previous video: th-cam.com/video/0AAg47xygTI/w-d-xo.html About me: przemyslawprzylucki.com X / Twitter: x.com/przylucki_p More content (soon): saasla...
Laravel: DO NOT interact with 3rd party code like that... (Interfaces & DI in Laravel)
มุมมอง 4.5Kปีที่แล้ว
👇 Code repo & details 👇 In this video we'll talk about how to use third party code, or code connecting to external services in our applications so they're easy to swap, test and maintain. Code: github.com/saas-laravel/laravel-cqrs/commit/462bf6a807bbeba9db6c1220893c2f2e32d13ca5 About me: przemyslawprzylucki.com More content (soon): saaslaravel.com
Laravel: CQRS + Event Bus | DO NOT let your DB go brrrr..
มุมมอง 7Kปีที่แล้ว
👇 Code repo & details 👇 In this video we'll implement a *simple* CQRS system in Laravel: - we'll utilize command bus, queries and commands - we'll create separate read and write repositories - we'll have tons of fun because the real CQRS is the friends we made along the way Code repo: github.com/saas-laravel/laravel-cqrs/tree/main About me: przemyslawprzylucki.com More content (soon): saaslarav...
Laravel: 1,000,000 webhooks/minute?! Ingest webhooks like a PRO
มุมมอง 5Kปีที่แล้ว
Hi there! In this video we'll create a webhook ingestion system that'll: - be able to accept *A LOT* of webhooks per second - be independent from our app, so if it goes down, we don't lose the data - never overload our application capacities Code repo: github.com/saas-laravel/webhooks-lambda About me: przemyslawprzylucki.com More content (soon): saaslaravel.com
Testing has never been THIS EASY [Free course: Great Laravel Apps #3]
มุมมอง 2.9Kปีที่แล้ว
Hi there! In this series video I'll be showing you a couple of tips and tricks when it comes to testing I'll walk over the testing tips I like to follow: - arrange, act, assert - slow test detection - extending the base test case with useful helpers - naming conventions - php unit's data providers Resources: - Laravel's website: laravel.com - Code repo: github.com/saas-laravel/laravel-coding Co...
Laravel app can't possibly be THIS good... [Free course: Great Laravel Apps #2]
มุมมอง 9Kปีที่แล้ว
Hi there! In this series video I'll be showing you my preferred version of creating Laravel applications. I'll walk over the project structure that I absolutely love and cover: - Creating custom src/Modules/ directory - Custom Exceptions - Custom Resources - Services - Laravel's Container resolving interfaces - DTOs - Custom Query Buiders - Enums Resources: - Laravel's website: laravel.com - Cu...
Set up Laravel projects like a GOAT [Free course: Great Laravel Apps #1]
มุมมอง 7Kปีที่แล้ว
Hi there! In this series video I'll be showing you my preferred version of creating Laravel applications. We'll start with a project setup, in which we will: - remove redundancies from default setup - install Octane - put Eloquent in strict mode - set up static code analysis - set up styler fixer - configure CI pipeline Resources: - Laravel's website: laravel.com - Laravel Sail: laravel.com/doc...
Are VALUE OBJECTS secretly overpowered?!
มุมมอง 4.1Kปีที่แล้ว
Morning gals and guys. In today's episode we'll talk about value objects and how they can be used. Twitter: przylucki_p More me: saaslaravel.com Website: przemyslawprzylucki.com
Fixing Laravel's BIGGEST PROBLEM (it's not what you think)
มุมมอง 2.6Kปีที่แล้ว
Hi guys! In this quick tip I'll show you how to fix one of Laravel's most annoying things - nulls passed to resources. Website: przemyslawprzylucki.com More me: saaslaravel.com
Laravel's macros make your life EASY PEASY
มุมมอง 3.9Kปีที่แล้ว
Hi guys! Let's take a look at Laravel's macros and how they can make your life easier. About me: przemyslawprzylucki.com Course: saaslaravel.com
WOW! Laravel's pipeline pattern is AWESOME
มุมมอง 15Kปีที่แล้ว
Hi guys! In this video series, I'll try to showcase two good usecases for the pipeline pattern More me: przemyslawprzylucki.com Saaslaravel: saaslaravel.com
Custom notification channel in Laravel
มุมมอง 3.4Kปีที่แล้ว
Hi guys! In this video series, we'll be creating a custom notification channel in Laravel. We'll build it to handle a super cool platform - logsnag.com More me: Courses: saaslaravel.com Personal website: przemyslawprzylucki.com
Laravel: Simple CI in Github Actions
มุมมอง 7Kปีที่แล้ว
Hi guys! In this video, we'll be building a really simple CI in Github Actions. Hopefully you'll enjoy it! More me: saaslaravel.com Morer me: przemyslawprzylucki.com Bird app: przylucki_p
Laravel: Simple Strategy Pattern
มุมมอง 3.7Kปีที่แล้ว
Hi guys! In this video I'll show you how to utilize a simple strategy pattern to remove some of the more complex "ifs" in your codebase.
Laravel: The BEST way to handle exceptions
มุมมอง 18Kปีที่แล้ว
Laravel: The BEST way to handle exceptions
Creating my first Laravel Package 📦
มุมมอง 8Kปีที่แล้ว
Creating my first Laravel Package 📦
Laravel SaaS Idea: Mockup Generator
มุมมอง 1.8Kปีที่แล้ว
Laravel SaaS Idea: Mockup Generator
Refactoring real-world Laravel app. Who wrote THIS CODE?!
มุมมอง 11K2 ปีที่แล้ว
Refactoring real-world Laravel app. Who wrote THIS CODE?!
Laravel: Repository Pattern in practice
มุมมอง 13K2 ปีที่แล้ว
Laravel: Repository Pattern in practice
Laravel: how to deal with THICC models
มุมมอง 2.6K2 ปีที่แล้ว
Laravel: how to deal with THICC models
Laravel + Service Pattern + DTOs = ❤️❤️❤️
มุมมอง 56K2 ปีที่แล้ว
Laravel Service Pattern DTOs = ❤️❤️❤️
5 tips to make your Laravel application *instantly* better
มุมมอง 2.9K2 ปีที่แล้ว
5 tips to make your Laravel application *instantly* better
Launching my secret project...
มุมมอง 3632 ปีที่แล้ว
Launching my secret project...
Feature Flags in Laravel
มุมมอง 1.6K2 ปีที่แล้ว
Feature Flags in Laravel
Still using "confirm()"? Use this instead!
มุมมอง 8442 ปีที่แล้ว
Still using "confirm()"? Use this instead!
Modals in Vue. Building UI Design System [#6]
มุมมอง 2422 ปีที่แล้ว
Modals in Vue. Building UI Design System [#6]
Vue UI Design System [#5] - Icon Component
มุมมอง 1.7K2 ปีที่แล้ว
Vue UI Design System [#5] - Icon Component
Vue UI Design System [#4] - Badges
มุมมอง 5512 ปีที่แล้ว
Vue UI Design System [#4] - Badges
Vue UI Design System [#3] - Avatars
มุมมอง 6042 ปีที่แล้ว
Vue UI Design System [#3] - Avatars