
Tech stack:
Latest Posts
See all postsMay 19, 2024
Cascading Nature of CSS
The term 'cascading' refers to a manner in which information is passed on to the next step where the progression or the flow is influenced by the previous step.
June 8, 2024
Handling Cross-Origin Resource Sharing
Cross-Origin Resource Sharing (CORS) is a security mechanism implemented by web browsers to restrict access to resources from a different domain.
June 13, 2024
Storing Images with Base64 Encoding
MongoDB, a popular NoSQL database, can be used to store binary data, such as images, as Buffer objects.
July 3, 2024
State and localStorage in React
Combination of state and localStorage is an essential concept for developers to store, manage and persist data in React.
Projects
See all projects
Node/Express.js Auth Api
This project implements a user authentication and authorization system using Node.js, Express, Mongodb, bcrypt, and JSON Web Tokens (JWT). The system supports user registration, login, token refresh, and logout functionalities.

React.js Auth Application
Project built with React.js, focused on authentication, login, registration, and authorization management. Utilizes a backend API that handles user authentication using JWT tokens.