diff --git a/_posts/2024-09-18-089-language-servers.md b/_posts/2024-09-18-089-language-servers.md
index b6b4a73d..117d2228 100644
--- a/_posts/2024-09-18-089-language-servers.md
+++ b/_posts/2024-09-18-089-language-servers.md
@@ -25,7 +25,7 @@ podcast_duration: "51:35"
podcast_length: 20180351
---
-
+
We're back with another episode about developer tooling and this time we're diving into the world of **Language Servers**!
diff --git a/_posts/2024-10-17-090-chucker.md b/_posts/2024-10-17-090-chucker.md
new file mode 100644
index 00000000..3f580a7d
--- /dev/null
+++ b/_posts/2024-10-17-090-chucker.md
@@ -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
+---
+
+
+
+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
+
+- [ChuckerTeam/chucker on GitHub](https://github.com/ChuckerTeam/chucker)
+- [TheBakery Official Website](https://thebakery.dev/)
+- Mentioned Resources
+ - Use Chucker to Catch 'Em All - [Video from Droidcon Berlin](https://www.droidcon.com/2023/08/01/use-chucker-to-catch-em-all/)
+ - [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)
+- [@cortinico on GitHub](https://github.com/cortinico)
+- [@cortinico on Twitter](https://twitter.com/cortinico)
+
+# Show links
+
+- [Podcast Website](https://thebakery.dev)
+- [The Developers' Bakery on Spotify](https://open.spotify.com/show/4jV6Yoz7D38sZJlYMzJm3k?si=AL3ske_0R_CKlEScMhYhug)
+- [The Developers' Bakery on Apple Podcasts](https://podcasts.apple.com/us/podcast/the-developers-bakery/id1542849034)
+- [The Developers' Bakery on Google Podcasts](https://podcasts.google.com/feed/aHR0cHM6Ly90aGViYWtlcnkuZGV2L3BvZGNhc3QueG1s)
+- [@thebakerydev on Twitter](https://twitter.com/thebakerydev)
+- [@cortinico on Twitter](https://twitter.com/cortinico)
diff --git a/assets/images/episodes/90-cover.png b/assets/images/episodes/90-cover.png
new file mode 100644
index 00000000..254a0614
Binary files /dev/null and b/assets/images/episodes/90-cover.png differ