Best of Functional ProgrammingFebruary 2023

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    Introduction To 11 Core JavaScript Functions To Improve Code Quality

    Learn about 11 core JavaScript functions that can significantly improve code quality, including map(), filter(), and reduce(). These functions can help you solve problems more efficiently and write less code.

  2. 2
    Article
    Avatar of honeypotHoneypot·3y

    Adopting React in the Early Days

    Adopting React in the early days was challenging, with no clear solutions to common problems. Proof-of-concepts were created with AngularJS and ReactJS. The introduction of Redux had a significant impact on the React community.

  3. 3
    Article
    Avatar of wttjWelcome Tech·3y

    The 3 features that will make you fall for Elixir

    Discover the features of Elixir that make it elegant and efficient! Explore pattern matching, unit testing, and concurrency in this beginner-friendly guide.

  4. 4
    Article
    Avatar of tilThis is Learning·3y

    How to code in Python(using paradigms)

    Paradigms are crucial in designing the structure, organisation, flow, and logic of computer software. Python supports the two most popular paradigms, Functional Programming and Object Oriented Programming (OOPs).

  5. 5
    Article
    Avatar of logrocketLogRocket·3y

    How to define higher-order functions in Rust

    This post explores higher-order functions in Rust, including their definition, how to pass them as parameters, and how to return them.