Watchtower - Docker NAS Setup
Image courteous of [@kristsll on Unsplash](https://unsplash.com/@kristsll). Watchtower is a container that will update all your other running contai...
Chris Otto's Digital Garden.
Image courteous of [@kristsll on Unsplash](https://unsplash.com/@kristsll). Watchtower is a container that will update all your other running contai...
Image courteous of [Susan Yin at Unsplash](https://unsplash.com/@syinq). Calibre is a free ebook manager. It has been around for a while, has an e-b...
Pi-hole is an awesome tool that let's you block certain requests on your home network from devices. The way that Pi-hole does this by either hosting ...
Image courteous of [Pixabay](https://pixabay.com/). Portainer is an application that makes it easy for you to manage docker containers that you have...
Image courteous of [unsplash](https://unsplash.com/). The user information for your user is useful for setting up Docker images/containers that need...
I have a nice little [side project](https://library.chrisotto.dev/) based on the Goodreads API (yes, my key is still active). I had it up for a while...
Image from [Free Illustrations](https://freellustrations.com/). Being able to monitor when your application encounters a bug in production is a nice...
Image from [@norwood](https://unsplash.com/@nordwood) at Unsplash. Chrome DevTools have come a long way in enabling users to mimic mobile devices. H...
Image from [Free Illustrations](https://freellustrations.com/). Create-React-App gives a nice bootstrapped project. I like being able to lint outsid...
Image from @jruscello on [Unsplash](https://unsplash.com/) Having my blog maintained in source control is awesome. I love having a commit log and be...
Image from @mathyaskurmann on [Unsplash](https://unsplash.com/) Allowing people to get updates from your blog is a great way to create and engage wi...
I like [Dev.to](www.dev.to)'s published filter. It allows you to continue to write posts until they're ready to be viewed by everyone. If you are not...
I recently rewrote my old Wordpress site hosted through GoDaddy to a [Gatsby](https://www.gatsbyjs.org/) site hosted with [Netlify](https://www.netli...
## Change Feature File to Generate the `~.feature.cs` at Compile Time Whenever a new Specflow file is created in the solution it is automatically cr...
With 2018 winding down I found myself thinking that I will need to leave a note to update the footer on my site to change the year to 2019. Having to...
This week I was going through the React [tutorial](https://reactjs.org/tutorial/tutorial.html). While going through each phase of the tutorial; going...