Technology
Add a Mount to an Existing Docker Container
When I reset my development machine a while back, I made the decision to forego installing Microsoft SQL as I usually do, and just use the Docker image instead.
Posts about various technology and platforms such as docker, azure, raspberry pi, etc
Technology
When I reset my development machine a while back, I made the decision to forego installing Microsoft SQL as I usually do, and just use the Docker image instead.
Technology
Azure static web apps have a built-in CI/CD integration with GitHub and provide a token that can be used with other services such as GitLab. But what about when you just want to push things manually?
Technology
Not long after getting my site set up, I decided that I wanted to have an easy way to search for things, especially considering that the site serves as my knowledge base for tech-related topics.
Technology
One great thing about Docusaurus, is it's built with React. That means I can use any other npm packages that would normally be used in a react app when building out my documentation / blog.
Technology
A couple years ago, I was doing a lot of flutter development and ended up writing a blog post about how to containerize a flutter web app. Unfortunately, I was hosting my site with squarespace at the time, and no longer have access to any of the blog posts I made.
Technology
The features that docusaurus comes with out of the box are great, but there's one piece that's missing, especially for a blog - comments.