Hopp til hovedinnhold

Aksel Wester

    7 innlegg

    Premortem - eller hvorfor kommer prosjektet vårt til å feile?

    Teamwork
    Artikkel (2 min)
    Fra Aksel Wester

    Postmortem er et nyttig verktøy for å finne ut hvorfor noe feilet. Det er sunt og bra at vi kan lære av feilene våre så de ikke gjentar seg. Men hva om noen fortalte deg på forhånd at prosjektet ditt kom til å feile, hadde du klart å finne ut av hvorfor?

    Log Off and Read Some Docs

    Elm
    Artikkel (2 min)
    Fra Aksel Wester

    Wow! It's Christmas Eve, and elm.christmas is drawing to a close. We've published 24 articles, and I want to thank you for visiting our advent calendar, regardless of whether you've read all 24 articles, or if this is the first one you've read. This last article won't be long, as I just want to highlight a neat tool that you might not have used for your Elm project.

    Remote Data

    Elm
    Artikkel (7 min)
    Fra Aksel Wester

    The Builder Pattern

    Elm
    Artikkel (5 min)
    Fra Aksel Wester

    Elm doesn't have a concept of required and optional arguments. Every function takes all the arguments they specify, no more, no less. But sometimes we want to be able to specify only some arguments to a function, and use default values for the rest. The builder pattern is one solution to that challenge.

    Peeking Inside Lists

    Elm
    Artikkel (4 min)
    Fra Aksel Wester

    Working with lists in Elm is nice, but getting a sense of what’s inside a list can be tricky. In this article we will look at a techinque that allows us to get access to the elements inside a list.

    Single-Constructor Custom Types

    Elm
    Artikkel (5 min)
    Fra Aksel Wester

    JSON Decoding in Elm

    Funksjonell
    Artikkel (12 min)
    Fra Aksel Wester