Abordamos tópicos de programación web, apps Android y escritorio con un enfoque 100% práctico y aplicado al mundo laboral.
27-10-2025 - Andrés Cruz
Flask We will give an introduction to Jinja2 focused on Flask, we will learn about the template engine, filters, template inheritance, blocks among other aspects.
27-10-2025 - Andrés Cruz
Flask In Flash, there are flash messages, which are those that only last one on request, we are going to know how to use them.
26-10-2025 - Andrés Cruz
Flask We are going to learn how to easily create a Restful API in Flask using the package called flask_restful which, as its name suggests, allows us to easily create a CRUD Restful API.
25-10-2025 - Andrés Cruz
Flask Learn how to easily deploy your Flask or FastAPI application to the cloud with Railway. This comprehensive guide covers setting up Gunicorn, Uvicorn, the Procfile, and the database to get your project into production in minutes.
25-10-2025 - Andrés Cruz
Flask There are different HTTP methods that we can use to make requests to the server; These methods are nothing more than a set of verbs that are used to perform different types of actions; The most common methods are GET, POST, PUT, PATCH and DELETE.
24-10-2025 - Andrés Cruz
Flask We are going to talk about the Flask configuration files to manage global configurations to our project and also to manage different configurations depending on the environment.
23-10-2025 - Andrés Cruz
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.
23-10-2025 - Andrés Cruz
Flask We'll get started with Flask, the Python web microframework. We'll cover how to create a controller, set up its routes, and set up the development server, run it locally, and learn tips for beginners.
18-10-2025 - Andrés Cruz
Laravel We talked about Railway as a great tool for deployment, and I'll show you the steps you should follow when deploying a Laravel project on Railway.
16-10-2025 - Andrés Cruz
Django I'll show you the steps you should follow when deploying a Django project to Railway.