RepoJournal

@bgrgndzz

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

One email a day. Unsubscribe in one click.

223 stories across 67 days in 2018

Mon Wed Fri
Aug Sep Oct Nov Dec
an entry to read activity only Less More before entries began Full year →

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 →

Building out a periodic table quiz app in basically

By RepoJournal , from @bgrgndzz's public GitHub activity

Backfilled

Buğra Gündüz built the core scaffolding of a chemistry quiz application across six commits, importing periodic table data and constructing the UI layer.

The day started with importing periodic table data from Bowserinator/Periodic-Table-JSON [1], bringing in the foundational dataset. Gündüz then created the Main interface [2] to serve as the app's entry point, followed by rendering the Home view [3] to display the landing page. He added electric charges to the periodic table data [4] to enrich it with additional chemical properties. The interactive layer came next: quizzes were set to load dynamically [5] rather than being hardcoded, and finally the Quiz view itself was rendered [6] to present questions to the user. The work across bgrgndzz/basically established a working application that can serve quiz content from loaded data.

One email a day. Unsubscribe in one click.

References

  1. [1] import data from Bowserinator/Periodic-Table-JSON bgrgndzz/basically
  2. [2] create Main interface bgrgndzz/basically
  3. [3] render Home bgrgndzz/basically
  4. [4] add electric charges to data bgrgndzz/basically
  5. [5] load quizzes dynamically bgrgndzz/basically
  6. [6] render Quiz bgrgndzz/basically

Quick answers

What shipped in bgrgndzz on October 5, 2018?
Buğra Gündüz built the core scaffolding of a chemistry quiz application across six commits, importing periodic table data and constructing the UI layer. In total, 6 commits landed.
Who contributed to bgrgndzz on October 5, 2018?
1 developer shipped this update, including Buğra Gündüz.
What were the notable bgrgndzz updates?
import data from Bowserinator/Periodic-Table-JSON, create Main interface, and render Home.