33OFFNEW
Help, guides, tutorials and more.
Tutorials Tooling
When to use Tailwind Typography and prose functionality
Discover when and how to use the Tailwind Typography plugin to effortlessly style your web content. Learn what it does, its benefits, and how to implement it with code examples.
Tutorials WordPress PHP
Why should you prefix functions in WordPress themes and plugin development?
In WordPress all functions that you write as part of your theme or plugin should be prefixed with your plugin name, by why?
Tooling
Everything You Need to Know About Pair Programming
Discover the benefits and best practices of pair programming, a powerful collaborative coding technique that can improve software quality, reduce bugs, and enhance team dynamics.
Tutorials JavaScript
DRY: What is it and how to implement it. Don't Repeat Yourself
Learn about DRY (Don't Repeat Yourself) in programming, with examples in JavaScript. Write more maintainable code by implementing DRY
How to handle breadcrumbs in WordPress without a plugin
Master the art of dynamically generating and displaying breadcrumbs in WordPress with our comprehensive guide.
Tutorials PHP
An introduction to managing timezones within PHP
Discover how to manage timezones effectively in PHP with this comprehensive guide. Learn how to set the default timezone, work with DateTime objects, convert between timezones, and format dates and times.
Mastering the WordPress REST API
Learn about the WordPress REST API, what it can be used for and how you can implement it successfully
How to use Tailwinds `safelist` to handle dynamic classes
Discover how to use Tailwind CSS's `safelist` feature to whitelist specific styles in your project, ensuring they're not removed by PurgeCSS.
A Comprehensive Guide to Exception Handling in JavaScript
A full guide to exception handling in JavaScript, covering objects, try-catch, events, promises and custom error classes
What is `@apply` in Tailwind CSS and when to use it
An introduction to `@apply` in Tailwind CSS. When to use it, when not to use it, and plenty of code examples
Tutorials PHP Tooling
How to replace Laravel's Faker default image provider
Switch out the default image provider used by Laravel Faker for anything you want
Explaining Laravels forceFill() and forceCreate() methods
Laravel Eloquent has 2 useful methods; forceFill() and forceCreate(). Both should be used with caution and fully understood
Tutorials JavaScript Tooling
How to authenticate your API, various methods
Various API authentication methods for your API, with pros & cons and server-side code examples in JavaScript
Sysadmin Tooling
The Differences Between HTTP 1.1, HTTP/2 and HTTP/3
Find out the differences between HTTP 1.1, HTTP/2 and HTTP/3 in this comprehensive article.
How to test external API responses in Laravel
Learn how to use Http::fake to create fake external API responses in order to build out tests in your application
Showing 331 to 345 of 369 results