#design-patterns

[ follow ]
#angular
fromMedium
6 months ago
Angular

Design Patterns in Angular

The Singleton pattern in Angular enables shared service instances across components for efficient data management.
fromMedium
6 months ago
Angular

Design Patterns in Angular

The Singleton pattern in Angular ensures that services are efficiently shared across components.
Using Angular's providedIn property enables effective Singleton pattern implementation.
fromMedium
6 months ago
Angular

Design Patterns in Angular

The Singleton pattern in Angular enables shared service instances across components for efficient data management.
fromMedium
6 months ago
Angular

Design Patterns in Angular

The Singleton pattern in Angular ensures that services are efficiently shared across components.
Using Angular's providedIn property enables effective Singleton pattern implementation.
more#angular
fromSmashing Magazine
1 month ago

How To Argue Against AI-First Research - Smashing Magazine

Synthetic AI-driven user testing can compromise usability and diminish user value.
Companies should prioritize real user research over synthetic testing despite its cost and convenience.
UX design
#software-design
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.
fromHackernoon
2 years ago
JavaScript

How to Implement the Visitor Pattern Correctly | HackerNoon

Using the Visitor pattern with instanceof checks leads to code maintainability issues.
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.
fromHackernoon
2 years ago
JavaScript

How to Implement the Visitor Pattern Correctly | HackerNoon

Using the Visitor pattern with instanceof checks leads to code maintainability issues.
more#software-design
#software-architecture
JavaScript
fromCodeProject
7 months ago

Implementing Strategy and Adapter Patterns in a .NET Microservice for Multiple Cryptocurrency Data Providers with GraphQL

Building a scalable .NET 8 microservice to integrate multiple cryptocurrency data providers enhances access to real-time data for users.
fromHackernoon
2 years ago
JavaScript

11 Key Design Patterns: An Essential Guide | HackerNoon

The Abstract Factory Design Pattern facilitates the creation of related objects without specifying their concrete classes, enhancing flexibility and maintainability in software design.
fromHackernoon
1 year ago
JavaScript

From Paris to Berlin: How to Create Circuit-Breakers in Kotlin | HackerNoon

Circuit breakers prevent overload by redirecting requests during service failures.
They temporarily divert traffic to backup services or replicas.
The circuit breaker pattern ensures overall system resilience.
JavaScript
fromCodeProject
7 months ago

Implementing Strategy and Adapter Patterns in a .NET Microservice for Multiple Cryptocurrency Data Providers with GraphQL

Building a scalable .NET 8 microservice to integrate multiple cryptocurrency data providers enhances access to real-time data for users.
fromHackernoon
2 years ago
JavaScript

11 Key Design Patterns: An Essential Guide | HackerNoon

The Abstract Factory Design Pattern facilitates the creation of related objects without specifying their concrete classes, enhancing flexibility and maintainability in software design.
fromHackernoon
1 year ago
JavaScript

From Paris to Berlin: How to Create Circuit-Breakers in Kotlin | HackerNoon

Circuit breakers prevent overload by redirecting requests during service failures.
They temporarily divert traffic to backup services or replicas.
The circuit breaker pattern ensures overall system resilience.
more#software-architecture
fromCSS-Tricks
3 months ago
Web design

Some Things You Might Not Know About Custom Counter Styles | CSS-Tricks

@counter-style offers advanced list marker customization options for CSS.
fromCSS-Tricks
6 months ago
JavaScript

CSS Tricks That Use Only One Gradient | CSS-Tricks

CSS gradients can create complex designs from simple commands.
Focusing on one gradient can yield powerful visual results.
fromZero To Mastery
7 months ago
Python

[September 2024] Python Monthly Newsletter | Zero To Mastery

Python 3.13 is expected to introduce significant changes, emphasizing the importance of understanding the GIL.
The Template Method design pattern helps in defining a sequence of operations with flexibility for implementation.
Modern libraries like HTTPX and AIOHTTP are crucial for asynchronous programming in Python.
#software-development
fromHackernoon
1 year ago
JavaScript

Implementation of the Strategy Pattern in Kotlin and Spring | HackerNoon

The Strategy design pattern enhances extensibility and maintainability in software development, particularly in Kotlin with the Spring framework.
fromCodeProject
7 months ago
JavaScript

Thread-Safe Singleton in C#: A Guide to Double-Checked Locking and Lazy Approaches

The Singleton pattern provides a globally accessible, single instance of a class, enhancing code flexibility and efficiency.
fromHackernoon
1 year ago
JavaScript

Implementation of the Strategy Pattern in Kotlin and Spring | HackerNoon

The Strategy design pattern enhances extensibility and maintainability in software development, particularly in Kotlin with the Spring framework.
fromCodeProject
7 months ago
JavaScript

Thread-Safe Singleton in C#: A Guide to Double-Checked Locking and Lazy Approaches

The Singleton pattern provides a globally accessible, single instance of a class, enhancing code flexibility and efficiency.
more#software-development
fromMedium
8 months ago
UX design

Checkout UX Best Practices

Eliminating distractions during checkout is essential for reducing cart abandonment and enhancing user focus.
fromLogRocket Blog
8 months ago
JavaScript

JavaScript design patterns guide - LogRocket Blog

Design patterns in software engineering are pre-made blueprints for solving coding problems, promoting efficiency and a common language among developers.
fromSmashing Magazine
11 months ago
UX design

Decision Trees For UI Components - Smashing Magazine

Decision trees help streamline UI design decisions and prevent never-ending discussions.
fromBoard Game Quest
9 months ago
Board games

Nova Roma Review

Design patterns and recurring themes in board games create familiar and engaging experiences for players.
[ Load more ]