Posts
All the articles I've posted.
Never rewrite code from scratch
Published: at 10:25 AMAn 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 09: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.
Bing Maps has a SOAP Search service
Published: at 11:36 AMAn overview of the SOAP-based search service provided by Bing Maps, discussing its limitations and referencing a detailed explanation by Alastair Aitchison.
Warning: The HTML5 Data Attribute is case sensitive
Published: at 08:33 AMAn explanation of why the HTML5 data attribute is case-sensitive, highlighting a specific issue with uppercase letters and providing a solution based on the HTML5 specification.