Category
Best Practices
Explore articles, tutorials, and insights about Best Practices — covering practical tips, best practices, and real-world examples.
3 articlesDesign 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.