Skip to main content

Streamlining Package Releases with Changesets in Monorepos

· 7 min read
Karteek
OSS evangelist, Creator, Startup Connoisseur and Mentor

Managing releases in a monorepo can be a complex endeavor, especially when dealing with diverse deployment targets. This post delves into the intricacies of using Changesets for release management in such a setup, how to configure it for private packages, how to handle additional assets for github release using the action, etc, while highlighting its advantages over tools like Semantic-Release, particularly for monorepos.

Building a Secure Email Gateway with Cloudflare Workers

· 6 min read
Karteek
OSS evangelist, Creator, Startup Connoisseur and Mentor

In today's digital age, protecting your email address is more important than ever. Spam, phishing, and tracking are rampant. This blog post will guide you through building a secure email gateway using Cloudflare Workers, providing a robust solution to these problems. We'll be leveraging a suite of my open-source projects, designed to work together to create a system that's not only secure but also flexible and easy to maintain.