Unit Converter
TauriRustVueTypeScriptA unit conversion desktop app powered by Tauri. It serves as a learning example on using Tauri, a cross-platform desktop app framework with Rust as backend and many options for frontend.
A unit conversion desktop app powered by Tauri. It serves as a learning example on using Tauri, a cross-platform desktop app framework with Rust as backend and many options for frontend.
A REST server to execute FreeST code. Created with the purpose of being the backend for FreeST’s website’s Try-It feature (an online compiler).
Going through Advent of Code 2022 to learn Rust.
Providing a better Metro API through Web REST using Java Spring. This new API caches information server-side and exposes clearer and more direct calls for information.
Visual Studio Code extension for FreeST language support. It provides error highlighting and commands to directly run in terminal or load into the interpreter. It’s split into its frontend (in TypeScript) and its backend (in Haskell) which provides functionality using FreeST’s compiler’s constructs.
Visual Studio Code syntax highlighting extension for FreeST.
A Jekyll and GitHub Pages website that has now become a home for FreeST. New versions are released here alongside a changelog. It also serves as a learning starting point with its tutorial and documentation for standard libraries. On the academic side, it has a compendium of all publications, talks and posters produced since its first inception.
Programming activity for FCUL’s 2023 Open Day where high-school students learn and try making games for a TI-84 calculator. The activity was held in a lab and made available at a website hosted by GitHub Pages.
Domain Specific Language (DSL) designed and implemented in the context of the Domain Languages course at FCUL. jConsole’s purpose is to simplify and accelerate software development and testing by having a quick and easy way of creating a console application in which one can integrate software freely.
A fun quiz game based on free and open APIs. The controllers are PlayStation 2’s Buzz controllers (or buzzers) for answering questions. For better language compatibility, it also uses Google Translate’s API to translate questions and answers as best as possible to a language other than English.
A custom blockchain based of of Ethereum developed in the context of Crypto Summer. BitBin’s goal is to improve citizen participation and interest in recycling using blockchain and gamefication with an added system of crypto rewards.
Java API library adapting Lisbon’s subway system API for waiting times, line state and station information. Meant for integration in other applications by providing a simple 1-to-1 conversion of the original API calls to Java ones.