Must Read
The future of WebAssembly - A look at upcoming features and proposals
WebAssembly is a performance optimised virtual machine that was shipped in all four major browsers earlier this year. It is a nascent technology and the current version is very much an MVP (minimum viable product). This blog post takes a look at the WebAssembly roadmap and the features it might be gain in the near future.
Sponsor (Thank You)
Salary and benefits upfront? Yes please.
Our friends at Hired have more than 23,042 openings across the following developer-focused roles in major cities all across the globe.
- Software Engineering
- Engineering Management
- Design
- Product Management
- Data Analytics
- DevOps and QA
Here's how Hired works — 1) use our special link to create your account https://hired.com/x/1i2bw, 2) answer a few questions about yourself and your skills, 3) companies get in touch with their offer 4) you select the job that's right for you and get a $600 bonus directly from Hired when you accept a job.
If you're looking to get hired, our friends at Hired can help.
Learn
Reddit’s Voting UI in Vanilla vs React vs Vue vs Hyperapp: shedding light on the purpose of SPA frameworks
What's the purpose of Single Page Application frameworks/libraries? Read this very interesting article by atomiks.
Tutorial - Build an Instagram clone with Vue.js and CSSGram
Full stack developer Hassan Djirdeh walks you through the steps needed to build an Instagram clone that lets users add Instagram-like posts with Instagram-like filters on to a feed!
JavaScript fundamentals before learning React
A concise list of all the different JavaScript functionalities that can be used to complement a React app by Robin Wieruch.
How to Build a Microsoft Excel Add-in with Vue
A Microsoft tutorial that'll walk through the process of building an Excel add-in using Vue and the Excel JavaScript API.
Tools & Code
Polly.js: Record, Replay, and Stub HTTP Interactions
Polly taps into native browser APIs to mock requests and responses.
Watch
JavaScript Reactivity Explained Visually
In this video, you will learn to understand what ‘reactivity’ is and how it works by way of implementing your own system that’s similar to Vue’s approach.
Misc
Create a function OO in JavaScript
A very useful and informative Sitepoint community post about creating a function OO in JavaScript.