HTTP

Developer Guides

When and Why to Choose Server Side Events (SSE)

Let's cover the detailed study of Server Side Events (SSE) to reach a conclusion on when and why to use them, what benefits it offer and use cases where it is the best choice.

Read
Developer Guides

JWT Token vs Cookie Based Session Authentication: A Detailed Comparison

Let's cover the detailed comparative study of Token based authentication with cookie based session authentication.

Read
Web Dev

Creating a session in go by reading cookies and then using them in future http requests

Getting 403 forbidden error as your http request is missing required cookies? Here is the solution...

Read
Programming

Go lang notes from tutorial in official documentation

Here are my notes created while learning Go lang...

Read