What is a computer process?
The instance of a computer program that is being executed by one or many of its threads
Roughly how many computer processes are running on your host operating system(Task manager or activity monitor)?
420 and beyond
Why should a full stack web developer know that computer processes exist?
To understand the relationship between what is happening from the client and server and database perspectives.