... and luckily also still developer
Motto:
How do I like to see stuff organized?
DB tier - SQL Server family
Application/Server tier
- Data Layer driven by ORM - NHibernate is still the ONE
- Business Layer - Rule objects, Validators, AOP applied here
- Service Layer - API for REST/JSON
Client tier - SPA, browser app built on top of AngularJS, written in TypeScript, boosted by UI-Router state machine.
The Domain model expressed in POCO entities.