Social
Search my blog…
Categories
- .NET (15)
- .NET Core (1)
- Databases (1)
- Debugging (5)
- General Software (8)
- Go (2)
- Golang (2)
- Multithreading (2)
- OOP (5)
- Software Architecture (2)
- Software Concepts (6)
- Software Design (5)
- Uncategorized (7)
Archives
Tag Archives: Software Design
What is Serverless Architechture
TL;DR – There is a server. It is not a “my-on-premises-Linux-box” kind of server, but there is one at the end. Perhaps it is just not yours and looks and feels a little bit different from the developer’s perspective. … Continue reading
OOP destroyed encapsulation
TL;DR – Object oriented design did not bring encapsulation principles to software development, it broke it. Many of my friends go to job interviews for software engineering positions, and the question they are asked a lot is “what are the … Continue reading
Posted in General Software, OOP, Software Concepts, Software Design
Tagged DesignPatterns, OOP, Software Design, Software Development
Leave a comment