Bipin Shrestha
BlogAbout
moon indicating dark mode
sun indicating light mode
Overcoming cookie limitations: SSO SAML feature with cross-domain compatibility

Overcoming cookie limitations: SSO SAML feature with cross-domain compatibility

By increasing the buffer_size_limit in the NGINX server, we successfully addressed the issue of a response cookie exceeding the buffer limit.
Undo a Git Merge

Undo a Git Merge

You can undo your merge commits with the git reset command. Git reset resets the current branch tip and also deletes any changes in the working directory and staging area.
Enabling binary support using the API Gateway

Enabling binary support using the API Gateway

While working on a file upload feature, we need to set up a server or the API Gateway so that it can accept the media types.
It's okay to watch coding tutorials

It's okay to watch coding tutorials

As long as you are learning some new design patterns, architectures, and methods to solve the problem, it's okay to watch coding tutorials.
Server Timeouts

Server Timeouts

While working on a heavy computation or time-consuming API we need to consider the server timeouts.
Avoid Global Styles

Avoid Global Styles

Global styles should be avoided for the same reasons global variables should be avoided. It seems global styles are more dangerous than the global variables.
GraphQL field to select data from the database

GraphQL field to select data from the database

We can use GraphQL field to get only selected data from the database. Apollo server's info argument has made it easier for us

© Bipin