Skip to content

Instantly share code, notes, and snippets.

@bbliong
bbliong / git.md
Last active January 31, 2019 03:24
Belajar Menggunakan GIT

Belajar Pake git

Dasar

git init => untuk init
git commit => untuk commit
git branch new-branch => untuk buat branch
git checkout new-branch => pindah branch
git cat-file -p 43388f => cek detail dari tree atau blob
git cat-file -t 43388f => liat tipe dari pointer

cat .git/HEAD => Melihat head dari suatu git

@bbliong
bbliong / setup.md
Last active January 24, 2019 05:44
Setup Dasar Server Ubuntu

Voucer DO

2019GITHUB50-10106b8c

Setup Awal

https://www.digitalocean.com/community/tutorials/initial-server-setup-with-ubuntu-16-04
https://www.routecloud.net/blog/menggunakan-ssh-keys-authentication-untuk-login-ke-server/

Setup CLoudflare

Frontend Masters: AWS for Frontend Engineers

You should have the following completed on your computer before the workshop:

  • Install the AWS CLI.
  • Have Node.js installed on your system. (Recommended: Use nvm.)
    • Install yarn with brew install yarn.
  • Create an AWS account. (This will require a valid credit card.)
  • Create a Travis CI account. (This should be as simple as logging in via GitHub).
@bbliong
bbliong / web-performance.md
Created December 14, 2018 16:34 — forked from stevekinney/web-performance.md
Web Performance Workshop

Web Performance

Requirements

Repositories

Frontend Masters—Deploying Full Stack: Node.js & React on AWS

You should have the following completed on your computer before the workshop:

  • Have Node.js installed on your system. (Recommended: Use nvm.)
    • Unfortunately, you'll need to be on Node 9.x or earlier. Dependencies are hard and one of the dependencies of one of our dependencies is set to not allow Node 10.x.
    • Install yarn with brew install yarn.
  • Create an AWS account. (This will require a valid credit card.)
  • Install multi-factor authentication app (e.g. Authy, Google Authenticator, Duo).
  • Install the AWS CLI. (brew install awscli should do the trick. Otherwise, you'll need Python and PIP, which you can install using brew install python.)
@bbliong
bbliong / readme.md
Last active August 11, 2018 19:58 — forked from benstr/readme.md
Gist Markdown Cheatsheet

#Heading 1 ##Heading 2 ###Heading 3 ####Heading 4 #####Heading 5 ######Heading 6


Paragraph

@bbliong
bbliong / nC-SUbdomain.md
Last active August 11, 2018 16:04
NameCheap Subdomain