Previous Meetings

October 2011 Meeting

JavaScript MVVM with Knockout.js and jQuery Templates

Knockout.js is an MIT licensed, open-source all-Javascript framework that supports two way client-side data binding between a web UI and Javascript view-model. Knockout can be easily introduced into any new or existing website. Knockout substantially reduces the amount of data binding and event handling code you need to write to create dynamic or AJAX web apps. Knockout is compatible with any server side code.

In this presentation Jarrett will walk through getting started with Knockout, show its important features and cover how it relates to the MVVM pattern and jQuery Templates. Knockout is very powerful but only requires a basic understanding of Javascript to get started.

Video

Jarrett Widman is a Chicago based web developer and designer. He has a background in computer art and design from Savannah College of Art and Design, and a long term love of programming. Jarrett has worked as a designer, front and back end developer for many small businesses since 2002 through his own business, 24m2 LLC. His development focus is on ASP.NET and Javascript. Jarrett is also Director of Marketing at Sports Made Personal and Lacrosse America.

When: 10/12/2011 6:00:00 PM Add to your calendar

Where: Redpoint Technologies, 233 South Wacker Dr, Suite 750, Chicago (map)

View Comments

September 2011 Meeting

Objective-C and iOS for .NET Developers

iOS has become a very large target for application development with the popularity of Apple's mobile devices. It will become even more significant as it increasingly influences newer MacOS X versions. And even though there are several options to develop for iOS without knowing Objective-C, learning this native programming language allows you to use all the new technologies right away, without depending on third party developers.

In this presentation, Eduardo will be talking about what it is like for a .NET/C# developer to develop for iOS. The tools are different, and the language, and the platform, so knowing upfront what you will need can save you a lot of time.

Video

Eduardo Scoz is a software engineer/consultant/agilist based in Chicago, IL. With over 15 of experience developing business applications for the web, he currently works for Redpoint Technologies as a Senior Engineer and Agile Coach. During the last 6 years, Eduardo has worked on many different platforms, like .NET, Ruby on Rails, Adobe Flex, Objective-C and MonoTouch.

When: 9/14/2011 6:00:00 PM Add to your calendar

Where: Redpoint Technologies, 233 South Wacker Dr, Suite 750, Chicago (map)

View Comments

August 2011 Meeting

CoffeeScript

CoffeeScript is a small language that compiles to Javascript.

From the official website:

The golden rule of CoffeeScript is: "It's just JavaScript". The code compiles one-to-one into the equivalent JS, and there is no interpretation at runtime. You can use any existing JavaScript library seamlessly (and vice-versa). The compiled output is readable and pretty-printed, passes through JavaScript Lint without warnings, will work in every JavaScript implementation, and tends to run as fast or faster than the equivalent handwritten JavaScript.

In this talk, we will discuss how Coffeescript tries to smooth over the warts in the language without abstracting away the power in it.

Fawad Halim is a developer at Thomson Reuters who loves playing with random programming languages in his spare time.

When: 8/10/2011 6:00:00 PM Add to your calendar

Where: Redpoint Technologies, 233 South Wacker Dr, Suite 750, Chicago (map)

View Comments