IEEE BCN SB website
Website of the IEEE BCN (UPC) Student branch. All the backend is from scratch, but the backend is from a template.
Blockly robot
It’s a rober-like robot powered by a Raspberry Pi. The interesting part of the project is that can be programmed from a website, no need to compile or connect cables. The code can be written in Python, JS or through blocks using the Blockly library.
UDG Local Hack Day 2017
Password-based door access control with Arduino and a REST API to authentication.
Plane tracer
The objective of this project is pull dump1090 for air traffic and store it in a database.
Lauzhack 2017
Android app that consumes a REST API to show a list with all the missions of ESA.
This was my project for the Lauzhack 2017 (a hackathon in Geneva, Switzerland).
Mainly, It had three components:
- A web scrapping system to extract data from the ESA (European Space Agency) website.
- A REST server to serve the data to the clients
- An actual android app to consume the data
It’s a very (very basic) Android app, but was the first app I’d done with a non-toy backend.