Raju Gandhi
Angular Summit
Boston · September 27 - 30, 2015

Founder, DefMacro Software
Raju is a software craftsman with almost 20 years of hands-on experience scoping, architecting, designing, implementing full stack applications.
He provides a 360 view of the development cycle, is proficient in a variety of programming languages and paradigms, experienced with software development methodologies, as well an expert in infrastructure and tooling.
He has long been in the pursuit of hermeticism across the development stack by championing immutability during development (with languages like Clojure), deployment (leveraging tools like Docker and Kubernetes), and provisioning and configuration via code (toolkits like Ansible, Terraform, Packer, everything-as-code).
Raju is a published author, internationally known public speaker and trainer.
Raju can be found on Twitter as @looselytyped.
In his spare time, you will find Raju reading, playing with technology, or spending time with his wonderful (and significantly better) other half.
Presentations
Angular Workshop
Angular is a new JavaScript framework from Google. If you are looking into developing rich web applications, Angular is your friend. Angular embraces HTML and CSS, allowing you to extend HTML towards your application, and uses plain JavaScript which makes your code easy to reuse, and test. In this workshop we will start from the ground up, and build our way through a simple application that will let us explore the various constructs, and the familiarize ourselves with some of the new terminology in Angular.
Web Apps with AngularJS - Part I
In this session, we will take a look at Angular - the powerful MVVM SPA framework from Google. We will discuss some of the terminology that Angular offers, and see how we can use that to develop highly interactive, dynamic web applications. See “Detail” for a list of topics I cover and the Github repo URL
Web Apps with AngularJS - Part II
In this session, we will take a look at Angular - the powerful MVVM SPA framework from Google. We will discuss some of the terminology that Angular offers, and see how we can use that to develop highly interactive, dynamic web applications. See “Detail” for a list of topics I cover and the Github repo URL
RESTing in AngularJS
Asynchronous AJAX calls, especially those that deal with REST principles are something that all client side frameworks support, and AngularJS is no different. However, in order to truly benefit from AngularJS's support for asynchronous calls, one must understand the various moving parts that make this a reality. This includes promises (with AngularJS' $q library), $http and $resource.
JavaScript Patterns Revisited
In this session we will look at some JavaScript patterns, and how you can use them within your code.
Data Visualizations and AngularJS - Part 1
Visualizing data often requires that the visualization be updated on data changes, or in response to user input. As we know, a key strength of AngularJS is its 2-way binding and apply/digest cycle which makes keeping the view and data-model in sync painless. This makes creating dynamic visualizations with or without interactive data a breeze with Angular.
Data Visualizations and AngularJS - Part 2
Visualizing data often requires that the visualization be updated on data changes, or in response to user input. As we know, a key strength of AngularJS is its 2-way binding and apply/digest cycle which makes keeping the view and data-model in sync painless. This makes creating dynamic visualizations with or without interactive data a breeze with Angular.
RESTing in AngularJS
Asynchronous AJAX calls, especially those that deal with REST principles are something that all client side frameworks support, and AngularJS is no different. However, in order to truly benefit from AngularJS's support for asynchronous calls, one must understand the various moving parts that make this a reality. This includes promises (with AngularJS' $q library), $http and $resource.