Robin Wieruch πŸš€ Profile picture
Software Developer - #JavaScript #ReactJs #GraphQL #NodeJs
Mar 30, 2020 β€’ 10 tweets β€’ 4 min read
Hackathon Idea: ICU beds availability in your country.

Show all the hospitals in your country on a map and enable people in charge to assign overall capacities + utilized capacities to the hospitals.

Here is how I would approach it πŸ‘‡πŸ½

1/10 Use overpass-turbo.eu to get & show all the hospitals in your country. Query 4 Germany:

[out:json];{{geocodeArea:Germany}}->.searchArea;(node[amenity=hospital](area.searchArea);>;way[amenity=hospital](area.searchArea);>;relation[amenity=hospital](area.searchArea);>;);out;
Mar 26, 2020 β€’ 27 tweets β€’ 14 min read
When I released the rewrite of my "The Road to React"-book, I published it on my very new course website πŸ‘‰πŸ½ courses.robinwieruch.de Super proud of the result!

For anyone who is interested, I want to share what went into this new website πŸ’«

1/n

Previously roadtoreact.com was the entire course website. Now it's only the landing page built with @gatsbyjs which shares the same theme with my personal website πŸ‘‰πŸ½ robinwieruch.de This applies to all my other course landing pages as well.

2/n
Sep 26, 2019 β€’ 17 tweets β€’ 5 min read
I felt super nostalgic the last week and wrote an homage about why every JavaScript developer should learn Redux πŸ˜…

robinwieruch.de/redux-javascri… Even though you will not use Redux on a daily basis, there are just too many hidden gems in learning it; which will benefit every #JavaScript developer.



Here it comes πŸ‘‡πŸΏ