Best of Functional ProgrammingSeptember 2022

  1. 1
    Article
    Avatar of logrocketLogRocket·4y

    Getting started with NestJS, Vite, and esbuild

    NestJS is a Node.js framework for building efficient and scalable server-side/backend applications. Vite works by first dividing the modules in an application CREATE nest_vite_esbuild_demo/.eslintrc.js (665 bytes) We'll learn how to work with them in real life scenarios, their major features, and use cases. Learn how to animate your React app with AnimXYZ - Explore Tauri, a new framework for Building binaries.

  2. 2
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    OOP Meaning – What is Object-Oriented Programming?

    OOP is a programming paradigm that relies on the concept of classes and objects. The word object-oriented is a combination of two terms, object and oriented. When a class is defined initially, the description is the only object that is defined.

  3. 3
    Article
    Avatar of medium_jsMedium·4y

    How Does Python Work?

    Python is a high-level, object-oriented, interpreted general-purpose programming language. It can be used by anyone, not just software engineers, but mathematicians, data scientists, financiers, artists, and scientists, in almost any industry. It has an interpreter that is already binary.

  4. 4
    Article
    Avatar of telerikTelerik·4y

    Functional Programming in TypeScript

    TypeScript is a superset of JavaScript that adds static types to your code. Pure functions can’t access external data by definition, so they’re easy to compose and reuse across the code. Piping is a process of returning the output of a function and passing it to another function. Many programming languages have something called the pipe operator.

  5. 5
    Article
    Avatar of pointerPointer·4y

    The Forty-Year Programmer

    Alan Kay: In 2024, I'll have been a programmer for 40 years, but I'll get there. He says you'll get a lot better from ten years each of four different areas than you will from 40 years writing network-socket servers. It’s not that 40 years of depth has no value. Depth definitely has value.