I encourage folks to adopt this approach to keeping up with the JavaScript ecosystem: first do it, then do it right, then do it better. |
|
One of the newer JavaScript language features defined by TC-39 — namely, Modules — has been causing the Node.js core team a bit of trouble. |
|
Wes came out with a premium training course to strengthen your core JavaScript skills and master all that ES6 has to offer. ES6 is a major update to JavaScript that includes dozens of new features. With a focus on simplicity and readability, this course is an efficient way to find out what is new in JavaScript and most importantly when and how you should use it. Join me for a fun and approachable look at all ES6 has to offer — boost your skills and further your career. | |
|
Here’s my big secret for you today. When you design for the Web — that is, when you design exclusively and specifically for this medium — when you do that natively, so many of the things we consider problems just start to fall away. |
|
The problem with polyfills is they prioritize developer convenience over user experience, while unnecessarily penalizing users on modern browsers by forcing them to download a lot of code they don’t need. |
|
A beautiful WebGL animation that renders a “particle valley”. Try clicking and moving around with the mouse! | |
|
The element in SVG is the ultimate drawing element. It can draw anything! I’ve heard that under the hood all the other drawing elements ultimately use path. | |
|
A half-jokingly short story that reveals some of the reasons why React may be as popular as it has become. Hint: it’s all in the simplicity. |
|
A tiny and simple side by side comparison of React & Angular 2. |
|
A thing about javascript is that there seem to be a million differenct ways to package it up. The tooling is sometimes as impenetrable as the coding itself. I want to start by skipping all of that. I want to make the simplest simple app I can. How do I do this? |
|
I wrote this article slowly over the course of the last four months. It’s the accumulation of examining many hundreds of JS and Node modules’ READMEs over the course of a few years, writing dozens of my own READMEs, digging into Perl’s history of documentation, and my personal thoughts. |
|
Many web developers think the DOM is really difficult (or slow) and you need a huge framework to tame it. Then they invest a lot of their time to learn the framework. A year or two passes, another framework becomes popular and you need to learn everything from scratch. Repeat this a couple more times and JavaScript fatigue is born. Not to mention a huge pile of dependencies. |
|
The technical details of how Twitter safely deploys widgets.js to keep things simple for publishers, catch mistakes early, and avoid negative customer impact. | |
|
|
Comments