Skip to content

Commit

Permalink
Update draft
Browse files Browse the repository at this point in the history
  • Loading branch information
yen223 committed Nov 9, 2024
1 parent 739eb63 commit 995d239
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions articles/[DRAFT] interesting-things-i-learned-nov-2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description: "This article contains a collection of interesting things I've lear
---

## The FILTER clause in SQL
( H/T [@winand.at](https://bsky.app/profile/winand.at/post/3lagizjuo4e2y))
( H/T [@winand.at](https://bsky.app/profile/winand.at/post/3lagizjuo4e2y) )

```sql
SELECT
Expand All @@ -34,6 +34,6 @@ except that you don't need to write a complicated `case` expression.

## Cloudflare free-tier limit

There is a 100,000-request daily limit on the free tier of Cloudflare Workers + Pages.
There is a daily limit of 100,000 requests on the free tier of Cloudflare Workers + Pages.

I learned this the hard way, thanks to a recent article making it to #2 on [Hacker News](https://news.ycombinator.com/item?id=42057431), and getting about 108,000 page views in a day.
I learned this the hard way, thanks to a recent article making it to #2 on [Hacker News](https://news.ycombinator.com/item?id=42057431), and getting about 108,000 page views in a day, causing the site to hit its quota and go offline for about 2 hours.

0 comments on commit 995d239

Please sign in to comment.