The Southern California Code Camp Community
This page lists the sessions that have been submitted for the next SoCal Code Camp. Would you like to be a presenter? Please enter your sessions here. We hope you will offer sessions on topics that you are passionate about! (note just if the site is closed for new session feel free, contact us if you have a session to add)
Learn the critical basics of developing for Android. If you are a Java developer and have little or no mobile development experience, then this is the session you need to get started developing Android applications. This session is excerpted from the UC Irvine curriculum for "Application Development for Android Devices". Read More...
Learn the critical basics of developing for Android. If you are a Java developer and have little or no mobile development experience, then this is the session you need to get started developing Android applications. This session is excerpted from the UC Irvine curriculum for "Application Development for Android Devices".
Tags: Mobile | Linux | Java | Embedded | Android Interested: 186
The Distributed Electronic Cosmic-ray Observatiory (DECO) is global effort to better understand cosmic ray showers by utilizing Android phones as a cosmic-ray detector. Other smartphones are possible. Read More...
The Distributed Electronic Cosmic-ray Observatiory (DECO) is global effort to better understand cosmic ray showers by utilizing Android phones as a cosmic-ray detector. Other smartphones are possible.
Tags: Mobile | Linux | Embedded | Android Interested: 43
Revamped for 2012, this session will guide any level of programmer to greater productivity by providing the information needed to write consistent, maintainable code. Learn about project setup, assembly layout, code style, defensive programming and much, much more. Code tips are included to help you write better, error free applications. Lots of code examples in C# and VB.NET. Read More...
Revamped for 2012, this session will guide any level of programmer to greater productivity by providing the information needed to write consistent, maintainable code. Learn about project setup, assembly layout, code style, defensive programming and much, much more. Code tips are included to help you write better, error free applications. Lots of code examples in C# and VB.NET.
Tags: VB.NET | Development | Code | C# | Best Practices | .NET Interested: 118
Eight quick, short gems of Multithreading, with code and how-tos. Task characteristics, synchronization, cancellation, continuations, concurrent collections, producers/consumers, error handling, etc. Get the slides Read More...
Eight quick, short gems of Multithreading, with code and how-tos.
Task characteristics, synchronization, cancellation, continuations, concurrent collections, producers/consumers, error handling, etc.
Get the slides
Tags: TPL | Parallel Processing | Multithreading | C# | .NET Interested: 101
Reflection is incredibly powerful and critically important. In this code-intensive session, you will learn about reflection and will leave with simple strategies for using it and making it maintainable. We will construct classes dynamically (even with parameters), invoke class methods, build a Factory Method, and synchronize data across classes. Read More...
Reflection is incredibly powerful and critically important.
In this code-intensive session, you will learn about reflection and will leave with simple strategies for using it and making it maintainable.
We will construct classes dynamically (even with parameters), invoke class methods, build a Factory Method, and synchronize data across classes.
Tags: Reflection | C# | .NET Interested: 132
Pair-up with the presenter for an agile TDD development session designed to give you an understanding of the process, and some pitfalls, of Test Driven Development. Read More...
Pair-up with the presenter for an agile TDD development session designed to give you an understanding of the process, and some pitfalls, of Test Driven Development.
Tags: Visual Studio | unit tests | Testing | TDD | Rhino Mocks | Mocking | Dependency Injection | C# | Agile Interested: 96
Clean Code That Works - That is the goal, and getting there is half the fun. Working with a legacy mess can be frustrating, boring, dangerous, and time-consuming. It can be a nightmare. I've been there, you've been there. How do we return to pleasant dreams? That is what this code-centric session is all about. Read More...
Clean Code That Works - That is the goal, and getting there is half the fun. Working with a legacy mess can be frustrating, boring, dangerous, and time-consuming. It can be a nightmare. I've been there, you've been there. How do we return to pleasant dreams? That is what this code-centric session is all about.
Tags: Refactoring | Monkeys | Extreme | Clean Code | C# | Agile Interested: 139
Tags: Refactoring | Monkeys | Extreme | Clean Code | C# | Agile Interested: 129
Please watch the trailer and then the full movie HERE. This session puts a collection of (new?) information in front of software developers with the idea that our creative, analytical, and solution-oriented minds can bounce around concepts for our mutual benefit and understanding. Read More...
Please watch the trailer and then the full movie HERE. This session puts a collection of (new?) information in front of software developers with the idea that our creative, analytical, and solution-oriented minds can bounce around concepts for our mutual benefit and understanding.
Tags: THRIVE | solutions | Oil | NASA | energy | Banking Interested: 20
In this session we'll take a very detailed look at the ASP.NET MVC is the model binding mechanism. We'll examine how to model-bind complex collections using the default binder. We'll also build a custom model binder. This session will teach you how to get the most benefit out of the binding system and how it can be easily extended to fit any custom situation. Read More...
In this session we'll take a very detailed look at the ASP.NET MVC is the model binding mechanism. We'll examine how to model-bind complex collections using the default binder. We'll also build a custom model binder. This session will teach you how to get the most benefit out of the binding system and how it can be easily extended to fit any custom situation.
Tag: ASP.NET MVC Interested: 117
We've been hearing about "Agile" for a long time now - but does it work? It does, and I've used the concepts of Lean and Agile Software Development to solve some pretty nasty development situations. In this interactive presentation I'll be laying the groundwork for Agile Success in your project. You too can have success. Read More...
We've been hearing about "Agile" for a long time now - but does it work? It does, and I've used the concepts of Lean and Agile Software Development to solve some pretty nasty development situations. In this interactive presentation I'll be laying the groundwork for Agile Success in your project. You too can have success.
Tags: Scrum | Monkeys | Lean | Kanban | Extreme | Agile Interested: 116
EXPERTS ONLY SESSION - We've been hearing about "Agile" for a long time now - but does it work? It does, and I've used the concepts of Lean and Agile Software Development to solve some pretty nasty development situations. Read More...
EXPERTS ONLY SESSION - We've been hearing about "Agile" for a long time now - but does it work? It does, and I've used the concepts of Lean and Agile Software Development to solve some pretty nasty development situations.
Tags: Scrum | Monkeys | Lean | Kanban | Extreme | Agile Interested: 59
There are a lot of books/websites/consultants out there who have something to say about Agile and Scrum. But does it really work, in real-life situations? In this interactive session you will learn about real world success stories, as well as not so successful Agile teams. Learn how to do Agile the real world way! Read More...
There are a lot of books/websites/consultants out there who have something to say about Agile and Scrum. But does it really work, in real-life situations? In this interactive session you will learn about real world success stories, as well as not so successful Agile teams. Learn how to do Agile the real world way!
Tags: Scrum | Agile Interested: 110
The Managed Extensibility Framework (MEF) is one of the coolest and most exciting new features of .NET Framework 4. It allows application developers to discover and use extensions at runtime with no configuration required. It also lets extension developers easily encapsulate code and avoid fragile hard dependencies. Read More...
The Managed Extensibility Framework (MEF) is one of the coolest and most exciting new features of .NET Framework 4. It allows application developers to discover and use extensions at runtime with no configuration required. It also lets extension developers easily encapsulate code and avoid fragile hard dependencies.
Tags: prism | MEF | Managed Extensibility Framework | DI | Dependency Injection Interested: 97
Allowing applications to discover and use extensions (plug-ins) at runtime with little required configuration can present unique design-time challenges. This cookbook-type session will take a problem-solution approach to the most common issues encountered when using MEF. Read More...
Allowing applications to discover and use extensions (plug-ins) at runtime with little required configuration can present unique design-time challenges. This cookbook-type session will take a problem-solution approach to the most common issues encountered when using MEF.
Tags: prism | MEF | Managed Extensibility Framework | DI | Dependency Injection Interested: 91
There are quite a few 3rd party devices that attach to a smartphone's 3.5 mm headphone jack, Square's Credit Card reader, being just one of them. In this session we will reveal the magic behind this cool innovative trick. Come to learn how it was done and how your mobile app too, could take advantage of the headphone jack. Read More...
There are quite a few 3rd party devices that attach to a smartphone's 3.5 mm headphone jack, Square's Credit Card reader, being just one of them. In this session we will reveal the magic behind this cool innovative trick. Come to learn how it was done and how your mobile app too, could take advantage of the headphone jack.
Tags: Mobile | Linux | Java | iPhone | iPad | Embedded | Arduino | Android Interested: 97
Architecting for Multiple User Interfaces Read More...
Architecting for Multiple User Interfaces
Tags: WCF | Architecture Interested: 128
This session is about building ASP.NET MVC3 applications using many of the great open source tools out there. We'll examine a scaffolder that lets you build asp.net mvc applications quickly, a logger that can be added to an existing site with 1 click, a library for using Razor to generate email templates, advanced data grids and more. Read More...
This session is about building ASP.NET MVC3 applications using many of the great open source tools out there. We'll examine a scaffolder that lets you build asp.net mvc applications quickly, a logger that can be added to an existing site with 1 click, a library for using Razor to generate email templates, advanced data grids and more.
Tag: ASP.NET MVC Interested: 144
There are quite a few things that you can do with Azure that aren't openly advertised or included out of the box. Come and learn some of the things that are possible with a little bit of ingenuity. Read More...
There are quite a few things that you can do with Azure that aren't openly advertised or included out of the box. Come and learn some of the things that are possible with a little bit of ingenuity.
Tags: Cloud | Azure | ASP.NET MVC Interested: 41
In about 1 hour, you could make your very own iPad or iPhone app. Learn the basics of Xcode and Objective-C and how apps work in iOS. Read More...
In about 1 hour, you could make your very own iPad or iPhone app. Learn the basics of Xcode and Objective-C and how apps work in iOS.
Tags: Xcode | Objective-C | iPhone | iPad | iOS Interested: 210
Are you afraid of making estimates? You are not alone! Do you know why making quality estimates AND tracking actuals is so important? Can you really estimate how long a football game will be? Learn the importance ... Read More...
Are you afraid of making estimates? You are not alone! Do you know why making quality estimates AND tracking actuals is so important? Can you really estimate how long a football game will be? Learn the importance ...
Tag: Best Practices Estimating Tracking Interested: 186
Have you wondered…how to manage the ‘moving target’ of requirements? Learn key, common sense, concepts to provide an improved foundation to your skill set. Grasp how to embrace uncertainty that is inherent and inevitable in software development projects and ... Read More...
Have you wondered…how to manage the ‘moving target’ of requirements? Learn key, common sense, concepts to provide an improved foundation to your skill set. Grasp how to embrace uncertainty that is inherent and inevitable in software development projects and ...
Tag: Requirements Gathering Best Practices Interested: 176
What is happening in BI now? Everyone seems to be talking about noSQL, Big Data and the Cloud. What does this really mean to you and your company's data? Read More...
What is happening in BI now? Everyone seems to be talking about noSQL, Big Data and the Cloud. What does this really mean to you and your company's data?
Tags: SQL Azure | Hadoop | Google | Big Data | BI | Azure | AWS Interested: 80
This session will discuss branching and merging with Team Foundation Server and Visual Studio ALM 2010. We'll begin with a quick overview of the TFS source control system, then explore several strategies for managing project source control. Read More...
This session will discuss branching and merging with Team Foundation Server and Visual Studio ALM 2010. We'll begin with a quick overview of the TFS source control system, then explore several strategies for managing project source control.
Tags: Visual Studio ALM | TFS | Branching and Merging | Application Lifecycle Management Interested: 69
Want a free tool to easily create, customize, and publish your website? I will introduce you to WebMatrix before diving into demos of how WebMatrix makes it easy for 2 users to create, customize, and publish a WordPress blog and a photo gallery site. bit.ly/alicerp Read More...
Want a free tool to easily create, customize, and publish your website? I will introduce you to WebMatrix before diving into demos of how WebMatrix makes it easy for 2 users to create, customize, and publish a WordPress blog and a photo gallery site. bit.ly/alicerp
Tags: WordPress | WebMatrix | Razor syntax | Microsoft | ASP.NET Interested: 94
PayPal Access is a centralized commerce identity system built on the open source foundations of OpenID. Unlike most identity systems that are built on social data of perceived user data, PayPal Access drives home the ideal of using concrete real identity as a centralized user profile to make identity work for the ecommerce world. Read More...
PayPal Access is a centralized commerce identity system built on the open source foundations of OpenID. Unlike most identity systems that are built on social data of perceived user data, PayPal Access drives home the ideal of using concrete real identity as a centralized user profile to make identity work for the ecommerce world.
Tags: openid | Open Source | Identity Interested: 59
Learn how to use Express, the popular MVC framework for Node.JS to build production web applications for Windows Azure. Read More...
Learn how to use Express, the popular MVC framework for Node.JS to build production web applications for Windows Azure.
Tags: Windows Azure | node.js | JavaScript | Express Interested: 13
As websites become more interactive, the demand for real-time updates increases. Learn why node.js is a good fit for the real-time web and how easy it is to get started. Read More...
As websites become more interactive, the demand for real-time updates increases. Learn why node.js is a good fit for the real-time web and how easy it is to get started.
Tags: node.js | JavaScript Interested: 79
How to quickly build and deploy Cloud Telephony SMS & Voice Apps using the Voxeo Tropo API and Phono in .NET, Groovy, Jquery, Java, PHP, Python, Ruby or Phonegap and Phone Mobile SDK for Mobile Devices. Read More...
How to quickly build and deploy Cloud Telephony SMS & Voice Apps using the Voxeo Tropo API and Phono in .NET, Groovy, Jquery, Java, PHP, Python, Ruby or Phonegap and Phone Mobile SDK for Mobile Devices.
Tags: Voxeo | VOICE | TROPO | Speech | SMS | Ruby | Python | phpfog | PHP | phono mobile | phono | phonegap | JQuery | JavaScript | Java | Groovy | .NET Interested: 31
There are two great ways to build .NET web applications: Web Forms and MVC. In this session, you will learn advantages and disadvantages of ASP.NET Web Forms and ASP.NET MVC for different scenarios, and what they have in common. Whether you are new to ASP.NET or you are a veteran web developer, this session will help you decide which to use on your next project. Read More...
There are two great ways to build .NET web applications: Web Forms and MVC. In this session, you will learn advantages and disadvantages of ASP.NET Web Forms and ASP.NET MVC for different scenarios, and what they have in common. Whether you are new to ASP.NET or you are a veteran web developer, this session will help you decide which to use on your next project.
Tags: ASP.NET MVC | ASP.NET Interested: 134
Let's write some CODE. Often at conferences all we do is talk about code, or listen to other people talk about code - A coding dojo skips the talk (mostly) and we all join together to WRITE CODE. This is a hands on experience and everyone who wants to participate will be able to join in. Read More...
Let's write some CODE. Often at conferences all we do is talk about code, or listen to other people talk about code - A coding dojo skips the talk (mostly) and we all join together to WRITE CODE. This is a hands on experience and everyone who wants to participate will be able to join in.
Tags: Monkeys | Lean | Extreme | Clean Code | Agile Interested: 79
Let's write some CODE. Often at conferences all we do is talk about code - A coding dojo skips the talk (mostly) and we all join together to WRITE CODE. This is a hands on experience and everyone who wants to participate will be able to join in. Read More...
Let's write some CODE. Often at conferences all we do is talk about code - A coding dojo skips the talk (mostly) and we all join together to WRITE CODE. This is a hands on experience and everyone who wants to participate will be able to join in.
Tags: Monkeys | Lean | Extreme | Clean Code | Agile Interested: 72
This session takes us through the Text Template Transformation Toolkit and how it can be used to generate code on the fly. MVC and Entity Framework use T4 templates and we'll look at how to customize the code they build by editing their templates. Read More...
This session takes us through the Text Template Transformation Toolkit and how it can be used to generate code on the fly. MVC and Entity Framework use T4 templates and we'll look at how to customize the code they build by editing their templates.
Tags: Templates | T4 | MVC | EF | Code generation | .NET Interested: 82
Everyone has an API these days. One of the best ways to interact with APIs and get a feel for how they work is to use Soap UI, a tool that allows you to interact with APIs without having to write your own client. But using Soap UI can be frustrating. This session will provide a live-action overview of using Soap UI to interact with several different APIs. Read More...
Everyone has an API these days. One of the best ways to interact with APIs and get a feel for how they work is to use Soap UI, a tool that allows you to interact with APIs without having to write your own client. But using Soap UI can be frustrating. This session will provide a live-action overview of using Soap UI to interact with several different APIs.
Tags: SOAP | REST | API Interested: 70
CSS3 is one of the hottest topics in web design nowadays. It offers new features that can turn your regular website into a beautiful and visually appealing experience. In this session I will cover how to properly make use of typography, color, texture and white space to design a beautiful website Read More...
CSS3 is one of the hottest topics in web design nowadays. It offers new features that can turn your regular website into a beautiful and visually appealing experience. In this session I will cover how to properly make use of typography, color, texture and white space to design a beautiful website
Tags: web design | HTML | grid | Design | CSS3 | 960 Interested: 208
MEF makes it easy to write extensible applications, but brings new, difficult to diagnose failures. Learn background information on MEF failures, and see failed MEF composition and resolutions. Learn how to combine diagnostics with the ApprovalTest library to create automated MEF integration tests. Read More...
MEF makes it easy to write extensible applications, but brings new, difficult to diagnose failures. Learn background information on MEF failures, and see failed MEF composition and resolutions. Learn how to combine diagnostics with the ApprovalTest library to create automated MEF integration tests.
Tags: MEF | C# Interested: 25
This session provides a brief introduction to Windows Embedded Compact, talks about the development environment and opportunities. After the brief introduction, the session continues with 2 hands-on exercises, in step-by-step format, to show the steps to develop a Windows Embedded Compact application in managed code and a Windows Network Projector device from the Visual Studio IDE. Read More...
This session provides a brief introduction to Windows Embedded Compact, talks about the development environment and opportunities. After the brief introduction, the session continues with 2 hands-on exercises, in step-by-step format, to show the steps to develop a Windows Embedded Compact application in managed code and a Windows Network Projector device from the Visual Studio IDE.
Tags: Windows Embedded Compact | Windows CE | .NET Compact Framework Interested: 24
Price of gas getting you down? Smell of exhaust makes you close the windows? Noisy streets keepin' you awake? We'll talk about electric cars, wha'ts available, what is not and explore the echosystem of the current EV generation. Read More...
Price of gas getting you down? Smell of exhaust makes you close the windows? Noisy streets keepin' you awake?
We'll talk about electric cars, wha'ts available, what is not and explore the echosystem of the current EV generation.
Tag: Electric Cars Interested: 21
Content Management Systems or CMS are more popular than ever to quickly and easily build a website. They offer tons of features that can help you build a pretty sophisticated website in minutes. Come join me so I can show you why Drupal is one of the most powerful, robust and flexible CMS. Did I mention Drupal is 100% free? Read More...
Content Management Systems or CMS are more popular than ever to quickly and easily build a website. They offer tons of features that can help you build a pretty sophisticated website in minutes. Come join me so I can show you why Drupal is one of the most powerful, robust and flexible CMS. Did I mention Drupal is 100% free?
Tags: drupal | CMS Interested: 94
Asynchronous programming in C# has always been a pain. Data often needs to be passed around in various EventArgs and it's easy to get lost in the flow of execution through a sea of callbacks. It's more important than ever to write asynchronous code and it's about to get a lot easier. We'll look at the new tools and new simplified syntax coming in .NET 4.5 that allow async Read More...
Asynchronous programming in C# has always been a pain. Data often needs to be passed around in various EventArgs and it's easy to get lost in the flow of execution through a sea of callbacks. It's more important than ever to write asynchronous code and it's about to get a lot easier. We'll look at the new tools and new simplified syntax coming in .NET 4.5 that allow async
Tags: C# | Async | .NET Interested: 130
Every application uses validation and business rules, but not every application takes advantage of the most effective approaches to implementing business requirements. In this session, you will learn how to design business rule and validation strategies using effective design patterns that enable your applications to be testable, flexible and easier to maintain. Read More...
Every application uses validation and business rules, but not every application takes advantage of the most effective approaches to implementing business requirements. In this session, you will learn how to design business rule and validation strategies using effective design patterns that enable your applications to be testable, flexible and easier to maintain.
Tags: WPF | ASP.NET | .NET Framework Interested: 132
F# is functional programming language. Originally, developed by Microsoft Research. It is fully supported by Microsoft Development Division in Visual Studio 2010. Presentation will provide overview of the language and include fundamental programming concepts. Read More...
F# is functional programming language. Originally, developed by Microsoft Research. It is fully supported by Microsoft Development Division in Visual Studio 2010. Presentation will provide overview of the language and include fundamental programming concepts.
Tag: Functional Programming Interested: 27
F# is functional programming language. It is fully supported by Microsoft Development Division in Visual Studio 2010. Presentation will provide overview of the functional programming techniques. Read More...
F# is functional programming language. It is fully supported by Microsoft Development Division in Visual Studio 2010. Presentation will provide overview of the functional programming techniques.
Tag: Functional Programming Interested: 22
In this seminar session, you will learn multiple IT career strategies for maximizing both the Love and the Money of your multidimensional IT career. Read More...
In this seminar session, you will learn multiple IT career strategies for maximizing both the Love and the Money of your multidimensional IT career.
Tags: salary | Development | Contracting | Community | career Interested: 77
Break out of the cubicle and head for the boardroom. Read More...
Break out of the cubicle and head for the boardroom.
Tags: leadership | ceo | career moves Interested: 100
In the footsteps of Da Vinci, Edison and Jobs, leadership skills for innovating. Read More...
In the footsteps of Da Vinci, Edison and Jobs, leadership skills for innovating.
Tags: professional skills | leadership | innovation | career moves Interested: 90
From Zero to a Service-Oriented Architecture Read More...
From Zero to a Service-Oriented Architecture
Tag: WCF Interested: 126
This session is a first look at Metro Style apps. We will go over the environment including the WinRT and Process Lifetime Management . Demonstrate a simple Metro style app using Xaml. Learn how you can monetize your app via the Windows Store. Read More...
This session is a first look at Metro Style apps. We will go over the environment including the WinRT and Process Lifetime Management . Demonstrate a simple Metro style app using Xaml. Learn how you can monetize your app via the Windows Store.
Tags: WinRT | Win8 | Metro Interested: 95
This talk will cover major conceptes in my opinion on game development with a small team or a single developer. My wife and I have made games for Android market and had fun doing it. Also our users love our product, come find out why. Read More...
This talk will cover major conceptes in my opinion on game development with a small team or a single developer. My wife and I have made games for Android market and had fun doing it. Also our users love our product, come find out why.
Tags: WP7 | iPhone | Games | Apps | Android Interested: 131
What do programmers really want? Do you work at a great or bad company? Are you frustrated with your job? Are you stressed out to the point your head wants to explode? What can be done about this and more subjects? Attend this session and find out the answers from your fellow geeks. This will be a highly colabriate session and you are guarenteed to learn a lot! Read More...
What do programmers really want? Do you work at a great or bad company? Are you frustrated with your job? Are you stressed out to the point your head wants to explode? What can be done about this and more subjects? Attend this session and find out the answers from your fellow geeks. This will be a highly colabriate session and you are guarenteed to learn a lot!
Tags: Development | Developers | coaching Interested: 27
Do you use delegates in .NET? If so, then Func<T> and Action<T> are just waiting to make your life easier. Not using delegates? Maybe you should. We'll take a look at what delegates are, why you would want to use them, and how to use Func<T> and Action<T> to tie things all together (with a few Lambdas thrown in just for fun). Read More...
Do you use delegates in .NET? If so, then Func<T> and Action<T> are just waiting to make your life easier. Not using delegates? Maybe you should. We'll take a look at what delegates are, why you would want to use them, and how to use Func<T> and Action<T> to tie things all together (with a few Lambdas thrown in just for fun).
Tags: Delegates | .NET Interested: 95
Heard about Windows Azure, but haven't tried it out yet? This session will introduce you to the basics of Windows Azure and the tools you need to get started using it! Read More...
Heard about Windows Azure, but haven't tried it out yet? This session will introduce you to the basics of Windows Azure and the tools you need to get started using it!
Tags: Cloud | Azure Interested: 40
Learn how to set up your development environment, write and deploy a 'Hello Google' app. Next learn about data storage for your applicaiton in Google's cloud. Read More...
Learn how to set up your development environment, write and deploy a 'Hello Google' app. Next learn about data storage for your applicaiton in Google's cloud.
Tags: NoSQL | MySQL | Google | Cloud Interested: 110
Have you ever heard of the Getting Things Done organizational method? If not you can check out the over view at http://en.wikipedia.org/wiki/Getting_Things_Done and then come to this talk and see how I and others have implemented it for the unique working style of developers. Read More...
Have you ever heard of the Getting Things Done organizational method? If not you can check out the over view at http://en.wikipedia.org/wiki/Getting_Things_Done and then come to this talk and see how I and others have implemented it for the unique working style of developers.
Tag: GTD Interested: 143
Grid Systems are becoming an essential tool on a designer's toolbox. They offer the ability to rapidly prototype a website. They are cross-browser compaible and provide flexibility when designing a multi-column layout. They come as fixed, fluid and responsive. In this session we will discuss how to pick the right one for your next web project. Read More...
Grid Systems are becoming an essential tool on a designer's toolbox. They offer the ability to rapidly prototype a website. They are cross-browser compaible and provide flexibility when designing a multi-column layout. They come as fixed, fluid and responsive. In this session we will discuss how to pick the right one for your next web project.
Tags: responsive | grid system | grid | foundation | css frameworks | 960 Interested: 115
The Pragmatic Programmer advises us to learn a new language every year, if for no other reason than to compare it to the language(s) we use daily in order to keep our skills sharp. So, how about a whirlwind tour of Groovy? Groovy is the dynamic-language counterpart to Java that is much more succinct than Java, so it can greatly enhance productivity. Read More...
The Pragmatic Programmer advises us to learn a new language every year, if for no other reason than to compare it to the language(s) we use daily in order to keep our skills sharp. So, how about a whirlwind tour of Groovy? Groovy is the dynamic-language counterpart to Java that is much more succinct than Java, so it can greatly enhance productivity.
Tags: languages | Java | Groovy Interested: 29
This session is about learning to use your memory more effectively. Learn faster. Look smarter. Make your brain better. Read More...
This session is about learning to use your memory more effectively. Learn faster. Look smarter. Make your brain better.
Tag: Learning Interested: 128
Have you ever not gotten a job due to not being prepared for the technical interview? I've have interviewed 100's of software developers and will share my knowledge on how to survive, what we look for and even divulge some of the secrets we use during the process. This session will include advice from hiring managers and even recruiters! Read More...
Have you ever not gotten a job due to not being prepared for the technical interview? I've have interviewed 100's of software developers and will share my knowledge on how to survive, what we look for and even divulge some of the secrets we use during the process. This session will include advice from hiring managers and even recruiters!
Tags: Developers | coaching | Career counseling | career Interested: 141
Perfect session for those who have not started the HTML5 journey, or who are skeptical to start now. Read More...
Perfect session for those who have not started the HTML5 journey, or who are skeptical to start now.
Tag: HTML5 Interested: 230
Best practices tell us to program to an interface rather than a concrete class. Let's start by understanding what a .NET Interface is and what it means to our code (and maybe meet abstract classes along the way). After that, we'll look at a couple of practical implementations that can make our code more robust and extensible. Read More...
Best practices tell us to program to an interface rather than a concrete class. Let's start by understanding what a .NET Interface is and what it means to our code (and maybe meet abstract classes along the way). After that, we'll look at a couple of practical implementations that can make our code more robust and extensible.
Tags: Interfaces | Abstract Classes | .NET Interested: 133
Learn how to setup, configure, and manage IIS 7 and IIS 7.5. Read More...
Learn how to setup, configure, and manage IIS 7 and IIS 7.5.
Tag: IT Interested: 69
We all know that Mobile Development is the big talk of the moment, but getting started brings more questions than answers. The good news is that you can relax for now. There is a new and exciting way to do it all in simple ways. Read More...
We all know that Mobile Development is the big talk of the moment, but getting started brings more questions than answers. The good news is that you can relax for now. There is a new and exciting way to do it all in simple ways.
Tags: phonegap | iPhone | iPad | iOS | HTML5 | Android Interested: 161
Node.JS is a popular server-side JavaScript framework for handling real-time and distributed data processing. In this session you'll learn what Node.JS is, how it works under the hood, and what scenarios it's useful you. You'll also learn how to deploy it to Windows Azure and manage it inside of IIS 7. Read More...
Node.JS is a popular server-side JavaScript framework for handling real-time and distributed data processing. In this session you'll learn what Node.JS is, how it works under the hood, and what scenarios it's useful you. You'll also learn how to deploy it to Windows Azure and manage it inside of IIS 7.
Tags: Windows Azure | node.js | JavaScript Interested: 77
A lot of work has been done of the the years with Test Driven Development. With new test runners on the market for SQL, we can now start to bring TDD into SQL. This session will be using SQL Server Management Studio (SSMS) as the test runner. Read More...
A lot of work has been done of the the years with Test Driven Development. With new test runners on the market for SQL, we can now start to bring TDD into SQL. This session will be using SQL Server Management Studio (SSMS) as the test runner.
Tags: Unit Testing | TDD | SQL TDD | SQL Server | SQL Interested: 80
A lot of work has been done of the the years with Test Driven Development. With new test runners on the market for SQL, we can now start to bring TDD into SQL. This session will be using Visual Studio 2010 for a Database Test runner. Read More...
A lot of work has been done of the the years with Test Driven Development. With new test runners on the market for SQL, we can now start to bring TDD into SQL. This session will be using Visual Studio 2010 for a Database Test runner.
Tags: TDD | SQL TDD | SQL Server | SQL | Best Practices Interested: 63
This presentation will provide a good overview of what unit testing is, and how it applies to SQL. We will go over some of the SQL Unit testing frameworks, and dive a bit deeper into the "Data Dude" or Visual Studio Database Unit Testing. Read More...
This presentation will provide a good overview of what unit testing is, and how it applies to SQL. We will go over some of the SQL Unit testing frameworks, and dive a bit deeper into the "Data Dude" or Visual Studio Database Unit Testing.
Tags: Unit Testing | SQL Unit Testing | SQL Server | SQL Interested: 83
This demo-rich session will cover some of the core APIs and development patterns used to develop natural user interfaces with the XBox Kinect SDK. After a brief introduction to the Kinect sensor hardware and API architecture we will cover the Skeleton Tracking API, the Voice Recognition API and if time permits the Depth Data API. Read More...
This demo-rich session will cover some of the core APIs and development patterns used to develop natural user interfaces with the XBox Kinect SDK. After a brief introduction to the Kinect sensor hardware and API architecture we will cover the Skeleton Tracking API, the Voice Recognition API and if time permits the Depth Data API.
Tags: XBox | user interface | Speech Recognition | Skeleton Tracking | SDK | NUI | Natura | Microsoft | Kinect | Game Development | Depth Data Interested: 80
Understanding XAML (eXtensible Application Markup Language) is a key to creating the great .NET user experiences in WPF, Silverlight, and Windows Phone. We will introduce the basic concepts around XAML and take a look at the markup to see where we can tweak our UI to get the results we want. Read More...
Understanding XAML (eXtensible Application Markup Language) is a key to creating the great .NET user experiences in WPF, Silverlight, and Windows Phone. We will introduce the basic concepts around XAML and take a look at the markup to see where we can tweak our UI to get the results we want.
Tags: XAML | .NET Interested: 89
This session is designed for those only use Javascript to write validation code but would like to get up to speed with modern Javascript. We will discuss Javascript type, type conversion, object, and functional style programming. I will try to set up everything needed to learn and use JQuery effectively. Read More...
This session is designed for those only use Javascript to write validation code but would like to get up to speed with modern Javascript. We will discuss Javascript type, type conversion, object, and functional style programming. I will try to set up everything needed to learn and use JQuery effectively.
Tags: JQuery | Javscript Interested: 137
Want to better understand ITIL v3, what it means to you as a developer and how you can sell it to your boss and/or your organization? Read More...
Want to better understand ITIL v3, what it means to you as a developer and how you can sell it to your boss and/or your organization?
Tag: ITIL Interested: 10
This session is all about Knockout JS, a great new library that allows you to use the MVVM pattern in JavaScript. We'll explore Knockout and look at how you can easily enhance an existing web application and interact with ASP.NET MVC3. We'll run through a few real world examples and see tips and tricks. Read More...
Tags: MVVM | JavaScript Interested: 73
In this session I will show how to combine JQuery Mobile with Backbone.js and a ASP.NET MVC back-end. The end result is a website which is fast, efficient, and easier to enhance and maintain. Read More...
In this session I will show how to combine JQuery Mobile with Backbone.js and a ASP.NET MVC back-end. The end result is a website which is fast, efficient, and easier to enhance and maintain.
Tags: JQuery | JavaScript | Backbone | ASP.NET MVC Interested: 105
Ever hear of the Law of Attraction as popularized by the book/movie The Secret? Ever wonder why when you bang your head against the wall on a challenging coding problem that the solution continues to escape you; but, when you “believe” that a solution exists that it somehow reveals itself as if by magic? Read More...
Ever hear of the Law of Attraction as popularized by the book/movie The Secret?
Ever wonder why when you bang your head against the wall on a challenging coding problem that the solution continues to escape you; but, when you “believe” that a solution exists that it somehow reveals itself as if by magic?
Tag: Law of Attraction Interested: 49
You already use Design Patterns but probably don't know it. Observer, Adapter, Iterator, Proxy -- Learning the lingo allows you to better communicate your ideas with other developers. We'll take a look at several GoF patterns that we regularly use without realizing it. Don't know who the GoF is? Join us to find out. Read More...
You already use Design Patterns but probably don't know it. Observer, Adapter, Iterator, Proxy -- Learning the lingo allows you to better communicate your ideas with other developers. We'll take a look at several GoF patterns that we regularly use without realizing it. Don't know who the GoF is? Join us to find out.
Tag: Design Patterns Interested: 119
Nokia will be bringing 100 million users of Windows Phones. Are you ready to develop your Windows Phone App and submit to Windows Phone Marketplace and watch cash rolling in millions? Read More...
Nokia will be bringing 100 million users of Windows Phones. Are you ready to develop your Windows Phone App and submit to Windows Phone Marketplace and watch cash rolling in millions?
Tags: Windows Phone | Marketplace Interested: 84
In this session you'll see how to create solutions that are "mobile & global" by combining web and cloud: HTML5, mobile devices, and open standards on the web client and MVC, Windows Azure, and social networking on the web server. The result is web-cloud applications that can run anywhere and everywhere. Read More...
In this session you'll see how to create solutions that are "mobile & global" by combining web and cloud: HTML5, mobile devices, and open standards on the web client and MVC, Windows Azure, and social networking on the web server. The result is web-cloud applications that can run anywhere and everywhere.
Tags: WEB | HTML5 | Cloud | Azure Interested: 80
This presentation covers the core concepts of the MVVM model. Read More...
This presentation covers the core concepts of the MVVM model.
Tag: MVVM Interested: 35
MVVM in XAML: Simple and Easy Read More...
MVVM in XAML: Simple and Easy
Tags: XAML | MVVM Interested: 49
Learn what developers need to know about networking (The TCP/IP kind, not the Facebook kind). Read More...
Learn what developers need to know about networking (The TCP/IP kind, not the Facebook kind).
Tag: IT Interested: 82
RDBMS getting you down? Come experience an alternative! In this 2 part session we'll learn how to install, create and use MongoDB. ( see http://mongodb.org) . You will gain valuable insight into the key aspects of the NoSql approach and hands on demonstration getting you up and running quickly. Read More...
RDBMS getting you down? Come experience an alternative! In this 2 part session we'll learn how to install, create and use MongoDB. ( see http://mongodb.org) . You will gain valuable insight into the key aspects of the NoSql approach and hands on demonstration getting you up and running quickly.
Tags: NoSQL | MongoDB Interested: 163
RDBMS getting you down? Come experience an alternative! In this 2 part session we'll learn how to install, create and use MongoDB. ( see MongoDB.Org) . You will gain valuable insight into the key aspects of the NoSql approach and hands on demonstration getting you up and running quickly. Read More...
RDBMS getting you down? Come experience an alternative!
In this 2 part session we'll learn how to install, create and use MongoDB. ( see MongoDB.Org) .
You will gain valuable insight into the key aspects of the NoSql approach and hands on demonstration getting you up and running quickly.
Tags: NoSQL | MongoDB Interested: 145
I will give you the tools and techniques that you’ll need to optimize your daily life, so you can get more of the right things done, faster. GTD+ Read More...
I will give you the tools and techniques that you’ll need to optimize your daily life, so you can get more of the right things done, faster. GTD+
Tags: Tools | Productivity | GTD | Efficiency Interested: 113
In this session get all of your questions answered on video creation, rendering and deployment of videos for use with apps on the Phone 7. What size do I render it as? What editing tools do I use? What player do I use? How well does it play with WI-FI? How well does it play over the cellular network? How do I use IIS Smooth Streaming? Read More...
In this session get all of your questions answered on video creation, rendering and deployment of videos for use with apps on the Phone 7. What size do I render it as? What editing tools do I use? What player do I use? How well does it play with WI-FI? How well does it play over the cellular network? How do I use IIS Smooth Streaming?
Tags: video | Phone 7 | Movie maker | IIS | Encoder | C# Interested: 27
Windows 8 provides many powerful ways to consume and share data. We will cover how to integrate with live services, devices, sensors , and sharing data with other applications. Read More...
Windows 8 provides many powerful ways to consume and share data.
We will cover how to integrate with live services, devices, sensors , and sharing data with other applications.
Tags: WinRT | Win8 | Metro Interested: 50
A developer's introduction to high availability, scalability and distributed cache management using Microsoft platform without getting all cloudy. Learn how to utilize the caching features of AppFabric such as Scalable in-memory, distributed cache for any serializable data, Seamless integration with ASP.NET, High availability and dynamic scale-out of cluster nodes. Read More...
A developer's introduction to high availability, scalability and distributed cache management using Microsoft platform without getting all cloudy. Learn how to utilize the caching features of AppFabric such as Scalable in-memory, distributed cache for any serializable data, Seamless integration with ASP.NET, High availability and dynamic scale-out of cluster nodes.
Tags: Scalability | MVC | High Availability | distributed systems | Caching | ASP.NET | AppFabric Interested: 27
Are you having difficulty managing your projects? Are you about to enter the uncharted territory of project management? Why are your customer’s expectations always differently from yours? Do you know how to communicate effectively to your customer, teammates, and your management? Come early, sit close and ... Read More...
Are you having difficulty managing your projects? Are you about to enter the uncharted territory of project management? Why are your customer’s expectations always differently from yours? Do you know how to communicate effectively to your customer, teammates, and your management? Come early, sit close and ...
Tag: Project Management Best Practices Interested: 114
Several past code camp attendees have asked us to do a web hosting session. We'll have a few of our staff in this session and we will address any questions you may have about application development, deployment, maintanance, domains, hosting, hosting industry - from our point of view as a web hosting provider. Read More...
Several past code camp attendees have asked us to do a web hosting session. We'll have a few of our staff in this session and we will address any questions you may have about application development, deployment, maintanance, domains, hosting, hosting industry - from our point of view as a web hosting provider.
Tag: hosting Interested: 25
JQuery is one of the gift from the open source world. It is small, fast and powerful Javascript library. One can do a lot of things with just a few lines of code. Join me for a fun session of case studies. Read More...
JQuery is one of the gift from the open source world. It is small, fast and powerful Javascript library. One can do a lot of things with just a few lines of code. Join me for a fun session of case studies.
Tags: JQuery | JavaScript Interested: 157
Regular Expressions are extremley powerful and every developer should master them. Almost every language supports regular expressions. This session covers how, why and when to use regular expressions and the syntax. Read More...
Regular Expressions are extremley powerful and every developer should master them. Almost every language supports regular expressions. This session covers how, why and when to use regular expressions and the syntax.
Tags: text | Search | Regular Expressions | parsing Interested: 122
How does routing work in Asp.Net MVC. Adding a new route, does order matter? How can I find out? These are the questions you'll likely have. Here you'll learn the basics of routing with a little advanced thrown in for good measure. Read More...
How does routing work in Asp.Net MVC. Adding a new route, does order matter? How can I find out? These are the questions you'll likely have. Here you'll learn the basics of routing with a little advanced thrown in for good measure.
Tags: Routing | MVC Interested: 46
This is a session on entrepreneurship for developers. Read More...
This is a session on entrepreneurship for developers.
Tags: startups | Entrepreneurship Interested: 80
Patterns emerge as both templated solutions to recurring problems and designs, as well as provide useful ways to encapsulate complex ideas into smaller, friendlier terms. Understanding SQL design patterns is a crucial skill every SQL developer must learn and use in their career. Read More...
Patterns emerge as both templated solutions to recurring problems and designs, as well as provide useful ways to encapsulate complex ideas into smaller, friendlier terms. Understanding SQL design patterns is a crucial skill every SQL developer must learn and use in their career.
Tags: SQL Server | SQL | Design Patterns | Best Practices Interested: 115
This session will cover what is refactoring, when and when not to refactor, the types (10 important ones) to choose from, and how to perform them correctly. We will cover Database Refactoring strategies, Structural Refactorings, Data Quality Refactorings, and Architectual refactoring. Read More...
This session will cover what is refactoring, when and when not to refactor, the types (10 important ones) to choose from, and how to perform them correctly. We will cover Database Refactoring strategies, Structural Refactorings, Data Quality Refactorings, and Architectual refactoring.
Tags: SQL | Refactoring | Code Craftsmanship | Best Practices Interested: 61
This session will explore new features in SQL Server 2012, including 14 new functions in T-SQL as well as SQL Server Data Tools (SSDT) and the new talk of the town: "AlwaysOn!" Read More...
This session will explore new features in SQL Server 2012, including 14 new functions in T-SQL as well as SQL Server Data Tools (SSDT) and the new talk of the town: "AlwaysOn!"
Tag: SQL Server Interested: 70
In this session we will be looking at the best and worse practices for indexing tables within your SQL Server 2008 databases. We will also be looking into the new indexing features that are available in SQL Server 2008 (and SQL Server 2005) and how you the .NET developer can make the best use of them to get your code running its best. Read More...
In this session we will be looking at the best and worse practices for indexing tables within your SQL Server 2008 databases. We will also be looking into the new indexing features that are available in SQL Server 2008 (and SQL Server 2005) and how you the .NET developer can make the best use of them to get your code running its best.
Tags: SQL Server | Indexing Interested: 76
In this session we will be looking at the SQL Server table partitioning features which were introduced in SQL Server 2008. We will look at how to create partitioned tables and indexes as well as the internals of the table. We will also look at how to move data from one partition to another and from one table to another with minimal to no impact to the users. Read More...
In this session we will be looking at the SQL Server table partitioning features which were introduced in SQL Server 2008. We will look at how to create partitioned tables and indexes as well as the internals of the table. We will also look at how to move data from one partition to another and from one table to another with minimal to no impact to the users.
Tag: SQL Server Interested: 68
Unit testing has become a industry wide best practice. But many Microsoft technologies propose quite a challenge when attempting to unit test them. In this talk, we will go through the techniques he has personally developed to unit test the following Microsoft API’s: RDLC Reports,WinForms,WPF Read More...
Unit testing has become a industry wide best practice. But many Microsoft technologies propose quite a challenge when attempting to unit test them.
In this talk, we will go through the techniques he has personally developed to unit test the following Microsoft API’s: RDLC Reports,WinForms,WPF
Tags: Unit Test | TDD | Agile Interested: 17
Unit testing has become a industry wide best practice. But many Microsoft technologies propose quite a challenge when attempting to unit test them. In this talk, we will go through the techniques he has personally developed to unit test the following Microsoft API’s: Enitity Framework, Asp.Net, Asp.Net MVC Read More...
Unit testing has become a industry wide best practice. But many Microsoft technologies propose quite a challenge when attempting to unit test them. In this talk, we will go through the techniques he has personally developed to unit test the following Microsoft API’s: Enitity Framework, Asp.Net, Asp.Net MVC
Tags: Unit Testing | TDD | MVC | Entity Framework | ASP.NET Interested: 25
With the upcoming Windows 8, there are changes in store both for the support of existing XAML technologies, and in the new WinRT based framework for Metro applications. I'll give an overview of where WPF and Silverlight stand in the new world of Windows 8 and we'll look at some code for the new Metro XAML applications. Read More...
With the upcoming Windows 8, there are changes in store both for the support of existing XAML technologies, and in the new WinRT based framework for Metro applications. I'll give an overview of where WPF and Silverlight stand in the new world of Windows 8 and we'll look at some code for the new Metro XAML applications.
Tags: XAML | WPF | Silverlight | Metro Interested: 73
A historical review of PHP's anonymous functions up to the present, with live code demonstrations, incorporating functional programming concepts such as currying and partial application. Read More...
A historical review of PHP's anonymous functions up to the present, with live code demonstrations, incorporating functional programming concepts such as currying and partial application.
Tags: phun | PHP | Lambdas | Closures | annonymous functions Interested: 26
We’ve all had an idea for software that’s a “revolution around the corner”. But when it comes to fleshing out ideas, and getting them to market, there are practical limitations. Read More...
We’ve all had an idea for software that’s a “revolution around the corner”. But when it comes to fleshing out ideas, and getting them to market, there are practical limitations.
Tags: windows 8 | practices | market | app Interested: 66
This session will discuss a top ten list of common dysfunctions using Scrum and help you deal with them effectively. Read More...
This session will discuss a top ten list of common dysfunctions using Scrum and help you deal with them effectively.
Tags: Scrum | Agile Interested: 45
80% of the software developed today is not being used. How do we know which features users will use and which will not? User Driven Development is a methodology that helps answer this question early on in the development process. Read More...
80% of the software developed today is not being used. How do we know which features users will use and which will not? User Driven Development is a methodology that helps answer this question early on in the development process.
Tags: Lean Startups | Eric Ries | End User | Agile Interested: 109
SQL Azure does not currently support full-text indexing. In this talk, we will walk through the use of Lucene to provide full-text search capabilities. Read More...
SQL Azure does not currently support full-text indexing. In this talk, we will walk through the use of Lucene to provide full-text search capabilities.
Tags: SQL Azure | Lucene | Azure Interested: 14
WCF RIA is a powerful framework to build silver light Apps. In health industry when you have heterogeneous environment it is difficult to manage application. In this session you will be able to grasp some basic concept of building WCR RIA App for Heterogeneous environment especially for health industry. Read More...
WCF RIA is a powerful framework to build silver light Apps. In health industry when you have heterogeneous environment it is difficult to manage application. In this session you will be able to grasp some basic concept of building WCR RIA App for Heterogeneous environment especially for health industry.
Tags: WCF RIA | SQL Server | Silverlight tool kit | SILVER LIGHT | HEALTH | Cache Interested: 22
In order to design great cloud solutions architects need to understand the design patterns intrinsic to their cloud platform. In this session we will review the design patterns inherent in the Windows Azure platform services. Read More...
In order to design great cloud solutions architects need to understand the design patterns intrinsic to their cloud platform. In this session we will review the design patterns inherent in the Windows Azure platform services.
Tag: Azure Interested: 23
Interest in the Windows Phone 7 platform is growing quickly and the need for apps is increasing faster still. However, not everything related to a consumer's Live profile is available on the phone natively. On Dec. 7, 2011 Microsoft released a new Windows Live SDK which allows access to Calendars, Contacts, Documents, and more. Read More...
Interest in the Windows Phone 7 platform is growing quickly and the need for apps is increasing faster still. However, not everything related to a consumer's Live profile is available on the phone natively. On Dec. 7, 2011 Microsoft released a new Windows Live SDK which allows access to Calendars, Contacts, Documents, and more.
Tags: WP7 | Windows Live Interested: 37
Would you like to create games for the Windows Phone? In this introductory session we'll show you how to create a simple game using XNA Game Studio 4.0 for Windows Phone 7.5 Read More...
Would you like to create games for the Windows Phone? In this introductory session we'll show you how to create a simple game using XNA Game Studio 4.0 for Windows Phone 7.5
Tags: XNA | WP7 | Windows Phone | Games Interested: 50
This session covers WordPress installation, Creating Posts/Pages, Categories, Menus, Widgets and.... Read More...
This session covers WordPress installation, Creating Posts/Pages, Categories, Menus, Widgets and....
Tags: WordPress | SEO | PHP | MySQL Interested: 50
Considering working for a startup? The good news is there are plenty to choose from throughout California. But how do you choose the one that is right for you? Read More...
Considering working for a startup? The good news is there are plenty to choose from throughout California. But how do you choose the one that is right for you?
Tags: startups | recruiting | Job Hunting Interested: 71
In this session, we will try to cover most concepts in writing better T-SQL, by taking cues from the audience on what are the pain points they currently have with SQL, and working those out. We will also cover how to understand complexity in T-SQL, and how this can be reduced. Read More...
In this session, we will try to cover most concepts in writing better T-SQL, by taking cues from the audience on what are the pain points they currently have with SQL, and working those out. We will also cover how to understand complexity in T-SQL, and how this can be reduced.
Tags: T-SQL | SQL Server | SQL | Code Excellence | Better Coding Interested: 97
In this talk, I will talk about the evolution of a simple request to the Boost mailing list into a generic solution, and what were some of the discoveries and pitfalls along the way. Read More...
In this talk, I will talk about the evolution of a simple request to the Boost mailing list into a generic solution,
Tags: CPlusPlus | Boost Interested: 56
Learn how to write good JavaScript code that you and your coworkers will be happy to work in later. This is a topic for those who have done a little bit with JavaScript already. We’ll cover things such as null vs undefined, feature testing, design patterns, tricky gotchas of JavaScript and more. Read More...
Learn how to write good JavaScript code that you and your coworkers will be happy to work in later. This is a topic for those who have done a little bit with JavaScript already. We’ll cover things such as null vs undefined, feature testing, design patterns, tricky gotchas of JavaScript and more.
Tags: JQuery | JavaScript | Clean Code Interested: 173
Want to contribute? Please let us know!
Site template by: Mantis-a templates, visit Netmeter