Topic

guide

2 Devspedia articles tagged with guide.

January 6, 2020 · 1 min read

Comprehensive guide to micro frontends

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.

December 12, 2019 · 1 min read

Your guide to a constructive code review

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.