Carolyn Van Slyck

Talks

Hauling my cookies around the world to share my love of open-source, containers, and excessive emoji. 🌈 ✨

KubeCon North America 2021

Would you like to attract new contributors to your project and grow your contributor base? CNCF SIG Contributor Strategy has developed best practices to improve your contributor pipeline and can help you adapt them to your project’s needs.

  • Attract new contributors to your project with good first issues.
  • Create onboarding materials, such as a contributing guide and onboarding tutorial, to guide their first
  • contribution towards success.
  • Improve the contributor experience, encouraging people to join your community and stick around after their first pull request.
  • Publish a contribution ladder so they see a path from new contributor to maintainer and other project roles.
  • Find a balance between your time commitments as a maintainer and helping new contributors.

Whether you are a new sandbox project or an established graduated projects like Kubernetes, you will come away with a realistic actionable way to sustainably grow your community.

CNCF Project Paperwork Working Session
KubeCon North America 2020

At each stage from Sandbox to Graduated, you’ll need to add community and process documentation – and there’s even more that’s good to have even if it’s not required. Let us help you create this “project paperwork” now instead of waiting for a deadline. With just a little planning, it doesn’t need to overwhelm you.

TAG Contributor Strategy will walk you through required and desired community docs, how to use the new template repo, and which docs you need at which level. We’ll also be on hand to answer your questions and provide 1-on-1 help and editorial support. You can get your project ready, and we’ll show you how.

Kubernetes Virtual Summit 2020 by MediaOps

Can you deploy your entire app from scratch with a Helm install? Or do you have cloud infra and hosted services that you rely on? The cloudy bits that make your app cloud native.

Cloud Native Application Bundles, the CNAB spec, was designed to solve deployment problems that we all have been quietly battling with, mostly with hope and bash. Bundles come in handy when deploying applications that don’t live neatly inside of just Kubernetes.

Let’s learn when bundles make sense, when they don’t, and what your day could look like if you were using them:

  • Install tools to manage your app: helm, aws/azure/gcloud, terraform.
  • Deploy your app along with its infra: cloud storage, dns entry, load balancer, ssl cert.
  • Get software and its dependencies into airgapped networks.
  • Manage disparate operational tech, such as Helm or Terraform, across teams and departments.
  • Secure your pipeline.

GopherCon 2019, FOSDEM 2019

It is a joy to build command-line tools that are not only easy to learn, but that other developers are willing to maintain. Often a team’s engineering efforts are spent on the backend, while the cli doesn’t receive the same level of attention. This can result in hard-to-test tools, and dumping maintenance of them to whoever most recently joined the team.

Learn how to take full advantage of popular Go libraries, structure your Go code to improve reuse and testability, and of course design your commands to be user friendly.

Gopherpalooza 2018

Go’s reputation for having a great community often precedes it. At the same time figuring out how to contribute and influence upstream Go is intimidating. A band of plucky gophers are working together to change that, clearing the way for more community involvement, and I want you to join us!

GopherCon 2018

Everyone says how welcoming the Go Open Source Community is, but it can still be a bit intimidating and overwhelming when you first join. Led by Carolyn Van Slyck, during this full-day workshop you’ll learn how to become a valued contributor and member of any open source community.

Write/Speak/Code 2018

Carolyn shares how Write/Speak/Code kicked her career into high-gear and inspired her to double-down on paying it forward. Follow her journey from an underpaid, unknown developer to a well-respected international speaker and community leader, working 100% on open source at Microsoft.

KubeCon EU 2018

Learn how to add custom commands to kubectl and write your first plugin. If you have written a bash script that extracts data from kubectl output, then you are already halfway there! Plugins can add powerful new commands to interact with Kubernetes, saving you time and keystrokes. This session will showcase lessons learned from our development of a kubectl plugin for the Kubernetes Service Catalog.

Whether you are a Kubernetes user looking to script common commands, a developer building custom Kubernetes resources, or a provider looking to encapsulate specific functionality for your users, come learn how to write your own custom commands using kubectl plugins.

Write/Speak/Code (Chicago) March 2018

Have you been thinking of getting into Open Source but aren’t quite sure where to start or what to expect? Together we will discuss the ins and outs of getting into, and sticking with, Open Source Software:

  • Why would you contribute?
  • Who should you contribute to?
  • Where can you help?
  • How do you start?
  • What should you do next?

Women Who Go (Chicago) October 2017

We will be tackling some of the great philosophical questions of our time:

  • What is Docker?
  • Why would I use it?
  • Can I still do it if no one at my company is doing the Dockers?
  • What are some fun things I can do with Docker and Go?

GoTimeFM

The GoTimeFM crew and I chat about welcoming our Windows Gopher brethren into the Go Community, how I became a maintainer for dep (the Go Dependency Manager), and my adventures running a my little pony themed bare metal Kubernetes cluster.

Listen to Go Time 55: Dep, Cross-platform, and Getting Started

GopherCon 2017

The upcoming Go dependency manager, dep, is ready for you to try out! Learn how to get started with dep, whether you are used to go get or another dependency manager.

GopherCon 2016

You may not realize it but there are a lot of Windows developers moving into your neighborhood. They are using and contributing to open source projects, even those that aren’t just for Windows. But here’s the rub: Often tools are written Unix first”, shoehorning Windows support in later. This approach can shut out potential users.

Lucky for us, Go has strong support for cross-platform development. So let’s start writing cross-platform first and welcome our Windows neighbors. Learn some of the Windows quirks that you should take into account, and the Go goodies to help you conquer them.

OSCON Austin 2016

There is much more to Docker than just deploying your flagship application. Carolyn VanSlyck, Ash Wilson, and Nick Silkey look at three use cases for Docker that go beyond the typical software development pipeline:

  1. The Rackspace Cloud DNS product team is running a Hubot-based ChatOps bot on Carina to automate routine operational tasks in the open via a team-based chat. The team successfully migrated this service from another provider into Carina in under an hour from start to finish, including a datastore migration. (Nick Silkey @ 2:55)
  2. Rackspace’s developer documentation is open to external contributors and has streamlined the editing process with a staging environment that previews the full site on-demand for pull requests. All of its infrastructure is hosted within Docker containers, managed by Ansible, on a CoreOS cluster. (Ash Wilson @ 13:57)
  3. How to Whale is teaching Docker with zero setup from the comfort of your web browser. Every user has an interactive sandbox, courtesy of JupyterHub, which spins up a Jupyter server on the user’s own Docker Swarm cluster. (Carolyn Van Slyck @ 24:32)

You’ll leave knowing how you can use Docker on the side, even if you haven’t tackled Dockerizing your application.

PyData (Chicago) March 2016

Jupyter is an exciting tool, empowering you to quickly dive into the fun parts of whatever problem you are solving. With it, you can do so much more than just your research. By combining JupyterHub with Carina, you have a learning platform, perfect for leading a workshop, trying a new language or just playing around with code. It provides push button user notebooks, where each user is not only isolated from others, but they are running on their own compute resources and can hit the “reset” button at any time to start fresh.

Learn how howtowhale.com uses JupyterHub and Carina to teach Docker, with zero setup and immediate results. With these essential building blocks, you too can create the ultimate learning environment.

DevOps Chicago Meetup, ChicagoRuby Meetup March 2016

A lightning fast introduction to Carina by Rackspace, which provides Docker Containers as a Service. Learn how to “think above the whale” and start doing the Dockers in just a few easy commands.