RSSAmplifier

Blog

Chris Otto | Father, Developer, SDET

Chris Otto's Digital Garden.

chrisotto.devRSS feed ↗16 posts

Latest posts

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...

Calibre Library - Docker NAS Setup

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...

PiHole - Docker NAS Setup

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 ...

Portainer - Docker Container Manager For Your NAS

Image courteous of [Pixabay](https://pixabay.com/). Portainer is an application that makes it easy for you to manage docker containers that you have...

Synology NAS - SSH To Find User Info

Image courteous of [unsplash](https://unsplash.com/). The user information for your user is useful for setting up Docker images/containers that need...

Netlify - Client Side Routing

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...

Gatsby Error Monitoring with Sentry

Image from [Free Illustrations](https://freellustrations.com/). Being able to monitor when your application encounters a bug in production is a nice...

Gatsby Develop with iOS Simulator

Image from [@norwood](https://unsplash.com/@nordwood) at Unsplash. Chrome DevTools have come a long way in enabling users to mimic mobile devices. H...

Add Linting to Create-React-App

Image from [Free Illustrations](https://freellustrations.com/). Create-React-App gives a nice bootstrapped project. I like being able to lint outsid...

Manage image sizes with tinify

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...

Gatsby - Create an audience with Mailchimp

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...

Gatsby - Add a Published Filter To Posts

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...

Gatsby - Switching from Markdown to MDX

I recently rewrote my old Wordpress site hosted through GoDaddy to a [Gatsby](https://www.gatsbyjs.org/) site hosted with [Netlify](https://www.netli...

Create Specflow `feature.cs` At Build Time

## 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...

Dynamically Set Footer Copyright Date

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...

React Tutorial - Add Typescript

This week I was going through the React [tutorial](https://reactjs.org/tutorial/tutorial.html). While going through each phase of the tutorial; going...