Sitemap - 2020 - Cesare’s Newsletter

Creating a virtual environment in Python

Adding a method to a class component

How to add a new item to a list in React

Add one item to a list in React

Updating component state in React

Class components in React

Iterating through components

How to pass data from parent to child component

React components and state

React components

How to jumpstart a React application

Function invocation with the apply() and call() methods

Functions invoked as a constructor

Functions invoked as methods

The 'this' parameter in Javascript

The "arguments" parameter in Javascript

The "this" and "arguments" parameters in Javascript

Function parameters and arguments

Arrow functions, function constructors and generator functions

Javascript functions

How to save a JSON web token secret into an environment variable

How to verify a JSON web token after login

How to generate a JSON web token after login

How to create a JSON web token in an Express API

How to use JSON web tokens in an Express application

How to save user sessions in the database

How to implement a logout method in an Express application

How to restrict access to an API endpoints with an Express middleware function

How to add the session object to the request in an Express application

How to manage sessions in an Express application

Authentication with sessions and cookies in an Express application

Restricting access to an endpoint in Express

How to validate credentials on log in using bcryptjs

Hashed password format

API authentication with Express

Introduction to API Authentication

Designing a database schema for a REST API

Introduction to data modeling for a REST API

How to create an API endpoint query with Knex

Creating a User model file in a REST API