A comparison site for hospital prices.<p>These have to legally be made available by each hospital for all services they provide (since January 1, 2019).<p>At the moment they're hard to find, often buried on the hospital's website and not easy comparable to other hospitals in the area.<p>A kayak-like site for health procedures would be very useful.
One simple way could be to pick up project based in a technology stack you know. I will follow up with an example, see this book [1], about good python projects.<p>What you can do is, read the description of each project and do it yourself. Don't look at the solution in the book, then when you are done, compare. If some project excites you further, you can probably extend it so if the book offers a CLI solution, may be write a GUI for it and so on.<p>The trick with side projects is to build momentum and I hope this technique could be helpful. Have fun doing your side project.<p>[1] <a href="https://nostarch.com/impracticalpythonprojects" rel="nofollow">https://nostarch.com/impracticalpythonprojects</a>
I had the same "problem" and created a static site generator [0] in both Python and Perl (as a learning exercise in the former case). I blog daily using this program [1].<p>[0] <a href="https://github.com/john-bokma/tumblelog" rel="nofollow">https://github.com/john-bokma/tumblelog</a><p>[1] <a href="https://plurrrr.com/" rel="nofollow">https://plurrrr.com/</a><p>FWIW; I am looking for beta testers ;-)