33OFFNEW
Help, guides, tutorials and more.
Sysadmin Tooling
All of the HTTP status codes explained
The meanings and implications of all HTTP status codes. This exhaustive guide covers each category and individual code, offering insights into their roles in web communication.
Tutorials PHP
A guide to all available scheduling schedules in Laravel
A look at Laravel's scheduling capabilities with this complete guide to its available scheduling options. Learn how to effectively automate tasks within your Laravel applications.
Tutorials WordPress PHP
How to query multiple post types in a single query in WordPress
Learn how to query multiple post types simultaneously in WordPress. This article guides you through the process, enabling you to create more dynamic and versatile content displays on your website.
Creating a multi-step form in vanilla WordPress (no plugins)
Learn how to build a custom multi-step form in WordPress. This step-by-step guide includes actual form fields and PHP code to handle form submission via email, all without using plugins.
The best way to use object storage (S3) for assets in WordPress
Explore the best way to leverage object storage (such as AWS S3) for managing assets in WordPress. Learn how to enhance your website's performance and reliability by storing and serving media files from object storage services.
The ultimate guide to creating aliases in Bash
Learn how to create simple to complex aliases in bash (your terminal), including those with parameters and batch commands, to streamline your workflow.
Tutorials PHP Tooling
How to send errors from Laravel to Slack using webhooks
Learn how to integrate Laravel with Slack for real-time error monitoring. This guide demonstrates how to set up Slack webhooks to receive instant alerts.
Tutorials JavaScript Tooling
How to embed YouTube videos that pass Core Web Vitals
Learn how to embed YouTube videos in a way that passes with Core Web Vitals. Discover how the YouTubeLite package can optimize your website's performance while maintaining a seamless video experience.
How to send email from WordPress the right way (HTML and plaintext)
Understand the right way to send emails in WordPress using its built-in functions. This guide covers sending both plaintext and HTML emails effectively, ensuring reliable delivery and professional communication.
How to clone an object in PHP
Tutorial on object cloning in PHP. This comprehensive guide illustrates how to create a duplicate of an object, ensuring that your PHP applications manage data efficiently and accurately.
How to use `optional` helper function in Laravel
Learn how to use Laravel's `optional` helper function to elegantly handle null values in your application. This guide provides insights into streamlining your code and avoiding common errors related to null objects.
Using `findMany` in Laravel
Understand the use of Laravel's `findMany` method for fetching multiple records efficiently. This article delves into how to utilize `findMany` effectively in your Eloquent queries for optimized data retrieval.
Tutorials JavaScript
Don't nest ternary operators. Please!
Explore the reasons why nesting ternary operators can lead to code maintenance nightmares, and understand the value of prioritizing readability and simplicity in your code. Examples in JavaScript.
Tutorials WordPress Cyber Security
Understanding WordPress Password Salting
Understand the mechanics of how WordPress salts passwords, a crucial aspect of its security system. Learn about the salting process, its importance, and the frequency of re-salting in WordPress.
What is `Model::shouldBeStrict` and why should you use it?
Discover the crucial role of `Model::shouldBeStrict` in Laravel for ensuring data integrity. This article guides you through implementing this method both on a per-model basis and globally across your Laravel application.
Showing 136 to 150 of 361 results