Skip to content

Commit 73d0fb0

Browse files
authored
Add Episode 90 - Chucker with @cortinico (#204)
1 parent 4c6c873 commit 73d0fb0

File tree

3 files changed

+73
-1
lines changed

3 files changed

+73
-1
lines changed

_posts/2024-09-18-089-language-servers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ podcast_duration: "51:35"
2525
podcast_length: 20180351
2626
---
2727

28-
<iframe src="https://open.spotify.com/embed-podcast/show/4jV6Yoz7D38sZJlYMzJm3k" width="100%" height="232" frameborder="0" allowtransparency="true" allow="encrypted-media"></iframe>
28+
<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>
2929

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

_posts/2024-10-17-090-chucker.md

+72
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
---
2+
title: "#90 - Chucker with Nicola Corti"
3+
excerpt: "Inspecting network requests in Android with Chucker and Nicola Corti"
4+
author_profile: true
5+
6+
description: "Inspecting network requests in Android with Chucker and Nicola Corti"
7+
8+
header:
9+
teaser: "/assets/images/header-single-episode.png"
10+
overlay_image: "/assets/images/header-single-episode.png"
11+
show_overlay_excerpt: false
12+
overlay_filter: "0.6"
13+
og_image: "/assets/images/episodes/90-cover.png"
14+
15+
date: 2024-10-17
16+
permalink: /90/
17+
redirect_from:
18+
- /90/chucker/
19+
- /90/chucker-with-nicola-corti/
20+
21+
podcast_image: "/assets/images/episodes/90-cover.png"
22+
podcast_episode_number: 90
23+
podcast_link: https://dts.podtrac.com/redirect.m4a/hosting.thebakery.dev/90-thedevelopersbakery-chucker.m4a
24+
podcast_duration: "40:04"
25+
podcast_length: 15654057
26+
---
27+
28+
<iframe src="https://open.spotify.com/embed-podcast/show/4jV6Yoz7D38sZJlYMzJm3k" width="100%" height="232" frameborder="0" allowtransparency="true" allow="encrypted-media"></iframe>
29+
30+
It's time for another special episode, 90!
31+
32+
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.
33+
34+
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.
35+
36+
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.
37+
38+
Enjoy the show 👨‍🍳
39+
40+
# Show Notes
41+
42+
- **00.00** Intro
43+
- **00.46** Episode Start
44+
- **01.38** What is Chucker?
45+
- **04.13** Installing Chucker
46+
- **06.51** Chucker features
47+
- **13.44** v4
48+
- **17.03** Crash reporting?
49+
- **19.51** Configuring Chucker
50+
- **22.34** From Chuck to Chucker
51+
- **33.04** Use Chucker to catch-em-all!
52+
- **34.14** Supporting Chucker
53+
- **37.22** Further reading
54+
55+
# Resources
56+
57+
- <i class="fab fa-github"></i> [ChuckerTeam/chucker on GitHub](https://github.com/ChuckerTeam/chucker)
58+
- <i class="fas fa-link"></i> [TheBakery Official Website](https://thebakery.dev/)
59+
- Mentioned Resources
60+
- <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/)
61+
- <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)
62+
- <i class="fab fa-github"></i> [@cortinico on GitHub](https://github.com/cortinico)
63+
- <i class="fab fa-twitter"></i> [@cortinico on Twitter](https://twitter.com/cortinico)
64+
65+
# Show links
66+
67+
- <i class="fas fa-link"></i> [Podcast Website](https://thebakery.dev)
68+
- <i class="fab fa-spotify"></i> [The Developers' Bakery on Spotify](https://open.spotify.com/show/4jV6Yoz7D38sZJlYMzJm3k?si=AL3ske_0R_CKlEScMhYhug)
69+
- <i class="fas fa-podcast"></i> [The Developers' Bakery on Apple Podcasts](https://podcasts.apple.com/us/podcast/the-developers-bakery/id1542849034)
70+
- <i class="fab fa-google-play"></i> [The Developers' Bakery on Google Podcasts](https://podcasts.google.com/feed/aHR0cHM6Ly90aGViYWtlcnkuZGV2L3BvZGNhc3QueG1s)
71+
- <i class="fab fa-twitter"></i> [@thebakerydev on Twitter](https://twitter.com/thebakerydev)
72+
- <i class="fab fa-twitter"></i> [@cortinico on Twitter](https://twitter.com/cortinico)

assets/images/episodes/90-cover.png

88.6 KB
Loading

0 commit comments

Comments
 (0)