DORSETRIGS
Home

software-design (11 post)


posts by category not found!

What software functionality requires triggering callback functions by adding or removing dynamic attributes?(matlab2020 code)

Dynamically Triggering Callbacks A Powerful Tool in MATLAB This article explores a fascinating aspect of MATLAB programming triggering callback functions based

2 min read 05-10-2024 49
What software functionality requires triggering callback functions by adding or removing dynamic attributes?(matlab2020 code)
What software functionality requires triggering callback functions by adding or removing dynamic attributes?(matlab2020 code)

Using poetry to install from a private repository with a token

Installing From Private Repositories with Poetry A Step by Step Guide The Challenge Accessing Private Code Software development often involves working with priv

2 min read 04-10-2024 54
Using poetry to install from a private repository with a token
Using poetry to install from a private repository with a token

ERD issue for an webpage that accepts booking then provides the appropriate students to send

Understanding and Resolving ERD Issues for a Booking Webpage When developing a booking system for a webpage that connects students with available booking opport

2 min read 17-09-2024 51
ERD issue for an webpage that accepts booking then provides the appropriate students to send
ERD issue for an webpage that accepts booking then provides the appropriate students to send

What does "Semantic Constraints" mean regarding Software Testing?

Understanding Semantic Constraints in Software Testing A Clearer Approach to Test Case Selection Software testing is an essential part of the software developme

2 min read 07-09-2024 56
What does "Semantic Constraints" mean regarding Software Testing?
What does "Semantic Constraints" mean regarding Software Testing?

should the controller talk to the presenter?

Should the Controller Talk to the Presenter A Deep Dive into Clean Architecture The clean architecture championed by Robert Martin emphasizes separation of conc

2 min read 06-09-2024 54
should the controller talk to the presenter?
should the controller talk to the presenter?

Why use "WhenAnyValue" instead of "RaisePropertyChanged"?

When Any Value vs Raise Property Changed in Avalonia A Deep Dive When working with MVVM frameworks like Avalonia you ll often encounter the When Any Value metho

2 min read 02-09-2024 50
Why use "WhenAnyValue" instead of "RaisePropertyChanged"?
Why use "WhenAnyValue" instead of "RaisePropertyChanged"?

How to access QWidgets from page controller class?

Accessing Q Widgets from a Page Controller Class in Py Qt6 This article delves into a common challenge faced by Py Qt6 developers accessing Q Widgets from a sep

2 min read 31-08-2024 55
How to access QWidgets from page controller class?
How to access QWidgets from page controller class?

Related entity creation use case in clean architecture

Clean Architecture and Related Entity Creation A Deep Dive When working with related entities in Clean Architecture the question of whether to create them in a

3 min read 31-08-2024 55
Related entity creation use case in clean architecture
Related entity creation use case in clean architecture

Hide some tabs in software

Hiding Tabs in Software A Guide to Modify Without Source Code Ever downloaded a software application with an overwhelming number of tabs wishing you could strea

2 min read 29-08-2024 60
Hide some tabs in software
Hide some tabs in software

GeoLocation classification

Geolocation Classification Tracking User Stops Beyond Geofences Location tracking applications are becoming increasingly common with various use cases ranging f

3 min read 29-08-2024 42
GeoLocation classification
GeoLocation classification

Software design for simultaneously running python programs

Running Multiple Python Simulations A Guide to Efficient Design Running multiple Python programs concurrently is a common task for automating processes conducti

2 min read 29-08-2024 58
Software design for simultaneously running python programs
Software design for simultaneously running python programs