CrazyBoy49z
CrazyBoy49z 28.03.2023
Five Informative CSS Blogs All Designers Should Follow

Five Informative CSS Blogs All Designers Should Follow

Designers interested in learning more about CSS, HTML5, and CSS3 should follow these five informative CSS blogs.

CrazyBoy49z
CrazyBoy49z 27.03.2023
How to choose between APM and an end-to-end monitoring tool

How to choose between APM and an end-to-end monitoring tool

APM tools give insights into key performance indicators such as response time, request volume, error rates, resource utilization, and more. This data can be used to identify problems in code execution, detect memory leaks, or any other issue that may be affecting the web service's performance.

CrazyBoy49z
CrazyBoy49z 27.03.2023
Facades in Laravel: Do You Need To Use Them? [OPINION]

Facades in Laravel: Do You Need To Use Them? [OPINION]

Have you ever used Auth::user() in Laravel? So yeah, that Auth is a Facade. Question: do you actually need to know how they work, and would you need to create your own facades?

CrazyBoy49z
CrazyBoy49z 27.03.2023
Everything You Can Test In Your Laravel Application

Everything You Can Test In Your Laravel Application

A common challenge in testing is not only HOW to test something, but WHAT you can test. That's why I have made a list of all the things I like to test in my applications.

CrazyBoy49z
CrazyBoy49z 24.03.2023
Modelling Busines Processes in Laravel

Modelling Busines Processes in Laravel

As developers, we often map business processes to digital processes, from sending an email to something quite complex. Let's look at how we can clean this up.

CrazyBoy49z
CrazyBoy49z 24.03.2023
How to use the attribute rel =

How to use the attribute rel = "canonical"

What is rel = canonical and what is its purpose? ✅ How to mark a canonical link? ✅ Canonical URLs - when to configure them? ✅ Rules for forming canonical links, checking and errors of using rel = canonical ✅ When the rel = canonical attribute does not work? ➨ We answer all questions in our article!

CrazyBoy49z
CrazyBoy49z 23.03.2023
TypeScript Support Added to Laravel Breeze

TypeScript Support Added to Laravel Breeze

The Laravel team released an update to the Laravel Breeze starter kit that includes typescript support.

CrazyBoy49z
CrazyBoy49z 23.03.2023
Cart is now in session

Cart is now in session

A guide on how to build a shopping cart that uses the http session.

CrazyBoy49z
CrazyBoy49z 22.03.2023
Laravel 10.4 Released

Laravel 10.4 Released

The Laravel team released v10.4 with a File::json() method, converting existing HasMany relationships to a HasOne relationship, and more.

CrazyBoy49z
CrazyBoy49z 22.03.2023
OpenAI’s GPT-3 vs. Open Source Alternatives (GPT-Neo and GPT-J)

OpenAI’s GPT-3 vs. Open Source Alternatives (GPT-Neo and GPT-J)

GPT-3 is the best known text generation model on the market today but is expensive to use. Open source alternatives are now available. Here is a detailed comparison of GPT-3 and its competition.

binance
CrazyBoy49z
CrazyBoy49z 21.03.2023
Passwordless Authentication in Laravel

Passwordless Authentication in Laravel

Sometimes we don't want users to have passwords. Sometimes we want to send a magic link to a user's email address and have them click to gain access.

CrazyBoy49z
CrazyBoy49z 20.03.2023
PEST 2.0 is Now Released

PEST 2.0 is Now Released

PEST, a testing framework that focuses on simplicity, has just launched v2.0. See what's new in this major milestone release.

CrazyBoy49z
CrazyBoy49z 18.03.2023
Alpine.js Drag and Drop

Alpine.js Drag and Drop

Alpine.js is a new lightweight JavaScript framework which uses the approach of adding behaviour directly within your HTML markup. According to the documentation; Alpine.js offers you the rea…

CrazyBoy49z
CrazyBoy49z 18.03.2023
How to get data from Google Analytics in PHP?

How to get data from Google Analytics in PHP?

In this article, we'll look at how Google Analytics information can be accessed in PHP using the API it provides and a service account. 

CrazyBoy49z
CrazyBoy49z 17.03.2023
5 Tips and Tricks for working with the Laravel HTTP Client

5 Tips and Tricks for working with the Laravel HTTP Client

In this article, we will explore five valuable tricks for working with the Laravel HTTP Client that can make your development experience more efficient and enjoyable.

CrazyBoy49z
CrazyBoy49z 16.03.2023
Building a Kanban Board with Laravel and Vue.Draggable

Building a Kanban Board with Laravel and Vue.Draggable

Discover the best approach for saving the position of cards in a Kanban board using Laravel and InertiaJS. This article delves into the details of building a kanban board and allowing users to drag/drop cards within the same column or across multiple columns. The focus is on using InertiaJS on the front end and the Elo...

CrazyBoy49z
CrazyBoy49z 16.03.2023
Using Route Registrars in your Laravel application

Using Route Registrars in your Laravel application

Recently I came across a unique approach to loading routes into Laravel applications, and I wanted to share this amazing idea with you.

CrazyBoy49z
CrazyBoy49z 15.03.2023
Getting Started With Parallel Testing and Code Coverage in Laravel

Getting Started With Parallel Testing and Code Coverage in Laravel

Let's quickly walk through the setup to get started on Parallel testing in Laravel and setting up code coverage reports to analyze how much of our code is tested.

CrazyBoy49z
CrazyBoy49z 15.03.2023
Run One Time Operations After Deployment With Laravel

Run One Time Operations After Deployment With Laravel

Using the One Time Operations package for Laravel, you can execute code one time after deployments just like you do it with migrations!

CrazyBoy49z
CrazyBoy49z 15.03.2023
Valet 4.0 is released

Valet 4.0 is released

Valet, the super-powered super-fast macOS local development tool for Laravel programmers, is now available in version 4.

Showing 220 of 429 results