Setting up automatic EJS (Underscore/Lo-Dash) and Handlebars template compilation in Grunt using grunt-contrib-watch.
The aim is to be able to spawn a process which will watch our templates and compil
                    
                    
                        
                            Continue reading
                            
                        
                    
                    
                        
                            Version of Assemble at time of writing: 0.4.42
If you want to follow along with the end result at hand, the repo is up on Github.
IntroAssemble, in their own words, is a static site generator for Grun
                    
                    
                        
                            Continue reading
                            
                        
                    
                    
                        
                            If you want to follow along with the end result at hand, the repo is up on Github. You will need to install dependencies with npm install && bower install
Versions
Karma
0.12.28
No
                    
                    
                        
                            Continue reading
                            
                        
                    
                    
                        
                            Use Mongoose in a test without having to have MongoDB running. Mocking done with Mockgoose.
Setting upSetting up can take a while sometimes so I decided to give a different approach a go this time rou
                    
                    
                        
                            Continue reading
                            
                        
                    
                    
                        
                            Example of how to separate route code in Express.js using npm link.
Setting upWe can use the express generator to get up and running quickly with Express. Install it with npm install express-generator
                    
                    
                        
                            Continue reading
                            
                        
                    
                    
                        
                            This post will walk you through the basic usage of Viper. It is intended for people who are new to the Go programming language (I am just starting out myself). This is because the purpose isn’t Viper 
                    
                    
                        
                            Continue reading