Main Content
Talks at Orlando Code Camp 2013
-
Unlocking the Power of Object-Oriented C#
March 16, 2013 5:00 AMThis lively session will draw and enforce connections among object-oriented design principles and patterns through imaginative visualization, thought experiments, and short live coding demonstrations. This session is NOT an introductory, step-wise overview of SOLID principles; it is an expl…
-
Understanding MVC for Line of Business Development
Greg Leonardo 0 Recommendations
March 16, 2013 9:00 AMNew to MVC and want to understand how to leverage it for developing Line of Business applications? The sessions all will provides a good foundation for using MVC in general line of business development.
-
Keyboard Fu & Automation Zen
March 16, 2013 9:00 AMLearn a set of tools and techniques to leverage the power of the keyboard and can be combined in novel and powerful combinations to get common computing and development task done more efficiently to allow you to become more effective at work.
-
Chalk Talk - Code Style and Standards
Scott Dorman 2 Recommendations
March 16, 2013 9:00 AMCode standards and styles are one of those topics that you either love or hate. Join your fellow developers as we talk about what our experiences have been, what worked, what didn't, and why having them is a good idea. Share your thoughts on what should be considered a standard and why it is…
-
Creating a REST API with Node.js and TypeScript
March 16, 2013 11:00 AMNode.js is a very scalable platform for developing applications using JavaScript and Google's V8 engine. In this session I'll show how to create a RESTful API using Node.js, TypeScript.
-
Test First Development (TDD)
Chad England 0 Recommendations
March 16, 2013 12:00 PMTest First Development will cover what you need to know in order to get started with Unit testing, How it can be applied to new and current projects, along with covering the importance of why we should unit test even though companies have a QA department. github.com/chadit <-- Examples
-
TypeScript - Adding Productivity and Manageability to your JavaScript Apps
March 16, 2013 12:00 PMTypeScript is the kid on the block for giving JavaScript developers, both new and old, added features like type safety, classes and modules to assist us in organizing large scale and even small scale JavaScript applications. Sit in and see where TypeScript can help with your current projects…