Adding Server-Side Rendering to our Reddit Clone app.
ReadIn here we are adding logout function and cache clear function in redis
ReadComplete the Register and Login pages and add the NavBar to easy navigation.
ReadSet GraphQL in the web app. Create the register mutation and test it.
ReadIn here we created the front-end React app and adding functionalities to it.
ReadIn this blog post, we adding session-based authentication to the application.
ReadAdding user management by adding the User entity, UserResolver and user property validation.
ReadAt 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`...
ReadI 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