Skip to content

Instantly share code, notes, and snippets.

View vantt's full-sized avatar

Van Tran vantt

  • Anphabe JSC
  • Ho Chi Minh city, Vietnam
View GitHub Profile
@vantt
vantt / On choosing a hypermedia type
Created March 13, 2020 07:01 — forked from soofaloofa-zz/ On choosing a hypermedia type
On choosing a hypermedia type for your API - HAL, JSON-LD, Collection+JSON, SIREN, Oh My!
A comparison of Collection+JSON, HAL, JSON-LD and SIREN media types.
Discussion at
http://sookocheff.com/posts/2014-03-11-on-choosing-a-hypermedia-format/
@vantt
vantt / .block
Created October 23, 2018 13:05 — forked from BTKY/.block
Weighted nodes and curved links v4
license: gpl-3.0
height: 600
#!/bin/bash
INSTALL_ROOT="/opt"
INSTALL_FOLDER="$INSTALL_ROOT/elasticsearch"
echo "Installing OpenJDK 1.7.0 ..."
sudo yum install -y java-1.7.0-openjdk
echo "[Installing ElasticSearch...]"
cd ~