In this article I’ll discuss why I hated working with databases as a C# developer, and the tools and libraries I found that proved me wrong.
Tag: Tools
Standardizing TypeScript with NPM, ESLint, and Prettier
JavaScript that scales needs standards and safety nets. See how NPM, ESLint, and Prettier help TypeScript code adhere to team standards over time.
Tracking .NET Code Quality with NDepend
Let me introduce you to my go-to code visualization and analysis tool for .NET: NDepend. NDepend lets me see dependencies, issues, and quality over time.