Fun with function composition
cc

Fun with function composition

Previously?we looked at why it is nice to write software with function composition. We saw that it leads to simpler code which is easy to read and test. I think a lot of Functional Programming (FP) tutorials tell you the concepts but do not mention the advantages. In this post (using TS) we will try and turn this around, I am not going to tell you what FP is or what?"Monads"?are but show you how all these ideas make our lives easier.

Continue reading ...

要查看或添加评论,请登录

Rocky Jaiswal的更多文章

  • Hibernate Reactive Experiments

    Hibernate Reactive Experiments

    Recently IRL (not weekend life) we had to deal with an old Ruby service to get it ready for "Black Friday traffic" i.e.

  • Code with functions

    Code with functions

    Explore the idea of writing code with small composable functions.

  • React, Redux with TypeScript

    React, Redux with TypeScript

    The most important element of a React + Redux application is "state". The state decides what the user interface will…

    1 条评论
  • Promises, Async and Await in Node.js

    Promises, Async and Await in Node.js

    This week we had the much awaited Node.js 8.

    1 条评论
  • Kubernetes with ELK Setup

    Kubernetes with ELK Setup

    As it turns out this is my 100th post. The first one was published in March 2011 and a lot has changed since then.

    1 条评论
  • Testing HapiJS with Jest

    Testing HapiJS with Jest

    HapiJS and React are pretty much my go-to technology choices for web application development right now. While Jest…

  • Docker Registry with AWS & Let's Encrypt

    Docker Registry with AWS & Let's Encrypt

    With pretty much all new projects moving to Docker and Docker managers like Kubernetes, the Docker Registry becomes the…

  • Hello Kubernetes

    Hello Kubernetes

    Introduction Pretty much everyone in the technology world has heard about Kubernetes by now. But before we dive into…

  • Pi calculation with Elixir

    Pi calculation with Elixir

    As a programmer one is always searching for better tools, practices and programming languages. For example, working…

  • Classes and patterns in Node.js

    Classes and patterns in Node.js

    This week we had the awesome Node.js 6.

社区洞察

其他会员也浏览了