You are here |
blog.cleancoder.com | ||
| | | |
rrees.me
|
|
| | | | If you've ever read a piece of advice about using Postgres Enums you've probably read not to use them and to use a peer table with foreign key constraints instead. If you've ever seen a Typescript codebase in the wild recently chances are that this advice has absolutely been ignored and enums are all over... | |
| | | |
tenthousandfailures.com
|
|
| | | | I had watched a wonderful video series of Object Oriented Design Patterns on Lynda.com called "Foundations of Programming: Design Patterns" by Elisabeth Robinson and Eric Freeman. In their series, they go through some of the ideas in "Design Patterns" and have very concise code examples that illustrate specific Design Patterns. | |
| | | |
www.milanjovanovic.tech
|
|
| | | | If you were to glance at the folder structure of your system, could you tell what the system is about? Your architecture should communicate what problems it solves. This approach is called sreaming architecture. | |
| | | |
dougseven.com
|
|
| | Today I am at re:Invent 2022 in Las Vegas, NV. I am spending my days talking to AWS customers about Amazon CodeWhisperer - a new developer productivity service that will accelerate application development by providing automatic code recommendations based on the code and comments in your IDE. For developers, Amazon CodeWhisperer is an IDE extension... |