How to Split comma separated values in bash
Sometimes can be handy to be able to split comma separated values using bash, especially if we don’t want to pass an infinite amount of arguments ending up in finishing…
Query the database for building a list of paths
In this small how to we are going to show hot to query the database for building a list of paths.
How to execute SQL Nested Queries
In this article we are going to explain how to execute SQL nested queries
Software Development Life Cycle (SDLC)
The Software Development Life Cycle (SDLC) is a structured process used by software development teams to design, develop, test, and deploy software applications.
Understanding Encryption, Decryption and Hashing
Encryption and decryption are fundamental concepts in the realm of digital security.
The Power of Microservices: Building Scalable, Flexible, and Resilient Applications
Introduction In recent years have become increasingly popular a new way to design and develop software applications using microservices. This approach to software architecture offers a range of benefits, including…
Bootstrap your Laravel application on Docker
In this article, we'll guide you through a few simple steps to bootstrap your Laravel application on Docker, enabling you to set up your entire development environment in just a…
Bootstrap your CodeIgniter application on Docker
In this article we are showing how to Bootstrap your CodeIgniter application on Docker