#software-design

[ follow ]

How to Draw a Sequence Diagram (+Examples) | ClickUp

Sequence diagrams visualize system interactions, ensuring streamlined workflows across teams during the client journey.
#user-experience

Confirm or undo? Which is the better option?

Using confirm dialogs for potentially dangerous actions in software design may not be effective.

10 heuristics to simplify design decision-making

Using industry wisdom simplifies software decision-making, helping avoid the paradox of choice.

There can't be only one

Avoiding the 'Highlander problem' is crucial in programming to accommodate the complexities of real-world scenarios.

Make It Ephemeral: Software Should Decay and Lose Data

Software should be designed to forget outdated data for better user experiences.
Deliberate forgetting in software allows for more effective management of information.
Current software often behaves like a digital dumping ground, lacking mechanisms for data decay.

Confirm or undo? Which is the better option?

Using confirm dialogs for potentially dangerous actions in software design may not be effective.

10 heuristics to simplify design decision-making

Using industry wisdom simplifies software decision-making, helping avoid the paradox of choice.

There can't be only one

Avoiding the 'Highlander problem' is crucial in programming to accommodate the complexities of real-world scenarios.

Make It Ephemeral: Software Should Decay and Lose Data

Software should be designed to forget outdated data for better user experiences.
Deliberate forgetting in software allows for more effective management of information.
Current software often behaves like a digital dumping ground, lacking mechanisms for data decay.
moreuser-experience

Composable Cloudflare Architecture: A Guide

Composable architecture enhances cloud-native application development by promoting reusable components, enabling efficient scaling, flexibility, and reliability.

C++ State Machine with Threads

Integrating state machines with asynchronous callbacks creates a powerful framework for multithreaded applications.

Code Smell 273 - Overengineering | HackerNoon

Overengineering complicates code and reduces maintainability, advocating for simplicity leads to better software design.
#java

Refactoring 016 - Building With The Essence | HackerNoon

Pass essential attributes during object creation to reduce mutability and eliminate getters and setters.

Methods to Differentiate Between Inheritance and Composition in Object-Oriented Programming

Inheritance allows subclasses to inherit from superclasses, promoting code reuse through an "is-a" relationship.
Composition builds complex objects from simpler ones, fostering flexibility with a "has-a" relationship.

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.

Refactoring 016 - Building With The Essence | HackerNoon

Pass essential attributes during object creation to reduce mutability and eliminate getters and setters.

Methods to Differentiate Between Inheritance and Composition in Object-Oriented Programming

Inheritance allows subclasses to inherit from superclasses, promoting code reuse through an "is-a" relationship.
Composition builds complex objects from simpler ones, fostering flexibility with a "has-a" relationship.

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.
morejava
#dependency-injection

What is Inversion of Control?

IoC provides modularity and flexibility by inverting the control flow in software design.

Sharing code using Service Classes in C#

Dependency Injection complicates static method usage in modern C#.

What is Inversion of Control?

IoC provides modularity and flexibility by inverting the control flow in software design.

Sharing code using Service Classes in C#

Dependency Injection complicates static method usage in modern C#.
moredependency-injection

JavaScript Monorepos: Exploring Decentralized Alternatives

Monorepos provide a solution for managing micro-architecture challenges, but they may limit project autonomy and flexibility.

A First Look At State (Scala 3 Video)

State management is crucial for software applications, impacting performance and user interaction.

Leading AI Expert and CEO Explains Why A Change In Our Approach to AI Can Maximize Business Results | Entrepreneur

AI technology is reshaping user interfaces, moving towards two-way collaboration between human intelligence and AI for more efficient and intuitive interactions.

Top 5 React Best Practices Every Developer Should Know

Composable software architecture encourages building reusable components.
React's component-based architecture fits well with the composable approach.

TDD and refactoring to patterns in C#: how to write a cron parser

Designing good software requires following best practices and guidelines.
A cron expression represents a schedule in the cron format and consists of five fields.
The goal of the article is to demonstrate an approach to writing scalable software.
from Proofofconcept
11 months ago

Designing with iOS software materials and Play

Studying art and art history led the author to discover a passion for coding and software design.
Understanding the materials you work with is crucial in design, whether it's traditional art mediums or code.
The author joined Play as an advisor and shares the importance of designing with software's material.

Building Resilient Software Systems: The Power of Clean Architecture - DevOps.com

Clean architecture prioritizes separation of concerns and modular design, providing resilience to change, testability, and maintainability.
[ Load more ]