Become a member
Sign in
Gert van Rooyen
Gert van Rooyen

Gert van Rooyen

7 Following
1 Followers
  • Profile
  • Claps
  • Highlights
  • Responses

Highlighted by Gert van Rooyen

See more

From Master the JavaScript Interview: What is Functional Programming? by Eric Elliott

Immutability is a central concept of functional programming because without it, the data flow in your program is lossy. State history is abandoned, and strange bugs can creep into your software. For more on the significance of immutability, see “The Dao of Immutability.”

From Master the JavaScript Interview: What is Functional Programming? by Eric Elliott

An immutable object is an object that can’t be modified after it’s created. Conversely, a mutable object is any object which can be modified after it’s created.

From Master the JavaScript Interview: What is Functional Programming? by Eric Elliott

Functional programming (often abbreviated FP) is the process of building software by composing pure functions, avoiding shared state, mutable data, and side-effects. Functional programming is declarative rather than imperative, and application state flows through pure functions. Contrast with object oriented programming, wher…

Claps from Gert van Rooyen

See more

Automate Custom EC2 AMIs

Karl Cardenas

The Best Public Datasets for Machine Learning and Data Science

Stacy Stanford

15 Hours with AWS CloudFormation

Tim Wagner