Getting Creative with the console API — If console.log is as far as your knowledge of the console object goes, this could be very handy. There are so many useful functions in there that’ll help you out while debugging.
Areknawo
|
How We Used WebAssembly to Speed Up Our Webapp by 20X — A case study exploring how to speed up web apps by replacing slow JavaScript calculations with compiled WebAssembly. (Note: WebAssembly is becoming so important lately that we're working on a special issue about it. Watch this space.)
Robert Aboukhalil
|
SQL, Python, and R. All in One Platform. Free Forever — Mode Studio combines a SQL editor, Python & R notebooks, and visualization builder in one platform. Connect data from anywhere and analyze with your preferred language. Custom viz (D3.js, HTML/CSS) or use out-of-the-box charts.
Mode sponsor
|
Announcing TypeScript 3.4 — The optionally static typed JavaScript superset takes another step forward introducing faster incremental builds, type inference improvements, and const assertions.
Daniel Rosenwasser (Microsoft)
|
'Make It Hard to Screw Up'-Driven Development — Great points from Chris Coyier here. “We’ll always be screwing up code, but we can also always be finding ways not to.” Those ways include leaning on tools like linters and JSX, and even your co-workers.
Chris Coyier
|
Understanding Event Emitters — Ever written your own event emitter from scratch? They can come in handy quite often and this is a neat introduction.
Charles Peters
|
A Basic 3 Step Functional JS Example — If ‘functional programming’ seems above you, these are the simplest, basic examples of a few of the concepts that you can get.
Alex Nault beginner
|
|
No comments:
Post a Comment