I am a math tutor currently helping middle and high school students master common math concepts, and getting them prepared for the SAT and ACT tests.
I am also a computer programming enthusiast, especially interested in data analytics using Python, SQL and R.
I previously worked in international marketing and product development for Fortune 500 companies, for more than 25 years.
👋 Contact me at mario@mariosanchez.org.
Mailing list sign-up form with Node, Express and CSV
Made with: Node and Express
This is a simple server-side application made with Node and Express.
Instead of using a more advance data base, we used a super simple CSV file to store our data, and took advantage of the fs
Node module and the neat-csv
package to convert string information from our CSV database into an array of objects that we can then pass along to our success
template made with Pug. The success
page displays all the entries of our CSV file.
To try it in your computer you can clone the repository and then type nodejs app.js
from the command line.
© 2025 Mario Sanchez Carrion