top of page
BLOG POSTS
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
Oct 1, 202210 min read
React Crash Course
A crash course guide on the important concepts within the React library Course - What is React? - JSX (Javascript XML) - The Virtual DOM...
Tandid Alam
Sep 30, 20226 min read
React Hooks
Understanding the different hooks within the React library Contents - What is React Hooks? - Basic Hooks - useState - useEffect -...
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 14, 20225 min read
MongoDB and Mongoose
A crash course guide on working with MongoDB using the Mongoose ORM Contents - Introduction to MongoDB - Getting Started - MongoDB...
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 -...
bottom of page