Mastering JS Weekly A weekly summary of our tutorials 718 subscribers 58 issues Subscribe to our newsletter By subscribing, you agree with Revue’s Terms and Privacy Policy.
#55 Jan 28, 2021 What We've Learned from Working with Vue 3 – It's no secret that we're huge fans of Vue 3. Upgrading to Vue 3 has been straightforward in our expe
#54 Jan 21, 2021 What Does It Take to Be a Senior JS Engineer? – I was recently on the Junior to Senior Podcast with JSLA organizer David Guttman. This podcast is all
#53 Jan 14, 2021 Is TypeScript Worth It? – TypeScript is growing rapidly: it is now the 7th most popular language on GitHub, recently overtaking
#52 Jan 7, 2021 Functional Programming with JavaScript Objects – I've seen more than a few junior developers get confused because arrays are objects in JavaScript, bu
#51 Dec 11, 2020 Lessons from Upgrading to Vue 3 – We've been doing a lot of work with Vue 3 this week, including getting started on migrating our exist
#50 Dec 4, 2020 Lessons from Growing Mastering JS to 300k Monthly Page Views – This is our 50th issue, so we're doing a look back on what we've done right building up Mastering JS.
#49 Nov 27, 2020 Announcing Our Partnership with Vue School – It's no secret we're big fans of Vue at Mastering JS. If we're building a frontend that gets too comp
#48 Nov 12, 2020 Why You Shouldn't Use a Static Site Generator for Your Next Blog – This article about migrating from WordPress to Gatsby is a good read. TLDR; migrating from WordPress
#47 Oct 29, 2020 10 Things I Hate About JavaScript – Don't get me wrong, I love JavaScript. I've spent virtually my entire professional career, from my do
#46 Oct 15, 2020 Should You Use an ORM/ODM? – Object-relational mapping (ORM) and object-document mapping (ODM) libraries are a common point of deb
#45 Oct 8, 2020 How to Upgrade MongoDB With Zero Downtime – If you're running MongoDB in production, you should be running a replica set rather than a standalone
#44 Oct 1, 2020 The Case Against Using Environment Variables for Credentials and API Keys – In the early 2010's, the 12 Factor App popularized the idea that you should store configuration (API
#43 Sep 24, 2020 Common Tricks for Talking to REST APIs with Axios – Making API requests is difficult because every REST API does things a little differently. Between dif
#42 Sep 11, 2020 Write Your Own Express.js From Scratch – Last week we shipped our first premium tutorial: Write Your Own Express.js From Scratch, now availabl
#41 Sep 3, 2020 Headless Apps: Making Trello into an Email Scheduler – A while back we wrote about the idea of headless apps: an app that integrates existing UIs and has no
#40 Aug 7, 2020 Do Node.js Developers Need to Know Docker? – Docker is a common job requirement for anything backend related. If you've been looking at Node.js jo
#39 Jul 30, 2020 Why I'm Not Using Webpack for Lambda Functions Anymore – Earlier this year, we wrote about whether you need Webpack if you're writing server-side JavaScript.