A client side implementation of authentication using react.js for my blog on medium. This is the second part of my previous blog on how to implement scalable node.js server.
A Scalable Node Architecture/Server. This repository contains a complete implementation of writing scalable nodejs server/architecture on my medium blog.
TimeOff is an application that allows companies' employees to set vacations before they begin taking their time off. Implemented in modern tech stack i.e. Node, Express, MongoDB.
TimeOff is an application that allows companies' employees to set vacations before they begin taking their time off. Implemented in modern tech stack i.e. React, Redux, Redux Saga.
This is a repository for my blog post on LogRocket. The title of the post is Interact with smart contracts via React and a Node.js API in which I showed how to develop a nodejs server as a middleware to make ordinary browsers possible to interact with smart contracts without using any third party plugins or extensions such as Metamask.
A simple CRUD demonstration using pure react.js with a blog on Medium.
vimrc file to convert my vim into a complete text editor to write code.
Toolbox is a SaaS product that replaces the current solution of internet browsers' default bookmark feature to access digital tools and services conveniently.
The technology industry innovates quickly, requiring developers to deliver products and services at a rapid speed while still prioritizing high quality. Integration and delivery used to be a manual process, but automation makes it much faster and more reliable...
This project is a sample project for my article on medium with title of "Introduction to Lit JavaScript Library With Rollup".
This project shows implementation of login system using react hooks. I converted class base component implementation to functional component by using hooks.