diff --git a/_posts/2024-10-17-090-chucker.md b/_posts/2024-10-17-090-chucker.md index 3f580a7d..b2a53ff2 100644 --- a/_posts/2024-10-17-090-chucker.md +++ b/_posts/2024-10-17-090-chucker.md @@ -25,7 +25,7 @@ podcast_duration: "40:04" podcast_length: 15654057 --- - + It's time for another special episode, 90! diff --git a/_posts/2024-10-31-091-excalidraw.md b/_posts/2024-10-31-091-excalidraw.md new file mode 100644 index 00000000..897ad5e8 --- /dev/null +++ b/_posts/2024-10-31-091-excalidraw.md @@ -0,0 +1,82 @@ +--- +title: "#91 - Excalidraw with Aakansha Doshi" +excerpt: "Canvas drawing with Excalidraw and Aakansha Doshi" +author_profile: true + +description: "Canvas drawing with Excalidraw and Aakansha Doshi" + +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/91-cover.png" + +date: 2024-10-31 +permalink: /91/ +redirect_from: + - /91/excalidraw/ + - /91/excalidraw-with-aakansha-doshi/ + +podcast_image: "/assets/images/episodes/91-cover.png" +podcast_episode_number: 91 +podcast_link: https://dts.podtrac.com/redirect.m4a/hosting.thebakery.dev/91-thedevelopersbakery-excalidraw.m4a +podcast_duration: "40:59" +podcast_length: 16607447 +--- + + + +Today we're going to talk about [**Excalidraw**](https://excalidraw.com/) 🎨, a web tool to sketch diagrams with a hand-drawn style. + +I'm glad to have on stage [**Aakansha Doshi**](https://twitter.com/aakansha1216), one of the maintainer of Excalidraw, to tell us more about this project. +Aakansha will tell us the story of Excalidraw, how it evolved over time, and its secret to achieve the distinctive hand-drawn style. + +We'll also talk about the community around Excalidraw, and Aakansha will share some tips on how to start contributing to your first open-source project. + +Enjoy the show 👨‍🍳 + +# Show Notes + +- **00.00** Intro +- **00.46** Episode Start +- **01.13** Akansha's Introduction +- **02.21** What is Excalidraw? +- **03.51** Excalidraw's hand-written style +- **06.32** Storing and sharing diagrams +- **09.16** excalidraw.com vs OSS +- **10.10** The Excalidraw tech stack +- **11.12** Your story with Excalidraw +- **14.42** Who's maintaining Excalidraw? +- **16.22** Suggestions for getting started with open source +- **19.04** How to contribute to Excalidraw? +- **21.33** Isn't Excalidraw feature complete? +- **25.20** How do you test Excalidraw? +- **26.27** Biggest challenge in maintaining Excalidraw +- **30.32** Refactoring Excalidraw +- **32.11** What's next for Excalidraw? +- **35.33** AI & Excalidraw +- **37.08** Further reading +- **39.17** Where people can find you online? + +# Resources + +- [excalidraw/excalidraw on GitHub](https://github.com/excalidraw/excalidraw) +- [Excalidraw Official Website](https://excalidraw.com/) +- [Excalidraw Discord server](https://discord.gg/UexuTaE) +- Mentioned Resources: + - [Excalidraw Documentation](https://docs.excalidraw.com/) + - [excalidraw/mermaid-to-excalidraw on GitHub](https://github.com/excalidraw/mermaid-to-excalidraw) + - [react-tags/react-tags on GitHub](https://github.com/react-tags/react-tags) +- [@ad1992 on GitHub](https://github.com/ad1992) +- [@aakansha1216 on Twitter](https://twitter.com/aakansha1216) +- [Aakansha Doshi on LinkedIn](https://www.linkedin.com/in/aa1992/) + +# 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/91-cover.png b/assets/images/episodes/91-cover.png new file mode 100644 index 00000000..ce842ce9 Binary files /dev/null and b/assets/images/episodes/91-cover.png differ