Jessie Frazelle on Maintaining Open Source, Docker, dotfiles
Aug. 10, 2016, 7 p.m. (8 years, 3 months ago)
0 Comments
Jessie Frazelle joins us this week to talk about being an open source maintainer, Docker’s pull request acceptance workflow, dotfiles, getting started with public speaking.
Changelog++ members support our work, get closer to the metal, and make the ads disappear. Join today!
Sponsors:
- Linode – Our cloud server of choice. Pick a Plan. Pick a Distro. Pick a Location. Start your server and use
gotime20
to get $20 in credit. - Fastly – Our bandwidth partner. Fastly powers fast, secure, and scalable digital experiences. Move beyond your content delivery network to their powerful edge cloud platform.
- Equinox – Build, package and distribute self-updating Go apps to your customers. It’s perfect for CLI tools and on-premise Go software.
Featuring:
- Jessie Frazelle – Twitter, GitHub
- Erik St. Martin – Twitter, GitHub
- Carlisia Thompson – Twitter, GitHub, LinkedIn
- Brian Ketelsen – Twitter, GitHub
Show Notes:
Interesting Go Projects and News
- GoBridge Talk Formula
- GoKit: A toolkit for microservices
- Francesc Campoy: Analyzing Go code with BigQuery (blog post)
- The complete guide to Go net/http timeouts (blog post)
- A pipeline-based CI system written in Go
- etcd3
- Changelog Weekly
- Changelog Nightly
Free Software Friday
- Brian - jq: command line json tool
- Carlisia - Go testing in the browser: goconvey
- Jessie - A simple utility to safely retrieve arbitrary files and Michael Crosby’s world best gists
- Erik - Ranger: console file manager with VI key bindings
Something missing or broken? PRs welcome!
No comments have been posted yet, be the first one to comment.
Similar Podcasts
It's Go Time!
In this inaugural show Erik, Brian, and Carlisia kick things off by sharing some recent Go news that caught their attention, what to expect from this show, ways to get in touch, and more.
Join the discussionChangelog++ members support our work, get closer to the metal, and make the ads disappear. Jo...
Sarah Adams on Test2Doc and Women Who Go
On this show we’re joined by Sarah Adams. We talk about creating safe spaces for women to get started in the Go community, about Women Who Go, and take a deep dive into her Test2Doc open source project.
Join the discussionChangelog++ members support our work, get closer to the metal, and make the ad...
State of Go Survey and Go at Heroku
Ed Muller from Heroku join us to discuss his State of Go survey, vendoring and versioning, the Heroku Go Buildpack, how they use Go at Heroku, and more.
Join the discussionChangelog++ members support our work, get closer to the metal, and make the ads disappear. Join today!Sponsors:Linode – Our clou...
Matt Holt on CaddyServer, the ACME Protocol, TLS
This episode wins the contest for the most protocols discussed. Matt Holt joined the show to to talk about TLS, Let’s Encrypt, the ACME protocol, CaddyServer, and a host of other important information security issues.
Join the discussionChangelog++ members support our work, get closer to the metal, ...
The Go Standard Library
Ben Johnson, creator of BoltDB, joined the show to talk about NoSQL vs. Sql databases, tradeoffs between the two, and choosing one over the other. We also talk about Ben’s Secret Lives of Data project, visualizing data structures, and go over his motivation and plans for his blog post series “Go Wal...
Mentioned Topics
Docker
Docker is set of PaaS products that use OS-level virtualization to deliver containers that can be used by developers to isolate and automate their deployment and build process of their applications. Docker's products range from open source to closed sourc...
DevOps
DevOps stands for Development Operations and is a set of practices used to improve software development and information-technology operations. Part of the DevOps responsibility is to setup servers, integrate continuous integration and continuous deploymen...
Go
Go (Golang) is a programming language that is statically typed and compiled. The language was designed by Robert Griesemer, Rob Pike, and Ken Thompson at Google. Go compiles down to machine code which makes the language really fast. On top of that, the la...
Similar Tutorials
10 Ways to Manage Environment Variables with Dokku Config Commands
Dokku is an awesome open-soure project that makes it really simple to setup and manage your own docker-powered PaaS (Platform-as-a-Service). If you're a solo developer or working in a small team with a low budget, Dokku is godsend.
Most applications requires some sort configuration to...
How to Install & Setup Redis for Dokku
Redis is a free and open-source in-memory data store which can be used as cache or in same cases even a database. Redis is super simple to install if you manage your applications with your own Dokku PaaS (Platform as a Service).
In today's tutorial I will show you how we can install a...
Setup SSL Certificates & Serve your Applications over HTTPS for Free with Dokku & Let's Encrypt
In this tutorial we are going to take a look at how we can setup free SSL certificates for our Dokku powered applications with Let's Encrypt.
Let's Encrypt is a non-profit organization that provides TLS (Transport Layer Security) encryption at no charge. Their goal is to make the web ...