Category
Best Practices
Explore articles, tutorials, and insights about Best Practices — covering practical tips, best practices, and real-world examples.
4 articlesC# CancellationToken Best Practices for Web API
2026/05/15·12 min readLearn the best practices for using CancellationToken in ASP.NET Core Web APIs, with real-world code samples, client/server demos, and practical guidance for robust cancellation handling.
Design Principles in Software Development Part 1
2021/02/20·8 min readA guide to widely used design principles in software development, including DRY, SoC, DIE, KISS, YAGNI, and TDA, with practical example code.
Design Principles in Software Development Part 2
2021/02/17·5 min readThis blog talks about design principles in software development. It includes SOLID and a few more widely used design principles, with example code.
A Memo for ECMAScript 5 - The Good, Bad, and Awful Parts
2015/12/04·4 min readA comprehensive guide to JavaScript quirks, pitfalls, and best practices based on Douglas Crockford's JavaScript - The Good Parts.