REACT

Creating a Reddit Clone Using React and GraphQL - 10

In this post we are setting up the forgot password functionality.

Read
C#

EF Core 5.0 - Many to Many Relationship

Let's see how easy to create many to many relationships in EF Core 5.0

Read
React

Creating a Reddit Clone Using React and GraphQL - 09

Adding Server-Side Rendering to our Reddit Clone app.

Read
REACT

Creating a Reddit Clone Using React and GraphQL - 08

In here we are adding logout function and cache clear function in redis

Read
REACT

Creating a Reddit Clone Using React and GraphQL - 07

Complete the Register and Login pages and add the NavBar to easy navigation.

Read
REACT

Creating a Reddit Clone Using React and GraphQL — 06

Set GraphQL in the web app. Create the register mutation and test it.

Read
JAVASCRIPT

Guide Through JavaScript Array Methods - 01

Let's start to learn some JavaScript array methods

Read
REACT

Creating a Reddit Clone Using React and GraphQL - 05

In here we created the front-end React app and adding functionalities to it.

Read
REACT

Creating a Reddit Clone Using React and GraphQL - 04

In this blog post, we adding session-based authentication to the application.

Read
REACT

Creating a Reddit Clone Using React and GraphQL - 03

Adding user management by adding the User entity, UserResolver and user property validation.

Read