AutoSponge
  • Archive
  • Categories
  • Pages
  • Tags
  • No Prize From Marvel

    14 Feb 2014

    A friend and I participated in staticshowdown, a code-a-thon for “static” applications. While we won’t win a prize for our app (we didn’t really finish), I was awarded a No-Prize from Marvel Comics for finding a bug in their API implementation.

    Read more...

  • Get Gulping

    11 Feb 2014

    After reading “And just like that Grunt and RequireJS are out, it’s all about Gulp and Browserify now”, I realized the power of using one module pattern for both server-side and client-side code. That makes me want to start releasing a bunch of my “go-to” snippets as NPM modules. I seem to use some form of this code on every other project, why shouldn’t I just require( "mystuff" )?

    Read more...

  • The First Rule Of Hackathon

    10 Feb 2014

    First rule of hackathon: “You don’t talk about hackathon.”

    Read more...

  • Fix Functional Methods

    04 Feb 2014

    While I don’t go in for puzzlers as interview questions anymore (yes, I was that guy), I enjoy a good brain teaser now and again. JavaScript Puzzlers! reminded me that in my attempt to tame native functions, I was missing a few. Namely, parseInt (a binary function with no receiver object and an often forgotten second parameter) and Math.pow (a binary function with a more helpful second parameter) functions.

    Read more...

  • Take Or Leave Functional Programming

    29 Jan 2014

    I appreciate orthogonality in programming. If you name a method in your app “out,” I might expect its pair-opposite, “in” to appear. Even more interesting, I enjoy seeing the implementation of “in” referencing “out” in some way (or visa versa).

    Read more...

  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • »

© 2017 Paul Grenier with help from Jekyll Bootstrap and Twitter Bootstrap