Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Episode 90 - Chucker with @cortinico #204

Merged
merged 1 commit into from
Oct 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _posts/2024-09-18-089-language-servers.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ podcast_duration: "51:35"
podcast_length: 20180351
---

<iframe src="https://open.spotify.com/embed-podcast/show/4jV6Yoz7D38sZJlYMzJm3k" width="100%" height="232" frameborder="0" allowtransparency="true" allow="encrypted-media"></iframe>
<iframe style="border-radius:12px" src="https://open.spotify.com/embed/episode/3RbMf9kp6rPl1N5oP8sni6?utm_source=generator" width="100%" height="352" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>

We're back with another episode about developer tooling and this time we're diving into the world of **Language Servers**!

Expand Down
72 changes: 72 additions & 0 deletions _posts/2024-10-17-090-chucker.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
---
title: "#90 - Chucker with Nicola Corti"
excerpt: "Inspecting network requests in Android with Chucker and Nicola Corti"
author_profile: true

description: "Inspecting network requests in Android with Chucker and Nicola Corti"

header:
teaser: "/assets/images/header-single-episode.png"
overlay_image: "/assets/images/header-single-episode.png"
show_overlay_excerpt: false
overlay_filter: "0.6"
og_image: "/assets/images/episodes/90-cover.png"

date: 2024-10-17
permalink: /90/
redirect_from:
- /90/chucker/
- /90/chucker-with-nicola-corti/

podcast_image: "/assets/images/episodes/90-cover.png"
podcast_episode_number: 90
podcast_link: https://dts.podtrac.com/redirect.m4a/hosting.thebakery.dev/90-thedevelopersbakery-chucker.m4a
podcast_duration: "40:04"
podcast_length: 15654057
---

<iframe src="https://open.spotify.com/embed-podcast/show/4jV6Yoz7D38sZJlYMzJm3k" width="100%" height="232" frameborder="0" allowtransparency="true" allow="encrypted-media"></iframe>

It's time for another special episode, 90!

Together with our own Nicola, we're diving into the world of [**Chucker**](https://github.com/ChuckerTeam/chucker), an open-source library that helps you debug network requests in Android.

With Chucker you can simply inspect the HTTP and GraphQL requests and responses, visualize the body such as JSON or images, and even export them to share with your team.

Nicola will tell us the story of how this library was born, how it evolved over time, and how you can use it in your projects.

Enjoy the show 👨‍🍳

# Show Notes

- **00.00** Intro
- **00.46** Episode Start
- **01.38** What is Chucker?
- **04.13** Installing Chucker
- **06.51** Chucker features
- **13.44** v4
- **17.03** Crash reporting?
- **19.51** Configuring Chucker
- **22.34** From Chuck to Chucker
- **33.04** Use Chucker to catch-em-all!
- **34.14** Supporting Chucker
- **37.22** Further reading

# Resources

- <i class="fab fa-github"></i> [ChuckerTeam/chucker on GitHub](https://github.com/ChuckerTeam/chucker)
- <i class="fas fa-link"></i> [TheBakery Official Website](https://thebakery.dev/)
- Mentioned Resources
- <i class="fab fa-youtube"></i> Use Chucker to Catch 'Em All - [Video from Droidcon Berlin](https://www.droidcon.com/2023/08/01/use-chucker-to-catch-em-all/)
- <i class="fab fa-medium"></i> [Debugging Network Requests in Android with Chucker: A Comprehensive Guide](https://engineering.teknasyon.com/debugging-network-requests-in-android-with-chucker-a-comprehensive-guide-9a1251c54e9e)
- <i class="fab fa-github"></i> [@cortinico on GitHub](https://github.com/cortinico)
- <i class="fab fa-twitter"></i> [@cortinico on Twitter](https://twitter.com/cortinico)

# Show links

- <i class="fas fa-link"></i> [Podcast Website](https://thebakery.dev)
- <i class="fab fa-spotify"></i> [The Developers' Bakery on Spotify](https://open.spotify.com/show/4jV6Yoz7D38sZJlYMzJm3k?si=AL3ske_0R_CKlEScMhYhug)
- <i class="fas fa-podcast"></i> [The Developers' Bakery on Apple Podcasts](https://podcasts.apple.com/us/podcast/the-developers-bakery/id1542849034)
- <i class="fab fa-google-play"></i> [The Developers' Bakery on Google Podcasts](https://podcasts.google.com/feed/aHR0cHM6Ly90aGViYWtlcnkuZGV2L3BvZGNhc3QueG1s)
- <i class="fab fa-twitter"></i> [@thebakerydev on Twitter](https://twitter.com/thebakerydev)
- <i class="fab fa-twitter"></i> [@cortinico on Twitter](https://twitter.com/cortinico)
Binary file added assets/images/episodes/90-cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.