So I started playing around with the Iron web framework because writing Rust is awesome, and I wanted to write a wiki. This comes from the perspective of someone who’s done a bit of of backend web development in Django and Flask but really isn’t part ...
Read more »
This is a "Literate Haskell" source file. It is meant to be read as
documentation but it's also compilable source code. The text is
formatted using Markdown so GitHub can render it nicely.
Read more »
Recently, I needed WebSockets in my side project. I will share how I implemented it, what I learned. (more…)
Read more »
In this series we’ll create a simulation of evolution using neural network & genetic algorithm. (more…)
Read more »