RepoJournal

@bgrgndzz

A short briefing every day bgrgndzz ships something — in about 3 minutes.

One email a day. Unsubscribe in one click.

0 stories across 0 days in 2023

Mon Wed Fri
Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
an entry to read activity only Less More before entries began Recent weeks →

Entries start May 14, 2018 — we reconstructed the previous month from @bgrgndzz's public GitHub activity on the day they joined. Squares before that show contribution counts only.

Full archive →

Sorting, pagination, and image compression in bloom

By RepoJournal , from @bgrgndzz's public GitHub activity

Backfilled

Buğra Gündüz pushed five commits to bloom, reworking how popular topics sort and adding pagination to notifications.

The main change was a new sorting algorithm for popular topics [1], which altered how the feed ranked content. Alongside that, he added pagination to notifications [2], then optimized the pagination logic itself [3] to handle the new feature more efficiently. He also added image compression for files larger than 2048 pixels [4], reducing bandwidth for users uploading media. A small fix disabled auto-capitalization on the email field [5], closing issue #9.

One email a day. Unsubscribe in one click.

References

  1. [1] change the sorting algorithm for popular topics bgrgndzz/bloom
  2. [2] paginate notifications bgrgndzz/bloom
  3. [3] optimize pagination bgrgndzz/bloom
  4. [4] compress images larger than 2048 pixels bgrgndzz/bloom
  5. [5] disable auto capitalize on email field (closes #9) bgrgndzz/bloom

Quick answers

What shipped in bgrgndzz on January 28, 2019?
Buğra Gündüz pushed five commits to bloom, reworking how popular topics sort and adding pagination to notifications. In total, 5 commits landed.
Who contributed to bgrgndzz on January 28, 2019?
1 developer shipped this update, including Buğra Gündüz.
What were the notable bgrgndzz updates?
change the sorting algorithm for popular topics, paginate notifications, and optimize pagination.