33OFFNEW
Help, guides, tutorials and more.
Tutorials PHP
How to automate website screenshots in Laravel
Three ways to automate website screenshots in Laravel: headless Chrome, Browsershot and a screenshot API. Includes cookie banner fixes and a scheduled capture command.
Tutorials PHP JavaScript Tooling
How to generate blog heroes, quote cards and podcast covers from HTML in Laravel
Generate blog heroes, quote cards, podcast covers and email headers from HTML in Laravel. One template system, one renderer, brand refreshes in minutes.
Tutorials PHP Tooling
How to render invoices, receipts, vouchers and product cards from HTML in Laravel
Render invoices, receipts, vouchers and product cards from HTML in Laravel. Three approaches, working code, and the email pattern that beats PDF attachments.
How to generate dynamic social media images for every platform from one template
Generate per-platform social images (OG, Twitter, LinkedIn, Pinterest, Instagram, YouTube) from one HTML template. Working Laravel code and the fan-out pattern.
How to generate dynamic Open Graph images in Laravel
Learn how to generate dynamic Open Graph images in Laravel with three practical approaches, including Blade templates, Browsershot, and a managed HTML to image API. Code examples and caching tips included.
The practical guide to HTTP caching headers: Cache-Control, ETag, and 304s
Learn how to use Cache-Control, ETag, and 304s to speed up your site, cut CDN costs, and boost reliability with practical examples and copy-paste configs.
Tutorials JavaScript Tooling
How to build a Chrome Extension - A guide with working examples
Learn how to build a Chrome extension from scratch! This guide covers setup, advanced features, deployment to the Chrome Web Store, and real-world use cases.
Run-time Mailers in Laravel Using `Laravel::Build`
Learn how to use Laravel's Mail facade and `Mail::build` to dynamically configure runtime mailers. Real-world examples included.
Tutorials WordPress PHP Sysadmin
Making WordPress Immutable
Learn how to make your WordPress site immutable for enhanced security and stability. Discover the benefits and step-by-step guide to creating an unchangeable WordPress environment
Test Stripe webhooks without using ngrok
Learn how to test Stripe webhooks without using ngrok. Discover alternatives, such as Stripe CLI and local reverse proxies, for seamless webhook testing.
Tutorials WordPress PHP
What is the n+1 problem? (WordPress edition)
Learn about the N+1 problem in WordPress and how it impacts site performance. Discover techniques to avoid it using batch processing, eager loading, and caching.
Tutorials JavaScript
What is the n+1 problem? (JavaScript edition)
Learn about the N+1 problem in JavaScript and how it affects performance. Discover strategies to avoid it using batch requests, eager loading, and GraphQL's DataLoader.
What is the n+1 problem? (PHP edition)
Learn about the N+1 problem in PHP and how it can impact performance. Discover techniques to avoid it using eager loading and query optimization in frameworks like Laravel and Symfony.
Tutorials Database Design Tooling
When to Use UNION Queries
Learn when to use UNION queries in SQL to combine results from multiple SELECT statements. Discover practical examples, tips, and key considerations to optimize your database operations.
Laravel preventLazyLoading - Prevent Unintended Queries
Learn how to use Laravel's preventLazyLoading feature to catch and prevent unintended database queries, optimize performance, and avoid the N+1 query problem in your applications
Showing 1 to 15 of 377 results