"Wire All The Things" by Eric Torreborre https://www.slideshare.net/etorreborre/wireallthethingslambdadays2023pdf #Haskell #dependencyinjection #softwarearchitectue
#haskell #dependencyinjection #softwarearchitectue
What is the positive version of
"Legacy system" 🤔 if you inherit a codebase from over a decade a go, but it follows all the practices you'd consider good, is clear to understand and well documented with up to date documentation.. something you'd pick up and be elated on how well it is made and maintained.
I feel the term "Legacy system" is reserved for more.. Negative experiences not the kind you'd mean when you say you want to leave a lasting legacy 😅 #programming #softwarearchitectue
#softwarearchitectue #programming
Always great to see that your over engineered #microservice system running on #kubernetes is brought to a screeching halt because of a mutability issue on your front end.
#softwarearchitectue #kubernetes #microservice
Wrapping your head around event driven programming is best typified by uploading an avatar to your profile.
GetSignedUrl -> PUT to URL -> wait for web socket event.
Not to mention all of the complexity of checking encoding and sending errors back.
#cqrs #software #softwarearchitectue