Devslice

Informações:

Synopsis

description

Episodes

  • Function Composition

    07/07/2016 Duration: 10min

    In this episode we talk about function composition and how you can optimize your codes loops and keep your codebase dry.

  • Redux

    07/04/2016 Duration: 17min

    In this episode I talk about the Redux JavaScript library. Talking about how to use the pattern itself and how to setup the base of a Redux application. I also talk about the benefits of using it in your app to manage your state trees.

  • Currying Functions

    07/04/2016 Duration: 11min

    In this episode we talk about the technique of currying functions. How you can use it in Elm and JavaScript and the techniques and advantages it has.

  • Intro to Elm

    07/03/2016 Duration: 17min

    I talk about the awesome language for front-end programmers, Elm. This is an overview of the language itself and all of the features availiable.

  • Lambdas

    25/02/2016 Duration: 07min

    We define lambda functions and how to use them in our code.