maaaats

↗ HN profile [ 84.5 ms ] full profile
Karma
5,997
Created
February 5, 2013 (13y ago)
Submissions
0

  String name = "mats";
  String at = "@";
  String domain = "matsemann";
  String tld = ".com";
  String email = name + at + domain + tld;
Mostly known as Matsemann, live in Norway

Some projects:

https://github.com/Matsemann/

https://news.ycombinator.com/item?id=7654141

https://news.ycombinator.com/item?id=10410813

  1. Contract for the Web (contractfortheweb.org)
  2. Hiding complexity in Elm (elm.christmas)
  3. Learn new languages (open.bekk.no)
  4. The Q may be a bit weird, but please stay with me. Before, I used to do mostly backend work. So I could spend all day in the IDE and mostly just see if the tests passed. Now, I do a lot of frontend, which is not easily…