38

Kyle Simpson, charting libraries, and an interview with Dr. Axel Rauschmayer

 5 years ago
source link: https://www.tuicool.com/articles/hit/2iMB3mv
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

A blast from the past this week as we take some time out to ask Dr. Axel Rauschmayer, a former editor of JavaScript Weekly , some questions on the release of his new book, JavaScript for Impatient Programmers . You can find that further down in this issue :-)

— Peter Cooper, editor

NBrAbiF.jpg!web

JavaScript Engine Fundamentals: Optimizing Prototypes — Having a deeper understanding of how JavaScript engines work can help you reason about the performance characteristics of your code and this diagram-rich post digs into engines optimize around JavaScript’s use of prototype-based inheritance.

Mathias Bynens

▶   Kyle Simpson says 'Keep Betting on JavaScript' — A look back at “how far we’ve come” to see what the path ahead may look like for JavaScript. Filmed at JSCamp Barcelona. Associated slides here .

Kyle Simpson

raaa6f3.png!web

How to Choose the Best Framework for Mobile Development? — The mobile development landscape has changed and we've put together a list of modern options for you. This is a long term decision, you must choose wisely. Download our free ebook to learn more.

Progress sponsor

16 JavaScript Data Visualization and Charting Libraries — A rather extensive summary and comparison of charting libraries, comparing key factors such as chart types, commercial vs free, and their open-source status.

Dan Englishby

V8's Embedded Builtins and Reducing V8's Median Heap Size by 19% — The V8 JavaScript engine ships with an extensive library of built-in functions and a lot of work has gone into reducing the memory overhead these can represent.

Jakob Gruber

Creating a Chrome Extension in 2018: The Good, the Bad and the Meh — Talks through the development lifecycle of creating an extension and lists some of the architectural gotchas.

Tim Nolet

Visual Studio Code's July 2018 Update — The most popular editor in the JavaScript world has added a variety of features, many of them JS-oriented, includingJSX tag completion, a ‘add all missing imports’ feature, and better JS/TS error reporting.

Microsoft

:computer: Jobs

Node Data Engineer at eBench (Remote, full-time) — We're a SaaS company that creates beautiful data visualizations. Enjoy crafting quality code? We would love to hear from you.

eBench

Front-end Developer at Forza Football — We're seeking an open minded person who enjoys working in a team and has advanced knowledge in frontend development.

Football Addicts AB

Find A JavaScript Job Through Vettery — Vettery specializes in dev roles and is completely free for job seekers. Create a profile to get started.

Vettery

:blue_book: Tutorials and Opinions

10 Things You Will Eventually Learn About JavaScript Projects — A collection of common patterns that made working on even the most uncoordinated projects somehow manageable.

The Cat with a Dragon Tattoo

Setting Up Constants via Proxies

Dr. Axel Rauschmayer

Build a Netflix Style Video Delivery Platform — SDKs for all platforms - Play videos at the same quality and speed as Netflix & YouTube.

Bitmovin sponsor

How Angular CLI Budgets Save My Day And How They Can Save Yours — Runs through what Angular application budgets are and what problems they can help surface.

Tomas Trajan

The Generic Sensor API — TheGeneric Sensor API aims to provide a consistent JS API for client device sensors.

Ruadhan O'Donoghue

▶   Web Performance For Third Party Scripts: Two Talks — Two talks to help you take into account the effect third party scripts may have on your site’s performance.

SmashingConf

ZruEJfv.png!web

:speech_balloon: A Q&A with…

Dr. Axel Rauschmayer

JavaScript book author and trainer

Munich, Germany

To celebrate the release of his new book, JavaScript for Impatient Programmers , we've caught up with once- JavaScript Weekly editorDr. Axel Rauschmayer to ask him a couple of questions:

What is an 'impatient' programmer?

I’m assuming that readers of my latest book are 'impatient' in the sense that they want to get started with JavaScript as quickly as possible.

Most chapters are split into two parts. First, the basics, or what is the absolute minimum that you need to know? Then, more advanced stuff, or what should you know once you are more familiar with the language?

This is the only book, that I’m aware of, that covers all of JavaScript, up to and including the very latest version (ES2018). That allowed me to omit old features that were superseded by better features in recent versions (but I do include references that explain the omitted features).

What recent JavaScript features do you think are underused and deserve more attention?

Three stand out for me:

for (const [i, x] of arr.entries()) console.log(i, x);

Dr. Axel Rauschmayer is the author of JavaScript for Impatient Programmers — out now.

:wrench: Code and Tools

Yotam Mann


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK