From b2cfb57a8a3e480b1c5960fba260bf6982f57018 Mon Sep 17 00:00:00 2001 From: Soham M Date: Wed, 15 May 2024 14:25:42 +0530 Subject: [PATCH] Updated 2 useful resources Hey Team, Just wanted to give you a heads up that I've added some cool stuff to 100+ Free resources for learning Full Stack Web Development. Now, under the "How to Learn" and "Full Stack Tutorials" sections there are two new full of helpful resources. These are handpicked to make life easier for folks learning about full stack web development. I think they'll be super useful for everyone using the guide. Let me know what you think! Cheers, Soham Mukherjee --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 077c22b..f5ba222 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ More free resources can be found on [codeburst.io](https://codeburst.io) * Coursera Course (Not CS Specific) - [Learning how to learn](https://www.coursera.org/learn/learning-how-to-learn) * Repetition, Repetition, Repetition - [Reddit Discussion on study techniques](https://www.reddit.com/r/learnprogramming/comments/5pyx5t/a_beginners_trick_i_learned_way_too_late_in_the/) * What technologies to learn and strategies to learn them - [How to learn web development](https://codetheweb.blog/2017/10/04/how-to-learn-web-development/) + * Step-by-step guide to learn - [How to become a web developer](https://www.scaler.com/blog/how-to-become-a-web-developer/) --- ### What is the Single most useful CS Bookmark you have? @@ -189,6 +190,7 @@ More free resources can be found on [codeburst.io](https://codeburst.io) ### Full Stack Tutorials * [Intro to Back End Web Development](https://www.udacity.com/course/intro-to-backend--ud171) +* [Intro to Front End Web Development](https://www.scaler.com/blog/front-end-developer/) * [Deploying Applications with Heroku](https://www.udacity.com/course/deploying-applications-with-heroku--ud272) * [Client Server Communication](https://www.udacity.com/course/client-server-communication--ud897) * [Serverless Stack](http://serverless-stack.com/) is a comprehensive guide to creating full-stack serverless applications. Create a note taking app from scratch using React.js, AWS Lambda, API Gateway, DynamoDB, and Cognito.