Nordic.js 2017 recap

2017-10-03 #javascript #conferences

Last month I travelled up north to my first JavaScript conference: Nordic.js. The entire conference was a great experience: the speakers, the location, the food (kanelbullar!), ... Here's a quick recap of my favorite talks.

Ben Schwarz: Beyond the bubble

Ben gave a talk about web performance, and how many developers are spoiled with their fast internet connections and high-end devices. The talk strikes a nice balance between statistics, practical tips, and general food for thought on optimizing your website's performance.

VODSlides@benschwarz

David Khourshid: Reactive Web Animations with RxJS

I really like the idea of functional reactive programming and have been looking into RxJS for a while now. Unfortunately, in my day to day work it's currently a solution looking for a problem.

David Khourshid whipped up an Apple TV-like component on stage to demonstrate how simple certain animation concepts become with RxJS.

VOD@davidkpiano

Harriet Lawrence: Sociolinguistics and the Javascript community: a love story

If you're a frequent open source contributor, you're probably spending quite some time communicating with others on GitHub. Harriet is a professional technical writer who's also a linguistics researcher. Combine those two and you've got yourself an expert on communication in the open source community.

VOD@harrietgl

Léonie Watson: You're only supposed to blow the bloody doors off!

Léonie speaks and writes about web accessability. The gist of her talk is that using the wrong accessability enhancements, like using an aria attribute for something that doesn't need it, generally does more harm than not doing anything at all. Tread carefully!

VOD@leoniewatson

Mars Jullian: Best Practices for reusable UI components

Mars is a senior UI engineer at Netflix, and gave a presentation on how they build reusable UI components for the application we all know and love.

The major takeaways were that components should be self-sufficient and easy to integrate with. Another interesting tip she gave was to never include margin and padding—unless there's a border—in reusable components. Spacing around a component depends too much on context and should be solved by the parent component.

VODSlides@marsjosephine

Myles Borins: The hilarious misadventures of being a platform downstream from your language

I didn't have much of a clue on how Node.js works under the hood. Myles gave us an overview on how it was born and which challenges the Node.js team needs to solve in order to keep up with the rest of the JavaScript ecosystem.

Even if you're not actively using Node.js, this is a very interesting talk on building and maintaining ecosystems.

VOD@mylesborins

Rachel Andrew: Solving layout problems with CSS Grid and friends

If you're interested in CSS layout, Rachel Andrew is definitely one to follow. While I didn't really learn anything new about grid itself in this talk, it was nice to get an explanation on why we need grid, and it's fundamental differences with other layout solutions like flexbox.

VODSlides@rachelandrew