HN user
ioli
Interesting. Thanks for sharing
The Algorithm Design Manual by Steven Skiena
Amazing book. Very readable. I highly recommend it. The book has a section call "War story" at the end of each chapter in which Skiena shares his real life experience of when the contents from that particular chapter came in handy for him.
Go through it. You won't regret
https://www.amazon.com/Algorithm-Design-Manual-Steven-Skiena...
Golden advice right here
Firebase cloud messaging is also a good option :)
Actually Linus studied the heck out of other codebases. For example, linux itself was inspired by UNIX and it is said that he studied MINIX (minified version of UNIX used for teaching) before he started developing linux.
Software Engineering Daily and Programming Throwdown
I don't know how feasible it is, but couldn't you use ElasticSearch ???
all the best
cool
Vue is much easier in that sense. You can just import the library using <script src"<<vue cdn addr>>"></script> and you can start using vue right there.
https://github.com/binhnguyennus/awesome-scalability
This is a compilation of resources in that regards
Yeah, I remember watching those. Here are the links:
https://www.youtube.com/watch?v=CcVeslwTvAw
https://www.youtube.com/watch?v=HJnhr08aIJs
In graphics, you can try some visual effect projects. What about morphing one 3d model into another? For example: given a 3d model or a man and the target of, let's say lion; the system should produce the fluid transform from a man to the lion. You can even package it into a simple easy to use product maybe a SAAS product and earn some money with it.
Thanks