Config SSH and User in a DigitalOcean Droplet
Posted on November 11, 2020Setup SSH and User in Server Create ssh in the local machine It will generate an .pub(public) and a private key files Create an ubuntu user Give super user access to the user Change it to the new user…
Read full postPSQL commands that every developer should know!
Posted on October 01, 2020In this tutorial, we will be listing out some basic psql commands that will help to query data from PostgreSWL database server. 1. Connecting to PostgerSQL database The following command is used to…
Read full postReact Hooks useContext() example
Posted on May 04, 2020In this tutorial we will be setting up a basic react application with two pages sharing a common context. 1. Setup A Basic React Project we will be creating a basic react app bootstraped with create…
Read full post