/
Posts

Page 3

How to access and use GPT-4 Turbo's API, step by step
Artificial Intelligence
GPT

Get started with GPT-4 Turbo’s API in no time thanks to my handy step-by-step guide.

Nov 6, 2023
0 comments
0 minutes
How to use GPT-3.5 Turbo's API, step by step
Artificial Intelligence
GPT

Get started with GPT-3.5 Turbo’s API in no time thanks to my handy step-by-step guide.

Nov 6, 2023
0 comments
0 minutes
Making sense of PHP's array_map() function
PHP

PHP’s array_map() is an extremely useful function that will help you write better code. Let me demystify it for you.

Nov 4, 2023
0 comments
0 minutes
An early look at PHP 9.0's new features and changes
PHP

PHP 9.0 is still far in the future. We don’t know a lot, but we have a few breaking changes planned for it.

Jan 1, 2024
6 comments
0 minutes
Style an HTML dialog's backdrop with Tailwind CSS
CSS
Tailwind CSS

Discover how to style an HTML dialog’s backdrop using Tailwind CSS.

Nov 2, 2023
0 comments
0 minutes
This is where your php.ini file is
PHP

Discover the location of your php.ini file using two simple methods: the phpinfo() function or the command line.

Nov 2, 2023
0 comments
0 minutes
How does Laravel work? A crystal clear explanation.
Laravel

Discover my step by step and simple explanation of how Laravel makes your life easier.

Jan 4, 2024
1 comment
0 minutes
9 testing best practices for Laravel in 2024
Testing
Laravel

Are you familiar with testing? Good. Here are a bunch of best practices to help you level up even more!

Jan 21, 2024
0 comments
0 minutes
The average salary of a Laravel developer in 2023
Laravel

Discover how much Laravel developers earn worldwide in 2023, based on data from Glassdoor, Indeed, and PayScale.

Oct 27, 2023
0 comments
0 minutes
Add Vue.js to any Laravel project
Vue.js
Laravel
JavaScript

Let me walk you through adding Vue.js to your Laravel project and be done with it in 5 minutes.

Oct 13, 2023
1 comment
0 minutes
Add Alpine.js to any Laravel project
Alpine.js
Laravel
JavaScript

Alpine.js is a great companion for a Laravel app. Let’s see how you can add it in any project.

Oct 13, 2023
3 comments
0 minutes
Easily show all errors in PHP
PHP

Discover how to reveal all PHP errors in your script or globally via php.ini for effective debugging, but remember to adjust before going live.

Oct 7, 2023
0 comments
0 minutes
Add Tailwind CSS to any Laravel project
Laravel
Tailwind CSS

See how easy it is to add Tailwind CSS to any Laravel project and start building an amazing user interface.

Oct 5, 2023
0 comments
0 minutes
Laravel

Discover how to cache your database queries results in an asynchronous way with Laravel.

Oct 5, 2023
0 comments
0 minutes
PHP

Avoid bad surprises and leverage Docker and Composer to lock your PHP extensions to a stable version.

Oct 4, 2023
0 comments
0 minutes
PHP
Packages

Bypass PHP’s final keyword restriction with Unfinalize, a tool that safely removes final from classes and methods in third-party packages.

Oct 3, 2023
0 comments
0 minutes
Fix the /livewire/livewire.js 404 not found error
Livewire

Learn how to fix the 404 not found error occurring for /livewire/livewire.js.

Oct 17, 2023
3 comments
0 minutes
A complete history of Laravel's versions (2011-2024)
Laravel

What’s the current version of Laravel? Is there any LTS release you can rely on? And what about the history of the framework? Let’s find out!

Feb 10, 2024
0 comments
0 minutes
Easily convert a PHP array to JSON
PHP

Convert PHP arrays to JSON with json_encode(). Ideal for data exchange, storing data, and API communication.

Sep 16, 2023
0 comments
0 minutes
Unlock the power of Laravel's query builder where clauses
Laravel

Unleash Laravel’s query builder with my deep dive into the power of “where” clauses—triggering conditions, exclusions, JSON queries, and more.

Sep 12, 2023
0 comments
0 minutes
Bun: The Lightning-Fast Alternative to NPM, Yarn, and pnpm
JavaScript

Discover why Bun is revolutionizing package management in JavaScript. Learn how it outperforms NPM, Yarn, pnpm, and others in speed and efficiency.

Sep 11, 2023
0 comments
0 minutes
Use Bun as your package manager in any PHP project
PHP
JavaScript

Enjoy a faster workflow to build your front-end dependencies in your PHP projects, thanks to the package management abilities of Bun.

Sep 10, 2023
0 comments
0 minutes
Use Bun as Your Package Manager in Any Laravel Project
JavaScript
Laravel

Enjoy a faster workflow to build your front-end dependencies in your Laravel projects, thanks to the package management abilities of Bun.

Sep 10, 2023
0 comments
0 minutes
Sort your Laravel Eloquent queries results using orderBy()
Laravel

Master Laravel’s Eloquent orderBy(). Explore multiple columns sorting, the advanced orderByRaw(), and reorder().

Dec 20, 2023
0 comments
0 minutes