Posts
All the articles I've posted.
-
How to contribute to open source projects on Github
Published: at 03:46 PMA guide on how to properly contribute to open source projects on GitHub, covering forking, branching, making changes, and submitting pull requests.
-
The right algorithm for user ratings
Published: at 11:59 AMAn explanation of the correct algorithm for sorting user ratings, highlighting the use of the Wilson score confidence interval for accurate ranking.
-
Never rewrite code from scratch
Published: at 12:25 PMAn explanation of why rewriting code from scratch is a strategic mistake, and the benefits of using the Strangler Pattern for refactoring and improving existing codebases.
-
Document and interface with your REST service using Swagger
Published: at 11:04 AMAn overview of using Swagger to document and interface with RESTful web services, highlighting its benefits for keeping APIs in sync and simplifying deployment and management.