Laracon DB
Laracon DB
Talks for "templating" (2)
Slicing into Blade

A deep dive into Laravel's Blade templating engine by Lee Mohammed. The talk explores how Blade works under the hood, from compilation to execution, and shares best practices for writing custom directives. The speaker demonstrates the benefits of server-side rendering with Blade compared to JavaScript frameworks and explains the internals of Blade's compilation process.

Inside Vue Templates

Evan You, creator of Vue.js, provides a detailed technical explanation of how Vue's template system works under the hood. He covers the virtual DOM implementation, template compilation process, and runtime vs compiler differences. The talk also discusses Vue's relationship with the Laravel community and how it influenced Vue's development philosophy of being accessible to developers across different skill levels.