TioElvis

FULL STACK DEVELOPER

01 - ABOUT

Building digital
experiences.

I am a Venezuelan guy, born in Caracas, and growing up I discovered my passion for computer science and application development. Now I am in Italy studying and improving my programming knowledge, and I want to use this portfolio/blog to document my projects through artificial intelligence.

In the future, I want to keep learning new things in order to continuously sharpen my skills and knowledge.

Frontend

React, Next.js, TypeScript, Tailwind CSS, Motion.

Backend

Node.js, Nestjs.

Database

PostgreSQL, MongoDB.

02 - PROJECTS

Selected
Projects.

01
tioelvis-api

This API serves as the backend for a personal development blog, automating the creation of project documentation from GitHub repositories using artificial intelligence.

NestJSTypeScriptMongoDBAIDocumentationGitHub APIGemini APIAuthenticationFastifyMongoose
02
push_swap

Sort a stack of integers using two stacks and a limited set of operations with the least moves possible.

sortingstacksalgorithmCradix sort42 project
03
philosophers

A C implementation simulating the classic Dining Philosophers Problem, demonstrating concurrency control with threads and mutexes to prevent deadlock and data races.

CConcurrencyMultithreadingMutexDining Philosophers ProblemDeadlock Prevention