Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in software-design

Writing database software in C/C++ [closed]

c++ c database software-design

Problems of using srand() in libraries

c++ c random software-design

Passing optional parameters to @Query of a Spring Data Repository method

What is the best way to stop a thread and avoid 'RuntimeError' in python using threading and tkinter modules?

Implementing Dynamic Process Map for win32 Application using Delphi

sequence diagram

Do unused imports in java effects performance and consume memory? [duplicate]

java memory software-design

How to organise the file structure of my already working plugin system?

how to keep Java GUI totally separate from Core

Software Design & Web Service Design

design patterns for telecom software hard multithreading problems

In onion, hexagonal, or clean architecture, can a domain model contain different properties than the domain model in the database?

Using asserts in Ruby production... yes or no?

ruby software-design

Subscription based licensing your software - Offline validation

is this a passable software design?

c++ software-design

About software design: Where I must check parameters?

Instantiating new object vs. implementing a reset() method

How is using libraries checking nulls better than getting NPE? [duplicate]

java guava software-design

Django - how to visualize signals and save overrides?