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 →

Notification tokens and real-time socket infrastructure

By RepoJournal , from @bgrgndzz's public GitHub activity

Backfilled

Buğra Gündüz built out the notification and real-time messaging backbone for bloom across three commits, connecting the pieces needed to push updates to clients.

He set up the notification token register [1] to manage client subscriptions, then configured socket.io to use Redis as its adapter [2], allowing messages to fan out across multiple server instances. In the middle of this work, he added random sorting to the topics list [3], a UI feature to vary how topics are presented.

One email a day. Unsubscribe in one click.

References

  1. [1] setup notification token register bgrgndzz/bloom
  2. [2] connect socket.io to redis bgrgndzz/bloom
  3. [3] add random sorting for topics list bgrgndzz/bloom

Quick answers

What shipped in bgrgndzz on May 25, 2019?
Buğra Gündüz built out the notification and real-time messaging backbone for bloom across three commits, connecting the pieces needed to push updates to clients. In total, 3 commits landed.
Who contributed to bgrgndzz on May 25, 2019?
1 developer shipped this update, including Buğra Gündüz.
What were the notable bgrgndzz updates?
setup notification token register, connect socket.io to redis, and add random sorting for topics list.