#programming-concepts

[ follow ]
#javascript
JavaScript
fromInfoWorld
8 months ago

10 JavaScript concepts every Node developer must master

Node.js' popularity stems from JavaScript's flexibility, but developers must remain vigilant to avoid pitfalls in coding.
fromPiccalilli
1 week ago
JavaScript

JavaScript, when is this?

Understanding the keyword 'this' in JavaScript is crucial, as it refers to the object bound to a function at the time of invocation.
JavaScript
fromInfoWorld
8 months ago

10 JavaScript concepts every Node developer must master

Node.js' popularity stems from JavaScript's flexibility, but developers must remain vigilant to avoid pitfalls in coding.
fromPiccalilli
1 week ago
JavaScript

JavaScript, when is this?

Understanding the keyword 'this' in JavaScript is crucial, as it refers to the object bound to a function at the time of invocation.
more#javascript
#scala
frommedium.com
1 month ago
Scala

Scala Demystified: Understanding class, case class, object, and App with Java Comparisons

Scala's constructs, such as case classes and objects, simplify code by reducing boilerplate and enhancing expressiveness compared to Java.
fromMedium
8 months ago
JavaScript

Case Class in Scala : Nothing Lesser than a poetry

Scala's case classes simplify the modeling of immutable data with built-in functionalities.
frommedium.com
1 month ago
Scala

Scala Demystified: Understanding class, case class, object, and App with Java Comparisons

Scala's constructs, such as case classes and objects, simplify code by reducing boilerplate and enhancing expressiveness compared to Java.
fromMedium
8 months ago
JavaScript

Case Class in Scala : Nothing Lesser than a poetry

Scala's case classes simplify the modeling of immutable data with built-in functionalities.
more#scala
fromHackernoon
2 months ago
Bootstrapping

Swift init(), Once and for All | HackerNoon

Swift initializers are essential for preparing instances of classes and structures, and misunderstandings can lead to common errors.
fromHackernoon
6 years ago
JavaScript

How to Use Tuples in TypeScript | HackerNoon

Tuples provide type safety in TypeScript by enforcing fixed types at specific index positions.
They ensure elements are of defined types in order, enhancing data integrity.
fromCodeProject
6 months ago
JavaScript

AI The MiniMax Algorithm

Recursion requires careful consideration of inputs, outputs, and call depth, which can complicate understanding.
#functional-programming
fromAlvinalexander
8 months ago
JavaScript

Higher order functions *are* the Haskell experience

Haskell's essence is captured through its reliance on higher-order functions.
fromAlvinalexander
8 months ago
JavaScript

Pure Functions: A Review (Scala 3 Video)

A pure function consistently returns the same output for the same input, being free from side effects or external dependencies.
fromAlvinalexander
8 months ago
JavaScript

Higher order functions *are* the Haskell experience

Haskell's essence is captured through its reliance on higher-order functions.
fromAlvinalexander
8 months ago
JavaScript

Pure Functions: A Review (Scala 3 Video)

A pure function consistently returns the same output for the same input, being free from side effects or external dependencies.
more#functional-programming
[ Load more ]