REACT

Creating a Reddit Clone Using React and GraphQL - 02

At this point from the previous post, we set up our databases. That means we can successfully add data to the database. But here, we are using `GraphQL`...

Read
React

Creating a Reddit Clone Using React and GraphQL - 01

I thought that I need to learn `React`. To do that I chose Ben Awad’s Fullstack React GraphQL TypeScript Tutorial. This is a super long tutorial that he made. It is almost 14 hours long...

Read
JAVASCRIPT

JavaScript Variable Lifecycle Explained

Let's talk about the lifecycle of the JavaScript variable.

Read
AWS

Access Across Multiple AWS Accounts using AWS Roles.

As a developer, you may have faced some scenarios that your company have multiple AWS accounts and you need to access both from difference AWS IAM accounts. If you want to perform some task...

Read
JAVASCRIPT

ES Modules in JavaScript

This is a note regarding ES Modules.

Read
Interview

FizzBuzz Coding Interview Question

Some other way to resolve FizzBuzz coding interview.

Read
AWS

AWS IAM - 01

Self note regarding AWS IAM

Read
JAVASCRIPT

Global Scope in Browser Environment

Self note regarding Global Scope in Browser Environment 

Read
JAVASCRIPT

JavaScript Tricky Situations - 02

Some JavaScript tricky point explains with examples.

Read
JAVASCRIPT

Demystify: JavaScript Promise

This is my personal note regarding JS Promise object. Hope it will help you to get a better understanding.

Read