Back office and Front office are sets of activities and responsibilities in managing a business, and can be performed by teams of their own or outsourced in companies. In the context of software systems and applications, it is possible to adapt the service of solutions on different platforms, which interact with each...
As with any essential software project back up database data, as well as restore these backups, your MySQL or Mariadb databases, as well as PostgreSQL.
When you are working with the developmental environment of your Laravel PHP projects in Laradock Docker containers, it is important to understand how the directories...
Step by step on how to solve the "fatal: BRANCH RENAME FAILED" error when trying to rename the name of a git branch.

Permission denied problems with Docker on Linux Ubuntu, Linux Mint or MacOs are frequently associated with files or system services permissions.
Why “permission denied” errors occur with docker-compose in Docker containers
A common problem when performing docker-compose
, even docker
for the first time is the lack of...

Docker is an Open Source platform for development, deploy and application execution. You need to install it to execute on operating systems. In this article we will see how to install and configure in Linux Debian: Mint and Ubuntu based distributions.
Docker allows you to separate apps from your infrastructure so you...
If you want to set up the Best environment for software development in Linux Mint (or Ubuntu and other Debian based distros), this is the right article for this.
Every software developer organizes their development environment for programming using a mix of technologies and tools to use to program, improve productivity...

Visual Studio Code, or VSCode, is one of the most popular source code editors (IDE) that software developers use. To increase the productivity of your software development project, you can (should) use the best extensions for VSCode. Weel, I bring them to you in this article.
Mark this article in your favorites, and...
Overview of good practices that can be applied as techniques in clean code writing, regardless of programming language or framework.

If you have ever come across “NumberFormatter Class Not Found” error when installing a PHP Laravel application on a Windows or Linux server, this article will help you resolve this issue.
Let’s explore in this article the cause for the error class "numberformatter" not found
in PHP Laravel,...

What to do when you come across "error - src refspec main does not match any" when renaming a branch in GIT?
When using Laradock, by accessing the container Workspace
I have sometimes received the following error when trying to execute PHP composer
:
COMPOSER_AUTH" does not match the expected JSON schema, this may result in errors and should be resolved:
- Boolean value found, but an object is required
According to...
How to check out with Git, from a single file, which does not belong to the branch you are working on?
In an installation of Laradock, to run the Docker environment in a Mac Silicon Computer (MacBook Pro or M1) Following the steps below, Apache2 does not go up, showing error exited code2
:
Steps to reproduce
- git clone [email protected]:laradock/laradock.git
- cd laradock
- cp .env.example .env
- docker-compose build workspace...
When trying to up Docker containers, using the distribution of Laradock, with standard images of apache2
, redis
, mariadb
e workspace
, I came across the following list of errors.
Apparently the errors describe that Python modules are not available because it does not find the *.py
files.
docker-compose up -d apache2...
How to create a basic README on Github, but with the essential information, for your developer person profile at Github?