Lorem ipsum proin gravida nibh vel velit auctor aliquetenean idelit sollicitudin, lorem quis bibendum auci elit consequat ipsutis sem.
1-677-124-44227

info@yourbusiness.com

184 Main Collins Street | West victoria 8007

Lorem ipsum proin gravida nibh vel velit auctor alique tenean sollicitudin, lorem quis.
Top
Post on
Facebook
Follow on
Twitter
Connect on
Linkedin

Kathleen Nelson

Welcome to my personal blog

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...