The Importance of Documenting Your Code: Best Practices and Common Mistakes

published 4/12/2023 | 4 min read | #documentation#code#best practices

Learn about the importance of documenting your code, as well as best practices and common mistakes to avoid.

Streamlining Your Dev Workflow: The Benefits and Limitations of Nx vs Turbo Repo

published 2/19/2023 | 4 min read | #monorepo#nx#turbo#pros and cons#best practices#tool comparison

This article compares two popular development tools, Nx and Turbo Repo, highlighting their pros and cons. The conclusion suggests that both tools have their own unique advantages and drawbacks, and the best option for a development team depends on their specific needs and requirements. The post offers valuable insights for developers looking to make an informed decision

The Art of Code Commenting: Best Practices and Common Mistakes

published 8/9/2022 | 4 min read | #code commenting#best practices#common mistakes#code maintainability

Learn the ins and outs of code commenting, avoid common mistakes, and master best practices to make your code more approachable and maintainable for others to read.

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.