top of page
BLOG POSTS


A Quick Guide to Redis
Contents - Introduction to Redis - What is Redis? - Installation - Basic Redis Commands - Lists - Sets - Hashes - Sample Redis...
Tandid Alam
Nov 2, 20223 min read


Working with GraphQL
A crash course on working with GraphQL Contents - Introduction - GraphQL Architecture and Components - Environment Setup - Schemas and...
Tandid Alam
Nov 1, 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 21, 20228 min read


Python Flask Web Development
A quick run through for web development using the python-flask framework and the SQLite database Contents - SQLite Overview - SQLAlchemy...
Tandid Alam
Oct 18, 20227 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 6, 20225 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 21, 20221 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 14, 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
Sep 12, 20225 min read
bottom of page