Abordamos tópicos de programación web, apps Android y escritorio con un enfoque 100% práctico y aplicado al mundo laboral.
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.
03-01-2026 - Andrés Cruz
Django Learn how to customize Django's authentication system from scratch. This guide covers how to create a backend for email login and how to style all the views (reset, log in, log out) using Bootstrap 5 for a professional finish.
13-11-2025 - Andrés Cruz
Laravel Gates are an authorization feature that allow you to define policies to control access to certain parts of your application.
14-03-2026 - Andrés Cruz
Laravel Roles or Policies? Learn how to manage permissions in Laravel with Spatie and implement granular authorizations with policies. Step-by-step guide.
29-10-2025 - Andrés Cruz
Flask Roles are a mechanism to control and restrict access to different parts of a web application. In this post we will create the basic structure to manage them in Flask.
13-08-2026 - Andrés Cruz
Laravel Guide to installing and configuring Laravel Breeze on Laravel 13. Stack Blade, Tailwind CSS and Alpine.js with real-world examples and solutions to common errors.
02-03-2026 - Andrés Cruz
Python We will see how to create a simple authentication system with FastAPI using SQLAlchemy together with a token system, generate tokens, remove them, verify expiration and much more.
13-08-2026 - Andrés Cruz
Laravel Laravel Fortify is a package for authentication, registration, password recovery, email verification and more, in short, it allows you to perform the same functionalities as Laravel Breeze that we used before, but without the graphical part.
26-07-2026 - Andrés Cruz
Flutter Learn step by step how you can socially authenticate a user in Flutter with Gmail/Google or GitHub and a backend in Laravel Sociality or Django.