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

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.


Environment variables and configurations in Laravel

12-06-2026 - Andrés Cruz

Environment variables and configurations in Laravel

Laravel We will see how to create custom variables, as well as files and recommendations when using custom configurations and environment variables.


Laravel to production/deployment using Apache and MySQL

18-01-2026 - Andrés Cruz

Laravel to production/deployment using Apache and MySQL

Laravel Launch your app in Laravel in production or do the deployment, to do this, the steps you have to follow do not differ much from any other PHP project, let's see the steps you must take into account.


Django .env: Different configurations per environment and environment variables

13-08-2025 - Andrés Cruz

Django .env: Different configurations per environment and environment variables

Django We talked about how to define environment variables in Django and Let's learn how to create our own configurations.


Enable developer mode in CodeIgniter 4

25-02-2026 - Andrés Cruz

Enable developer mode in CodeIgniter 4

CodeIgniter We will know how to enable developer mode to be able to view errors and warnings from the browser in CodeIgniter 4