Proposal: Swift Extension Naming Convention

Proposal: Standardizing Naming Conventions for Extension Files Introduction As a consultant with extensive experience in software development, I have observed a wide range of naming methodologies employed across various projects and organizations. One area that often lacks standardization is the naming convention for extension files. The inconsistency in naming conventions can lead to confusion, reduced… Continue reading Proposal: Swift Extension Naming Convention

Utility – JSON Formatter

The other day I was bringing up a browser to search for a website to format some raw JSON I was looking at.  It occurred to me I do this often enough that I should create my own and it it to the site.   Developers, I give you: JSON Formatter