Best Way to deploy a React and Express application on AWS
React App Deployment: AWS Amplify: AWS Amplify is a development platform for building secure, scale-able mobile and web applications. Amplify covers the complete mobile application development workflow from version control, code testing, to production deployment, and it easily scales with your business from thousands of users to...
Getting Started with React-Navigation V5
Table of contents IntroductionEnvironment SetupCreate Project and Install dependenciesBasic ScreensStackNavigatorBottomTabNavigatorConclusion Introduction In a web browser, you can link to different pages using an anchor (<a>) tag. When the user clicks on a link, the URL is pushed to the browser history stack. When the user presses the back button,...
Role Based API Access using OpenLDAP and JWT with NodeJS
This blog will give you the idea of Lightweight Directory Access Protocol and JSON Web Token with some practical stuff. But first refresh our concepts about LDAP and JWT. Have a happy reading. Lightweight Directory Access Protocol (LDAP) LDAP (Lightweight Directory Access Protocol) is a software...
Setup and Configure OpenLDAP using Docker Image on Ubuntu 16.04
LDAP, or Lightweight Directory Access Protocol, is a protocol for managing related information from a centralized location through the use of a file and directory hierarchy. It functions in a similar way to a relational database in certain ways, and can be used to organize and...