Hi I'm new to node and I'm trying to understand how a node process is handled. I've read that synchronous methods should be avoided at all costs, and that require compiles/caches the file and subsequent calls use the cache vs. reading the from disk every time.Hi I'm new to node and I'm trying to understand