Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in architecture

TDD, Scrum and architecture: KISS and complexity conflict

architecture tdd

Reading from a tcp connection in golang

Why are most programming languages built on top of frameworks?

DDD, Encapsulation and Layered Architecture: Is my domain too anaemic?

What is the difference between virtio, emulated-IO, direct I/O, I/O passthrough, SR-IOV?

Segregating the read-only and read-write in Spring/J2EE Apps

Is there any programming language where the variables types sizes in bits depends on the platform (32 vs 64 bit)?

How do web services and databases relate to each other? [closed]

Best way to implement plugin framework - are DLLs the only way (C/C++ project)?

Formatting strings in C# consistently throughout a large web application

Since IPv6 is going to replace IPv4, should I develop my new application to support it?

How can I determine whether my OS is 32 or 64 bit?

How much of your database application should be in stored procedures?

How MVC (ASP.NET MVC) band 3-tier architecture can work together?

Tips on creating clean, elegant code [closed]

architecture

From where to start coding a software?

Why don't win32 API functions have overloads and instead use Ex as suffix?

c++ c architecture winapi

How to calculate effective CPI for a 3 level cache

MVC/MVP/MVVM - How to organize business logic

.net architecture