From 2c67cf585a58ea76e69c904a468016babee4c866 Mon Sep 17 00:00:00 2001 From: Vansh bhatt <144117143+Vanshbhattok@users.noreply.github.com> Date: Wed, 6 Aug 2025 20:46:22 +0530 Subject: [PATCH 1/2] Update README.md for Indian Students --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 077c22b..78ffb5b 100644 --- a/README.md +++ b/README.md @@ -189,6 +189,8 @@ 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) +* [FullStack Dev resource for Indian Audience](https://www.codewithharry.com/) +* [Another Great Resource for Indian Developers](https://www.codehelp.in/) * [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. From e7c867e01e898edc4af26dac5e967836232eccb0 Mon Sep 17 00:00:00 2001 From: Vansh Bhatt Date: Thu, 7 Aug 2025 14:21:07 +0530 Subject: [PATCH 2/2] added important Nextjs and deployement info --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 78ffb5b..9399992 100644 --- a/README.md +++ b/README.md @@ -186,6 +186,14 @@ More free resources can be found on [codeburst.io](https://codeburst.io) * [React Native: Nine Animation Screencast Tutorials](https://codeburst.io/react-native-nine-animation-screencast-tutorials-9d031e8bb86f) --- +### Learn Next JS, Deployement, etc + +* After completing React move ahead and learn NextJS + * Official Next [DOCS](https://nextjs.org) +* Deploy your Projects on these platforms:- + * Official Vercel [Vercel] (https://vercel.com) + * Official Render [Render] (https://render.com) +--- ### Full Stack Tutorials * [Intro to Back End Web Development](https://www.udacity.com/course/intro-to-backend--ud171)