A Practical Example of Performance Optimizations in Node.JS | Looking at HashLips NFT Art Engine
Channel:
Subscribers:
254,000
Published on ● Video Link: https://www.youtube.com/watch?v=APZQC3s_NUw
I was looking at some of the hashlips nft art engine code and found a performance issue with using fs.writeFileSync. Remember to use fs.writeFile, the async function, whenever possible in node to prevent node from blocking.
------------
🔔 Newsletter http://eepurl.com/hnderP
💬 Discord https://discord.gg/4kGbBaa
📁. GitHub https://github.com/codyseibert/youtube
Other Videos By Web Dev Cody
Tags:
web development
programming
coding
code
learn to code
tutorial
software engineering
node
node.js
nft
hashlips
node performance
fs.writeFileSync is bad
fs.writeFile