thecodebarbarian.com
Crunching NBA Finals History with MongoDB | www.thecodebarbarian.com
http://thecodebarbarian.com/2015/06/26/crunching-nba-finals-history-with-mongodb
All Time Most Popular. An 80/20 Guide to AngularJS HTTP Interceptors. Creating REST APIs and Clients with LoopBack and AngularJS. Better AngularJS Form Validation with Mongoose. Static Site Generators are Overkill. An 80/20 Guide to Mongoose Plugins. Crunching NBA Finals History with MongoDB. June 26, 2015. The data set for this post. The preferred way to import a JSON array into MongoDB is mongoimport. Which comes packaged with MongoDB. The command I used to import this data is. Lets take a look at some...
thecodebarbarian.com
Building Better npm Modules with Travis and Coveralls | www.thecodebarbarian.com
http://thecodebarbarian.com/2015/02/13/travis_coveralls
All Time Most Popular. An 80/20 Guide to AngularJS HTTP Interceptors. Creating REST APIs and Clients with LoopBack and AngularJS. Better AngularJS Form Validation with Mongoose. Static Site Generators are Overkill. An 80/20 Guide to Mongoose Plugins. Building Better npm Modules with Travis and Coveralls. February 13, 2015. This blog originally appeared on strongloop.com. StrongLoop provides tools and services for companies developing APIs in Node. Learn more. For a simple NodeJS project. The modules code...
audio.javascriptair.com
JavaScript Air » Blog Archive » 044 jsAir - Async Patterns in JavaScript with Valeri Karpov and Peter Lyons
http://audio.javascriptair.com/e/044-jsair-async-patterns-in-javascript-with-valeri-karpov-and-peter-lyons
Http:/ audio.javascriptair.com/feed/. The live broadcast podcast all about JavaScript and the Web. 044 jsAir - Async Patterns in JavaScript with Valeri Karpov and Peter Lyons. October 12, 2016. Async Patterns in JavaScript. One of the distinctive aspects of JavaScript is how it deals with asynchronous operations (like reading a file or making a request to a database or server). We're going to talk about the different patterns you can follow with async in JavaScript. Building For What's Next. To provide f...
audio.javascriptair.com
JavaScript Air » 2016 » October
http://audio.javascriptair.com/2016/10
Http:/ audio.javascriptair.com/feed/. The live broadcast podcast all about JavaScript and the Web. 046 jsAir - React Native with Bonnie Eisenman, Ken Wheeler, and Tyler McGinnis. October 27, 2016. JavaScript is taking the software world by storm, and we're going to talk about yet another enabling technology: React Native. Bite-sized web development video training. Master the React.js Ecosystem. We Bring Job Offers To You. Links, Picks, and Tips:. React Native Animation Book. React Native Responsive Styles.
thecodebarbarian.com
Callback Hell is a Myth | www.thecodebarbarian.com
http://thecodebarbarian.com/2015/03/20/callback-hell-is-a-myth
All Time Most Popular. An 80/20 Guide to AngularJS HTTP Interceptors. Creating REST APIs and Clients with LoopBack and AngularJS. Better AngularJS Form Validation with Mongoose. Static Site Generators are Overkill. An 80/20 Guide to Mongoose Plugins. Callback Hell is a Myth. March 20, 2015. Hating callback hell is a favorite pastime for many JavaScript bloggers and open source devs. There are numerous modules out there, like async. Whats the Underlying Problem? When I first started using the async module.
thecodebarbarian.com
An 80/20 Guide to ECMAScript 6 Proxies | www.thecodebarbarian.com
http://thecodebarbarian.com/2015/04/24/80-20-guide-to-ecmascript-6-proxies
All Time Most Popular. An 80/20 Guide to AngularJS HTTP Interceptors. Creating REST APIs and Clients with LoopBack and AngularJS. Better AngularJS Form Validation with Mongoose. Static Site Generators are Overkill. An 80/20 Guide to Mongoose Plugins. An 80/20 Guide to ECMAScript 6 Proxies. April 24, 2015. One feature of the current JavaScript language standard, ECMAScript 5, that hasnt gotten nearly enough attention is the. This function is what makes modules like mongoose. DgetMonth(); }, set: function.
thecodebarbarian.com
An 80/20 Guide to Mongoose Discriminators | www.thecodebarbarian.com
http://thecodebarbarian.com/2015/07/24/guide-to-mongoose-discriminators
All Time Most Popular. An 80/20 Guide to AngularJS HTTP Interceptors. Creating REST APIs and Clients with LoopBack and AngularJS. Better AngularJS Form Validation with Mongoose. Static Site Generators are Overkill. An 80/20 Guide to Mongoose Plugins. An 80/20 Guide to Mongoose Discriminators. July 24, 2015. Discriminators are a powerful yet unfortunately poorly documented. Should track the URL the user clicked on and the page they were on when they clicked it, but these fields would be irrelevant for the.
thecodebarbarian.com
Shippable: An Alternative Take on Travis | www.thecodebarbarian.com
http://thecodebarbarian.com/2015/04/10/shippable-an-alternative-take-on-travis
All Time Most Popular. An 80/20 Guide to AngularJS HTTP Interceptors. Creating REST APIs and Clients with LoopBack and AngularJS. Better AngularJS Form Validation with Mongoose. Static Site Generators are Overkill. An 80/20 Guide to Mongoose Plugins. Shippable: An Alternative Take on Travis. April 10, 2015. Ive spent a fair amount of time lauding Travis. Or some other open-source CI server. Thankfully, before I got around to setting up my own, I stumbled across a company called Shippable. Looks an awful ...
thecodebarbarian.com
Testing AngularJS Directives | www.thecodebarbarian.com
http://thecodebarbarian.com/2015/06/12/testing-angularjs-directives
All Time Most Popular. An 80/20 Guide to AngularJS HTTP Interceptors. Creating REST APIs and Clients with LoopBack and AngularJS. Better AngularJS Form Validation with Mongoose. Static Site Generators are Overkill. An 80/20 Guide to Mongoose Plugins. June 12, 2015. Testing a Trivial Directive. Lets say you have one trivial directive that displays the number of times its been clicked using an inline template. App = angular.module( 'myApp'. Template: ' div ng-controller="MyController"'. You can unit test.
thecodebarbarian.com
Testing Client-side JavaScript with Karma | www.thecodebarbarian.com
http://thecodebarbarian.com/2015/05/08/testing-client-side-javascript-with-karma
All Time Most Popular. An 80/20 Guide to AngularJS HTTP Interceptors. Creating REST APIs and Clients with LoopBack and AngularJS. Better AngularJS Form Validation with Mongoose. Static Site Generators are Overkill. An 80/20 Guide to Mongoose Plugins. Testing Client-side JavaScript with Karma. May 08, 2015. This post originally appeared on strongloop.com. StrongLoop provides tools and services for companies developing APIs in Node. Learn more. Your First Karma Test. Karma is organized as a lightweight cor...
SOCIAL ENGAGEMENT