Skip to content

Instantly share code, notes, and snippets.

View patrickskim's full-sized avatar

Patrick Kim patrickskim

View GitHub Profile
@Integralist
Integralist / Fastly VCL Boilerplate for handling mutliple subdomains.vcl
Last active May 22, 2020 06:19
[Fastly VCL Boilerplate for handling mutliple subdomains] #fastly #vcl #boilerplate
######################################################################################
#
# detailed blog post on fastly's implementation details:
# http://www.integralist.co.uk/posts/fastly-varnish/
#
# fastly custom vcl boilerplate:
# https://docs.fastly.com/vcl/custom-vcl/creating-custom-vcl/#fastlys-vcl-boilerplate
#
# vcl_recv
# vcl_error
@ryenski
ryenski / hello.vue
Last active April 7, 2025 21:28
Stimulus.js + Vue.js
<template>
<div id="app">
<p>{{ message }}</p>
</div>
</template>
<script>
export default {
data: function () {
return {