@vViktorPL
Blog
🐮 "Is it my cow?" Elm game Postmortem - Part 3 - Animation
October 3rd, 2020
Part 3 of the blog series about the development of some Elm Game Jam game. This time we'll focus on some animations.
Continue reading >>
🐮 "Is it my cow?" Elm game Postmortem - Part 2 - A cow without legs
July 19th, 2020
Part 2 of the blog series about the development of some Elm Game Jam game. This time we'll try to render some pretty simplified version of a cow.
Continue reading >>
🐮 "Is it my cow?" Elm game Postmortem - Part 1 - The idea and core problem
July 12th, 2020
On May 9th 2020 Elm Game Jam #4 started. It was an opportunity for me to test my gamedev skills after years of break from it, but in different (Functional Programming) paradigm this time.
Continue reading >>
⛓️ Method chaining in JS - Functional Programming way
April 27th, 2020
Method chaining is pretty common in JS world, but can we implement similar pattern in pure Functional Programming style?
Continue reading >>
🤵 Tailor-made union types
March 22nd, 2020
Some types can be refined so it will improve the feedback from the compiler especially when you have some control-flow branches in your code.
Continue reading >>
🚀 Hello `elm-pages` (and World)!
March 14th, 2020
Hi there! I've decided to give `elm-pages` a shot and the page that you are currently seeing is powered by it.
Continue reading >>