-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (28 loc) · 2.69 KB
/
Copy pathindex.html
File metadata and controls
35 lines (28 loc) · 2.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
layout: page
title: About Me
body_classes: homepage
page_title: Home
---
<div class="about-me clearfix">
<img src="/images/chuck.png" alt="Chuck Lauer Vose - Red Hair"></img>
<p>My name is Chuck Lauer Vose and I have lived in the Pacific Northwest and/or Colorado for my entire life. I love three things (that aren't computers): Food, my fuzzies, and photography. Which I wish was called fotography for symmetry. I am a programmer and a teacher on the payroll of <a href="http://www.newrelic.com">New Relic</a>.</p>
<p class="omega">My current home language is Ruby, which I love because of the culture and the silliness of its community. I have a healthy respect for Python and I have been seen with the double-claw hammer of PHP in the past. But you will never hear me put down another language, whatever you use to express your dreams and ambitions is good in my book.</p>
</div>
<blockquote>Education is what survives when what has been learned has been forgotten. <cite>-- B. F. Skinner</cite></blockquote>
<h2>Some of my projects and creations</h2>
<div class="creation clearfix">
<img src="/images/orange_rose_transparent.png"></img>
<h3><a href="http://www.portlandcodeschool.com">Portland Code School</a></h3>
<p>I started forming the Portland Code School in March of 2012, and started teaching in Sept 2012. The first "class" was three people and was actually more of a paid internship. After the internship proved successful, I went full-time and started teaching larger and larger classes. The next class was 7 people and was a huge turning point for the program because we were able to bring in an organizer to help shepherd the organization to success.</p>
</div>
<div class="creation clearfix">
<h3><a href="/autonomous-actions/">Autonomous Actions: circuit breakers and bulkheads</a></h3>
<p>A live, in-browser simulation that teaches resilience patterns as a series of gamedays against an SLO. Push traffic, break dependencies, and watch how circuit breakers, timeouts, bulkheads, and adaptive concurrency limiting each hold, or fail to hold, the line. Built as a buildless single-page app.</p>
</div>
<h2>About this site</h2>
<p>If you came here wanting to see an example of a simple Jekyll powered blog using Github Pages please reference the following commits. The first is a transition from the auto-generated theme from Github, the second is a bit of polish to spruce things up a bit.</p>
<ul>
<li><a href="https://github.com/vosechu/vosechu.github.com/commit/b7e66030fce9ae6f73339af569c47c7bd08d6b31">Adding in Jekyll base</a></li>
<li><a href="https://github.com/vosechu/vosechu.github.com/commit/24bf735e0134277a144b9b8c8c519bb24a45e677">Adding in Liquid extensions and polishing</a></li>
</ul>