Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shubhansu-kr/int222-advanced-webdevelopment
Course Documentation and Project with Coursera Certificates. This repo contains all the progress made during this course
https://github.com/shubhansu-kr/int222-advanced-webdevelopment
backend course-documentation full-stack-web-development int222 lpu nodejs server-side-javascript-with-nodejs
Last synced: 30 days ago
JSON representation
Course Documentation and Project with Coursera Certificates. This repo contains all the progress made during this course
- Host: GitHub
- URL: https://github.com/shubhansu-kr/int222-advanced-webdevelopment
- Owner: shubhansu-kr
- Created: 2024-02-15T04:40:45.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-06-30T10:31:04.000Z (6 months ago)
- Last Synced: 2024-07-02T03:09:12.383Z (6 months ago)
- Topics: backend, course-documentation, full-stack-web-development, int222, lpu, nodejs, server-side-javascript-with-nodejs
- Language: JavaScript
- Homepage:
- Size: 3.53 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# INT222: Advanced Web Development
> Sem 6: Engineering Major C2
> L:2 T:0 P:2 Credits:3This repo tracks the progress of course INT222 and contains resources which you may find helpful for the same.
## Documentation:
1. [`ETP`](./ETP/) folder contains the solution to the problem statement given in the End term practical for this course.
2. [`App`](./app/) folder contains the server application which is used as one point app for learning and experimenting for different features rather than initialising multiple express app for different practicals. Just update the index file and run the server using the npm commands.
3. [`Learning`](./Learnings/) folder contains the javascript files which is used to brush up the JS concepts and then create servers using node js runtime env. You will find each file having it's own documentation in the form of comments. Go through each file's content and the name of the file is an overview of the content inside the file. Usually the topic name.
4. [`Practice`] folder contains the solution to the assignments given during the course for learning purpose.
5. [`Resources`] folder contains all the lecture ppts and other related document to this course.Go through the repository once and you will have an understanding of the structure in no time.
## Certificate
Course : [Server side JavaScript with Node.js](https://www.coursera.org/learn/server-side-javascript-with-nodejs)[Click here to view the certificate](./Coursera%20KMP724GQ95L4%20-%20Server%20Side%20JavaScript%20with%20NodeJS.pdf)
![certificate](certificate.png)
## Acknowledgments
I would like to express my sincere gratitude to [Dr. Senthil Kumar Janahan](https://www.linkedin.com/in/dr-senthil-kumar-janahan-511b5353/?originalSubdomain=in) for their exceptional teaching and guidance throughout this course. Their dedication and expertise have been invaluable in helping me to understand and complete this project.