Hello, I'm Sam!

And I love technology. This is my personal portfolio website, here you can find out more about me, as well as my passion for technology (summed up in a list) or you can check out some of my work.

drink([]) -> drink(getDrinks());
drink([H | T]) ->
  case H of
    coffee -> [work() | drink(T)];
    beer -> [wrko() | drink(T)];
  end.

You can get in touch with me via e-mail, I can also be found on GitHub.