Understanding DynamoDB: How I Designed My DynamoDB Models for a Scalable Course PlatformApr 10, 2025·3 min read
How to Build a Real-time Virtual Classroom with VideoSDK and ReactA step by step guide to building a real-time virtual classroom using VideoSDK and ReactApr 26, 2026·5 min read
What is Hoisting?Hoisting: Hoisting allows functions and variables(with var) to be used before they are declared. This behavior gives us a peek behind the scenes of how JavaScript works It's a javascript behavior where function and variable declaration (with Var) are...Apr 6, 2024·1 min read
What is the difference between refresh and access Token?Access Token: A key that allows a user to access protected resources on a server, typically representing the user's identity and permissions. Refresh Token: A key that can be used to obtain a new access token, extending the duration of access to reso...Dec 27, 2023·2 min read