Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in software-design

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

How do you rewrite the code which using generics and functionals in Java 8 and mixing oop and functional programming by using only object-oriented?

OneToMany Spring Data JDBC

Java Observer Pattern not notifying

Benefit of using Nested class in java

java software-design

Why use classes in php?

php oop software-design

Is it better to use local or global variables

Django - how to visualize signals and save overrides?