I hope you enjoyed learning the article. Stay tuned! Subscribe to the new letter and The GeekNarrator youtube channel. Cheers, The GeekNarrator
Is Monolith Architecture Bad? Are Microservices Always Good? Conversation with Anant.
In this conversation we talk to Ananth about his experience with Microservices and Monlithic architectures. https://www.youtube.com/watch?v=AxUZEljAY7s&t=37s We also look at various examples of a good/bad monolith, good/bad micro services. We also talk about our personal experience with different architectural styles and share pros/cons. Org structure must align with the way we develop software and we... Continue Reading →
Decorator Pattern: Scala
Decorator pattern lets a programmer add more functionality to an object without impacting other objects of the class. So off course without inheritance