Laracasts courses
Open in Telegram
Laracasts courses
Show moreThe country is not specifiedThe category is not specified
1 583
Subscribers
No data24 hours
+67 days
+3730 days
Posts Archive
1 583
Learn Flexbox Through Examples
#Languages #CSS #Intermediate
Flexbox is easily one of the most important additions to CSS in the last decade. The only problem is that there's a bit of a learning curve. Trust me, though: you want to learn this. And once you have, you'll be singing its praises to anyone who will listen. I guarantee it.
π 8 episodes π 1h 12m π Source
@laracasts_courses | #Laravel
1 583
Modern CSS for Backend Developers
#Languages #CSS #Intermediate
I know too many backend developers who are stifled by one glaring phobia: CSS. How do you construct a layout when nothing lines up? Every browser renders your code differently. Floats constantly break. Nothing works!
If you agree, your thinking might be a bit out of date. You'll be happy to hear that the ecosystem is vastly better than fifteen years ago. This series is specifically for backend developers who understand the basics, but need a fast primer on modern CSS that they'll actually use in their day-to-day workflow.
π 17 episodes π 3h 35m π Source
@laracasts_courses | #Laravel
1 583
Modern CSS Workflow
#Languages #CSS #Intermediate
The way we construct and think of CSS has changed drastically in the last ten years. In this series, we'll review key tools in every modern frontender's belt. This includes everything from the popular BEM methodology, to the wonders of flexbox, to bullet-proof grid frameworks.
π 7 episodes π 1h 41m π Source
@laracasts_courses | #Laravel
1 583
Modern JavaScript Basics
#Languages #JavaScript #Beginner
Whether you're migrating from older JavaScript knowledge, starting fresh, or have only ever reached for something like jQuery, this series is designed for you.
I'll help you get up to speed with the latest modern features in JavaScript, including modules, promises, classes, and so much more. I hope you'll come out of this course confident and ready to leverage these newer features and syntax in your own applications.
π 10 episodes π 1h 12m π Source
@laracasts_courses | #Laravel
1 583
MySQL Database Design
#Languages #SQL #MySQL #Beginner
Developers often dive in without taking the necessary time to learn the fundamentals of the technologies they're using. Basic database design is a perfect example of this, unfortunately. Let's fix this. Step by step, I'll introduce you to the techniques and jargon that you've been meaning to learn for years now.
π 17 episodes π 1h 42m π Source
@laracasts_courses | #Laravel
1 583
Pull Up a Seat: Season 1
#Languages #JavaScript #Cypress #Intermediate
Real-life programming isn't always glamorous. You're not always launching fancy new interactive features backed by weeks of marketing and hype. In fact, that's rarely the case. Instead, much of the time, we work on boring fixes and general maintenance of packages and tools that, frankly, not many people use. This is the reality.
In that spirit, for season one of our new "Pull Up a Seat" series, come along as I work on extending the API for my Cypress package. We'll cover everything from the initial tinkering, all the way up to tagging a new release.
π 7 episodes π 51m π Source
@laracasts_courses | #Laravel
1 583
Reproduce Popular Web Components
#Languages #JavaScript #Intermediate
This series is all about recreating the look and feel of popular or compelling web components that you might find around the web. From cool menu transitions, subtle UI interactions, or more complex animations, we'll break it all down and recreate it from scratch.
This should give you a solid understanding of how these effects and interactions work under the hood. Ready to get started?
π 5 episodes π 1h 54m π Source
@laracasts_courses | #Laravel
1 583
Wordle Workshop
#Frameworks #AlpineJS #JavaScript #Workshops #Intermediate
For this series, let's do something a little different! Because Wordle is such an incredibly popular game these days, what if, for fun, we designed and built a Wordle clone from scratch?
My daughter is constantly requesting that I hand-draw simple three-letter challenges for her. So, with that in mind, let's make our version of Wordle a bit more kid-friendly. Ready to get started?
π 17 episodes π 2h 21m π Source
@laracasts_courses | #Laravel
1 583
Beginning TypeScript
#Languages #JavaScript #TypeScript #Intermediate
As the complexity and scale of our apps forever increases, TypeScript has risen in popularity as people seek the reassurances of type safety in their applications. Major frameworks such as Vue have rewritten their entire code bases in TypeScript.
Nonetheless, there is a cost associated with adopting it. Teams must learn how to use a new set of tooling, think about their code in a different way, and learn concepts that may be foreign to them. This series aims to ease the transition to TypeScript. It assumes basic knowledge of JavaScript but otherwise serves as an introduction to the most common types that will enable you to build real applications in TypeScript.
π 11 episodes π 1h 32m π Source
@laracasts_courses | #Laravel
1 583
Laravel Octane
#Devops #Octane #Advanced
In this course, we'll explore Laravel Octane in detail, and learn how to leverage its capabilities to optimize the performance of your Laravel applications. So fasten your seatbelts and join me on this journey! Let's get going.
π 8 episodes π 1h 7m π Source
@laracasts_courses | #Laravel
1 583
Laravel Queue Mastery
#Techniques #Queues #Intermediate
In this series, join Mohamed Said, from the Laravel core team, as he reviews the ins and outs of how to use Laravel's high-performance queue system to run any potentially long-running task asynchronously. You'll begin by dispatching your first job, and slowly work your way up to more complex configurations and deployment techniques.
π 12 episodes π 1h 41m π Source
@laracasts_courses | #Laravel
1 583
Serverless Laravel
#Devops #AWS #Vapor #Laravel #Packages #Advanced
"Serverless" refers to a cloud application development model that allows developers to execute code without managing the server directly.
In this series, you'll learn how to deploy Laravel applications to AWS Lambda (serverless) through Laravel Vapor. In the process, we'll understand what it means to run serverlessly. We'll also look under the hood and discuss how AWS actually runs your application.
π 13 episodes π 1h 38m π Source
@laracasts_courses | #Laravel
1 583
Servers for Laravel
#Devops #Servers #Intermediate
In this series, we'll learn, from scratch, how to provision servers to run Laravel applications. We'll begin with the core elements for any VPS, and then work our way up to installing and configuring the necessary software to securely run your Laravel applications.
π 12 episodes π 1h 45m π Source
@laracasts_courses | #Laravel
1 583
Valet Uncovered
#Devops #Servers #Laravel #Advanced
Valet has long been the local development environment of choice for Laravel developers on macOS. The way it seamlessly works might even look like magic!
In this CreatorSeries, we'll dig into how to install and use Valet, explore some of its often-missed features, and walk through how the pieces fit together under the hood.
π 16 episodes π 2h 5m π Source
@laracasts_courses | #Laravel
1 583
Load Balance a Laravel App
#Devops #AWS #Servers #Advanced
A load balancer serves as the single entry point to your application from the internet. It distributes incoming traffic across multiple targets, which could be EC2 instances or Lambda functions.
In this course, we will distribute traffic across two EC2 instances located in different availability zones. This increases the availability of your applications and allows you to easily add or remove instances at any time to increase or decrease capacity.
π 6 episodes π 38m π Source
@laracasts_courses | #Laravel
1 583
Learn Laravel Forge
#Devops #Forge #Intermediate
In this series, Laravel core team member, James Brooks, will steer you through the ins and outs of building and configuring servers with Laravel Forge. Whether youβre a seasoned veteran hoping to streamline your server workflow, or a beginner who doesnβt know where to start, James will get you up to speed in no time.
π 24 episodes π 1h 52m π Source
@laracasts_courses | #Laravel
1 583
Envoyer
#Devops #Envoyer #Laravel #Intermediate
Envoyer deploys your PHP applications with zero downtime. Just push your code, and let Envoyer deliver your application to one or many servers without interrupting a single customer. In this series, we'll discuss each feature of Envoyer, demonstrating how to use them with a sample project.
π 10 episodes π 36m π Source
@laracasts_courses | #Laravel
1 583
Build a Staging Server
#Devops #Forge #Laravel #Intermediate
Once your application reaches a certain size, it might prove useful to prepare a staging server. With this setup, all new features and additions would first be deployed to a testing branch for your team (or yourself). Only after you've reviewed and approved the changes would the code then be deployed to production.
In this series, we'll use Laravel Forge, Hover, and Cloudflare to build and configure a staging server from scratch. We'll also discuss a few key gotchas you might run into.
π 6 episodes π 24m π Source
@laracasts_courses | #Laravel
1 583
AWS Fundamentals
#Devops #AWS #Intermediate
AWS is the most widely used cloud infrastructure platform in the world. It offers severals service to help engineers focus less on managing the infrastructure and more on building awesome software. In this series, we'll take our the first steps inside the AWS castle.
π 10 episodes π 1h 43m π Source
@laracasts_courses | #Laravel
1 583
Three-Minute Tips
#Techniques #CleanCode #Intermediate
I get it. We don't always have twenty minutes to watch a new lesson. But maybe you have three? If so, this series is for you. Each episode provides one isolated tip or technique that you might consider for your own projects.
π 1 episode π 3m π Source
@laracasts_courses | #Laravel
