[Part-2] Text to Action: Words to Calendar Events

[Part-2] Text to Action: Words to Calendar Events

Welcome back to the “Text to Action” series, where we build intelligent systems that transform natural language into real-world actionable outcomes using AI. In Part 1, we established our foundation by creating an Express.js backend that connects to Google Calendar’s API. This gave us the ability to programmatically create calendar events through an exposed API … Read more

Automating UI change verification with Android Compose Screenshot Testing — Part2 | by Isaac | Feb, 2025

Automating UI change verification with Android Compose Screenshot Testing — Part2 | by Isaac | Feb, 2025

In Part 1, we explored how Compose Screenshot Testing works. However, running screenshot tests manually in a local environment can be inefficient and time-consuming, especially for teams handling frequent UI changes. Automating this process helps catch visual regressions early without manual effort. In this guide, we will set up GitHub Actions to automatically run screenshot … Read more