Posts
Sisir Ghimire Chettri v2
Cancel

Vuejs

Vue JS Written on: 2018, September 30th ESSENTIAL Multi-word component names: Component names should always be multi-word, except for root App components. Prevents conflicts with existing and fu...

Markdown Cheatsheet

Basic Syntax Markdown Element Syntax Heading # Heading 1 ## Heading 2 ### Heading 3 Bold **bold_text** Ital...

Basic Postgresql Commands

Create user, database and grant roles Drop Database : DROP database john_db; Create Database : CREATE DATABASE john_db; Create User : CREATE USER john; or, CREATE USER john WITH ENCRYPTED P...