NodeJS Workshop - Async
August 26, 2014Nodeschool.io Async module, bring your own device. http://nodeschool.io/#asyncyou Read more about NodeJS Workshop - Async
Nodeschool.io Async module, bring your own device. http://nodeschool.io/#asyncyou Read more about NodeJS Workshop - Async
For 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/sicp Read more about SICP Discussion
You’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
By 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
For 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/sicp Read more about SICP Discussion
It’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, composable style. In this session, you’ll get a gentle introduction into this library and how its API works. About the speaker: Jason Bock is a Practice Lead for Magenic (http://www. Read more about Reactive Extensions with Jason Bock
For 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: https://github.com/Combatjuan/miscellus Read more about SICP Discussion
As 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 fairly serious performance issues. So let’s take a step back from jQuery and talk about ways VanillaJS is faster and simpler. Read more about You Don't Need jQuery
For April 15th, we’ll be covering sections 2.3 and 2.4. 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 Another public Github Repo for exercises in Racket and some in Lua: https://github.com/Combatjuan/miscellus/tree/master/sicp Read more about SICP Discussion
Every other month we’re doing workshops with various technologies starting with NodeJS. For March, we’ll be going through NodeSchool.IO’s “Learn Node” module. This covers an introduction to nodejs from console.log through making asynchronous http requests. Josh Broton, Seth Larson, and other members will be available to help people through any problems they run across. Attendees do have to supply their own computer(or pair with someone else who did). If you attended our test run of this in January and completed Learn Node feel free to move on to Stream Adventure, Async, or one of the other modules. Read more about NodeJS Workshop #1