Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in software-design

Hotel Booking System: optimal SQL db structure for querying

what is the first UML diagram to draw when creating a large scale software?

uml software-design

Is it a good design to use Google Guavas Predicates to decouple filter methods from classes [closed]

How to use GoF design pattern for software robustness?

Return a value or assigning a value to a variable and then return - best practice? [closed]

python software-design

Why Swing Components have .getParent() method, Is it violated Object Oriented Principles?

MVC Delete Get v POST ambiguous method signiture [closed]

How would you design a mac address table (essentially a fast look up table)?

How to explain failure of an action with complex restrictions

Using poetry to install from a private repository with a token

Port Delphi 7 Data Access to C#

What is difference between Laravel Modules and Package

php laravel software-design

mermaid c4 diagram: bad component placement

Proper logging implementation in Golang package

Design Pattern for this use case

How should I implement multiple views on the same data?

Sharing variables between actions in asp.net MVC