© 2023 Hashnode
#elm
This is an update to a previous article following a breaking change in the res-elm binding. In short, the init function has been broken up into init and initWithOptions to allow for Elm initialization flags and Elm web applications. Recentl…
Welcome to my first "My week from git diff", where I take a look at the changes to my Personal Knowledge base over the past week. Here's the diff: In the past week, I was fascinated with developments…
Some decisions are tough. You need some good reasons to avoid Elm, but you can't just say NO. Here are three decent reasons to avoid Elm for the front-end. Why me? I created a Pluralsight course abou…
The Concept of Functional Programming Functional programming and concepts related to functional programming can be difficult to understand and gets overwhelming very quickly, especially for beginners.…
Taking a short break from the Let's code a Virtual DOM! series, I decided to write an article on the technology that has inspired me to create my own virtual DOM in the first place. That technology is…
TL;DR : Just starting with Kotlin/JS, I found it hard to use large NPM libraries like Firebase. But my past experiences with Elm and its system of ports helped me find a suitable solution. The GitHub …
Why Elm? Today I've decided to try something new, something that haven't crossed my mind before (so the excitement level will be 100%). Then I started to google for Javascript alternatives, there are …
This is the second in a series of blog posts dealing with LineChart in Elm. In the previous post, I outlined how to grab the timezone as a prerequisite for time-based linecharts. In this post, I will begin to write the chart module I'm tryi…
This is the last installment of a series describing how to configure an Elm LineChart. In the previous post I used a viewmodel to configure an axis, so this post will cover how to use lists of those viewmodels to plot the rest of the chart.…
Elm has a very fine third-party line chart library which I've enjoyed using in one of my passion projects. It's well-documented as a library, but if I haven't used it in a while, I find myself struggling to get started with it. I end up sta…