1
0
Fork 0

Add a bunch more videos

This commit is contained in:
R Tyler Croy 2020-07-31 14:54:17 -07:00
parent 3be81215d7
commit 3324f68718
No known key found for this signature in database
GPG Key ID: E5C92681BEF6CEA2
17 changed files with 113 additions and 1 deletions

7
.gitattributes vendored
View File

@ -1,3 +1,10 @@
site/videos/2015-jrubyconf-eu/JRuby[[:space:]]EU[[:space:]]2015[[:space:]]-[[:space:]]JRuby[[:space:]]Gradle[[:space:]]-[[:space:]]Bringing[[:space:]]Java[[:space:]]Power[[:space:]]Tools[[:space:]]to[[:space:]]Ruby[[:space:]][[:space:]]by[[:space:]]R.[[:space:]]Tyler[[:space:]]Croy-kZt6Ga20lD0.mkv filter=lfs diff=lfs merge=lfs -text
site/videos/2014-puppetconf/PuppetConf[[:space:]]2014[[:space:]]Modern[[:space:]]Puppet[[:space:]]for[[:space:]]the[[:space:]]Jenkins[[:space:]]project.mp4 filter=lfs diff=lfs merge=lfs -text
site/videos/2020-pagerduty-testimonial/Scribd[[:space:]]Uses[[:space:]]PagerDuty[[:space:]]to[[:space:]]Support[[:space:]]Growth[[:space:]]of[[:space:]]Their[[:space:]]Massive[[:space:]]Digital[[:space:]]Library-7yn0PZ_yMnM.mkv filter=lfs diff=lfs merge=lfs -text
site/videos/2017-datadog-testimonial/Jenkins[[:space:]]-[[:space:]]Powerful,[[:space:]]simplified[[:space:]]monitoring[[:space:]]and[[:space:]]observability[[:space:]]with[[:space:]]Datadog-UTfERoLJrG8.mkv filter=lfs diff=lfs merge=lfs -text
site/videos/2012-jenkins-user-conference-sf/2012[[:space:]]San[[:space:]]Fran[[:space:]]JUC[[:space:]]-[[:space:]]R.[[:space:]]Tyler[[:space:]]Croy[[:space:]]-[[:space:]]Implementing[[:space:]]Continuous[[:space:]]Deployment[[:space:]]with[[:space:]]Jenkins[[:space:]]&[[:space:]]Gerritt-BkLNK3V8iOo.mp4 filter=lfs diff=lfs merge=lfs -text
site/videos/2017-azure-opendev/OpenDev[[:space:]]10.2017[[:space:]]_[[:space:]]Continuous[[:space:]]delivery[[:space:]]of[[:space:]]infra[[:space:]]to[[:space:]]Azure-jOWY6wa38J0.mkv filter=lfs diff=lfs merge=lfs -text
site/videos/2016-puppetconf/Avoiding[[:space:]]Toxic[[:space:]]Technical[[:space:]]Debt[[:space:]]Derivatives[[:space:]][[:space:]]R.[[:space:]]Tyler[[:space:]]Croy[[:space:]]at[[:space:]]PuppetConf[[:space:]]2016-FnB0Mlny8hk.mkv filter=lfs diff=lfs merge=lfs -text
site/videos/2012-puppetconf/Red,[[:space:]]Green,[[:space:]]Re-provision[[:space:]]-[[:space:]]Test[[:space:]]Driving[[:space:]]Operations[[:space:]]-[[:space:]]R.[[:space:]]Tyler[[:space:]]Croy[[:space:]]-[[:space:]]PuppetConf[[:space:]]'12-hHcJ0NUIGSI.mp4 filter=lfs diff=lfs merge=lfs -text
site/videos/2012-puppetconf/We'll[[:space:]]Do[[:space:]]It[[:space:]]Live[[:space:]]Operations[[:space:]]Anti[[:space:]]Patterns[[:space:]][[:space:]][[:space:]]R[[:space:]]Tyler[[:space:]]Croy[[:space:]][[:space:]][[:space:]]PuppetConf[[:space:]]'12-9IUiZfeuBA8.mp4 filter=lfs diff=lfs merge=lfs -text
site/videos/2012-sf-selenium-meetup/Better[[:space:]]Late[[:space:]]Than[[:space:]]Never[[:space:]]-[[:space:]]Integrating[[:space:]]Selenium[[:space:]]After[[:space:]]The[[:space:]]Fact-ur1d7fYFAYM.mp4 filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.sw*

View File

@ -1,6 +1,9 @@
deploy:
build: ## Not really doing anything at the moment
(cd site && date > last-generated.txt)
deploy: build
rsync -avz --delete site/ gopher:/srv/gopher/

6
README.adoc Normal file
View File

@ -0,0 +1,6 @@
= Gopherspace
This is the source directory for the content made available at
link:gopher://gopher.brokenco.de/[gopher://gopher.brokenco.de]

View File

@ -0,0 +1,11 @@
"Speed or stability, pick one." We want both, and in this talk, I will discuss
the experimentation and transition phase made from slow brittle processes, to
much more continuous deployments with Jenkins and Gerritt collaborating to
provide faster developer feedback on the quality of their changes. Along the
way I will share pitfalls, useful tools and practices to make the transition to
continuous deployment easier for others.
Also on YouTube: https://www.youtube.com/watch?v=BkLNK3V8iOo

View File

@ -0,0 +1,26 @@
This directory contains both talks that I gave at the 2012 PuppetConf
Red, Green, Re-provision: Test Driving Operations
The developers you work with have a new service they're building, and it is your job to add the appropriate Puppet modules to provision it. Where do you start? A base image, Vagrant and some tinkering? Editing files in ""/etc/puppet"" on a staging Puppet host? What is the most maintainable work-flow which won't saddle you with technical debt in the future? In this talk, I will take you from the ""outside"" inward, writing tests along the way with Cucumber and RSpec. This approach encourages you to think more about where the lines are drawn between the various services and resources you're configuring. While the work-flow is a departure from the ""traditional sysadmin"" role, the resulting modules can be more easily re-used and re-factored.
Also on YouTube: https://www.youtube.com/watch?v=hHcJ0NUIGSI
We'll Do It Live: Operations Anti-Patterns
R. Tyler Croy has been spent the past 5 years trying to build and ship web
applications faster and better, first with Python and now with Ruby at Lookout
Mobile Security, Inc. On a daily basis, he is building new back-end services to
help Lookout scale up, or helping engineers build, test and rapidly deploy
their code through test-driven development and gratuitous use of automation
with Jenkins. 9 times out of 10, he's not angry, just disappointed.
Also on YouTube: https://www.youtube.com/watch?v=b1yKBUP42G0

View File

@ -0,0 +1,6 @@
Watch Tyler Croy, an engineer at Lookout, give a great talk at the September SF
Selenium Meetup on adding Selenium tests to an already existing web app.
Also on YouTube: https://www.youtube.com/watch?v=ur1d7fYFAYM

View File

@ -0,0 +1,6 @@
Also on YouTube: https://www.youtube.com/watch?v=FnB0Mlny8hk

View File

@ -0,0 +1,18 @@
Tyler Croy, Director of Evangelism at CloudBees and Jenkins project board
member, speaks at the 2nd edition of Azure OpenDev, a live community-focused
series of technical demonstrations centered around building open source
solutions on Azure. This episode features DevOps, which increases business
agility by delivering business value to customers faster.
The Jenkins project hosts most of its infrastructure—a combination of
Terraform, Kubernetes, and Puppet—in Azure. As an open source project, it
automates the delivery of their own infrastructure-as-code, all of which is, of
course, open source.
In this session, Tyler will show some live examples of infrastructure
continuous delivery with Jenkins and Azure.
Also on YouTube: https://www.youtube.com/watch?v=jOWY6wa38J0

View File

@ -0,0 +1,7 @@
R. Tyler Croy shares how Datadogs out-of-the-box integrations have minimized
set up and maximized functional, actionable monitoring for Jenkins.
Also on YouTube: https://www.youtube.com/watch?v=UTfERoLJrG8