December 16, 2014Lots of web frameworks are being built around the idea of shared middleware these days(Rack, WSGI, OWIN, Connect, etc). Matthew Weier O’Phinney will be talking about the benefits of compose-able middleware in Connect. Seth Larson will have information about the similar approach being taken in …Read more →about Middleware with MWOP
October 14, 2014From prototyping to production, having a light stack can simplify and speed up application development. MongoDB, ExpressJS, Angular and NodeJS team up and form one of web-dev’s latest stacks and in this session we will cover how to build single page applications using these four tools.Read more →about Building SPAs with the MEAN Stack
August 19, 2014For August 19th, we’ll be covering section 4.1.
A nice pdf of the book: https://github.com/sarabander/sicp-pdf/blob/master/sicp.pdf
Public Github Repo for exercises in Clojure: https://github.com/hipplej/sicpRead more →about SICP Discussion
July 29, 2014You’ve heard of Node.js. You’ve even played around with it. But is it a fad? Should you use it at work? Why Node is serious, what makes it a reasonable choice for a long term project, and how to introduce it into your business.Read more →about Serious Node with Bryan Burgers
June 24, 2014By demand, this is a night for members who are stuck or want feedback to bring in anything and talk to others input. Any kind of technical problem as long as it deals with creating or delivering applications is welcome.Read more →about Hack night
June 17, 2014For June 17th, we’ll be covering 3.2 and 3.3
A nice pdf of the book: https://github.com/sarabander/sicp-pdf/blob/master/sicp.pdf
Public Github Repo for exercises in Clojure: https://github.com/hipplej/sicpRead more →about SICP Discussion
May 27, 2014It’s typical in software development to pull data from different sources. However, in the modern world of asynchronicity, data is being retrieved in real-time streams, akin to how developers handle events. Reactive Extensions is a library that makes it easier to code in a reactive, asynchronous, …Read more →about Reactive Extensions with Jason Bock
May 20, 2014For May 20th, we’ll be covering sections 2.5 and 3.1.
A nice pdf of the book: https://github.com/sarabander/sicp-pdf/blob/master/sicp.pdf
Public Github Repo for exercises in Clojure: https://github.com/hipplej/sicp
Public Github Repo for exercises in Racket: …Read more →about SICP Discussion
April 22, 2014As a developer, one of the first things you do when starting a new project is include jQuery and start writing code. That’s the way it’s always been, and works for you. Stop it. Devices are getting smaller, processors are getting slower, and web apps are more complicated. jQuery can cause some …Read more →about You Don't Need jQuery