ASMR Live Coding | Build a GitHub Notifications Tray App | PART 1 | RUST

Опубликовано: 29 Май 2026
на канале: maxday
2,271
65

Don't forget to subscribe 💜
Keyboard: https://amzn.to/3T18wx5 (keychron v2, blue switches)
Mic: https://amzn.to/3UolaaC (Blue Yeti)
Trackpad: https://amzn.to/3WTq3e1 (Apple)

In this series, we will build a GitHub notifications tray app for MacOS.
PART1: Interact with GitHub notifications API

🚀 Tools used in this video:
rust
cargo
VSCode + rust extension

🚀 Twitter:   / _maxday  

🚀 Content of the video

00:00 Demo of the final App
00:21 Create an empty Rust project
00:40 Fetch the notifications
08:08 Demo with text output
08:17 Implement JSON deserialization
11:10 Demo with JSON output
11:30 Add traits for a better abstraction
15:52 Mark a notification as read
18:37 Test