Introduction

Hey, my name is Krisztián Ádám.

I do full stack Elixir development (LiveView + Tailwind CSS). In my freetime I work on 🧬 bioinformatics projects, grow 🌱 plants and build 🤖 IoT

Some of my more interesting projects

DNA Readout Viewer

vert.x based bioinformatic webservice

I have developed a software system at the Bioinformatics Group of BRC. It has been built using Vert.x, leveraging the framework's ability to communicate efficiently with many background databases and softwares.

drv.brc.hu doi:10.1093/bioinformatics/btz906

telegram-bot

cmd "hello" do |msg|
    reply msg, "world!"
end

Telegram Bots

I created and maintained a Telegram Bot API wrapper for the Crystal programming language. It is retired now.

library

Android apps

My first apps have been published for Firefox OS, they were often featured on the Market's front page. Later I started porting my successful apps to android and develop new ones as well.

AntPaint Slide

Neural network with backpropagation

Very simple neural network implementation with backpropagation. Using the Crystal programming language. Successfully used to recognize numbers from small images.

A toy language and VM

A toy language with a small 8-bit toy vm written in C. The compiler has been developed in scala. The language is very limited, it handles only byte as variable type. There are no void functions, no stdin/stdout, or any other io, no heap.