guides icon indicating copy to clipboard operation
guides copied to clipboard

🗺 The official guide book for the ThoughtWorks Jumpstart program

Results 93 guides issues
Sort by recently updated
recently updated
newest added
trafficstars

Installation - postgres.app(mac) - postgres installer (windows) Basic query using psql Sequelize orm with node and express

Lab: implement auth in an existing app, and protect some existing routes out of scope: loading secrets (using dotenv) sessions cookies 2 ways of maintaining sessions: cookies and tokens (we'll...

visualize express app request-response flows walk through express 4.x API docs: https://expressjs.com/en/4x/api.html (e.g. req.query) other response methods (see gitbook) folder structure (express is not opinionated. routes, models, views, middlewares) lab:...

bonus session #6: (bonus bits) - [template engines](https://expressjs.com/en/guide/using-template-engines.html) - https://expressjs.com/en/advanced/best-practice-security.html