A continuation of https://news.ycombinator.com/item?id=13660086 which has been incredibly useful in learning a new language or technology.<p>I recently finished a book called Progressive Web Apps with React which took the reader through building a PWA chat application using firebase with push notifications and such.<p>https://www.packtpub.com/web-development/progressive-web-apps-react<p>Also, this one for Vue:<p>https://www.packtpub.com/web-development/vuejs-2-web-development-projects<p>I just finished the first chapter which has you build a markdown editor with Vue.
Retro Game Dev: C64 Edition[1] build two games (shooter/platformer) in 6502 Assembly Language for a Commodore 64 emulator. Some other similar books are Making 8-bit Arcade Games in C[2] and Making Games for the Atari 2600[3].<p>- [1] <a href="https://www.amazon.com/dp/0692980652/" rel="nofollow">https://www.amazon.com/dp/0692980652/</a><p>- [2] <a href="https://www.amazon.com/dp/1545484759/" rel="nofollow">https://www.amazon.com/dp/1545484759/</a><p>- [3] <a href="https://www.amazon.com/dp/1541021304/" rel="nofollow">https://www.amazon.com/dp/1541021304/</a>
In this book, The Road to learn React [0], you will learn the fundamentals of React while building a larger application with sorting, caching and searching an API.<p>- [0] <a href="https://www.robinwieruch.de/the-road-to-learn-react" rel="nofollow">https://www.robinwieruch.de/the-road-to-learn-react</a>
If you're interested in learning Vue I can offer both my own course and book as recommendations.<p>The course demos three substantial Vue.js projects:<p><a href="https://www.udemy.com/vuejs-2-essentials/" rel="nofollow">https://www.udemy.com/vuejs-2-essentials/</a><p>The book is about full-stack Vue & Laravel and includes one large project, an Airbnb clone:<p><a href="https://www.packtpub.com/application-development/full-stack-vuejs-2-and-laravel-5" rel="nofollow">https://www.packtpub.com/application-development/full-stack-...</a>
Big Nerd Ranch for iOS app development. <a href="https://www.bignerdranch.com/books/ios-programming/?gclid" rel="nofollow">https://www.bignerdranch.com/books/ios-programming/?gclid</a>