Avalander

Avalander @avalander

About: "Biography is irrelevant" - Seven of nine (probably) if she was asked that question.

Joined:
Mar 12, 2018

Avalander
articles - 19 total

Every programming tutorial

I found this recently in my YouTube feed, can't stop laughing.

Learn More 9 1Aug 18 '20

My GitHub Graveyard 2019

Following last year's trend, I've been reviewing my abandoned projects on GitHub. It has not been a g...

Learn More 16 0Oct 17 '19

What's an interesting question you've been asked at an interview?

Not necessarily a difficult question, but what is something you've been asked that was uncommon, weir...

Learn More 25 22Oct 12 '19

Implicit classes in Scala

In Scala there are two things (as far as I know) that can be declared with the implicit keyword: clas...

Learn More 12 2Oct 1 '19

For expression in Scala

For expressions in Scala may look similar to for loops in Java or other imperative languages, but the...

Learn More 8 0Sep 26 '19

How would you build a desktop app nowadays?

I have never paid a lot of attention to the desktop landscape and I'm curious to know which tech stac...

Learn More 6 12Aug 17 '19

Introduction to unit testing with tape, the basics

If you have never heard about unit testing, or have just heard about it and have no idea where to sta...

Learn More 25 0Jul 25 '19

Nested Conditional Operators

Cover image by Talles Alves on Unsplash Internet wisdom says that nested conditional operators are e...

Learn More 37 49Jan 30 '19

Which language would you want to see take over the world?

Let's imagine for a second that we live in a world where all programming languages are equally suited...

Learn More 33 53Oct 9 '18

My GitHub Graveyard

Following Isaac and K, I've decided to post some of my old projects on GitHub. Task List...

Learn More 21 4Aug 13 '18

Create a Snake clone with Hyperapp, part 2

We'll explore how to create a snake clone using Hyperapp and SVG graphics.

Learn More 20 2Aug 2 '18

Create a Snake clone with Hyperapp, part 1

We'll explore how to create a snake clone using Hyperapp and SVG graphics.

Learn More 36 6Aug 2 '18

Why do you like jsx?

I've been using frameworks and libraries with a virtual DOM for a while now (specifically, React, Cyc...

Learn More 21 18Jul 30 '18

Pixel Wars: Contest Entry

An app submitted to the first-ever DEV Community contest.

Learn More 41 4May 25 '18

Pixel Wars: Claim Cells

View the project on GitHub Try it out! Progress so far The most interesting news is that...

Learn More 16 3May 11 '18

Pixel Wars: Using Pusher in Elm

View the project on GitHub Since I'm using Elm in my project, I needed to figure out how to use Push...

Learn More 17 1May 5 '18

Pixel Wars: Design

An app/hack submitted to the first-ever DEV Community contest.

Learn More 32 5May 2 '18

Union Types with Javascript

(Cover image: Lanterns, by Anna Sánchez Inglada. Original picture here) Lately I've been learning El...

Learn More 49 9Apr 15 '18

Handling errors with Either

An Either is basically a container for a value that might be an error. With an Either we can apply tr...

Learn More 37 12Apr 8 '18