Tutorials
Learn to build SaaS.
Practical tutorials on building modern web applications.
—4 min read
The most secure password hashing algorithms
Implementing the most secure password hashing algorithms.
security
Read tutorial
—4 min read
How to encrypt passwords in PHP/Node.JS/Python
Safely encrypt user passwords in three popular programming languages for database storage.
phpnodejspythonsecurity
Read tutorial
—2 min read
How to fetch authenticated CSV’s with Google Chrome (Headless) in NodeJS
How to fetch authenticated CSV’s with Google Chrome (Headless) in NodeJS.
puppeteerchromeheadlessnodejs
Read tutorial
—2 min read
How to debug Google Chrome (Headless) and NodeJS with Developer Tools
When using Google Chrome in Headless mode to scrape websites it can often be faster to prototype interaction and data extraction commands via Developer tools.
puppeteerchromeheadlessnodejs
Read tutorial