Projects

[Andrés Núñez]

2025/04/26

Tags: resume about info work projects

CLI tools

Metadata-based message embedding in PNG files

GitHub

A CLI tool that embeds and retrieves messages from PNG files using standard PNG chunk structures.

CLI Todo APP

GitHub

A CLI tool for simple management of personal tasks.

Departments

GitHub

Just a small project I used to learn and practice writing CLI programs. This helped me practice a little more on error handling in Rust, as well as learn and practice a few Rust crates, and familiarize a little more with the documentation of the standard library.

The basic idea is about a department manager. You can consult (list), search, add and remove employees from different departments. The information is written in a simple CSV file on disk. This project could be improved to work with a relational database, but, again, I wrote this to practice the CLI side of the project, as well as to reinforce my knowledge of Rust.

Minicat

GitHub

cat clone written in Rust. Just as practice.

RESTfu APIs

Flights search API

GitHub

Simple API that retrieves flight information from the Amadeus API

Designed in the Go Programming Language using the Gin framework. This API consults the Self-Service APIs from Amadeus, retrieves a JSON file and parses it to get the following output in JSON format:

Web Apps

Finance

GitHub

A web application that simulates stock trading, allowing users to manage portfolios and track transactions in real time.

>> Home