#programming-paradigms

[ follow ]
#software-development
Software development
fromMedium
1 month ago

Vibe Coding: The Future of AI-Powered Development or a Recipe for Technical Debt?

Vibe coding simplifies software development by enabling natural language interaction with AI, streamlining coding tasks and reducing the barrier to entry.
fromClickUp
5 months ago
JavaScript

Synchronous vs Asynchronous Programming: Key Differences

Synchronous programming executes tasks sequentially, making it suitable for simple operations but potentially slow for complex tasks.
fromHackernoon
1 year ago
Games

The Testing Hack That Makes Bugs Easier to Catch (and Code Easier to Read) | HackerNoon

Table-driven testing organizes multiple test cases efficiently, enhances maintainability, and simplifies adding new tests by using a single function to evaluate them.
fromHackernoon
1 year ago
JavaScript

Aspect Oriented Programming Matters More Than You Think | HackerNoon

AOP enhances software design by addressing cross-cutting concerns distinctly from OOP, supporting functionalities like logging and security.
Software development
fromMedium
1 month ago

Vibe Coding: The Future of AI-Powered Development or a Recipe for Technical Debt?

Vibe coding simplifies software development by enabling natural language interaction with AI, streamlining coding tasks and reducing the barrier to entry.
fromClickUp
5 months ago
JavaScript

Synchronous vs Asynchronous Programming: Key Differences

Synchronous programming executes tasks sequentially, making it suitable for simple operations but potentially slow for complex tasks.
fromHackernoon
1 year ago
Games

The Testing Hack That Makes Bugs Easier to Catch (and Code Easier to Read) | HackerNoon

Table-driven testing organizes multiple test cases efficiently, enhances maintainability, and simplifies adding new tests by using a single function to evaluate them.
fromHackernoon
1 year ago
JavaScript

Aspect Oriented Programming Matters More Than You Think | HackerNoon

AOP enhances software design by addressing cross-cutting concerns distinctly from OOP, supporting functionalities like logging and security.
more#software-development
#scala
Scala
frommedium.com
2 months ago

Declarative Python, Java, Scala, Kotlin. Imperative Golang

Declarative programming focuses on expressing what we want rather than detailing how to achieve it, enhancing code clarity.
fromMedium
7 months ago
JavaScript

Curried Functions in Scala: A Powerful Recipe for Functional Programming

Currying in Scala transforms functions taking multiple arguments into a series of functions taking one argument at a time.
Scala
frommedium.com
2 months ago

Declarative Python, Java, Scala, Kotlin. Imperative Golang

Declarative programming focuses on expressing what we want rather than detailing how to achieve it, enhancing code clarity.
fromMedium
7 months ago
JavaScript

Curried Functions in Scala: A Powerful Recipe for Functional Programming

Currying in Scala transforms functions taking multiple arguments into a series of functions taking one argument at a time.
more#scala
[ Load more ]