goraspio is a library written in Go that contains all common operations for using a raspberry pi as a controller
a collection of projects I have worked on
projects • side projectsHere is a collection of the programming projects I am working on and maintain right now.
goraspio is a library written in Go that contains all common operations for using a raspberry pi as a controller
cahier is a small tool to manage ssh connections in a simple way. it supports sending shh keys, bringing and sending files, and connecting to your servers with a single command.
proxima is a markup language that transpiles to any text-based format you want. you can extend proxima with python components, a nice way of adding logic and reusability to your documents.
catasta is a python library written in pytorch designed to simplify the process of machine learning model experimentation. optimization, training, evaluation and inference all in one place!
this is my personal website, where my projects, blog posts, research work, and other stuff are hosted. it is built using proxima, my markup language, and go for the backend.
vclog is a single-scripted console logger that offers a minimal and colorful experience with no dependencies.
here are some side projects I have worked on, mostly to learn new technologies or to have fun.
this is my attempt to create a simple snake game using only the terminal and go. it was a fun project to learn more about the terminal and its capabilities. you can check out the tutorial i wrote here
jamba is a terminal-based text editor written in go. it is based on the antirez's Kilo Text Editor and inspired on vim. the original version is written in C, and this is my attempt to port it to a more idiomatic Go code. I highly recommend you to try and build your own text editor with this wonderful tutorial!
kimchi is a general-purpose programming language based on the Monkey programming language, and written in Go. it was my attempt to create the dream programming language I wanted to use by that time. it has been one the projects that taught me the most about programming, so I really recommend you to check out the book Writing an Interpreter in Go by Thorsten Ball and try to build your own programming language!
Have you ever felt like you don't want to decide between a series of options? Decision Maker helps your indecision by running a board game! It is a simple game in the style of mario party that I wrote to fairly decide who would get the biggest room in our apartment.
Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like.