Config SSH and User in a DigitalOcean Droplet

Posted on November 11, 2020

Setup 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 post

PSQL commands that every developer should know!

Posted on October 01, 2020

In 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 post

React Hooks useContext() example

Posted on May 04, 2020

In 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