Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add blog post links to the readme #53

Merged
merged 1 commit into from
Feb 2, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,12 @@ Rill has a test coverage of over 95%, with testing focused on:
- **Ordering**: ensuring that ordered versions of functions preserve the order, while basic versions do not


## Blog Posts
Technical articles exploring different aspects and applications of Rill's concurrency patterns:
- [Real-Time Batching in Go](https://destel.dev/blog/real-time-batching-in-go)
- [Fast Listing of Files from S3, GCS and Other Object Storages](https://destel.dev/blog/fast-listing-of-files-from-s3-gcs-and-other-object-storages)


## Contributing
Thank you for your interest in improving Rill! Before submitting your pull request, please consider:

Expand Down
Loading