Anuncios Libros Cursos Categorías Rutas de Aprendizaje

Create a Restful API in Flask with authentication required

26-10-2025 - Andrés Cruz

Create a Restful API in Flask with authentication required

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.


How to create a custom backend authentication system in Django

03-01-2026 - Andrés Cruz

How to create a custom backend authentication system in Django

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.


Authorization in Laravel Gate and Police

13-11-2025 - Andrés Cruz

Authorization in Laravel Gate and Police

Laravel Gates are an authorization feature that allow you to define policies to control access to certain parts of your application.


Laravel Permissions with Spatie, Practical Guide: Authorization with Roles, Installation

14-03-2026 - Andrés Cruz

Laravel Permissions with Spatie, Practical Guide: Authorization with Roles, Installation

Laravel Roles or Policies? Learn how to manage permissions in Laravel with Spatie and implement granular authorizations with policies. Step-by-step guide.


How to implement role-based access control in Flask

29-10-2025 - Andrés Cruz

How to implement role-based access control in Flask

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.


Laravel Breeze: First steps to install and use authentication

14-01-2026 - Andrés Cruz

Laravel Breeze: First steps to install and use authentication

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


Authentication through Tokens in FastAPI using SQLAlchemy

02-03-2026 - Andrés Cruz

Authentication through Tokens in FastAPI using SQLAlchemy

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.


Laravel Fortify: what it is, when to use it, and first steps to create a flexible authentication system

16-01-2026 - Andrés Cruz

Laravel Fortify: what it is, when to use it, and first steps to create a flexible authentication system

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.