saturdata_db
welcome.sql
1
2
3
4
5
6
7
8
9
Query results1 row returned
missionschedulehosts
Humanizing the data world for the next generationSaturdays{Shifra Williams, Sam LaFell}
get_crew.sql
1SELECT name, pronouns, role, bio
2FROM podcast.crew
3UNION ALL
4SELECT name, pronouns, role, bio
5FROM podcast.production_team;
-- 3 crew members returned
Shifra Williams
Shifra Williamsshe/they
Co-host
Shifra is a Developer Relations Engineer and Data Scientist whose career has been defined by one core mission: making complex technical concepts click for real people. Their journey spans data science, technical writing, and community building, all tied together by her passion for creating those crucial "aha!" moments that transform confusion into confidence.

Now at Render, she operates at the intersection of tech, education, and connection. What energizes them most is connecting technical experts with early-career learners and creating meaningful educational experiences. Through her work across platforms, she's reached over 135K learners and contributed to projects that serve 100K+ users.
Sam LaFell
Sam LaFellhe/him
Co-host
Sam is a Data Engineer, MLOps Enthusiast, and builder of smarter data pipelines. He started his career as a Data Scientist, but quickly realized that messy data and inefficient pipelines were the real bottlenecks.

Now, as a Data Engineer, he focuses on building scalable, reliable, and efficient data systems that empower organizations to make smarter decisions. Sam works across Python, SQL, and cloud platforms like AWS and Azure to build resilient data solutions. He bridges the gap between Data Science and Engineering by building and deploying models to deliver business value. Sam believes data should be an asset, not a liability, and he's also building his own business to help organizations level up their data infrastructure.
Eli Akselrod
Eli Akselrodshe/her
Post-production editor
Eli is an Emmy and Golden Reel-nominated audio engineer who brings extensive expertise in post-production and dialogue editing from the world of film and television. Her impressive portfolio spans high-profile projects including HBO's Emmy-nominated "100 Foot Wave," the critically acclaimed documentary "Bill Russell: Legend," Netflix's sports documentary series "Full Swing," and the HBO comedy series "Boys But Girls."

With Saturdata, Eli ventures into new creative territory beyond the silver screen. She masterfully applies her audio storytelling expertise to the podcasting medium, crafting an engaging listening experience that transforms complex technical topics into accessible and entertaining content for audiences.
Saturdata
Saturdata
Podcast
Saturdata is the community-driven podcast humanizing the data world for the next generation of analysts, scientists, and engineers. Join hosts Shifra Williams and Sam LaFell every weekend as they break down both the career journey and the technical foundations that matter.

From navigating interviews to mastering SQL, Python, terminal basics, and understanding AI safety, Saturdata covers the full stack of becoming a successful data professional.
get_episodes.sql
1SELECT title, description, youtube_url, spotify_url
2FROM podcast.episodes
3WHERE season = 0
4ORDER BY release_date DESC;
-- 6 episodes returned

Season 0

Hello world: welcome to Saturdata
Hello world: welcome to Saturdata

Join hosts Shifra Williams and Sam LaFell as they introduce Saturdata - your weekend data community. Learn about their backgrounds, the mission of the podcast, and what you can expect from future episodes as they humanize the data world for the next generation.

Day in the life of a data engineer
Day in the life of a data engineer

Join hosts Sam and Shifra as they explore the realities of data roles. Sam discusses a day in the life of a data engineer. From the glamorous perceptions to the day-to-day challenges, they discuss the skills, stakeholders, and the importance of understanding the "why" behind data projects.

Day in the life of a data scientist
Day in the life of a data scientist

Join hosts Sam and Shifra as they explore what it really means to be a data scientist. From building predictive models to translating complex insights for stakeholders, they discuss the balance between ad hoc requests, dashboard creation, and meaningful machine learning work.

Data interviews: From ghosting to guidance
Data interviews: From ghosting to guidance

Interviews don't have to suck! Join Sam and Shifra as they break down everything you need to know about data career interviews. From the good and the bad to the downright ridiculous, they share real talk about what actually works in the interview process.

Data interviews: The good, the bad, and the hilarious
Data interviews: The good, the bad, and the hilarious

If we didn't get the job, at least we got a story out of it! Join Sam and Shifra as they break down the most popular interview questions, the wildest interview stories, and the benefits of the Zumba council. Maybe the real interviews were the friends we made along the way?

Unlocking opportunities: The power of LinkedIn networking with Sai Bysani
Unlocking opportunities: The power of LinkedIn networking with Sai Bysani

Sai Bysani shares the LinkedIn strategy that transformed his career. Learn practical tips for content creation, comment strategies, and why starting where you are beats waiting for perfection.

More episodes coming soon
More episodes coming soon
SOON

We're just getting started! New episodes dropping on terminal mastery, SQL fundamentals, Python essentials, performance optimization, and AI safety. Subscribe to stay updated on technical deep-dives, career guidance, and special guest appearances.

get_guest_appearances.sql
1-- Episodes where our crew appeared as guests
2SELECT show_name, title, description
3FROM podcast.guest_appearances
4WHERE crew_id IN (
5 SELECT id FROM podcast.crew
6);
-- 5 appearances returned
Data science masterclass for finance professionals
Data science masterclass for finance professionals

Shifra joins FP&A Today with Glenn Hopper to break down data science methods for finance professionals, from data ingestion to machine learning and ARIMA models in Excel.

How to get hired as a data engineer
How to get hired as a data engineer

Sam joins Ready Set Do with Naman Pandey to share his experience breaking into data engineering and the key strategies for landing data engineering roles.

Why LinkedIn is your secret weapon
Why LinkedIn is your secret weapon

Shifra joins Ready Set Do with Naman Pandey to share how professionals can leverage LinkedIn to grow their careers, build networks, and create opportunities for advancement.

From music to data: How anyone can pivot to a tech career
From music to data: How anyone can pivot to a tech career

Shifra joins Ready Set Do with Naman Pandey to share their journey from music to data and practical strategies for transitioning to tech from any background.

Data science in healthcare: navigating insights and challenges
Data science in healthcare: navigating insights and challenges

Shifra and Sam join the Net Result with Ben Smith to discuss the transformative role of data science in the healthcare industry. Discover how cutting-edge data analytics is reshaping patient care, streamlining operations, and driving innovation.