Pratik Patel
From TripLingo
Pratik Patel is the CTO of Atlanta based TripLingo (http://www.triplingo.com/). He presents at several conferences a year and is the organizer of Atlanta HTML5 meetup and Atlanta Mobile Dev meetup. Pratik's specialty is in large-scale applications for mission-critical and mobile applications use. He has designed and built applications in the travel, health care, financial services, and telecoms sectors. Pratik holds a master's in Biomedical Engineering from UNC, has worked in places such as New York, London, and Hong Kong, and currently lives in Atlanta, GA.
Blog: http://www.triplingo.com
React.js: A Modern Web Framework
React.js is a view library from Facecbook for building performant user-interfaces in JavaScript. In this session, we'll explore React.js and understand why it's a great step forward for building complex UI's that run fast. We'll code up an example web application using React.js and step through the basics of using the library while discussing concepts like the virtual DOM and components.
In this session, we'll explore React.js and understand why it's a great step forward for building complex UI's that run fast. We'll code up an example web application using React.js and step through the basics of using the library while discussing concepts like the virtual DOM and components.
Continuous Integration for Web & JavaScript Projects
This session covers the basics of setting up a Web & JavaScript project for Continuous Integration. The goal is to apply the same engineering practices as for projects coded in Java. Topics covered:
Build tool for JS: Grunt Integrating JSHint Automated testing setup Other tools as part of a build process: Webpack, transpiliation