Blog

Abordamos tópicos de programación web, apps Android y escritorio con un enfoque 100% práctico y aplicado al mundo laboral.

Rutas de Aprendizaje Libros Cursos Categorías Anuncios

Configure Laravel Sail in any Laravel project

10-11-2025 - Andrés Cruz

Configure Laravel Sail in any Laravel project

Laravel Discover Laravel Sail, the Docker-based development environment for Laravel. Learn how to install and configure it in your projects to easily work with PHP, MySQL, and Redis—even without prior Docker experience!


Preparing the development environment on Windows and MacOS to develop apps in Laravel

07-07-2026 - Andrés Cruz

Preparing the development environment on Windows and MacOS to develop apps in Laravel

Laravel We are going to talk and install about the necessary ecosystem to be able to develop applications in Laravel using Windows and Laragon for this purpose.


How to install CodeIgniter 4 step by step: Complete guide (Composer vs Manual)

21-11-2025 - Andrés Cruz

How to install CodeIgniter 4 step by step: Complete guide (Composer vs Manual)

CodeIgniter Having trouble installing CodeIgniter 4? Learn two ways to install C4: via Composer (recommended) and manually. Compatible with Windows, Mac, and Linux.


Prepare your environment and start developing Flask applications with Visual Studio Code

23-10-2025 - Andrés Cruz

Prepare your environment and start developing Flask applications with Visual Studio Code

Flask In this tutorial we are going to learn how to install Flask on our computer, regardless of the operating system in which you are; since Flask is cross-platform since it is supported in Python; but before this, let's introduce, what is Flask.


Android Studio Step by Step: Setup, File Structure, Composable - Your First App

16-01-2026 - Andrés Cruz

Android Studio Step by Step: Setup, File Structure, Composable - Your First App

Android Introduction to Android Studio; we will see its requirements, how to install it, SDK, Virtual Devices, folder set, file types -Gradle-, activity lifecycle, Composable and preview.


What is the Django 6 framework and why should you learn and use it to develop web apps?

04-12-2025 - Andrés Cruz

What is the Django 6 framework and why should you learn and use it to develop web apps?

Django In this post we are going to talk about the most popular web framework for Python known as Django 3, its characteristics, how to use it and installation through the pip that has been the package manager that Python offers us.


Learn Python from Scratch: Installation and Configuration Guide 2026

06-03-2026 - Andrés Cruz

Learn Python from Scratch: Installation and Configuration Guide  2026

Python Discover why Python is the ideal language to start programming with. Learn how to install it, configure your environment, and take your first steps in web development and data science.


Install MongoDB on macOS with Homebrew and CRUD operations

23-02-2026 - Andrés Cruz

Install MongoDB on macOS with Homebrew and CRUD operations

Programación básica Learn how to install MongoDB on macOS using Homebrew, step by step. This updated guide covers common errors, service startup, and CRUD examples to help you get started.


How to install MySQL on Mac and allow remote access

30-01-2026 - Andrés Cruz

How to install MySQL on Mac and allow remote access

Programación básica Install MySQL on macOS with Homebrew step by step. Learn how to start the service, configure users, avoid common mistakes, and connect with Sequel Pro or TablePlus.


Install Zend Framework and Zend Tool on Linux

21-10-2023 - Andrés Cruz

Install Zend Framework and Zend Tool on Linux

PHP In this post we will see how to install Zend Framework on Linux and Zend Tool in a Linux environment.