Scaling a Simple Web App: How I Built One Billion Checkboxes

1 pointsposted 10 months ago
by ahilanv

Item id: 41616810

5 Comments

Daryl_Duhart

10 months ago

This is actually incredible I would like to work together / have fun exploring ideas. If interested: DarylDuhart@gmail.com and let’s chat.

Daryl_Duhart

10 months ago

This is very interesting. Question: could you have 1bn different datapoints you pull from a DB I.e. DynamoDB instead of boxes?

ahilanv

10 months ago

Yes, absolutely! The concept behind the project could be extended to pull 1 billion different data points from a database like DynamoDB, instead of using static checkboxes.

One of the main reasons I used checkboxes was to keep it simple and lightweight for this initial experiment. However, pulling dynamic data points from a DB like DynamoDB would offer much more flexibility and scalability.