Bite sized JavaScript tutorials for busy developers Follow us on Substack: masteringjs.substack.com

null
Markdown is the de facto language for tech writing. Is there a mailing list that supports Markdown? Like Substack or Revue, but write your emails in markdown? 🤔 #JavaScript #100DaysOfCode
1
4
4
We don't write very many reusable components in Vue. Vue comes with a lot out of the box, and a bad abstraction is worse than no abstraction. But this async-button component is 💯 masteringjs.io/tutorials/vue… #VueJS #CodeNewbie
1
1
Mastering JS retweeted
Markdown is the de facto language for tech writing Here's our favorite Markdown guide: daringfireball.net/projects/… #CodeNewbie #100DaysOfCode
1
3
4
Love our tutorials? Sign up for our weekly newsletter and never miss a tutorial! getrevue.co/profile/masterin…
Love our tutorials? Sign up for our weekly newsletter and never miss a tutorial! getrevue.co/profile/masterin…
Mastering JS retweeted
1
2
3
The Mastering JS website is 100% open source. Check it out on GitHub, and please star our repo! github.com/mastering-js/mast…
Mastering JS retweeted
Here's how you can conditionally add an element to a JavaScript array using ternary operator and spread operator `...` #JavaScript #100DaysOfCode
1
6
5
Love our tutorials? Sign up for our weekly newsletter and never miss a tutorial! getrevue.co/profile/masterin…
Mastering JS retweeted
Quick 1-liner for generating 6 random digits in NodeJS. Like for phone number verification. #NodeJS #JavaScript
2
2
4
The Mastering JS website is 100% open source. Check it out on GitHub, and please star our repo! github.com/mastering-js/mast…
Mastering JS retweeted
Big reason why we prefer using Axios directly over API-specific SDKs: tools like axios-curlirize, which automatically converts Axios requests to curl commands npmjs.com/package/axios-curl… #JavaScript #CodeNewbie
1
3
3
The Mastering JS website is 100% open source. Check it out on GitHub, and please star our repo! github.com/mastering-js/mast…
Here's a 1-liner for converting a YYYYMMDD string to a date in JavaScript using regexps Here's how to convert date back to YYYYMMDD 👉 masteringjs.io/tutorials/fun… #JavaScript #CodeNewbie
3