
113 episodes

GOTO - Today, Tomorrow and the Future GOTO
-
- Technology
-
-
4.0 • 2 Ratings
-
The GOTO podcast seeks out the brightest and boldest ideas from language creators and the world's leading experts in software development in the form of interviews and conference talks. Tune in to get the inspiration you need to bring in new technologies or gain extra evidence to support your software development plan.
-
Quantified Self: From Data to Actionable Dashboards • Felix Krause & Johan Abildskov
This interview was recorded for GOTO Unscripted at GOTO Copenhagen.
gotopia.tech
Read the full transcription of this interview here
Felix Krause - Creator of Fastlane & howisfelix.today & Security & Privacy Researcher Johan Abildskov - Software Engineer at Uber & Author of "Practical Git"
DESCRIPTION
Software engineers are builders and problem solvers by definition. They leverage data and automation not only to solve work-related problems but also to make their life and the life of people around them simpler. Two software engineers that are passionate about what they do, Johan Abildskov and Felix Krause, examine the use and importance of transforming data pushes into data pulls and why dashboards and automation play a central place in the life of a software developer.
RECOMMENDED BOOKS
Johan Abildskov • Practical Git
Walter Isaacson • Steve Jobs
Liz Rice • Container Security
John Arundel & Justin Domingus • Cloud Native DevOps with Kubernetes
Pini Reznik, Jamie Dobson & Michelle Gienow • Cloud Native Transformation
Twitter
LinkedIn
Facebook
Looking for a unique learning experience?
Attend the next GOTO conference near you! Get your ticket: gotopia.tech
SUBSCRIBE TO OUR YOUTUBE CHANNEL - new videos posted almost daily -
Working Effectively with Legacy Code • Michael Feathers & Christian Clausen
This interview was recorded for the GOTO Book Club.
gotopia.tech/bookclub
Read the full transcription of the interview here
Michael Feathers - Author of “Working Effectively with Legacy Code” & Chief Architect at Globant
Christian Clausen - Author of "Five Lines of Code" & Founder of mist-cloud & Technical Agile Coach
RESOURCES
github.com/features/copilot
xp123.com/articles/procedural-and-declarative-tests
owasp.org/www-community/Fuzzing
youtu.be/4cVZvoFGJTU
investopedia.com/terms/p/paretoprinciple.asp
codescene.com
sonarsource.com/products/sonarqube
DESCRIPTION
Legacy code has been one of the problems that developers worldwide have been trying to tackle for a long time. But what is legacy code and how can you learn from writing tests that give you more insights into the system and the code?
Christian Clausen, author of “Five Lines of Code”, talks to Michael Feathers, author of “Working Effectively With Legacy Code”, about their shared passion for testing, refactoring, and solving real-life problems with the help of clean code.
RECOMMENDED BOOKS
Michael Feathers • Working Effectively with Legacy Code
Christian Clausen • Five Lines of Code
Kent Beck • Test Driven Development
Martin Fowler • Refactoring
Adam Tornhill • Your Code as a Crime Scene
Matthew Skelton & Manuel Pais • Team Topologies
Eric Evans • Domain-Driven Design
Twitter
LinkedIn
Facebook
Looking for a unique learning experience?
Attend the next GOTO conference near you! Get your ticket: gotopia.tech
SUBSCRIBE TO OUR YOUTUBE CHANNEL - new videos posted almost daily -
How AutoML & Low Code Empowers Data Scientists • Linda Stougaard Nielsen & Moez Ali
This interview was recorded for GOTO Unscripted at GOTO Copenhagen.
gotopia.tech
Read the full transcription of this interview here
Linda Stougaard Nielsen - Director of Data Science & Data Engineering at AVA Women
Moez Ali - Creator of PyCaret
DESCRIPTION
Over the past decade, AutoML has revolutionized the world of data science, propelling it several layers forward in terms of abstraction. This powerful technology has paved the way for a new era of democratization, empowering experts from all fields to harness the power of data through the concept of the citizen data scientist. Moez Ali, Creator of PyCaret, and Linda Stougaard Nielsen, director of data science at Ava Women, discuss two sides of this discipline and its future.
RECOMMENDED BOOKS
Stefan Helzle • Low-Code Application Development with Appian
Forsgren, Humble & Kim • Accelerate
David Farley • Modern Software Engineering
Twitter
LinkedIn
Facebook
Looking for a unique learning experience?
Attend the next GOTO conference near you! Get your ticket: gotopia.tech
SUBSCRIBE TO OUR YOUTUBE CHANNEL - new videos posted almost daily -
Expert Talk: Five Lines of Code • Christian Clausen & Julian Wood
This interview was recorded for GOTO Unscripted at GOTO Copenhagen.
gotopia.tech
Read the full transcription of this interview here
Christian Clausen - Author of "Five Lines of Code", Founder of mist-cloud & Technical Agile Coach
Julian Wood - Developer Advocate at AWS
DESCRIPTION
Revamp your code with refactoring! In an insightful interview with Julian Wood, Christian Clausen, author of Five Lines of Code, shares practical tips for improving your code without relying on “code smells”. Simplifying your code is the key to running your business smoothly. Clausen highlights what matters most in terms of simplifying your code and how it can aid in choosing the right architectural paradigm. Streamline your code today and focus on what really matters!
RECOMMENDED BOOKS
Christian Clausen • Five Lines of Code
Martin Fowler • Refactoring
Maude Lemaire • Refactoring at Scale
Uncle Bob • Clean Code
Adam Tornhill • Software Design X-Rays
Adam Tornhill • Your Code as a Crime Scene
Twitter
LinkedIn
Facebook
Looking for a unique learning experience?
Attend the next GOTO conference near you! Get your ticket: gotopia.tech
SUBSCRIBE TO OUR YOUTUBE CHANNEL - new videos posted almost daily -
Why Cloud Native is the New Standard • Tibi Covaci & Eric Johnson
This interview was recorded for GOTO Unscripted at GOTO Aarhus.
gotopia.tech
Read the full transcription of this interview here
Tiberiu "Tibi" Covaci - Application Innovation Lead at Microsoft Azure
Eric Johnson - Principal Developer Advocate for Serverless at AWS
DESCRIPTION
A few years ago, cloud native was viewed by many as a buzzword or just a developing trend. Today, it has become the standard for companies seeking to boost team efficiency and reduce costs. To fully realize its benefits, a comprehensive understanding of both its capabilities and costs is essential. AWS and Microsoft are two big players on the market and Tibi Covaci, from Microsoft Azure, and Eric Johnson from AWS Serverless, are advocating for cloud native as a default characteristic of any organization, no matter of its size.
RECOMMENDED BOOKS
Adzic & Korac • Running Serverless
Scott Patterson • Learn AWS Serverless Computing
Steve Miles & Peter De Tender • Microsoft Azure Fundamentals Certification & Beyond
Peter Sbarski • Serverless Architectures on AWS
Vlad Riscutia • Data Engineering on Azure
Liz Rice • Kubernetes Security
Twitter
LinkedIn
Facebook
Looking for a unique learning experience?
Attend the next GOTO conference near you! Get your ticket: gotopia.tech
SUBSCRIBE TO OUR YOUTUBE CHANNEL - new videos posted almost daily -
Rust in Action • Tim McNamara & Richard Feldman
This interview was recorded for the GOTO Book Club.
gotopia.tech/bookclub
Read the full transcription of the interview here
Tim McNamara - Author of “Rust in Action” & Software Developer at AWS
Richard Feldman - Author of Elm in Action & Head of Open Source at NoRedInk
RESOURCES
Get 35% discount on all Manning products with code: ytGOTO35
mng.bz/z5RQ
rustinaction.com
doc.rust-lang.org/stable/book
DESCRIPTION
Rust in Action introduces the Rust programming language by exploring numerous systems programming concepts and techniques. You'll be learning Rust by delving into how computers work under the hood. You'll find yourself playing with persistent storage, memory, networking and even tinkering with CPU instructions. The book takes you through using Rust to extend other applications and teaches you tricks to write blindingly fast code. You'll also discover parallel and concurrent programming. Filled to the brim with real-life use cases and scenarios, you'll go beyond the Rust syntax and see what Rust has to offer in real-world use cases.
Richard Feldman, author of Elm in Action, goes over the benefits of this multi-paradigm, high-level, general-purpose language together with Tim McNamara, author of Rust in Action.
* Book description: © manning.com
The interview is based on Tim's book "Rust in Action: Systems programming concepts & techniques"
RECOMMENDED BOOKS
Tim McNamara • Rust in Action
Richard Feldman • Elm in Action
Brenden Matthews • Code Like a Pro in Rust
Prabhu Eshwarla • Rust Servers, Services & Apps
Bastian Gruber • Rust Web Development
Blandy, Orendorff & Tindall • Programming Rust
Ken Youens-Clark • Command-Line Rust
Kevin Hoffman • Programming WebAssembly with Rust
Twitter
LinkedIn
Facebook
Looking for a unique learning experience?
Attend the next GOTO conference near you! Get your ticket: gotopia.tech
SUBSCRIBE TO OUR YOUTUBE CHANNEL - new videos posted almost daily