I am Julio, an enthusiast of data science, digital art and open source projects. During my degree in Computer Science (2001-2005), I wrote several articles in computational vision and artificial neural networks. I have been working in the industry for many years developing solutions for telecommunications, CCTV and aerospace companies. I like to build algorithms to solve problems, perform optimizations, and also build machine learning models to deliver smarter products.
MHV - A text mode console hexadecimal viewer written in rust.
Rpools - A minimalist rust workerpool implementation that uses channels to synchronize the jobs. It can spawn a fixed number of worker threads, that waits for a job queue.
Port Scanner - A simple port scanner that is able to map a large range of protocols. Using good design patterns for concurrency and written in golang.