Lorem Ipsum proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis
bibendum auctor, nisi elit consequat ipsum nec sagittis.
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 ...
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 (Lightw...
Getting Started with React-Navigation V5
Table of contents Introduction Environment Setup Create Project and Install dependencies Basic Screens StackNavigator BottomTabNavigator Conclusion Introduction In a web browser, you can link to different pages using an anchor (<a>) tag. W...
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 productio...