JSFoo 2020

JSFoo 2020

On JavaScript in the enterprise; JS for advanced developers and architects

JSFoo is in its tenth edition this year. The conference will cover two broad themes:

  1. JavaScript in the enterprise on day 1.
  2. JSFoo Pro on day 2, where a single day is dedicated to discussing advanced topics related to the web.

Participant profile at JSFoo 2020
JSFoo Bangalore edition is an annual conference for practitioners, by practitioners. Participants at JSFoo include:

  1. Experienced senior engineers
  2. Team leads
  3. Architects
  4. Product managers
  5. Front-end engineers working in enterprises
  6. Full stack engineers workings in enterprises and large organizations.

Event details
Dates: 4 and 5 September
Venue: NIMHANS Convention Centre, Bangalore
Call for Proposals and speaking opportunities at JSFoo: https://hasgeek.com/jsfoo/2020/proposals


Contact information
For inquiries about conference tickets, bulk bookings or any other information, call JSFoo on 7676332020 or email sales@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

Rajasegar Chandiran

@rajasegar

Back to the Future with ESM

Submitted Feb 24, 2020

The Web today is a convoluted mess of Javascript. Long back we had the ability to view the source of JS in our browsers which was simple, concise and clear thus helping in faster development iterations. But today with the advent of rich user interfaces, client side rendering of dynamic content, single-page applications and along with transpiling, bundling and compressing of JS made it difficult to read and comprehend the JS executed within the browser environment. Hence it’s no longer the same code what we write in development and what we see in production. Yes we have source maps, but they come with their own set of issues to address. And what used to be a production-only optimisation, we are forced to use the same tooling and practices in development environment also.

The tide has turned now with ESM (ES Modules or ECMAScript Modules), the native module system supported by all the modern browsers which gives the ability to use modules directly within the browsers using import statements. This also gave a rise to new class of tooling and packaging libraries which encourages web developers to use a common module system supported by both the client (Browser) and the server (Node.js). In this talk we will look at ESM, what problems it solve and what benefits it provide. And it’s time to take back “View Source” !

Outline

Why we need modules in JS?
What are the existing module systems available?
Problems because of the different module systems.
CMD, AMD, UMD,
Complexities presented with the tooling around module support
Like bundlers, packagers, sourcemaps, etc.,
What is ESM?
How ESM solves the challenges and issues within existing tooling.
What additional benefits ESM gives you other than modules:
Tree shaking, Performance, etc.,
How you can make use of ESM today in both the server and the client
How ESM will change the way we develop web applications in the future
Rise of new class tooling with ESM behind the scenes
Snowpack, pika/pkg, HTTP/2, Rollup

Speaker bio

Rajasegar is a front-end developer working at Freshworks. He is passionate about open-source and created a lot of tooling in Javascript like codemods and related libraries for frameworks like Ember. He has recently started contributing to Snowpack a new type of bundler like Webpack but which works with ESM and exploring more about ESM tooling, how it can be made to work with other JS frameworks and more. Since he is always interested in improving the DX(Developer Experience) by tweaking and crafting a lot of build pipeline tooling in his current organisation, this gives him an opportunity to take the build tooling for Front-end to the next level.

Comments

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

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

{{ errorMsg }}

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

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