site banner

Tinker Tuesday for October 8, 2024

This thread is for anyone working on personal projects to share their progress, and hold themselves somewhat accountable to a group of peers.

Post your project, your progress from last week, and what you hope to accomplish this week.

If you want to be pinged with a reminder asking about your project, let me know, and I'll harass you each week until you cancel the service.

1
Jump in the discussion.

No email address required.

I built a state tax burden calculator with react.

I was thinking I want to build more little form and graph things, but the main limitation is data, anyone have any good clean datasets they know about?

How are you building the charts?

First one was just a simple table. Haven't built any charts yet, but thinking about Tableau because one potential gig I know about wants to use them

Have you used Tableau before?

No I have not

A warning: Tableau is a massive pain in the ass.

what are good alternatives?

It depends on how comfortable you are with JavaScript, assuming the charts will be displayed on a website.

You can pretty easily query the price history of stock symbols to get sample time series data.

What type of plots do you want to test?

I was thinking more public policy oriented data sets. Right now I'm looking at using TaxFoundations state tax data, that might get me some interesting stuff. I also know a potential contractor position where I can help someone create table or chart to display homelessness across different states.