#immutability

[ follow ]
Software development
fromInfoWorld
1 week ago

How immutability tamed the Wild West

Pure functions always produce the same output for the same input and have no side effects, enabling immutable data and preventing unexpected state changes.
fromMedium
1 week ago

Java Developers, Here Are 4 Superpowers You Gain by Learning Scala

When I first started learning Scala, I was struck by how different it felt from Java. As a Java developer, I was used to object-oriented patterns and verbose syntax. But Scala introduced me to a world where immutability, pattern matching, and concise functional expressions were the norm. This article shares what I learned about the differences between Scala and Java, especially through the lens of functional programming.
Software development
#javascript
fromMedium
4 years ago
Video games

10 Utility Functions for Working with Objects in JavaScript

Object.entries() provides a way to manipulate an object's properties through key-value pairs.
The deepFreeze utility prevents changes to an object and its nested objects.
fromInfoWorld
4 months ago
JavaScript

8 ways to do more with modern JavaScript

Prioritize const for variable declarations to simplify your JavaScript code.
Information security
fromTechzine Global
4 weeks ago

Veeam Software Appliance simplifies data protection

Veeam released a fully preconfigured, hardware-agnostic software appliance providing secure, prepatched backup with immutability, Zero Trust, automatic OS patching, and instant Azure recovery.
Cryptocurrency
fromBitcoin Magazine
1 month ago

The Ethics Of Immutability

Personal ethical transformation is the essential revolution; Bitcoin's decentralized, censorship-resistant design enables freedom but cannot replace individual moral responsibility.
fromHackernoon
6 months ago

Redefining Data Operations With Data Flow Programming in CocoIndex | HackerNoon

In traditional systems, side effects lead to increased complexity, debugging challenges, and unpredictable behavior. CocoIndex adopts a pure data flow programming approach, ensuring reliability.
Data science
Cryptocurrency
fromHackernoon
5 months ago

Behind the dApp: Understanding Blockchain Architecture | HackerNoon

Blockchain technology revolutionizes data management and trust without central authority.
Decentralized applications (dApps) benefit from the immutability and security of blockchain.
[ Load more ]