Skip to content

SPEAKER 2019

Tanay Pratap

Designation: Web Engineer

Company: Microsoft

Topic: JAVASCRIPTOPS: BUILD MODERN APPS THE RIGHT WAY

Track: Workshop

Date and Time: 18th October 2019 11:15 AM to 01:30 PM

Hall: 3

About Speaker

Tanay works at Microsoft as a Web Engineer. When he’s not working, he likes to talk about his experiences at various meetups and conferences. He also teaches beginners programming through his initiative learncodingfree.org. He’s an active member of React and GraphQL community. You can also find him on his podcasts: teawithtanay.com and graphqlpatterns graphqlpatterns.simplecast.com

About Talk

This hands-on workshop will be about configuring a modern web application. Any JS app today needs bunch of dependencies. It needs to be built using a dependency graph tool. It needs to be transpiled, linted, tested, minimized and then shipped to the client. We will discuss how task runners such as gulp can be leveraged for this along with webpack, babel, jest, prettier, uglifyjs etc.