CoRecursive: Coding Stories
Adam Gordon Bell - Software Developer

1 Creator

1 Creator

1 Listener
All episodes
Best episodes
Top 10 CoRecursive: Coding Stories Episodes
Best episodes ranked by Goodpods Users most listened
Story: To The Assembly
CoRecursive: Coding Stories
10/01/20 • 41 min
How do CPUs work? How do compilers work? How does high-level code get translated into machine code? Today's guest is Matt Godbolt and he knows the answers to these questions.
How he became an expert in bare metal programming is an interesting story. Matt shares his origin story and the creation of compiler explorer in today's interview.
Links:
10/01/20 • 41 min

1 Listener
1 Comment
1
Story: We are teaching Functional Programming Wrong
CoRecursive: Coding Stories
08/03/20 • 46 min
Today Richard Feldman shares his story of going from javascript developer to elm developer to functional programming teacher. Along the way, Richard finds that people are teaching functional programming wrong. We are teaching it in a way that misses how most industrial software developers learn best.
In this episode, Richard Feldman delves into Elm, his approach, and how to make teaching delightful.
Links:
08/03/20 • 46 min
Story: Portal Abstractions with Sam Ritchie
CoRecursive: Coding Stories
04/17/20 • 35 min
Buckle up, on today’s episode Adam interviews Sam about how the abstract algebra and probabilistic data structures helped solve fast versus big data issues that many are struggling with. Sam Ritchie is a machine learning researcher and a mechanical engineer by training.
Stop in to hear Adam and Sam’s conversation about portal abstractions that let you leverage work from other fields. You cannot miss this episode!
"And that's really all we want to do. Like, we want things where you can pause and wait a while and then load it back out and keep going." - Sam Ritchie
"I'm aiming to implement these interfaces and pass these tests and then being able to immediately turn around and have like an approximate sliding window counter that would just work with stripes, like entire machine learning feature generation interface." - Sam Ritchie
"I'm really passionate about and the reason this stuff's important is. You want to go mine the literature of what other people have done. You know you want to go be able to plug these things into your work and really just benefit from this incredible community that's been cranking for, you know, again, maybe hundreds of years." - Sam Ritchie
Links:
04/17/20 • 35 min
Story: Unproven Tech Case Study with Sean Allen
CoRecursive: Coding Stories
06/10/20 • 39 min
Choosing the right programming language or framework for a project can be key to the success of the project.
In today’s episode, Sean Allen Sean shares a story of picking the right tool for a job. The tool he ends up picking will surprise you.
His problem: make a distributed stream processing framework, something that can take a fire hose of events and perform customer’s specific calculations on them but the latency needs to be less than a millisecond and the calculations might be CPU intensive. Who would need something like this? The initial use case was risk systems for Wall Street banks.
“Basically programming languages are tools. It's not about ergonomics, it's not about developer experience, it's not about all the things that we normally talk about, it's about getting the job right. For whatever that means it's a means to an end.” - Sean Allen
Links:
06/10/20 • 39 min
Story: Krystal's Story
CoRecursive: Coding Stories
05/18/20 • 40 min
Chasing Your Curiosity and Continuous Learning
Things are easier to learn when you are passionate about something. A lot of great careers are built on curiosity and obsession including Krystal Maughan our guest for today's episode.
Krystal will share her journey as she chased her curiosity in programming wherever it led her.
"Everybody has that moment when everything's shiny, you know when it's new and you walk on to campus like Google or whatever. Like the first time, I went to Google IO and I just thought it was like, this is insane."
"If you like to learn things, I think that's a gift. I think that's not something that everybody has."
"I think that seeing programming in different ways and seeing that it could be this kind of fun thing that you could break apart and find different ways of executing."
Links:
05/18/20 • 40 min
Story: Learning a new language with Bruce Tate
CoRecursive: Coding Stories
05/06/20 • 35 min
There’s joy that can be found in language learning and pain as well. Whether you’re a beginner or an expert, there are still some things you can only discover by picking up a new language.
Bruce Tate will tell us how learning new languages rekindled the spark of joy for him.
“I find that learning a new language mixes a lot of joy in that pain, and that's when I grow most rapidly as a developer.”
“You can't break somebody else through their own pain. They have to learn their own lessons, and they have to, at some point in the model, they have to feel more and more pain to break through to the expert.”
“When you visit other places, when you learn other languages, the world gets smaller.”
Links:
05/06/20 • 35 min
Story: Software That Doesn't Suck With Jim Blandy
CoRecursive: Coding Stories
07/01/20 • 37 min
Software is just the tool and it should get out of your way. In this episode, we will discuss Jim Blandy’s insights on how to build and recognize improvements for a great developer tool and find out how he approached the question: “What's the worst software that you use every day?”
“Everybody likes imaginary code because imaginary code is always perfect.” -Jim Blandy
“You don't want to maximize engagement with your version control system. You just want it to do its job and get out of the way. And so basically if somebody says, you know, this doesn't suck. That's actually pretty much exactly the right thing.” - Jim Blandy
“If you're making a series of small incremental changes to a large data structure, then the way that the persistent data structures are trying really hard to share as much data as possible really works in your favor.” -Jim Blandy
Links:
07/01/20 • 37 min
Chat: Loving Legacy Code with Jonathan Boccara
CoRecursive: Coding Stories
04/03/20 • 24 min
Legacy code is everywhere. I don't think I've met anyone who doesn't have to deal with legacy code in the substantial portion of his work.
Our guest, Jonathan Boccara is a French C++ developer and the author of The Legacy Code Programmer's Toolbox. In this episode, Jonathan will help us understand and build the correct mindset to effectively work with legacy code by using his approach and processes.
"An important message I'm trying to get across is that you should not complain if you don't, in turn, intend to improve the code." - Jonathan Boccara
"That would be any critique that's technical. One thing that comes up very often is levels of obstruction. If I had to sum up best practices in, in three words, that would be those levels of obstruction." - Jonathan Boccara
"The point of code is to make a piece of software run and to make it run in a way that will make customers happy. " - Jonathan Boccara
Links:
04/03/20 • 24 min
Tech Talk: The Reason For Types with Jared Forsyth on ReasonML and Javascript
CoRecursive: Coding Stories
03/16/20 • 36 min
Tech Talks are in-depth technical discussions.
Adam talked to Jared Forsyth about his journey from untyped javascript to using flow and eventually reasonml.
Click here to see if you are eligible for a the Springboard scholarship from our sponsor
"I mean, I was, I'll admit it I was definitely in the: 'I was scarred by Java and C plus plus in an intro to programming class and I never want to look at types again' Camp"
"My first language was Python and followed closely by Javascript. And so I was, I was loving the loosey goosey scripting language. My first experience of using types in JavaScript, I was like is this going to be terrible? Because there's so much overhead in Java and C plus, plus you have to write types for literally everything."
Links:
03/16/20 • 36 min
Story: Memento Mori
CoRecursive: Coding Stories
09/01/20 • 40 min
Preparing our minds for the inevitable - death is pressing. After facing terminal cancer, Kate Gregory reminded herself that this event can still become inspiring by focusing on the positive.
In this episode, Kate is going to share her success and explain how you would apply her 5 pieces of advice to your career as a software developer to help you to build a remarkable career for yourself.
Links:
09/01/20 • 40 min
Show more

Show more
FAQ
How many episodes does CoRecursive: Coding Stories have?
CoRecursive: Coding Stories currently has 96 episodes available.
What topics does CoRecursive: Coding Stories cover?
The podcast is about News, How To, Tech News, Podcasts and Education.
What is the most popular episode on CoRecursive: Coding Stories?
The episode title 'Story: To The Assembly' is the most popular.
What is the average episode length on CoRecursive: Coding Stories?
The average episode length on CoRecursive: Coding Stories is 50 minutes.
How often are episodes of CoRecursive: Coding Stories released?
Episodes of CoRecursive: Coding Stories are typically released every 23 days, 23 hours.
When was the first episode of CoRecursive: Coding Stories?
The first episode of CoRecursive: Coding Stories was released on Jan 1, 2018.
Show more FAQ

Show more FAQ
Comments
0.0
out of 5
No ratings yet