My Projects

???

Coming (hopefully) soon...

React badgeTypeScript badgeNode.js badgetRPC badgeTanStack Query badgeDrizzle badgePostgreSQL badgeTailwind CSS badgeshadcn badgeZod badge
Recursive screenshot of the portfolio website

Portfolio (this website)

Personal website and portfolio. You're looking at it right now!

Astro badgeSvelte badgeTypeScript badgeTailwind CSS badgeshadcn badgeMarkdown badgeMDX badge
GeoTec Energy home page screenshot

Web page for GeoTec Energy

Static, internationalized website for a geothermal energy solutions company, featuring company information, services, contact details, and a blog generated from markdown files for easy content management and updates.

Astro badgeTypeScript badgeTailwind CSS badgeMarkdown badge
Screenshot of the General Intelligence Assessment website test selection screen

General Intelligence Assessment

Simple Thomas GIA test practice application. Includes reasoning, perceptual speed, numbers speed and accuracy, words meaning and spatial visualization tests.

Astro badgeReact badgeTypeScript badgeTailwind CSS badgeshadcn badge
Screenshot of the General Intelligence Assessment website test selection screen

Periodic Table

Angular app for exploring and managing periodic table elements with filtering, editable data, and local persistence using IndexedDB. Made as a recruitment task.

Angular badgeTypeScript badgeRxJS badgeAngular Material badgeTailwind CSS badgeIndexedDB badge
Command Center screenshot

Command Center

Python console application I created for my dad, who bravely switched from Windows to Linux but is still deathly afraid of the terminal.

Python badge
StateViz screenshot

StateViz

Universal Chrome extension for analyzing web apps, with real-time state inspection, structure visualization, and DOM highlighting.

React badgeSvelte badgeTypeScript badgeTailwind CSS badgeVite badgeVitest badgeChrome Extensions badge
Cardiac Electrophysiology screenshot

Cardiac Electrophysiology

Cardiac recordings plotting and analysis tool for electrophysiology research. Allows for the interactive 3D heart geometry visualization, probe recordings plotting, and calculation and plotting of omnipolar signals.

Python badgeDash badgePlotly badgepandas badgeNumPy badge
Quote Shake logo

Quote Shake

Simple mobile app for fetching and saving quotes. Allows for the random quote generation, saving quotes to the favorites list, and reading more about the author.

React Native badgeTypeScript badgeExpo badge

vite-plugin-inline-imports

Vite plugin forcing inline imports for specified modules. Developed with Chrome Extensions in mind, where the content script cannot import external files.

TypeScript badgeVite badgeVitest badge
FreeBici screenshot

FreeBici

Web app designed to enhance Valenbisi (Valencia city bikes) experience. It allows for the real-time visualization of the occupancy of the bike stations, historical data analysis, and the planning of the bike routes to get around the city for cheapest.

React badgeTypeScript badgeOpenStreetMap badgeLeaflet badgeNx badgeEmotion badgeMUI badgePython badge
Part of one of the network visualizations created in the project

Reddit Bipartite Network Analysis

A thorough and detailed examination of a Reddit bipartite network, encompassing extensive data collection, cleaning processes, comprehensive network metrics, and visualizations.

Python badgeJupyter badgeNetworkX badgepandas badgeMatplotlib badgeSeaborn badgePRAW badgeGephi badgeCytoscape badge

Hurtful Humor Detector

Multiple machine learning models for detecting hurtful humor in text.

Python badgeJupyter badgeNLTK badgePyTorch badgescikit-learn badgeMatplotlib badgepandas badgeNumPy badge

Game of War

Comprehensive system aimed at facilitating the testing of diverse strategies in the card Game of War.

Python badge
dEclat and Eclat results visualization screenshot

Eclat & dEclat

Implements dECLAT and ECLAT algorithms to discover frequent itemsets from social media posts. Includes data retrieval, preprocessing, algorithmic implementation, and result visualization.

Python badgeJupyter badgeReact badgeTypeScript badgeD3.js badgeAG Grid badgeMUI badgeEmotion badge
QRnamic screenshot

QRnamic

Static and dynamic QR code generator with a user-friendly interface.

React badgeTypeScript badgeFirestore badgeEmotion badgeMUI badge
Burrows-Wheeler transform visualization website screenshot

Burrows-Wheeler transform

Web app visualizing encoding and decoding steps in Burrows-Wheeler transform.

React badgeTypeScript badgeEmotion badgeMUI badge
Screenshot of the game board in the Card Game application

Card Game

Full-stack card game application with real-time multiplayer functionality and user authentication.

Angular badgeTypeScript badgeRxJS badgePhaser badgeWebSockets badgeNode.js badgeExpress badgeMongoDB badgeJWT badgeSass badge
Screenshot of the animation code and its result in the browser

Animation Interpreter

Interpreter for a custom animation language.

JavaScript badgeHTML badgeCSS badge
Visualization of the results of the Connect Dots algorithm

Connect Dots

Algorithm predicting the location of the optimum of a function based on the gradual rejection of subsequent central points of a set of points sampling a given space.

Python badgeSciPy badgeMatplotlib badgepandas badgeNumPy badgescikit-learn badge

RESTful notes

Simple RESTful web service for managing notes.

JavaScript badgeEJS badgeCSS badgeNode.js badgeExpress badgeMongoDB badge

Recommendation System

Evaluation and comparison of 3 different recommendations models for web shopping service simulation.

Python badgepandas badgeNumPy badgescikit-learn badgeSciPy badgeFlask badge
OpenGL 3D harvester model screenshot

OpenGL 3D Harvester Model

3D model of a drivable harvester with functional camera and headlight system.

C badgeC++ badgeOpenGL badge

Hash table computational complexity analysis

In depth analysis of computational complexity of hashing table element insertion, serach and removal.

Python badgeMatplotlib badge

ID3 tree classifier implementation

Classification of mushrooms using decision tree in ID3 implementation with entropy and information gain.

Python badgepandas badgeNumPy badge
Application screenshot

Meteorological data gathering simulation

Simulation of real-time system gathering temperatures from geo-distributed meteorological stations.

C++ badgeAllegro badge
Image of the generated maze and the path found by the algorithm

Maze generator and solver

Comparison of BFS, DFS and IDFS search algorithms efficiency in randomly generated maze.

Python badge
Robocode A* Pathfinder screenshot

Robocode A* Pathfinder

Implementation of A* path search algorithm in Robocode environment.

Java badgeRobocode badge

Robocode Neural Network

Neural network implementation that approximates length of the battle in Robocode environment using Encog library.

Java badgeRobocode badgeEncog badge

Robocode Genetic Algorithm

Optimization of performance of a robot using JGAP library in Robocode environment.

Java badgeRobocode badgeJGAP badge

Minix memory management algorithms

First fit and worst fit memory management algorithms implementation in Minix operating system.

C badgeMinix badge

Linux virtual file system

Implementation of a virtual file system in Linux.

C badgeLinux badge

Linux process synchronization using semaphores

Implementation of process synchronization using semaphores in Linux.

C badgeLinux badge

Linux process synchronization using monitors

Implementation of process synchronization using monitors in Linux.

C++ badgeLinux badge

Minix process rescheduling

Implementation of process rescheduling in Minix operating system.

C badgeMinix badge

Minix kernel system calls

Kernel compilation and system call implementation in Minix system.

C badgeMinix badge

Sports club management system

Sports club management system with boost testing module.

C++ badge

Library management system

Simple library management system simulation.

C++ badge

Hash table implementation

Simple hash table implementation in C++.

C++ badge

Battleships

Advanced text-based battleships game with computer opponent and multiplayer support.

C badgeNcurses badge