Home
Categories
EXPLORE
True Crime
Comedy
Business
Society & Culture
Health & Fitness
Sports
Technology
About Us
Contact Us
Copyright
© 2024 PodJoint
00:00 / 00:00
Podjoint Logo
US
Sign in

or

Don't have an account?
Sign up
Forgot password
https://is1-ssl.mzstatic.com/image/thumb/Podcasts123/v4/c5/3b/e9/c53be996-f49a-2165-0d0c-7b54bbe0f4d4/mza_12165823618713999809.jpg/600x600bb.jpg
All Systems Go
Chris Saunders
13 episodes
6 days ago
All Systems Go is a weekly challenge podcast focused on the Go Programming Language. Every week we focus on a summary of Go related news and walk through our solutions to last week's challenge.
Show more...
Technology
RSS
All content for All Systems Go is the property of Chris Saunders and is served directly from their servers with no modification, redirects, or rehosting. The podcast is not affiliated with or endorsed by Podjoint in any way.
All Systems Go is a weekly challenge podcast focused on the Go Programming Language. Every week we focus on a summary of Go related news and walk through our solutions to last week's challenge.
Show more...
Technology
Episodes (13/13)
All Systems Go
Season 1 Finale
Kofi and Chris talk about a Pro Tools fail, going back to Vugu, the new season of All Systems Go and an all new project that will start Season 2.  Full shownotes: https://asgpodcast.com/posts/s1e14/
Show more...
5 years ago
46 minutes 4 seconds

All Systems Go
Vugu Redemption
This week Kofi and Chris talk about upcoming meetups, terminal games, the “Ultimate Setup” for a Golang project, Robotics and the next challenge: Vugu Redemption. Full shownotes at asgpodcast.com
Show more...
5 years ago
1 hour 3 minutes 9 seconds

All Systems Go
7% Complete 100 Days of Code

This week Kofi and Chris talk about GoCon Canada, GoLang + WASM, Kofi's Windows setup and some cool projects.

Next Week's Challenge: build a Vugu based site!

Notes:

https://blog.gopheracademy.com/advent-2019/writing-go-user-interfaces-with-vugu/

https://github.com/golang/go/wiki/WebAssembly

https://github.com/thedevsaddam/gojsonq/wiki/Queries

https://www.youtube.com/watch?v=ngmSXZiqLuQ&feature=youtu.be

https://madeddu.xyz/posts/go-async-await/



Show more...
5 years ago
1 hour 5 minutes 35 seconds

All Systems Go
func 100dofCode(Kofi host, Chris host) challengeResult {

This week Kofi and Chris talk about holiday breaks & self-care, and a bunch of news! Go community singing, 100 Days of Code, some how-to docs from around the web, containers, a shell output visualizer, flying drones with Go, and challenge fails. 

Next Week's Challenge: Report on the first 7 days of 100 days of code. 

Notes from the show: 

Gophercise! https://gophercises.com/

Jon Calhoun's awesome Go courses - https://www.usegolang.com/

Write in Go - ScaleAbility https://www.youtube.com/watch?v=yhC-361QGJw&feature=youtu.be

Dev.To is awesome! https://dev.to/t/go

Do you have a good way to pull event data from meetup.com?

Why we're writing ML in Go, not Python - Caleb Kaiser https://towardsdatascience.com/why-were-writing-machine-learning-infrastructure-in-go-not-python-38d6a37e2d76

Go Modules with Private Git Repositories - Tim Jones https://medium.com/cloud-native-the-gathering/go-modules-with-private-git-repositories-dfe795068db4

Docker, Kubernetes, Helm - SeattleDataGuy https://medium.com/better-programming/docker-kubernetes-and-helm-4b5a5a87bc8f

Complete Guide to Create Docker Container for Your Golang Application - Afdol Riski https://medium.com/@afdolriski/complete-guide-to-create-docker-container-for-your-golang-application-80f3fb59a15e

Create a tensor from a Dataframe - https://gorgonia.org/how-to/dataframe/

Go 1.13.6 https://github.com/golang/go/issues?q=milestone%3AGo1.13.6+label%3ACherryPickApproved

Go 1.12.15 https://github.com/golang/go/issues?q=milestone%3AGo1.12.15+label%3ACherryPickApproved

Sampler https://github.com/sqshq/sampler

Flying a DJI Tello Drone with Go - Ferdinand Mütsch https://dev.to/n1try/flying-a-dji-tello-drone-with-go-3oll

Golang-IO-Cookbook - Jessie Duffield https://github.com/jesseduffield/notes/wiki/Golang-IO-Cookbook



Show more...
5 years ago
50 minutes 53 seconds

All Systems Go
resolutions2020 := make([]resolution, 2)

With 2020 on the Horizon, Kofi and Chris talk about some of the "best of 2019" articles on the web, Y2k, practical coding, versioning, WSL, the IDE mini-challenge, and this week's challenge: Make some coding resolutions for 2020. 

Notes: 

Golang Weekly Issue 293: https://golangweekly.com/issues/293

Practical Go - Dave Cheney: https://dave.cheney.net/practical-go/presentations/qcon-china.html

Versioning with Branching Strategy - Eyal Posener: https://posener.github.io/branch-strategy/

Ardan Labs - Go Training important reading: https://github.com/ardanlabs/gotraining/blob/master/reading/README.md

Understanding Allocations - Jacob Walker: https://youtu.be/ZMZpH4yT7M0

TamaGo - Pure Embedded Go for ARM SoCs: https://media.ccc.de/v/36c3-10597-tamago_-_bare_metal_go_framework_for_arm_socs

Next Week's Challenge: Voltron app build based on past challenges - UI, call an API, store in a DB

Thanks for listening, you can find us at @asgpodcast on Twitter, gitlab.com/all-systems-go on gitlab. We also have an #allsystemsgo channel in the Gopher Slack.

Show more...
5 years ago
1 hour 12 minutes 42 seconds

All Systems Go
return errors.Wrap(err, "Holiday Episode")

This week Kofi and Chris talk about New Year's Coding resolutions, kubering your netes in a terminal UI, a VS Code vs. GoLand mini-challenge, and everything they learned about Go Errors during this week's challenge. 

Notes: 

Gophercon 2020 tickets are on sale, Call for Proposals is open! https://www.gophercon.com

K9s curses based terminal UI for Kubernetes - https://github.com/derailed/k9s

Instant messaging server with a pure Go backend - https://github.com/tinode/chat

Gosec Golang security checker - https://github.com/securego/gosec

Error package - https://github.com/pkg/errors

GopherCon 2019: Marwan Sulaiman - Handling Go Errors - https://youtu.be/4WIhhzTTd0Y

Error Handling in Upspin - https://commandcenter.blogspot.com/2017/12/error-handling-in-upspin.html

Failure is your Domain - https://middlemost.com/failure-is-your-domain/

Kubernetes contributors guide: GitHub workflow - https://github.com/kubernetes/community/blob/master/contributors/guide/github-workflow.md 

Next Week's Challenge: New Year's Coding Resolutions! 

Show more...
5 years ago
1 hour 5 minutes 38 seconds

All Systems Go
Data Visualization Challenge

In Episode 7, Kofi and Chris talk through technical changes to the podcast, moar maths, Advent of Code, a deeper explanation of using Hugo, gotop, Go's growth, FML cat and Kofi's data viz code.

Notes:

Check out Daniel Whitenack's Data Science talk (GopherCon 2016)

Who doesn't love Fibonacci numbers:

  • Interpreting Go
  • Some light reading

Hugo v0.61 - the "40,000 stars edition" - congrats Hugo team!

Advent of Code 2019

Operation Go

Is Go still cool?! r/golang thread

gotop project

Parsing 18 Billion Lines of JSON with GO

go-chart

Next Week's Challenge:

Handle & log your errors!

Show more...
5 years ago
1 hour 26 minutes 51 seconds

All Systems Go
Don't Drive and Code

This week Kofi and Chris talk about Go meetups, a couple product releases, a number of math/analytics packages in Go and code for this week's challenge.

This week's challenge: Do some maths.

Notes:

Go 1.13.5 and Go 1.12.14 released!

  •  1.13.5 - https://github.com/golang/go/issues?q=milestone%3AGo1.13.5
  • 1.12.14 - https://github.com/golang/go/issues?q=milestone%3AGo1.12.14 

Go Developer Survey 2019 https://google.qualtrics.com/jfe/form/SV_b1xqnBCMpZAhJZ3 

Go events in your area! https://www.meetup.com/pro/go

  • Golang-syd - Sydney Dec 12 Golang 10th Birthday
  • Orlando Golang Meetup - December 12, 7pm
  • Chennai Golang Meetup - Dec 14, 10AM
  • Golang Bangalore - Dec 14, 9:30am (100 Attendees!!!!)
  • Let’s Go - Melbourne - Dragon Boat Racing Dec 14 8:15am
  • GoLang Reston - December 18, 6:45
  • Women Who Go Bangalore - Dec 21, 11AM
  • Mile High Gophers - Boulder, CO Jan 16 7:30

198 days to GopherCon! tickets are now on sale - 100 early bird tickets 

  • CFP is open, Jan 10 deadline
  • Student, non-profit tickets, group discounts, diversity fund scholarships and international assistance (letter of invitation) 

GoBridge site tracks events scholarships 

  • https://github.com/gobridge/ 

KotlinConf this week. Sessions are coming up 

GoLand 2019.3 !

Did you know there are Go fonts? https://blog.golang.org/go-fonts

Gonum.org

  • Libraries for matrices, algebra, stats
  • Probability distributions, sampling, function differentiation, integration and optimization network creation and analysis

Gophernotes - using Go in Jupyter notebooks 

  • Go kernel for Jupyter notebooks!!! 
  • https://github.com/gopherdata/gophernotes    

Exploring Toronto voting with Go 

  • https://towardsdatascience.com/exploring-toronto-voter-statistics-using-golang-33077b6db123

#data-science in Gopher slack

go-gota/gota

  • Loading data into dataframes
  • https://github.com/go-gota/gota 

gitlab.com/all-systems-go

  • Public, hosts will submit anyone can view

What about reviewing the little things. Like Naming Conventions 

  • https://medium.com/@lynzt/variable-naming-conventions-in-go-89fe1ef17b0a

Challenge:  Do some Maths!!

  • For Chris - list of VMs and data
  • go-gota/dataframe to read and load into a dataframe
  • Read CSV file using os.Open
  • Loaded reader into dataframe, started working on analyzing

Next week's challenge: Make some data visualizations! 

Show more...
5 years ago
48 minutes 45 seconds

All Systems Go
EN-YOU-EM-PEY

This week's challenge: Use a DB.

This week Kofi and Chris talk about Baby Yoda, Enterprise adoption of Go, maths, pronouncing things in tech, blockchain, GoBridge and the fun both had working on this week's challenge. 

Notes:

American Express talks about choosing Go as a programming language

  • Blog post https://americanexpress.io/choosing-go/
  • Case study https://go.dev/solutions/americanexpress/

Solar Lune building a 2D game in go

  • https://www.youtube.com/watch?v=zISTzsYaZrU

Go Developer Survey https://google.qualtrics.com/jfe/form/SV_b1xqnBCMpZAhJZ3

https://github.com/hashicorp/terraform/blob/master/main.go

  • Why Hashicorp went to go
  • https://www.youtube.com/watch?v=qlwp0mHFLHU

Gonum - packages/libraries for the maths, kind of like numpy and scipy

  •  https://www.gonum.org/
    • stat.Mean, stat.Variance, stat.Qauntile

HyperLedger Fabric

  • Found here: https://chainhero.io/2018/03/tutorial-build-blockchain-app-2

GoBridge - https://github.com/gobridge/about-us/blob/master/README.md 

  • Enable minorities in tech to use Go as a tool to learn and teach programming and ultimately to empower underrepresented groups in tech to help increase diversity in the Go community.
    • Check out the site, volunteer to help run or support workshops, mentor, give a talk, or donate.

Gopher Slack!

  • Gophers.slack.com
  • #allsystemsgo

RethinkDB - rethinkdb.com 

Next week's challenge: Use an analytics package

Thanks for listening, you can find us @asgpodcast on Twitter, or in the #allsystemsgo channel in the Gopher Slack!

Show more...
5 years ago
59 minutes 54 seconds

All Systems Go
Meeting Room Joke API

This week Kofi and Chris talk about the State of the Octoverse report, free APIs and dive deep into last week's challenge. 

Notes: 

State of the Octoverse https://octoverse.github.com/

Go Developer Survey 2019 is out! https://google.qualtrics.com/jfe/form/SV_b1xqnBCMpZAhJZ3

The game of life in Go https://github.com/steelx/gameOfLife

Rapid API - https://rapidapi.com

Json-to-Go - https://mholt.github.io/json-to-go/ 

Slackhq - Nebula https://github.com/slackhq/nebula?files=1

Project Atrea - https://github.com/vmware-tanzu/antrea/


Question for the ASG community: Where should we host code?


Next Week's Challenge: Use a database.

Show more...
5 years ago
51 minutes 57 seconds

All Systems Go
Post-Apocalyptic Go Programming Dance Battles

In this episode Kofi and Chris talk about rejected conference talks, web toolkits, Diablo 2 on Go, our Podcast setup and last week's challenge: build a web app!

A new “hub for Go developers” launched https://go.dev

Cloud Native Rejekts - https://cloud-native.rejekts.io

Become a "Master" of Golang - https://coursetto.com/course/google-go-programming-golang/

GoLab 2019 - https://golab.io

Gitea - https://gitea.io

Gorilla - https://www.gorillatoolkit.org

Diablo 2 on Go - https://github.com/OpenDiablo2/OpenDiablo2

Next Week's Challenge - Do something with JSON!

Show more...
5 years ago
44 minutes 42 seconds

All Systems Go
Whatcha Doin' Next June?

Kofi and Chris talk about the response to Episode 1, GopherCon 2020, wish Go a Happy (belated) Birthday and talk through some interesting Go projects and tutorials. 

GopherCon 2020! https://twitter.com/erikstmartin/status/1187846267256365056

kubeadm developer onboarding https://youtu.be/N0OJW0nlEpQ

How I Start - Go by Peter Bourgon https://howistart.org/posts/go/1/

Learn to Create Web Applications using Go by John Calhoun https://www.usegolang.com/

You can contact Chris and Kofi on Twitter: @asgpodcast

Join us in the Gopher Slack! #allsystemsgo

Show more...
5 years ago
44 minutes 29 seconds

All Systems Go
All Systems Go!

Kofi and Chris introduce the All Systems Go! podcast. They talk about Kubecon, getting started with Go tutorials, and talk through their solutions to this weeks challenge: Set up your Go Development Environment. 

Show more...
6 years ago
40 minutes 22 seconds

All Systems Go
All Systems Go is a weekly challenge podcast focused on the Go Programming Language. Every week we focus on a summary of Go related news and walk through our solutions to last week's challenge.