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

null
Mastering JS retweeted
Wanted: shortest way to convert a date to a YYYYMMDD string in vanilla JavaScript in local timezone Here's two alternatives we came up with. Do you have a better way? Hint: `toISOString()` doesn't count because it converts to UTC #JavaScript #100DaysOfCode #DEVCommunity
3
13
6
Wanted: shortest way to convert a date to a YYYYMMDD string in vanilla JavaScript in local timezone Here's two alternatives we came up with. Do you have a better way? Hint: `toISOString()` doesn't count because it converts to UTC #JavaScript #100DaysOfCode #DEVCommunity
3
13
6
Love our tutorials? Sign up for our weekly newsletter and never miss a tutorial! getrevue.co/profile/masterin…
Mastering JS retweeted
Pro tip: Mongoose's `findOneAndUpdate()` is great for distributed locking, AKA making sure that only one process is running a given job. More about `findOneAndUpdate()`: masteringjs.io/tutorials/mon… #NodeJS #MongoDB #JavaScript
1
3
3
Pro tip: Mongoose's `findOneAndUpdate()` is great for distributed locking, AKA making sure that only one process is running a given job. More about `findOneAndUpdate()`: masteringjs.io/tutorials/mon… #NodeJS #MongoDB #JavaScript
1
3
3
Love our tutorials? Sign up for our weekly newsletter and never miss a tutorial! getrevue.co/profile/masterin…
Mastering JS retweeted
TIL: you can use webpack's html-loader to bundle Vue templates. Write @VueJS templates in vanilla HTML 😎👍 #JavaScript #VueJS
1
6
6
TIL: you can use webpack's html-loader to bundle Vue templates. Write @VueJS templates in vanilla HTML 😎👍 #JavaScript #VueJS
1
6
6
Love our tutorials? Sign up for our weekly newsletter and never miss a tutorial! getrevue.co/profile/masterin…
Mastering JS retweeted
🆕 How to Use JavaScript's `Promise.allSettled()` Function: masteringjs.io/tutorials/fun… #JavaScript #CodeNewbie
1
4
3
🆕 How to Use JavaScript's `Promise.allSettled()` Function: masteringjs.io/tutorials/fun… #JavaScript #CodeNewbie
1
4
3
Love our tutorials? Sign up for our weekly newsletter and never miss a tutorial! getrevue.co/profile/masterin…
Mastering JS retweeted
TIL: you can call JavaScript Date's `setHours()` with 4 arguments to zero out the entire time portion of the date 😎 Read more: masteringjs.io/tutorials/fun… #JavaScript #CodeNewbie
2
3
1
TIL: you can call JavaScript Date's `setHours()` with 4 arguments to zero out the entire time portion of the date 😎 Read more: masteringjs.io/tutorials/fun… #JavaScript #CodeNewbie
2
3
1
Love our tutorials? Sign up for our weekly newsletter and never miss a tutorial! getrevue.co/profile/masterin…
Mastering JS retweeted
🆕 How to Sort an Array by Date in JavaScript: masteringjs.io/tutorials/fun… #JavaScript #CodeNewbie #100DaysOfCode
2
14
5
Love our tutorials? Sign up for our weekly newsletter and never miss a tutorial! getrevue.co/profile/masterin…
Mastering JS retweeted
🆕 Make Mongoose's findOneAndUpdate() Return the Updated Document: masteringjs.io/tutorials/mon… #JavaScript #CodeNewbie
1
2
2