Skip to content

Instantly share code, notes, and snippets.

View aar0nTw's full-sized avatar
:electron:
Focusing

Aaron Huang aar0nTw

:electron:
Focusing
View GitHub Profile
@aar0nTw
aar0nTw / self_route.vcl
Created May 26, 2022 04:45 — forked from rezan/self_route.vcl
Self routing Varnish Cache cluster example
# Self routing cluster example
vcl 4.0;
import directors;
backend node1 {
.host = "node1.example.com";
.port = "80";
}
@aar0nTw
aar0nTw / 0_reuse_code.js
Created June 24, 2014 18:23
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console

Mac web developer apps

This gist's comment stream is a collection of webdev apps for OS X. Feel free to add links to apps you like, just make sure you add some context to what it does — either from the creator's website or your own thoughts.

— Erik