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



Duration: 14:03
1,433 views
35


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


2022-01-30The serverless framework makes AWS easy | NFT-Magic DevLog 8
2022-01-29Designing the NFT Minting System | NFT-Magic DevLog 7
2022-01-28Using AWS Lambda to Generate the NFTs | NFT-Magic DevLog 6
2022-01-27My Redesign Failed | NFT-Magic DevLog 5
2022-01-26Adding Error Handling | NFT-Magic DevLog 4
2022-01-25How I Deploy and Host my Applications | NFT-Magic DevLog 3
2022-01-24How I Plan for System Refactorings using Diagrams | NFT-Magic DevLog 2
2022-01-23The reason I'm getting into Web3
2022-01-22Sending myself a SMS message when CodeSTACKR lists a NFT on OpenSea.io
2022-01-21An Overview of What I'm Building | Online NFT Image Generator | DevLog 1
2022-01-20A Practical Example of Performance Optimizations in Node.JS | Looking at HashLips NFT Art Engine
2022-01-19What I'm Learning: Minting a NFT collection on OpenSea.io
2022-01-18Writing a dApp using Web3 and Solidity Contract, Truffle, Ganache, MetaMask | Part 2
2022-01-16Writing a dApp using Solidity, Truffle, Ganache, MetaMask | Part 1
2022-01-08Adding a World Switcher Feature to the Minecraft Hosting System | DevLog #7
2021-12-27Adding FTP Access to my Minecraft Server Hosting System | DevLog #6
2021-12-20Building a Minecraft Server Hosting System | DevLog #5
2021-12-19I'll help you learn any Javascript Concept you're stuck on
2021-12-17Building a Minecraft Server Hosting System | DevLog4
2021-12-12Should I Remove Typescript? | Building a Minecraft Server Hosting System | VLog #3
2021-12-11Updating Minecraft Properties Features - Building a Minecraft Server Hosting Company | Vlog #2



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