#functional-programming

[ follow ]
#scala
Scala
fromMedium
1 month ago

21 Days of Spark Scala: Day 3-Exploring Case Classes: The Building Blocks of Functional...

Scala case classes simplify data modeling by reducing boilerplate code and providing built-in functionalities.
fromMedium
1 month ago
Scala

21 Days of Spark Scala: Day 5-Mastering Higher-Order Functions: Writing More Expressive Code

Higher-order functions enhance code efficiency and readability in Scala, especially in big data contexts.
fromMedium
3 months ago
Scala

Scala Concurrency Essentials-From Threads To Cats Effect Expertise

Understanding concurrency is essential for scalable, high-performance backend systems.
Mastering advanced tools like Cats Effect is necessary for efficient functional programming in Scala.
fromMedium
6 months ago
JavaScript

Self-Referential Expressions in Functional Programming With Scala Examples

Self-referential expressions form the backbone of recursion and data structures in functional programming.
fromMedium
1 month ago
Scala

Fun Tour Of Object Oriented Programming in Scala

Scala elegantly merges object-oriented and functional programming, enabling flexibility and efficiency in coding.
fromMedium
6 months ago
Scala

Why Scala is the Secret Sauce for Big Data: A Fun Dive into Functional Programming

Scala's functional programming features, such as pure functions and tail recursion, make it an ideal choice for managing big data efficiently.
Scala
fromMedium
1 month ago

21 Days of Spark Scala: Day 3-Exploring Case Classes: The Building Blocks of Functional...

Scala case classes simplify data modeling by reducing boilerplate code and providing built-in functionalities.
fromMedium
1 month ago
Scala

21 Days of Spark Scala: Day 5-Mastering Higher-Order Functions: Writing More Expressive Code

Higher-order functions enhance code efficiency and readability in Scala, especially in big data contexts.
fromMedium
3 months ago
Scala

Scala Concurrency Essentials-From Threads To Cats Effect Expertise

Understanding concurrency is essential for scalable, high-performance backend systems.
Mastering advanced tools like Cats Effect is necessary for efficient functional programming in Scala.
fromMedium
6 months ago
JavaScript

Self-Referential Expressions in Functional Programming With Scala Examples

Self-referential expressions form the backbone of recursion and data structures in functional programming.
fromMedium
1 month ago
Scala

Fun Tour Of Object Oriented Programming in Scala

Scala elegantly merges object-oriented and functional programming, enabling flexibility and efficiency in coding.
fromMedium
6 months ago
Scala

Why Scala is the Secret Sauce for Big Data: A Fun Dive into Functional Programming

Scala's functional programming features, such as pure functions and tail recursion, make it an ideal choice for managing big data efficiently.
more#scala
#programming
fromInfoWorld
5 months ago
JavaScript

Kotlin for Java developers

Kotlin is an accessible, functional alternative to Java for JVM programming, offering simplicity and interoperability.
fromRealpython
1 month ago
Python

Using Structural Pattern Matching in Python - Real Python

Structural pattern matching enhances code readability and is now integrated into Python 3.10, promoting a declarative programming style.
fromInfoWorld
5 months ago
JavaScript

Kotlin for Java developers

Kotlin is an accessible, functional alternative to Java for JVM programming, offering simplicity and interoperability.
fromRealpython
1 month ago
Python

Using Structural Pattern Matching in Python - Real Python

Structural pattern matching enhances code readability and is now integrated into Python 3.10, promoting a declarative programming style.
more#programming
fromHackernoon
4 months ago
Miscellaneous

This One Programming Choice Completely Changed These Tech Firms-Here's How | HackerNoon

Clojure's influence extends beyond coding, shaping entire organizations and their cultures.
fromMedium
5 months ago

Unlocking Fixpoint Treasure: the Magic of Recursive Self-Replication with and Y-Combinators

Ω combinator results in non-termination, while Y combinator enables constructive recursion and can terminate with appropriate functions.
JavaScript
#haskell
fromMedium
6 months ago
Scala

Top

Functional programming has historical roots with significant contributions from languages like LISP and Haskell, influencing modern software development practices.
fromAlvinalexander
8 months ago
JavaScript

Higher order functions *are* the Haskell experience

Haskell's essence is captured through its reliance on higher-order functions.
fromMedium
6 months ago
Scala

Top

Functional programming has historical roots with significant contributions from languages like LISP and Haskell, influencing modern software development practices.
fromAlvinalexander
8 months ago
JavaScript

Higher order functions *are* the Haskell experience

Haskell's essence is captured through its reliance on higher-order functions.
more#haskell
#python
fromRealpython
6 months ago
JavaScript

Python Closures: Common Use Cases and Examples - Real Python

Closures in Python facilitate state retention in function execution, crucial for decorators and managing functional programming features.
fromRealpython
6 months ago
Python

Python Closures: Common Use Cases and Examples Quiz - Real Python

Python closures are essential for creating function-based decorators.
Completing the quiz requires prior knowledge of Python closures as provided by a tutorial.
JavaScript
fromRealpython
6 months ago

Python Closures: Common Use Cases and Examples - Real Python

Closures in Python facilitate state retention in function execution, crucial for decorators and managing functional programming features.
fromRealpython
6 months ago
Python

Python Closures: Common Use Cases and Examples Quiz - Real Python

Python closures are essential for creating function-based decorators.
Completing the quiz requires prior knowledge of Python closures as provided by a tutorial.
more#python
#software-development
fromMedium
7 months ago
Scala

Applying SOLID Principles Using a Functional Approach in Kotlin and Scala

The SOLID principles guide developers in creating modular, maintainable, and scalable software, applicable in both OOP and functional programming.
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.
fromMedium
7 months ago
Scala

Applying SOLID Principles Using a Functional Approach in Kotlin and Scala

The SOLID principles guide developers in creating modular, maintainable, and scalable software, applicable in both OOP and functional programming.
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#software-development
fromAlvinalexander
7 months ago
JavaScript

Functional Programming FAQ: What are the benefits of an Effect System, like ZIO?

Effect systems, like ZIO, enhance type safety, error handling, concurrency, and modularity in programming, leading to more predictable and maintainable code.
fromCodeProject
8 months ago
JavaScript

Essential Tips for Coding in Java

Utilizing design patterns like Singleton and Factory enhances code maintainability and scalability, while Java Streams simplifies data processing through functional-style operations.
fromAlvinalexander
8 months ago
Venture

With the right motivation, you might have discovered functional programming techniques yourself

Functional programming techniques can be discovered through practical problem-solving and a desire to view code mathematically.
fromAlvinalexander
9 months ago
Scala

Scala Opaque Types (video)

Opaque types in Scala 3 restrict visibility to underlying representation, allowing concrete type implementations while hiding details from users.
[ Load more ]