Skip to content

Instantly share code, notes, and snippets.

@mmartinjoo
mmartinjoo / performance-with-laravel-toc.md
Created May 15, 2024 10:00
Performance with Laravel Table of Contents

Fundamentals - 217 pages (Basic Package)

Measuring performance

  • ab
  • jmeter
  • Inspector
  • Telescope
  • OpenTelemetry
  • XDebug + qcachegrind
  • Clockwork
@mmartinjoo
mmartinjoo / devops-with-laravel-toc.md
Last active May 31, 2024 14:12
DevOps with Laravel Table of Contents

Topics coming in the next edition:

  • ✅ Load balancers from scratch (published on 10th of October)
  • ✅ Terraform (published on 12th of November)
  • HELM

Fundamentals - 208 pages (Basic package)

Building a pipeline

nginx

  • Serving static content
  • CGI, FastCGI, php-fpm

Domain-Driven Design with Laravel - Table Of Contents

Basic Concepts - 49 pages

  • What is Domain-Driven Design?
  • Working With Data
  • Value Objects
  • Data Transfer Objects
  • Repositories
  • Services
  • Actions