Blog

The Art of Clean Code: Naming, Commenting, and Code Organization's featured image

The Art of Clean Code: Naming, Commenting, and Code Organization

Efficient Strategies for Improving Code Readability, Maintenance, and Collaboration

Published on
Laravel 10 CRUD and Image Upload Tutorial with Laravel Breeze and Repo Example's featured image

Laravel 10 CRUD and Image Upload Tutorial with Laravel Breeze and Repo Example

Build a Laravel 10 CRUD App with Image Upload using Breeze - Step-by-Step Tutorial with Repo Example

Published on
Easy Laravel Localization Tutorial With Blog Use Case and Repo Example's featured image

Easy Laravel Localization Tutorial With Blog Use Case and Repo Example

Learn How to Easily Implement Multi-Lingual Support in Your Next Laravel Project!

Published on
Information Clarity in Remote Teams: Tips and Examples's featured image

Information Clarity in Remote Teams: Tips and Examples

Instead of simply stating “There’s an error in your code”, give a more descriptive information

Published on
Laravel Export/Import: Step-by-Step Guide with Repo Example's featured image

Laravel Export/Import: Step-by-Step Guide with Repo Example

One of the common tasks in web development is the ability to export and import data. This can be useful for a variety of reasons, such as allowing users to download their data, or allowing administrators to bulk upload data into the system....

Published on
Remote Work: Effective Strategies for Communication and Timely Responses's featured image

Remote Work: Effective Strategies for Communication and Timely Responses

Remote work has become an increasingly popular way of working in recent years, with more and more companies embracing the idea of letting their employees work from home or other locations outside of the office....

Published on
Laravel 10 Bug Hunt Contest - $1,000 USD Prize's featured image

Laravel 10 Bug Hunt Contest - $1,000 USD Prize

The Laravel team has announced a bug hunt contest with a chance to win $1,000 USD as part of the upcoming release of Laravel 10 in February....

Published on
Create Search Feature for Hugo Static Site With Lunr's featured image

Create Search Feature for Hugo Static Site With Lunr

Having a large website with a lot of content can often make it difficult to know where to find what we need....

Published on
Laravel with(): How to Solve the N+1 Problem with Eager Loading Relationships's featured image

Laravel with(): How to Solve the N+1 Problem with Eager Loading Relationships

Eloquent ORM makes it easier to access the database. ORM, or Object-Relational Mapping, is a programming technique for converting data between a Relational Database Management System (RDBMS) and an object-oriented programming language....

Published on
Create Global Query With Laravel Global Scope's featured image

Create Global Query With Laravel Global Scope

In backend development, sometimes we want the data to be retrieved with default query. For example, when we want to get all users data, we want our app retrieve only active users by default....

Published on
How to Fix 'Client Intended to Send Too Large Body' Nginx 413 Error's featured image

How to Fix 'Client Intended to Send Too Large Body' Nginx 413 Error

This can happen when a user upload a very large sized file to our app that served with Nginx. Maybe the user see the following error...

Published on
Web Rendering: What Is SSR, CSR, SSG, and ISR?'s featured image

Web Rendering: What Is SSR, CSR, SSG, and ISR?

Web development can sometimes seem complex because there are so many terms to understand. However, these technologies were developed for our benefit....

Published on
Create Login With Google OAuth Using Laravel Socialite's featured image

Create Login With Google OAuth Using Laravel Socialite

For some webs, authentication is one of the most important thing. And maybe sometimes our websites also need to easily gain more engagement by eliminating a bit hassle by letting users login to the web easily using their other platform account....

Published on
Laravel Api Documentation Generator With OpenAPI/Swagger Using DarkaOnLine/L5-Swagger's featured image

Laravel Api Documentation Generator With OpenAPI/Swagger Using DarkaOnLine/L5-Swagger

In a team project, documentation become so important so everyone know what we have created, how we think, how it can solve our problem, how to use it, etc....

Published on
Laravel Rest API Authentication Using JWT Tutorial's featured image

Laravel Rest API Authentication Using JWT Tutorial

If we work with a microservice architecture, non-monolith project, then we will see our project have it’s backend and frontend separated....

Published on