Leaving LosTechies

spacer
Posted on April 1, 2014 by Derick Bailey

You may (or may not) have noticed that I haven’t posted here in a few weeks. There’s a reason for that… an era is coming to an end. It’s time for me to move on from LosTechies – a community … Continue reading 

Posted in Uncategorized | 7 Comments

Reassign JavaScript Function Parameters In Reverse Order, Or Lose Your Params

spacer
Posted on March 18, 2014 by Derick Bailey

Every now and then I need to have a method support 2 or 3 arguments, providing a default value for one of them if only 2 are specified. My typical solution is to check the number of arguments passed to … Continue reading 

Posted in Javascript, NodeJS | 12 Comments

Build A (local) Webcam With WebRTC In Less Than 20 Lines!

spacer
Posted on March 13, 2014 by Derick Bailey

WebRTC is all kinds of super ninja epic awesomesauce stuff. If you haven’t looked in to it yet, you’re going to want to get on that soon. I’d suggest starting with the HTML5 Rocks post on getUserMedia. Build Your Own … Continue reading 

Posted in HTML5, Javascript, WebRTC | 9 Comments

Testing Stripe.com WebHooks With Requestb.in

spacer
Posted on March 11, 2014 by Derick Bailey

SignalLeaf uses Stripe.com for billing. One of the cool things it does is provide web hooks to get events so that you can have your system do things in response to those events. Examples of events include customer creation, customer … Continue reading 

Posted in API, Runscope, SignalLeaf, Stripe, Testing | 1 Comment

7 Things I Learned From 175,000 Eyes And A Failed Ad

spacer
Posted on March 5, 2014 by Derick Bailey

Through an interesting turn of events, I was given an opportunity to place an ad for my Backbone Plugins eBook in a very prominent web development newsletter – one that has 175,000 subscribers. Needless to say, I jumped at the … Continue reading 

Posted in Advertising | 11 Comments

4 Sci-Fi Novels That You Have To Read

spacer
Posted on March 3, 2014 by Derick Bailey

A few months ago, I posted a short list of sci-fi novels worth reading. It was a bit of an experiment for me to post that, since this is a technical blog. But the post seemed to be popular – … Continue reading 

Posted in Books, Books Reviews | 13 Comments

Using A Single Git Repository For Multiple Heroku Projects

spacer
Posted on February 27, 2014 by Derick Bailey

SignalLeaf has 2 separate services, at this point: the web app and the media server. Both of these services are deployed to Heroku, each on their own Heroku app instance. This allows me to scale them as needed. I give … Continue reading 

Posted in Deployment, Git, Heroku | Leave a comment

High Speed, High Capacity Storage: The 1 Thing Every Screencaster Needs

spacer
Posted on February 25, 2014 by Derick Bailey

If there’s one thing every screencaster needs, it’s high speed, high capacity storage for raw materials. I just finished up my 15th episode of WatchMeCode (and have recorded probably another 15 or 20 episodes other than those) - here’s the progress bar … Continue reading 

Posted in Hardware, Reviews | 4 Comments

On The Value Of GateKeepers In Publishing

spacer
Posted on February 23, 2014 by Derick Bailey

Cal Newport recently wrote a blog post questioning the value of ignoring gatekeepers in the publishing world. He took a quote from a podcast about self-publishing, and ran with it in the other direction. The original quote is: The podcast … Continue reading 

Posted in Books, Publishing | 1 Comment

How I Work Around The require(“../../../../../../../”) Problem In NodeJS

spacer
Posted on February 20, 2014 by Derick Bailey

Anyone building a large enough app in NodeJS will tell you that it gets really really really frustrating to have 3 or more lines of this in every module you build: It’s ugly. It’s hard to read. It’s hard to … Continue reading 

Posted in Javascript, NodeJS, NPM | 25 Comments
gipoco.com is neither affiliated with the authors of this page nor responsible for its contents. This is a safe-cache copy of the original web site.