featured-image-upload-scaled.webp

After validating data entry forms, which return to the user with information from the errors that should be corrected, the best practice is to fill the fields with the last (old) values, but is not possible to apply this techinique to upload field files, both in Laravel PHP and in any other language.

This is a browse...

featured-conventional-commit.webp

What are “semantic commits” or “conventional commits”

Semantic Commits, also known as conventional commits, are the best way to document your implementation of applications, as you check context to the management of change of your source code. Semantic commits are considered good practice in the...

featured-lint-scaled.webp

By executing ESLINT in a JavaScript code, Nodejs or Expressjs, we can find the error “unexpected string concatenation” or “Unexpeted String Concatenation”.

This lint points to a possible code that manipulates string concatenation, which was written in order to result in a difficult reading....

featured-people-with-databases.webp

The Laravel database connection using Laradock is very straightforward and intuitive with MySQL or Mariadb database servers in a Laravel PHP project when using Laradock Project Docker containers.

But some tips and reminders are important to prevent you from wasting time when preparing your environment of developing a...

Are you running out of space on your Linux system? Here are several ways to clean your system to free up space in Ubuntu and other Linux distributions based on Debian as Linux Mint.

Over time, the hard drive of any operating system can be disorganized as programs are added and removed. If you have 1 TB (a Terabyte) of...

featured-laradock-laravel-docker.webp

Learn now how to install and configure Laradock, which is, as presented in the Introductory Article, a project for quick and simple configuration of PHP Web Systems Development Environments using Docker.

In this tutorial article, we will see more in detail how to install and configure a Laradock environment to work by...

featured-dados-brasil.webp

Where to find open data for statistical analyzes, seed databases with initial data or even create auxiliary tables for certain business areas? The developer community works hard to create repositories that offer data to meet these needs, how about checking and contributing to these repositories.

featured-laradock.webp

Laradock is a complete web development environment for Docker, which was born to meet the development of Laravel systems and currently provides containers for various situations for PHP development.

It supports a variety of common services, all pre-configured to provide a PHP development environment,...