Silicon Valley Code Camp : October 3rd and 4th 2015

Manoj Kumar

Oracle
About Manoj
Manoj Kumar is a Principal Software Engineer at Oracle, currently working in Oracle Social Network group. He has over 20 years of experience in the software industry working on application servers, application development frameworks and web services. He has M.Tech. in Computer Science and Data Processing from IIT Kharagpur and B. Tech. in Electrical Engineering from IIT BHU, India. github: https://github.com/krmanoj/CodeCamp/tree/master/2014
{speaker.firstName} {speaker.lastName}

Speaking Sessions

  • Amazing new features in JavaScript

    10:45 AM Sunday   Room:
    JavaScript is one of the most popular programming languages used today. If you are a Web Application developer, you can't live without it. If you are a back end developer, you will come across some front end code sooner or later. JavaScript is used even at the server side applications like in node.js In this session we will explore most of the new features that are coming from the specification of EcmaScript 6 (ES6 Harmony). We will start with the scoping of the variables using let and constant, touch upon spread operator, default and rest parameters. We will see several examples of structuring/destructuring using variables, arrays and objects. After that we will have a deep dive in arrow functions, iterators and generators, and conclude with the discussions on classes and modules.