Adam Wathan - Curing the common loop - Laracon EU 2016
Trying to understand a complex function full of nested loops and conditionals is like trying to read a “choose your own adventure“ book from front to back.
In this whirlwind tour of programming with collection pipelines, you’ll learn how to use functional programming ideas to break down complex code and abstract hidden duplication behind expressive higher order functions.
By leveraging the power of Laravel’s Collection class, we’ll refactor ugly, complicated spaghetti into a series of simple, elegant tran
13 views
1163
343
3 months ago 00:09:40 4
Laravel Conventions/Guidelines from IxDF
3 months ago 00:45:17 2
Adam Wathan on “Designing a Component Library“ | Laracon US 2024 in Dallas, TX
4 months ago 00:52:00 1
From Terrible Employee to Open Source Entrepreneur: Caleb Porzio’s Playbook
5 months ago 00:14:12 2
Subgrid in Tailwind CSS - You didn’t know you needed this
7 months ago 01:00:07 1
Adam Wathan, Creator of TailwindCSS
9 months ago 01:41:32 1
29: Super Epic Crazy with Adam Wathan
10 months ago 00:38:20 4
Laravel 11, Reverb, Herd Windows/Pro, & Other Laracon EU Recap
10 months ago 00:08:01 16
You’re Using Tailwind CSS The Wrong Way! A look at reuse.
11 months ago 00:03:56 2
Laravel: Two Routes - Resource or Single Get Routes?
1 year ago 00:44:07 2
How Taylor Otwell Came Up With Products That Have Earned Him Millions
1 year ago 01:31:07 1
18: You Need Tinker Time with Adam Wathan
1 year ago 01:06:03 8
70 книг по IT, которые надо прочесть. Как писать хорошо, языки, тесты, БД, безопасность, soft skills
3 years ago 01:14:31 2
Building a Business You Want, with Adam Wathan
3 years ago 01:23:00 4
Helpers & Collections, with Jacob Baker-Kretzmar
3 years ago 00:36:59 1
Search w/ vue-fuse
4 years ago 01:35:19 5
APIs, with Jess Archer
4 years ago 01:13:14 4
Testing, with Adam Wathan
4 years ago 00:10:26 19
Laravel: How to Name Various Things
4 years ago 00:01:33 2
Adam Wathan’s unified theory of CSS (Tailwind)
4 years ago 00:15:06 4
Introducing Headless UI: A Vue Component Framework From Tailwind CSS
4 years ago 00:13:32 8
Laravel Route Grouping: Simple to Very Complex
5 years ago 00:05:39 33
Laravel Collections or Foreach? Shorter? More Readable?