Comprehensive guide to micro frontends
published 1/6/2020 | 8 min read | #guide#frontend#micro frontend#web components
If you've already used microservices, you already know the huge benefit it provides to reduce architecture complexity of large monolithic backends. However, on the frontend side, many huge apps are still monolithic and hence are huge codebases with many dependencies.
Your guide to a constructive code review
published 12/12/2019 | 5 min read | #code review#pull request#best practices#guide
Code review is a great way to achieve better code quality, and most importantly share great knowledge and experience between developers working on this project.