|
|
|
Books to Dive in into Fullstack Development
|
|
49 points
by pkrzysiek
725 days ago
|
|
Hello,I want to start learning fullstack but I’m afraid of getting too confused with so many languages and frameworks.I’m looking forward to find some ordered set of books that would introduce me to this topic |
|
https://www.freecodecamp.org/ is good, the Responsive Web Design and JavaScript courses are a good place to start, there's a great community of learners and tutors to help.
The MDN developer resources is a useful site to keep open while you learn. https://developer.mozilla.org
Now pick a framework to start learning and building with. React is the most used but I chose Svelte because it is powerful yet has simpler syntax and is easier to learn, also supposed to be more performant.
The Svelte tutorial is an excellent learning resource, nicely detailed and structured. I also found it to be a useful refresher for JavaScript in a more practical real world context. https://svelte.dev/
While doing the Svelte tutorial, and in fact all the time now, I have a tab open for an AI chat bot. I find Perplexity to be particularly useful for explaining syntax and code snippets.
If you want to get more into JavaScript then a good book is Eloquent JavaScript https://eloquentjavascript.net/
Other posters have pointed out the complexity of the back end stuff and devops, etc. You can simplify this aspect by using a service like Supabase or Firebase.