Honlsoft logo

Honlsoft

BlogProjectsAboutLinksFitness

Tag archive

Posts tagged Documentation

2 posts tagged with Documentation.

September 29, 2021

Using Skaffold for Local Kubernetes Development

I've been a fan of Docker Desktop for years. Docker compose was my go to for developing multi-container applications locally. However, while it was polished there was always a gap between building docker compose files and then running it in Kubernetes.

September 17, 2021
Using Material for MkDocs for Project Documentation thumbnail

Using Material for MkDocs for Project Documentation

Many software projects enlist the amount of complexity that requires documentation. The primary reason for the documentation to either aid external users on how to use the project, or to document the internal complexities of the software for other developers. While commenting code and public interfaces can help, it's sometimes helpful to include extra details about how an application is built for other maintainers.