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.
React, Next.js, TypeScript, Tailwind CSS, Motion.
Node.js, Nestjs.
PostgreSQL, MongoDB.
This API serves as the backend for a personal development blog, automating the creation of project documentation from GitHub repositories using artificial intelligence.
Sort a stack of integers using two stacks and a limited set of operations with the least moves possible.
A C implementation simulating the classic Dining Philosophers Problem, demonstrating concurrency control with threads and mutexes to prevent deadlock and data races.