My Work

These are some of my projects...

Crypto Appplication Github

This is a simple crypto application using Next.js, Solidity and the testing Ropsten ETH. Deployed the smart contracts on Alchemy and the frontend application on Vercel. Keep in mind the need to reload the page to see the latest transaction.

APDTR Github

This is an upgrade from DHARMA (using Laravel in the backend), can bring access only to the repo (will develop and deploy one using Next.js, Warp and Postgres)

DHARMA Github

Angular 13,bootstrap 4, vanilla Node.js backend and MySQL (user:testing@crud-basic.com , pass:publicTest)

Trip-Advisor Github

Next.js, material components, google maps API and fetching data from Travel Advisor API

Warp API <CRUD and Multipart> Github

Basic CRUD and File uploader with Warp (Rust) and Postgres (Diesel ORM). POST and PUT with json following the NewJardin and NewContacto struct in models.

  • /jardines (GET, POST)
  • /jardines/[id] (GET, PUT, DELETE)
  • /contactos (GET, POST)
  • /contactos/[id] (GET, PUT, DELETE)