The Datamam Podcast explores how public data is transforming modern industries. The show dives into real-world use cases of web scraping, data intelligence, and AI, from market analysis and competitive benchmarking to ethical debates and automation trends. Each episode breaks down complex data topics into engaging conversations for tech leaders, founders, and data professionals looking to stay ahead in a data-driven world.
…
continue reading
Multi Source Api Podcasts
Elevate your Ruby skills. Everywhere. Futuristic Web Dev That’s Fast and Fun! Hosted by Jared White.
…
continue reading

1
Scraping for Awareness: How Smart Companies Turn Public Data Into Strategic Advantage
7:59
7:59
Play later
Play later
Lists
Like
Liked
7:59In this episode of the Datamam Podcast, we explore how companies use web scraping to move beyond dashboards and build real-time market awareness. From detecting competitor moves and monitoring inventory shifts to uncovering regulatory changes and unauthorized sellers, scraping has become a strategic sensor system. We dive into use cases across CPG,…
…
continue reading

1
Behind the Code: How Modern Web Scraping Really Works
9:31
9:31
Play later
Play later
Lists
Like
Liked
9:31What really powers the modern web scraping stack? In this episode, we break down the tools, techniques, and infrastructure behind large-scale data extraction from Selenium and Beautiful Soup to API scraping and proxy management. Whether you're just starting out or scaling operations across thousands of pages, this is your hands-on guide to turning …
…
continue reading

1
Is Web Scraping Legal? Risks & Real-World Use Cases
10:03
10:03
Play later
Play later
Lists
Like
Liked
10:03This episode explores the legal gray zones and ethical boundaries of web scraping, highlighting landmark court cases, websites' defensive tactics, and real-world applications across industries like law, real estate, and e-commerce. It is a must-listen for anyone working with data at scale.By Datamam
…
continue reading

1
The Hidden World of Web Scraping: Ethics and Innovations
7:08
7:08
Play later
Play later
Lists
Like
Liked
7:08Web scraping powers everything from market intelligence to AI training, but most people have no idea how it really works. In this episode, we reveal the hidden world of web scraping. Explore how companies, from small retailers to major financial firms, use scraping to make smarter, faster decisions. You’ll hear real-world examples, learn how modern…
…
continue reading

1
A Casual Conversation with KOW (Karl Oscar Weber) on Camping, Open Source Politics, and More
1:04:11
1:04:11
Play later
Play later
Lists
Like
Liked
1:04:11This is a right humdinger of an episode of Fullstack Ruby! I got the chance to talk with Karl Oscar Weber all about the Camping web framework, as well as his Grilled Cheese livestream, working as a freelancer, and how to criticize by creating as a programmer in a world fraught with political upheaval. Great craic, as the Irish say. Links & Show Not…
…
continue reading

1
Designing Your API for Their API (Yo Dawg!)
28:08
28:08
Play later
Play later
Lists
Like
Liked
28:08It’s tempting to want to take the simplistic approach of writing “to the framework” or to the external API directly in the places where you need to interface with those resources, but it’s sometimes a much better approach to create your own abstraction layer. Having this layer which sits between your high-level business logic or request/response ha…
…
continue reading
The rumors are true: I became a Ruby developer because of Rails. It’s probably common that folks find a tech stack or framework which offers the features and the community they desire and so learn the language undergirding that stack. Truth is, Ruby did not appeal to me at first and I resisted it! I wanted to remain a PHP developer, damnit! But the…
…
continue reading
What are signals? What is find-grained reactivity? Why is everyone talking about them on the frontend these days? And what, if anything, can we apply from our newfound knowledge of signals to backend programming? Is it possible to use signals in Ruby? (Yes!) Learn all about signals, the Preact Signals library, and the new Signalize gem right here i…
…
continue reading

1
8: Hotwiring Multi-Platform Rails Apps with Ayush Newatia
43:20
43:20
Play later
Play later
Lists
Like
Liked
43:20Ayush is on the core team of Bridgetown, a specialist in Ruby on Rails and Hotwire app development, and a personal friend. I'm very excited to have him on the show today to talk about all things fullstack web dev, his new book The Rails & Hotwire Codex, and why vanilla is awesome! Links: Bridgetown – Ruby site generator & fullstack framework The Ra…
…
continue reading
Ruby can now run on Wasm! WebAssembly (abbreviated Wasm) is a binary instruction format for a stack-based virtual machine. Wasm is designed as a portable compilation target for programming languages, enabling deployment on the web for client and server applications. So…we can now run "real" Ruby in the browser, right? Yes! …and no. Caveat emptor, b…
…
continue reading

1
6: How Do You Manage Ruby Application Dependencies?
31:27
31:27
Play later
Play later
Lists
Like
Liked
31:27Every Ruby web framework has its own way of configuring itself as well as third-party dependencies. In some cases it's largely up to you, in other cases it's clearly spelled out. There may or may not also be some "magic" involved in requiring gems added to a Gemfile. As a maintainer of Bridgetown, I'm currently working through all these issues as I…
…
continue reading
Ruby is optimized for programmer happiness. What does that even mean? Which programmer? Whose happiness? What if you use Ruby and aren't happy? Does that mean Ruby failed? All this and much more to be covered in today's episode—not a deep dive into a technical topic, but a deep dive into the philosophy of programming, the "Ruby way", OOP, the dange…
…
continue reading

1
4: Design Patterns on the Frontend, History of MVVM, Web Components, and You
36:28
36:28
Play later
Play later
Lists
Like
Liked
36:28Design patterns on the frontend: this is a subject far too little discussed from what I can tell, yet with a fundamental awareness and regular usage of design patterns, you can dramatically uplevel your frontend code. Rubyists in particular will have a major leg up here over devs coming from communities which are more FP (functional programming) in…
…
continue reading

1
3: String-Based Templates vs. DSLs: the Pros & Cons of Each
37:00
37:00
Play later
Play later
Lists
Like
Liked
37:00Typically when you mention "Ruby" and "template" in the same breath, people will think of ERB. Perhaps even Haml. But did you know that the Ruby ecosystem offers a wide variety of template engines, and quite a few are built upon pure Ruby? In this episode, I break down the main conceptual difference between "string-based templates" such as ERB and …
…
continue reading
There are no full stack engineers?! Let's talk about that. Also, just what is a componentized view architecture anyway? What are components? For that matter, what are templates? What are partials? I break it all down and explain why I'm gung-ho about view components. Plus I answer questions regarding Stimulus, nice_partials, and other Rails tooling…
…
continue reading
Hey everybody, I’m so glad you could tune in for the debut episode of Fullstack Ruby. I’ve been on a few Ruby-themed podcasts over the past 18 months, but this is the first time I’m running a show about Ruby myself! To kick things off, I'd like to introduce you to Ruby2JS and explain why I think this technology is a game changer. Ruby2JS isn’t simp…
…
continue reading