# Blog Posts

This section represents a curated list of technical documents I have published on the Internet

## Content

* [A Style Guide For HTML & CSS](https://uncanny-software.gitbook.io/content-library/blog-posts/html-css-style-guide): This document was originally authored in 2015 when I was a bootcamp instructor for the Startup Institute, teaching a beginner's course in web development. It describes best practices for writing HTML and CSS code without the use of superset frameworks or preprocessors.
* [How I Maintain OSS Projects](https://uncanny-software.gitbook.io/content-library/blog-posts/how-i-maintain-oss): This was an article I authored on the [ThePracticalDev community](https://dev.to) which describes best practices I have employed maintaining open-source projects. These practices for by and large are also applicable in for-profit code repositories.
* [Using 1Password to share local secrets](https://uncanny-software.gitbook.io/content-library/blog-posts/1password-local-secrets): This is another developer guide which I published on [ThePracticalDev community](https://dev.to), and describes populating shared secrets locally from 1Password's cloud.
* [The Reddit blackout is a lesson in risk management](https://uncanny-software.gitbook.io/content-library/blog-posts/reddit-blackout-risk-management): Referencing the recent upheavel with Reddit, this artcile describes the situation from a risk-management perspective, specifically calling out free third-party APIs as a dependency risk that all developers understand.
