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.
14-01-2026 - Andrés Cruz
Laravel Laravel Breeze is a minimal and simple implementation of all Laravel authentication features. We will learn how to set up a Laravel project with Laravel Breeze to create a simple authentication system and configure Tailwind.css and Alpine.js
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.
16-01-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.