progadventure.blogspot.com
My Programming Adventure: Learning Go with Martini - Working with MongoDB
http://progadventure.blogspot.com/2014/03/learning-go-with-martini-working-with.html
Tuesday, March 4, 2014. Learning Go with Martini - Working with MongoDB. This is the second post in a series of posts on creating Go based web applications/APIs. If you missed the first post Learning Go with Martini - The Basics. Go check out and then come back to this post. Before we get started you will need to have MongoDB installed or have access to an instance of MongoDB. To install it locally visit this MongoDB’s download page. And follow their instructions for your platform of choice. To make sure...
progadventure.blogspot.com
My Programming Adventure: March 2014
http://progadventure.blogspot.com/2014_03_01_archive.html
Tuesday, March 4, 2014. Learning Go with Martini - Working with MongoDB. This is the second post in a series of posts on creating Go based web applications/APIs. If you missed the first post Learning Go with Martini - The Basics. Go check out and then come back to this post. Before we get started you will need to have MongoDB installed or have access to an instance of MongoDB. To install it locally visit this MongoDB’s download page. And follow their instructions for your platform of choice. To make sure...
progadventure.blogspot.com
My Programming Adventure: Learning Go with a Martini - The Basics
http://progadventure.blogspot.com/2014/02/learning-go-with-martini-basics.html
Wednesday, February 26, 2014. Learning Go with a Martini - The Basics. For one, it compiles, I mean it. Installing and Configuring Go. Installing Go is pretty straight forward, just follow the instructions on golang.org’s install page. To ensure Go is setup correctly in your development environment run. And you should see output similar to this,. Go version go1.1.2 darwin/386. Variable is set to. For a more detailed overview of the workspace layout read the “How to Write Go Code”. Go language vim support.
progadventure.blogspot.com
My Programming Adventure: July 2012
http://progadventure.blogspot.com/2012_07_01_archive.html
Sunday, July 29, 2012. Shortly after each NHL season a ZIP file of all stats from the previous season plus all other NHL seasons shows up on the Hockey Databank Yahoo group. The database was created so that each table maps to a CSV file. The tables have the same columns as the CSV files except for the master table. I added an id to the tableas a primary key. The create db.sql files are available for all three database flavors here: MySQL. You can download the database backup files here:. 160;mysql -u...
progadventure.blogspot.com
My Programming Adventure: August 2012
http://progadventure.blogspot.com/2012_08_01_archive.html
Friday, August 3, 2012. Adding PostgreSQL as a DBProvider. For this project I am using PostgreSQL for the backend using my hockeydb database. If you don't have PostgreSQL installed and you are using a mac you can use this handy utility Postgres.app. Which is brought to you by the good folks ate Heroku. For the non-mac crowd visit the PostgreSQL site. And get the appropriate install for your machine. After you have PostgreSQL installed you can grab a copy of the hockeydb database here. After you have st...
progadventure.blogspot.com
My Programming Adventure: February 2012
http://progadventure.blogspot.com/2012_02_01_archive.html
Monday, February 13, 2012. Book Review: Node for Front End Developers by Garann Means (O’Reilly Media). In my previous post I mentioned that I needed to come up to speed with CoffeeScript for my next project. That same project will be using Node on the server side. Since I liked the CoffeeScript book I thought I would give Node for Front-End Developers. Chapter two walks the reader down the path of serving up resources be it a string of HTML or static resources like HTML, CSS, and/or JS files. The fi...
progadventure.blogspot.com
My Programming Adventure: November 2013
http://progadventure.blogspot.com/2013_11_01_archive.html
Thursday, November 14, 2013. Intro to the MEAN Stack - Part 1 - The Data. I recently changed jobs to join a startup. One of the many reasons why I took the job is the fact that the software is built with the MEAN stack. Part 1 – The Data:. Converts the MySQL data model to a suitable model for MongoDB. Part 2 – The API:. Building out a Node.js based API that will allow us to retrieve the stats. Part 3 – The UI:. Covers building out an AngularJS UI. And you will then be ready to generate your own Giants da...
progadventure.blogspot.com
My Programming Adventure: February 2014
http://progadventure.blogspot.com/2014_02_01_archive.html
Wednesday, February 26, 2014. Learning Go with a Martini - The Basics. For one, it compiles, I mean it. Installing and Configuring Go. Installing Go is pretty straight forward, just follow the instructions on golang.org’s install page. To ensure Go is setup correctly in your development environment run. And you should see output similar to this,. Go version go1.1.2 darwin/386. Variable is set to. For a more detailed overview of the workspace layout read the “How to Write Go Code”. Go language vim support.
SOCIAL ENGAGEMENT