top of page
BLOG POSTS
Tandid Alam
Oct 21, 20228 min read
Sequelize Basics w/ PostgreSQL
A crash course on working with Sequelize and Connecting to the PostgreSQL database Contents - What is Sequelize? - What is PostgreSQL? -...
Tandid Alam
Oct 14, 20223 min read
Dealing with Asynchronous JavaScript Code
Understanding the power of asynchronous code and how to simplify its use cases Contents - Asynchronous vs Synchronous Code - Callbacks -...
Tandid Alam
Oct 6, 20225 min read
Making HTTP Requests
Learn about the different methods for when making HTTP Requests Contents - Introduction to Requests - AJAX - XML - JSON - XHR Requests -...
Tandid Alam
Sep 23, 20225 min read
Authentication & Authorization
Learn to understand authentication and authorization and how to add it into your app Contents - Authentication vs Authorization -...
Tandid Alam
Sep 21, 20221 min read
Methods to Storing Secrets
How to hide sensitive information within your application using secrets The dotenv package helps hide sensitive keys and information...
Tandid Alam
Sep 11, 20225 min read
Project Setup: Concurrently Running React Frontend with Node Backend
A guide on getting a React and Node/Express Server to run parallel with one another Contents - Step 1: Setting up the Folder Structure -...
Tandid Alam
Aug 31, 20223 min read
How The Web Works
Learn how the web works at the start of entering a URL into the browser to returning a web page Contents - What Happens When you Enter a...
Tandid Alam
Aug 27, 20225 min read
Object-Oriented Programming
A quick guide to understanding important concepts within Object Oriented Programming Contents - Four Pillars of Object-Oriented...
bottom of page