I found this recently in my YouTube feed, can't stop laughing.
Following last year's trend, I've been reviewing my abandoned projects on GitHub. It has not been a g...
Not necessarily a difficult question, but what is something you've been asked that was uncommon, weir...
In Scala there are two things (as far as I know) that can be declared with the implicit keyword: clas...
For expressions in Scala may look similar to for loops in Java or other imperative languages, but the...
I have never paid a lot of attention to the desktop landscape and I'm curious to know which tech stac...
If you have never heard about unit testing, or have just heard about it and have no idea where to sta...
Cover image by Talles Alves on Unsplash Internet wisdom says that nested conditional operators are e...
Let's imagine for a second that we live in a world where all programming languages are equally suited...
Following Isaac and K, I've decided to post some of my old projects on GitHub. Task List...
We'll explore how to create a snake clone using Hyperapp and SVG graphics.
We'll explore how to create a snake clone using Hyperapp and SVG graphics.
I've been using frameworks and libraries with a virtual DOM for a while now (specifically, React, Cyc...
An app submitted to the first-ever DEV Community contest.
View the project on GitHub Try it out! Progress so far The most interesting news is that...
View the project on GitHub Since I'm using Elm in my project, I needed to figure out how to use Push...
An app/hack submitted to the first-ever DEV Community contest.
(Cover image: Lanterns, by Anna Sánchez Inglada. Original picture here) Lately I've been learning El...
An Either is basically a container for a value that might be an error. With an Either we can apply tr...