Latest posts
Reviewing Cloudflare's AI coded Workers OAuth Provider
A deep dive into Cloudflare's new OAuth 2.1 provider library for Workers, examining both its AI-assisted development process and technical implementation
Why Rate Limiting is Crucial for Modern Applications
An in-depth exploration of rate limiting techniques, their implementation details, and best practices for securing modern applications against abuse and ensuring optimal performance.
Testing Github Actions locally using act
This guide explores the process of testing GitHub Actions workflows locally using Act. It highlights the challenges of the traditional commit and push approach required by GitHub Actions and introduces Act as a solution to streamline the development process. By leveraging Docker, Act allows developers to run workflows on their local machines, mimicking the GitHub runner environment. This guide also provides practical examples and commands to help you get started with Act.