Useful MongoDB Commands

I had the hardest time finding examples of how to connect to MongoDB via the command line and via a connection string in code. So I've compiled some helpful MongoDB commands here. For creating a database, creating a user, and connecting to the database.

Using react-select with redux-form

While building an app for work I ran into a scenario that required a drop down box that is searchable and since we are using reactjs with material-ui, redux, and redux-form I have

Creating a new Kubectl config context

In a previous post I discussed how to view and change the configuration context that kubectl is currently using. In this post I'll be going over how to create two new

AWS RDS SSL import inside Dockerfile

TLDR; Here is my Dockerfile FROM openjdk:8-jdk MAINTAINER Brayton # create a temp dir in which to work RUN OLDDIR="$PWD" RUN mkdir /tmp/rds-ca && cd /tmp/rds-ca # download