Skip to content

Instantly share code, notes, and snippets.

View GoKooma's full-sized avatar

Michael Koo GoKooma

View GitHub Profile
@GoKooma
GoKooma / express.md
Created March 20, 2019 19:16 — forked from J6K/express.md
express sample and quick examples and descriptions of body, params, and query

ExpressJS

All examples are using ReactJS as the frontend library and Axios as the request handler.

General

For now, think of servers as the middle man between the client and the database.

The only thing the client really needs is information from the database but it's not safe for clients to directly connect to databases and query information for themselves.

@GoKooma
GoKooma / .gitconfig
Created March 14, 2019 01:41 — forked from pksunkara/config
Sample of git config file (Example .gitconfig)
[user]
name = Pavan Kumar Sunkara
email = pavan.sss1991@gmail.com
username = pksunkara
[core]
editor = vim
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
excludesfile = ~/.gitignore
[sendemail]
smtpencryption = tls