Check out my GitHub projects 

Airline Check-in
Django

Airline Check-in

It is a REST API with a single endpoint that allows querying by flight ID and returns the simulation of an automatic check-in for passengers of Andes Airlines.

Service Payments API
Django

Service Payments API

Streaming service payment API. It has the functionalities of creating payments and automatically registering if it is expired, creating and updating streaming services, and creating a user with a profile picture.

Playlists API
Node

Playlists API

It is an API that creates, lists and updates song playlists and songs in public or private mode for authenticated users. It also has the functionality to create and list users and login. This app was built using TypeScript, Express, Prisma and PostgreSQL.For authentication users we used JWT and for API documentation I used Postman.

Movies API
Node

Movies API

This app was built using TypeScript, Express, Prisma and PostgreSQL. You are able to create users, clients, movies and movies copy. For authentication users I used JWT and for API documentation I used Postman.

RICK AND MORTY APP
Flask

RICK AND MORTY APP

This is an application that displays data on the characters from the Rick and Morty series, including pagination, and also shows data on characters that appear in a specific episode. It's designed using Flask, Python, MongoDB, HTML, and Bootstrap.

System Inventory
Node

System Inventory

This app was built using TypeScript, Express, Prisma, Pusher, Twilio, Supabase and PostgreSQL for the backend and Angular and Typescript por the frontend, You are able to create users, clients, suppliers, products, categories and orders. Also authenticated users will have access to private songs. For authentication users we used JWT.

Django Portfolio
Django

Django Portfolio

It is a portfolio where you can view and add your programming projects. The Back End part was done with Django and the Front End part was done with Bootstrap and a free template.

Services Payments Api Frontend
React

Services Payments Api Frontend

Application to create service payments, create and update services, and classify payments as paid or overdue. It was designed with HTML, CSS, JavaScript, React, Vite and TailwindCSS.

Job CRUD
Flask

Job CRUD

It is an app built with Flask, Python, HTML, and JavaScript to create, list, update, and delete your job applications.

Book Storage and Pokepedia
Python

Book Storage and Pokepedia

It is an application that has two parts: The Book Storage, which is a program that allows you to register, search, and download book data such as title, genre, ISBN, publisher, and author(s) through the command line. And the Pokepedia, which is a program that allows you to search for data from the PokeAPI, such as name, ability, and image URL of the pokemons through the command line.