And more JavaScript links, tutorials, and projects of the week.
Fast, Easy, JavaScript-Based Testing for Any Web App — Cypress is the new standard for front-end testing that every web developer and QA engineer needs. Debug, hot reload, and record video of your end-to-end tests—using 100% JavaScript. Get started today with our free, open-source Test Runner. Cypress.io |
Find a Job Through Vettery — Vettery is completely free for job seekers. Make a profile, name your salary, and connect with hiring managers from top employers. Vettery |
An In-Depth Look at TypeScript's enums — enum lets you define types that have a specific number of values, a.k.a. an enumerated type. Here’s how they work and some use cases. Dr. Axel Rauschmayer |
Memory Management in the V8 Engine — You don’t need to know this stuff to use Node effectively, but if you’re intrigued what’s going on under the covers, enjoy this. Deepu K Sasidharan |
Typing Objects in TypeScript — Dr. Axel continues his spelunking into the world of TypeScript with a look at how objects and properties are typed. Dr. Axel Rauschmayer |
▶ Google Sheets for Node Developers — A look at some of the cool things you can do with Google Sheets from Node. This is a nice, practical introduction and they show off all the parts involved in putting a real app together. 35 minutes. Franziska Hinkelmann and Anu Srivastava |
Rough.js 4.0: Draw Web Graphics with a Hand-Drawn Appearance — You can now pass in seed values to seed the randomness of Rough’s scribbling which could help your graphics look more.. predictably rough :-) There are also numerous other visual improvements including support for no-stroke fills. Preet Shihn |
Meteor 1.9 Released — It’s been a while since Meteor, a once hyped but now mature JS development platform, has come up on our radar, but it’s now gained Node 12 support. Filipe Névola | |