Laracon DB
Laracon DB
Talks for "integration" (3)
What developers should know about email

Nick Canzeneri from Postmark provides a comprehensive overview of transactional email implementation, covering essential concepts like email authentication, delivery verification, and advanced features. He explains technical aspects including MX records, email formatting, SPF/DKIM/DMARC authentication, and discusses practical features like bounce handling, open tracking, and inbound email processing.

Discovering ElasticSearch

A comprehensive talk about integrating Elasticsearch with Laravel applications, covering search functionality implementation, scaling considerations, and practical integration patterns. The speaker explains how Elasticsearch provides powerful search capabilities beyond traditional SQL databases, demonstrates implementation approaches using Laravel's Eloquent, and discusses best practices for data indexing and querying.

Sharing Laravel

A comprehensive talk about bringing Laravel's best practices and components to legacy PHP applications through incremental improvements rather than complete rewrites. The speaker discusses how to modernize existing codebases by gradually introducing modern PHP practices, Laravel components, and external services while maintaining operational stability.