My portfolio

Some public side projects

Small Car App
5svelte.png
6docker.png
7sqlite.png

Small Car App

Just a quick idea, thrown over in a weekend. A rest api done in nestjs with svelte as a view engine. The idea was to have a SQlite database with information about the cars I owned, including pictures.

I wanted to do a small app but also test svelte as a view engine and sqlite as a db. The app isn't that great, but its dockerized, has swagger-docs and it helped me grasp some svelte concepts.

dame1
1js.png
6nodejs.png

dame1

A JSON Person generator featuring a NodeJS backend, and a simple HTML front end. A quick fullstack project idea

The idea of this fun project is that, even though its small, it shows the implementation of key concepts such as: NodeJS and express Routing, REST API endpoints, query params, deployment and NGINX configuration in a AZURE VPS, domain DNS handling, Bootstrap implementation, async await, between other things

Faduense
1js.png
2ts.png
4nextjs.png
5mongodb.png
6nodejs.png

Faduense

A MERN fullstack app, which aims to make studying easier on students from the University of Buenos Aires, specifically for the design faculty.

Some of its features include: User Auth, DB Crud, form verification, RESTfull methods

Camper Party
1js.png
3reactjs.png
4graphql.png
5gatsby.png

Camper Party

A simple yet powerful front end site for a small company that does children's parties, done entirely on Gatsby

Emphasis on this project was set on generating a fast, snappy ux, whilest mantaining custom features such as animations, adaptive navbar, mobile menu. No react libraries for components were used, except for react-slick for the gallery

Yelp Native
1js.png
3reactjs.png

Yelp Native

A simple mobile app, done with React Native, which makes use of the Yelp Api to fetch restaurants.

The restaurants are filtered via price, and you can check the restaurants pictures. You can also search for different food types using the top bar.


Sorry N/A

Car QL
3reactjs.png
4graphql.png
5mongodb.png
6nodejs.png

Car QL

A fullstack application showing the implementation of graphQL crud functions. You can add a car, and it will be added to the DB using graphQL mutations

The interface is quite simple, its made using ant design components, but the main focus is graphQL development using Apollo for the front end, and GraphQLHTTP server for the backend.