JSFoo 2019
JSFoo For members

JSFoo 2019

On component architecture, front-end engineering and Developer Experience (DX)

Make a submission

Accepting submissions till 21 Sep 2019, 07:20 AM

NIMHANS Convention Centre, Bangalore, Bangalore

Tickets

Loading…

JSFoo is in its ninth edition this year. Talks at JSFoo 2019 will cover the following topics:

  1. Component architecture -- how different web components have been stitched together to build apps; outcomes on UI and performance as a result of architecture choices
  2. Deployment practices for front-end and how Kubernetes and CI/CD fall into this picture
  3. Accessibility
  4. Developer experience (DX)
  5. Functional programming paradigms: ReasonML and ClojureScript
  6. Privacy and Content Security Policy (CSP)
  7. New developments such as SvelteJS

Speakers from Razorpay, CloudCherry, Myntra, Innovaccer, GitLab, Microsoft, Atlassian and Gramener will share their work and learnings on these topics.

Who should attend JSFoo:

JSFoo is a conference for practitioners, by practitioners. JSFoo 2019 is a conference for:

  1. Front-end engineers
  2. Senior software developers
  3. Team leaders and engineering managers
  4. Fullstack developers
  5. InfoSec professionals

##JSFoo 2019 details:
Dates: 27 and 28 September
Venue: NIMHANS Convention Centre, Bangalore

##JSFoo workshops:
The following workshops have been curated for before and after the conference:







##Contact details:
For inquiries about conference tickets, workshop tickets and any other details, call JSFoo on 7676332020 or email info@hasgeek.com

#Sponsors:

Click here for the Sponsorship Deck.
Email sales@hasgeek.com for bulk ticket purchases, and sponsoring JSFoo 2019.


JSFoo 2019 sponsors:


#Platinum Sponsor

Microsoft

#Gold Sponsor

Atlassian

#Exhibition Sponsor

Publicis Sapient

#Bronze Sponsor

Innovaccer ThoughtSpot

#Community Sponsor

Hasura Obvious

Contact

For tickets and sponsorships, contact info@hasgeek.com or call +91-7676332020. For queries about proposing talks, write to jsfoo.editorial@hasgeek.com

Hosted by

JSFoo is a forum for discussing UI engineering; fullstack development; web applications engineering, performance, security and design; accessibility; and latest developments in #JavaScript. Follow JSFoo on Twitter more

Yatharth Khatri

@yatharthk

How to build a JavaScript compiler?

Submitted Aug 22, 2019

As a modern day developer working in the JavaScript ecosystem in the year 2019, one of the tools that we use and are dependent upon the most are compilers. Not just when we’re bundling our code for deployments, but we use them every time we hit a key on our keyboard to edit our code while using our favourite code editor. Didn’t realise that, did anyone? Compilers today not only are used to build/compile our code, but they play a big role improving the Developer Experience (DX). That said, it becomes really important for us to at least attempt to learn how a JavaScript compiler works.

As Ryan Dahl (creator of NodeJS) said once in his talk:

“You can never understand everything. But, you should continuously push yourself to understand the system.”

So what better way could be to understand a compiler than actually building one. One that’s super-simple, teeny-tiny, and explains all the concepts.

This talk should help the audience understand, to what extent are we as JavaScript developers dependent upon compilers, how are we using them to improve the Developer Experience (DX) today, why we must attempt to learn about compilers and finally, building a compiler itself. Leaving the audience with enough understanding on the topic that they can use to help themselves understand the functioning and source code of tools on which they rely so heavily - like Prettier, ESLint, Babel, PostCSS and more.

Outline

  • Why we must attempt to learn about JS compilers?
  • Uses of compilers today and at what scale are compilers integrated into our workflow.
  • How compilers are improving the Developer Experience (DX) for us.
  • Possibilities that come with the understanding of compilers
  • Answer to “Can we understand and build compilers? Isn’t that something for computer scientists and geeks?”
  • Understanding the structure of JS compilers
  • Building a 250loc compiler that compiles ES6 import statement to ES5 CommonJS require statement

Requirements

The talk assumes basic experience with JavaScript and awareness of its ecosystem that includes languages that compile to JavaScript like ES6, TypeScript, CoffeeScript, et al and tools like Babel, Prettier, ESLint and more.

Speaker bio

Yatharth is Design Systems and Frontend Architect at PushOwl. He holds great love for everything computer science. Especially algorithms, compressions, performance and understanding all things “under-the-hood”. When not around computers, find him playing classical piano.

Slides

https://slides.com/yatharthk/how-to-build-compiler-1#/

Comments

{{ gettext('Login to leave a comment') }}

{{ gettext('Post a comment…') }}
{{ gettext('New comment') }}
{{ formTitle }}

{{ errorMsg }}

{{ gettext('No comments posted yet') }}

Make a submission

Accepting submissions till 21 Sep 2019, 07:20 AM

NIMHANS Convention Centre, Bangalore, Bangalore

Hosted by

JSFoo is a forum for discussing UI engineering; fullstack development; web applications engineering, performance, security and design; accessibility; and latest developments in #JavaScript. Follow JSFoo on Twitter more