Citta invisibile
9/21/2023import java.io.Fileimport java.nio.file.Filesimport java.nio.file.Pathsimport java.util.regex.Matcherimport java.util.regex.Pattern
7/11/2023Code Review Best Practice by Trisha Gee {%youtube 3pth05Rgr8U %} Video: https://www.youtube.com/watch?v=3pth05Rgr8U Slides: https://speakerdeck.com/trishagee/code-review-best-practice More resources: https://trishagee.com/presentations/code_review_best_practice/ E' importante avere una checklist condivisa da seguire e una definition of done... Don't spend time on thing that can be automated, e.g. code standards, code styles, formatting, etc
11/27/2022GOTO 2017 • The Many Meanings of Event-Driven Architecture - Martin Fowler (the video is here, the original talk notes are here) At least one of those four patterns are in play when you talk about "event-driven" architectures: Event Notification: components communicating via events Event-carried State Transfer: allowing components to access data without calling the source Event Sourcing: using an event log as the primary record for a system CQRS: having a separate component for updating a store from any readers of the store
7/31/2022