Most Organizations that started in the early 2 thousands or before, have their Systems
Before you can read and write data to the Database inside your virtual machine, you need to finish setting up MariaDB Server.
Prerequisites: ...
Before you are able to run any PHP project in your Vagrant VM and display pages in a browser, you need to configure Nginx and set a Virtual Host.
The best way to configure it to to enable SSL and HTTP2, the same way as you should in your
Prerequisites:
Nginx has proven to be a very good Web Server capable of serving thousands of requests per second.
Its very popular for developing PHP Enterprise Applications and have it well configured is key in having a high performance PHP
To get and post documents to Amazon S3 in Symfony, you can use the AWS SDK for PHP, which provides a convenient way to interact with various AWS services,
VirtualBox is a virtualization tool that allows you to run virtual machines within your computer and its available for free.
It is commonly used by developers to create virtual environments along with ...
Vagrant is a great and popular tool for building virtual machines in any computer.
It
To set up and run MongoDB using Docker Compose, follow these steps:
Make sure you have Docker and Docker Compose installed on your system.
Refer to ...
The most common scenario in all Organizations is that the people in charge of approving
Microservices is a particular variant of Service Oriented Architecture Pattern. A System is broken down into a set of micro applications, each one independent of the other and communicating each one to other by REST, gRPC, Sockets,
Part 1. I think the best solution for most organizations thinking on distributing their systems, is a pattern that i define as Mini Services Architecture. This pattern may or may not use Docker containers and
Service Oriented Architecture is a Software Design Pattern that allows you to Distribute a System into smaller more manageable Applications. In this pattern the big monolithic system is split into domain based units called Services.
Each
In the past post i ended it up mentioning the key benefits of a particular Distributed
Once you have up and running Vagrant and VirtualBox in your machine you need to follow these steps to create a VM and install all necessary dependencies to run PHP Projects.