My Work
These are some of my projects...
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.
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)
Angular 13,bootstrap 4, vanilla Node.js backend and MySQL (user:testing@crud-basic.com , pass:publicTest)
Next.js, material components, google maps API and fetching data from Travel Advisor API
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)