I completed 100 Days of Java over 5 years and mapped the journey as a graph
39 points
2 days ago
| 8 comments
| mohibulsblog.netlify.app
| HN
gbnwl
1 hour ago
[-]
What exactly is the intuition behind taking something inherently linear like a sequence of 100 days and presenting it as a graph with no information given about the rationale or reasoning behind the edges.
reply
gowld
23 minutes ago
[-]
It's 100 days of Java, not 100 days of Visual Information Architecture.
reply
debesyla
5 hours ago
[-]
I personally am not sure what's the point of this, when the graph seems like doesn't give any real information + doesn't even work on mobile (no hover), but congrats on finishing up the series!
reply
afunk
1 hour ago
[-]
You should try rendering the graph in 3js. It’s pretty easy and so so beautiful.

Toto.tech has a decent example. You have flight controls with wasd + mouse

reply
jacobrussell
1 hour ago
[-]
I looked around, but can't find the source information this was created off of -- where are the questions/topics for the 100 days listed?
reply
kristianp
2 hours ago
[-]
Takes me back to simpler days when Java was THE language to learn and book like this was interesting. It seems the author took each day in the book as an inspiration for a blog post, which gives it value beyond the book itself.
reply
deepsun
1 hour ago
[-]
I taught students in Java and Python and noticed that Python is actually harder. Things you don't even notice, like breathing, make a lot of confusion for newcomers.

The biggest one is types -- students think in terms of meaning, not types, e.g. "this my variable contains first name", but they don't realize it's a string. Or "this is products in checkout cart", but the variable is an integer, so it's products count, not a list of product. Once students get idea of getting an item of a collection and getting a field of that item, while watching every type along the way -- that's a major breakthrough during learning.

The easiest to learn would be a language where you have to define all variable types on top, like Pascal (a language created specifically for learning). But Java is still better than Python, as it doesn't even run wit messed types.

reply
celurian92
2 days ago
[-]
I completed 100 Days of Java and ended up and it took me roughly 5 years.

Made an interactive map/index of the posts, linked by related topics. I made it to make the series easier to browse by concept instead of only by day number.

reply
evanjrowley
4 hours ago
[-]
Nice work! I appreciate the topic and search filters too.
reply
artenes_dev
4 hours ago
[-]
This looks interesting, I worked with Java some time ago, but haven't touched it for some time. I guess since the graph is really not that intuitive this really describes how complicated can be learning Java!
reply
fabiensanglard
5 hours ago
[-]
This website is very confusing.
reply