Categories
angular2

Angular 2 Resources

A list of resources that have helped me get up to speed with Angular 2. Working with HTTP Angular 2 Service Quick-Tip: Adding HttpModule How to watch for form changes in Angular 2? You cialis professional generic can use them in bathtub or under the table. Kamagra is buy cialis a popular and widely-recommended treatment […]

Categories
Go

Golang Resources

A list of resources that have helped me get familiar with Go and all its glory. Setting up the workspace Set your $GOPATH to point to your root folder /goapp Set your $GOBIN to point to $GOPATH/bin Create 3 folders in $GOPATH (src, pkg, bin) Create the main app folder with the convention of $GOPATH/src/github.com/{username}/goapp/main.go Working with JSON […]

Categories
docker nodejs

Create a Docker Image Containing a Node.js Application and Host it on Docker Hub

This is first part we will be “dockerizing” a simple node application and pushing the image to docker hub. App structure will be simple and look like this. We will run a simple node server. Dockerfile will have the following instructions to build our image. Now to build our image using the instructions in our […]