Lately, I’ve been working on a few projects where I find we are doing the same things over and over again that we have done for years.
- Security implementations that are either overtly cumbersome or miss out on base security role implementation requirements
- End to End trace logging through back-end systems.
- Performance Injection for how bad something is going without having to rebuild the code each time
- Distribution of Notifications Frameworks that scale as they grow (not just a “here’s how you send this” type of thing)
Those are the problems I keep seeing over and over again.