bradlnz / Elabor8.Bradl

2 stars 0 forks source link

Some interesting things to consider #3

Open dw-e8 opened 1 year ago

dw-e8 commented 1 year ago

Hi Brad :)

Things that came up during our interview.

Youtube channels that are MUST_WATCH:

Nick Chapsas, Microsoft MVP regularly posting new and cool stuff, best practices and just generally awesome dotnet content https://www.youtube.com/@nickchapsas

Dave Farley - co-author of Continuous Delivery, regularly posting all sorts of great brain-food content: patterns, practices, from TDD to Event-Driven Microservices Architectures ... lots of interviews with thought leaders and heavy hitters too. Great channel.

https://www.youtube.com/c/ContinuousDelivery

Some NUGETS to use all the time ::

FluentAssertions - for making life easier during unit testing / integration testing Bogus - for generating fake data which makes life easier during unit testing / integration testing

FluentValidations - making life easier to short-circuit bad-parameters and whatnot

Books that are awesome:

Easy to read, good for the mind The Pragmatic Programmer The Phoenix Project The Unicorn Project

Deep Tech, career oriented Domain Driven Design Continuous Delivery The Devops Handbook

Basically you should read these books over the course of the next year!

Thank you again for all your efforts, time spent and the exceptional quality of your work.

Cheers DW

bradlnz commented 1 year ago

Love it @dw-e8, and thank you so much for detailing what was mentioned in our meeting. I will definitely be buying these books as a read.