logo
episode-header-image
Feb 2021
8 m

One Thing I Love About Laravel

JEFFREY WAY
About this episode

One thing I love about Laravel is how, for any given project or feature, there's already a clearly defined pathway I can follow to complete it. For example, we take it for granted that a robust queue system with model serialization is always at your fingertips. We take it for granted that a powerful event dispatcher with automatic event registration is available for free. We even take it for granted that the decision of where to store your secret API keys has already been solved and documented.

Up next
May 9
The AI Episode
In this episode, we dig into the subject of AI... and whether it's going to steal your job or not. Don't worry: no bait in this video. Just an honest conversation about where we are, and what it all might mean. 
12m 17s
Dec 2024
Big Fish, Little Fish
There was a time long ago, before the internet, when each of us had the ability to be a big fish in the small pond. At least in some small way, that's true. But not anymore. And I wonder... what does that do to our confidence levels? 
12m 29s
Mar 2024
Horses for Courses
We love tools: linters, type checkers, test runners, asset compilers, et al. Whilst these tools can help solve problems, they might also be a sledgehammer when all you really need is a screwdriver. Let me tell you a little anecdote about upgrading my personal site to Laravel 11, ... Show More
12m 57s
Recommended Episodes
Dec 2022
MongoDB Internal Architecture | The Backend Engineering Show
I’m a big believer that database systems share similar core fundamentals at their storage layer and understanding them allows one to compare different DBMS objectively. For example, How documents are stored in MongoDB is no different from how MySQL or PostgreSQL store rows. Every ... Show More
44m 13s
Dec 2022
How Shopify’s engineering improved writes by 50% with ULID | The Backend Engineering Show
Fundamentals of Database Engineering udemy course (link redirects to udemy with coupon) https://database.husseinnasser.com Shopify posted a blog on tips to for scalable payment system, one tip peeked my interest related to switching from UUID to ULID. I explore the reasoning behi ... Show More
32m 10s
Aug 2023
The Journey of a Request to the Backend
From the frontend through the kernel to the backend process When we send a request to a backend most of us focus on the processing aspect of the request which is really just the last step. There is so much more happening before a request is ready to be processed, most of this ste ... Show More
52m 58s
Mar 2013
FLOSS Weekly 244: CakePHP
CakePHP makes building web applications simpler, faster and require less code. Build Quickly - Use code generation and scaffolding features to rapidly build prototypes. No Configuration - No complicated XML or YAML files. Just setup your database and you're ready to bake. Friendl ... Show More
1h 3m
Jul 2021
Bring your own stack: Why developer platforms are going headless
As explained in this piece, "A headless CMS is a back-end only content management system (CMS) built from the ground up as a content repository that makes content accessible via a RESTful API or GraphQL API for display on any device." Shopify has leaned hard into GraphQL and APIs ... Show More
21m 50s
Mar 2023
Moving up a level of abstraction with serverless on MongoDB Atlas and AWS
The history of computing has been a story of moving up levels of abstraction: from hard-coding algorithms and directly manipulating memory addresses with assembly languages to using more natural language constructs in high-level general purpose languages to abstracting the hardwa ... Show More
26m 8s
Jun 2022
Simplify Data Security For Sensitive Information With The Skyflow Data Privacy Vault
Summary The best way to make sure that you don’t leak sensitive data is to never have it in the first place. The team at Skyflow decided that the second best way is to build a storage system dedicated to securely managing your sensitive information and making it easy to integrate ... Show More
54m 5s
Dec 2022
Update Your Model's View Of The World In Real Time With Streaming Machine Learning Using River
Preamble This is a cross-over episode from our new show The Machine Learning Podcast, the show about going from idea to production with machine learning. Summary The majority of machine learning projects that you read about or work on are built around batch processes. The model i ... Show More
1h 16m
Mar 2020
Easier Stream Processing On Kafka With ksqlDB
Summary Building applications on top of unbounded event streams is a complex endeavor, requiring careful integration of multiple disparate systems that were engineered in isolation. The ksqlDB project was created to address this state of affairs by building a unified layer on top ... Show More
43m 36s