Scilim

blog

About

2024-2-5

LendARead2

ITBA
ReactJs
REST
Java
Postgresql

Migration of a MVC architeture in Java Spring to a SPA-REST architecture. Continuation of LendARead

ITBA
Python
Numpy
AI

Implementation of autoencoder, denoising autoencoder and variational autoencoder. Implemented backpropagation and ADAM only with numpy

ITBA
LLMs
Essay
OpenAI

Short essay on test time compute and it's possible implications. Last assigment for Systems of Artifical Intelligence class.

2023-06-20

Imaginate

ITBA
C
Compiler
Flex-Bison
Garbage Collector

Compiler written in C that allows generating collages idiomatically.

2023-06-20

LendARead

ITBA
Java
Postgresql
Spring
Domain driven design
ORM

Webapp built upon Domain Driven Design philosophy with the intent of implementing a large scale system with Java Spring and Postgresql.

2023-06-20

POP3 server

ITBA
C
Networking
Server
RFC

Web server for the POP3 protocol (RFC 1939) that manages concurrent connections without blocking. In addition to the server the design and implementation of a protocol to monitor the server (its metrics, users; etc).

2022-10-26

gdhOS

ITBA
C
Assembly
OS
Concurrency

Operating system built in C and Assembly with support for system calls, context switching, dynamic memory, sempahores and concurrency.

ITBA
C
Algorithms

A multi-process system for calculating the md5 hash of files in parallel, using the Unix operating system as a basis. Implementing the bin packing algorithm to balance the load.

2021-12-30

Dijkstra's dog

Reactjs
Typescript
BFS
Dijkstra
DFS

Webapp built to visualize different graph algorithms (and maze generation) by seeing how Dijkstra's dog finds the steak.

Reactjs
Algorithms
Mergesort
Quicksort

Webapp built to visualize different sorting algorithms, among them quicksort, mergesort, and radix sort