Skip to content

Instantly share code, notes, and snippets.

View ryanj's full-sized avatar
💭
LGTM

ryan jarvinen ryanj

💭
LGTM
View GitHub Profile
@blues-man
blues-man / workshop_debug_4.6.sh
Last active September 19, 2023 14:12
Script to deploy the whole Getting Started with OpenShift 4.6 for Developers workshop
#!/bin/bash
# Project
oc new-project workshop
# Parksmap
oc new-app quay.io/openshiftroadshow/parksmap:1.3.0 --name=parksmap -l 'app=workshop,component=parksmap,role=frontend,app.kubernetes.io/part-of=workshop'
oc create route edge parksmap --service=parksmap
oc policy add-role-to-user view -z default
oc rollout restart deploy/parksmap
# Nationalparks
oc new-app java~https://github.com/openshift-roadshow/nationalparks.git --name nationalparks -l 'app=workshop,component=nationalparks,role=backend,app.kubernetes.io/part-of=workshop,app.kubernetes.io/name=java'
@dominictarr
dominictarr / readme.md
Created November 26, 2018 22:39
statement on event-stream compromise

Hey everyone - this is not just a one off thing, there are likely to be many other modules in your dependency trees that are now a burden to their authors. I didn't create this code for altruistic motivations, I created it for fun. I was learning, and learning is fun. I gave it away because it was easy to do so, and because sharing helps learning too. I think most of the small modules on npm were created for reasons like this. However, that was a long time ago. I've since moved on from this module and moved on from that thing too and in the process of moving on from that as well. I've written way better modules than this, the internet just hasn't fully caught up.

@broros

otherwise why would he hand over a popular package to a stranger?

If it's not fun anymore, you get literally nothing from maintaining a popular package.

One time, I was working as a dishwasher in a restu

@RebelScummers
RebelScummers / HowToMarkupLanguage.html
Created August 11, 2018 23:45 — forked from ryanj/HowToMarkupLanguage.html
Getting Started with HTML (@ryanj and @RebelScummers 2018-08-11)
<section id="Getting-Started-with-HTML">
<h1>Getting Started</h1>
<p>
w/ <code>HTML</code><br/>
and Front-End
</p>
<blink><h1>Web Dev</h1></blink>
</section>
<section id="">
</section>
@irabinovitch
irabinovitch / monitorama2018.md
Last active June 3, 2019 13:50
Monitorama 2018 Talks
@ryanj
ryanj / servicecatalog-redis-in-dev-test-and-prod.html
Last active July 26, 2018 18:52
Using the Open Service Catalog to deliver Redis for Dev, Test, and Prod - http://bit.ly/redis-devtestprod
<section>
<section data-background-color="white" data-background-size="contain" id='with-the-OpenShift-Service-Catalog' data-background="https://github.com/ryanj/redisconf-2018/raw/master/static/redisconf-backdrop.png">
<h2>Redis in Dev, Test, and Prod</h2>
<p>with the</p>
<h1>OpenShift Service Catalog</h1>
<br/>
<p><a href="http://bit.ly/redis-devtestprod">bit.ly/redis-devtestprod</a><br/><a href="http://redisconf.com/sessions.php#167">Weds, April 25th 4:00-4:45 pm</a></p>
</section>
<section data-transition='concave' data-background-transition='fade' data-background='black' id='presented-by-ryanj'>
<p>presented by <a href="http://twitter.com/ryanj/">@ryanj</a>, Developer Advocate at Red Hat</p>
// 'spirals' by dave
int[][] result;
float t, c;
float ease(float p) {
return 3*p*p - 2*p*p*p;
}
float ease(float p, float g) {
@ryanj
ryanj / Developing-Locally-with-Kubernetes.html
Last active June 2, 2018 13:03
Developing Locally with Kubernetes from #Kubecon2017 in Austin, TX http://bit.ly/kubecon-dev
<section>
<section id="at-Kubecon-2017">
<img style="width:100%" src="https://i.imgur.com/znrD3yq.jpg" alt="Developing Locally with Kubernetes - http://bit.ly/kubecon-dev" />
<br/>
<a href="https://youtu.be/_W6O_pfA00s">youtu.be/_W6O_pfA00s</a>
</section>
<section data-background-transition='fade' data-background='black' id='presented-by-ryanj'>
<p>presented by <a href="http://twitter.com/ryanj/">@ryanj</a>, Developer Advocate at Red Hat</p>
<p class='fragment fade-up'><a href="http://twitter.com/ryanj/"><img alt="ryanj" src="http://ryanjarvinen.com/images/ryanj-mestrefungo-com.gif" style="width:48%"/></p>
</section>
@alexellis
alexellis / k8s-pi.md
Last active April 11, 2024 14:17
K8s on Raspbian
@zkat
zkat / index.js
Last active March 10, 2024 14:32
npx is cool
#!/usr/bin/env node
console.log('yay gist')
@ericavonb
ericavonb / gist:a8ebc21687d2b01f78abb6c96f040a25
Last active October 10, 2018 08:15 — forked from ryanj/Hands-On-Intro-to-Kubernetes.html
Kubenetes Zone "Hands-On Intro to Kubernetes" Workshop, TX http://bit.ly/wwg-k8s
<section>
<section id="kubernetes-hands-on">
<h1>Intro to Kubernetes</h1>
<h2>Workshop</h2>
<br/>
<p>TECH(K)NOW DAY - London, UK - Tue 9 Oct 2018</p>
<p><a href="http://bit.ly/wwg-k8s">bit.ly/wwg-k8s</a></p>
</section>
<section data-state='blackout' data-background-color="#000000" id='presented-by'>
<p>Hi! I'm Erica von Buelow.</p>