Santhosh C's articles
-
Prevent Concurrent Logins In A Web Application Using Redis
Prevent concurrent logins in web apps using Redis and JWT. Learn session management to limit one device per user.
how-to -
How To Get Started With Open Source Contributions?
Go through thecode base, patterns and tech stack. Then filter issues labelled as good first issue to start contributing to open source.
open-source -
Avoid Committing Secrets and Credentials to Git
Committing secrets to code repos or version control systems is considered one of the major security incidents, Let's see how to avoid them.
security -
Getting Started with React Query for Fetching and Updating Data
Using React Query, we can fetch, cache, and update data in React applications. In this article useQuery and useMutation usage has been shown.
how-to -
Super Linter - Multi-language linter by Github
Microsoft owned Github recently launched a new action to its Github Actions pipeline to lint the codebase. This service was built and used by the Github Interna
geek
