Added new resource page to HTML, CSS, JS, & GIT

The resource link added guides users on their respective fields.
This commit is contained in:
Prasanthpadp 2021-05-21 18:26:35 +05:30 committed by GitHub
parent 465307471e
commit fd219d52b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -100,6 +100,7 @@ More free resources can be found on [codeburst.io](https://codeburst.io)
* [HTML5 Full Tutorial - w3schools](https://www.w3schools.com/html/) * [HTML5 Full Tutorial - w3schools](https://www.w3schools.com/html/)
* [HTML5 Tutorial PDF DOWNLOAD - tutorialspoint](https://www.tutorialspoint.com/html5/html5_tutorial.pdf) * [HTML5 Tutorial PDF DOWNLOAD - tutorialspoint](https://www.tutorialspoint.com/html5/html5_tutorial.pdf)
* [Learn HTML series - Code The Web](https://codetheweb.blog/learn/html/) * [Learn HTML series - Code The Web](https://codetheweb.blog/learn/html/)
* [HTML Interview Guide](https://www.interviewbit.com/html-interview-questions/)
--- ---
### Learn CSS ### Learn CSS
@ -112,6 +113,7 @@ More free resources can be found on [codeburst.io](https://codeburst.io)
* [10 principles for smooth web animations](https://blog.gyrosco.pe/smooth-css-animations-7d8ffc2c1d29#.y6p8vkehd) * [10 principles for smooth web animations](https://blog.gyrosco.pe/smooth-css-animations-7d8ffc2c1d29#.y6p8vkehd)
* [Css Fundamentals - SoloLearn](https://www.sololearn.com/Course/CSS/) * [Css Fundamentals - SoloLearn](https://www.sololearn.com/Course/CSS/)
* [CSS Cheat Sheet](https://websitesetup.org/css3-cheat-sheet/) * [CSS Cheat Sheet](https://websitesetup.org/css3-cheat-sheet/)
* [CSS Interview Guide](https://www.interviewbit.com/css-interview-questions/)
--- ---
### Learn JavaScript ### Learn JavaScript
@ -146,6 +148,7 @@ More free resources can be found on [codeburst.io](https://codeburst.io)
* [JavaScriptWhats the difference between Null & Undefined?](https://codeburst.io/javascript-whats-the-difference-between-null-undefined-37793b5bfce6) * [JavaScriptWhats the difference between Null & Undefined?](https://codeburst.io/javascript-whats-the-difference-between-null-undefined-37793b5bfce6)
* [Learn and Understand Recursion in JavaScript](https://codeburst.io/learn-and-understand-recursion-in-javascript-b588218e87ea) * [Learn and Understand Recursion in JavaScript](https://codeburst.io/learn-and-understand-recursion-in-javascript-b588218e87ea)
* [Understand Closures in JavaScript](https://codeburst.io/understand-closures-in-javascript-d07852fa51e7) * [Understand Closures in JavaScript](https://codeburst.io/understand-closures-in-javascript-d07852fa51e7)
* [JavaScript Interview Guide](https://www.interviewbit.com/javascript-interview-questions/)
* Projects * Projects
* [JS 30 For 30 - 30 Projects for 30 Days](https://javascript30.com/) * [JS 30 For 30 - 30 Projects for 30 Days](https://javascript30.com/)
@ -232,8 +235,7 @@ More free resources can be found on [codeburst.io](https://codeburst.io)
* [10 Best Practices for Writing Node.js REST APIs](https://blog.risingstack.com/10-best-practices-for-writing-node-js-rest-apis/?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more) * [10 Best Practices for Writing Node.js REST APIs](https://blog.risingstack.com/10-best-practices-for-writing-node-js-rest-apis/?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
* Optimization Techniques * Optimization Techniques
* [Make your node server faster by caching responses with redis](https://community.risingstack.com/redis-node-js-introduction-to-caching/) * [Make your node server faster by caching responses with redis](https://community.risingstack.com/redis-node-js-introduction-to-caching/)
* [Node JS Interview Guide](https://www.interviewbit.com/node-js-interview-questions/)
--- ---
### Learn Python ### Learn Python
@ -282,6 +284,7 @@ More free resources can be found on [codeburst.io](https://codeburst.io)
* [Learn Git in 30 Minutes - Article](http://tutorialzine.com/2016/06/learn-git-in-30-minutes/) * [Learn Git in 30 Minutes - Article](http://tutorialzine.com/2016/06/learn-git-in-30-minutes/)
* [Here are all the Git commands I used last week and what they do (Medium)](https://medium.freecodecamp.com/git-cheat-sheet-and-best-practices-c6ce5321f52) * [Here are all the Git commands I used last week and what they do (Medium)](https://medium.freecodecamp.com/git-cheat-sheet-and-best-practices-c6ce5321f52)
* Why to Use GIT [No, I have no side projects to show you](https://www.linkedin.com/pulse/i-have-side-code-projects-show-you-ezekiel-buchheit) * Why to Use GIT [No, I have no side projects to show you](https://www.linkedin.com/pulse/i-have-side-code-projects-show-you-ezekiel-buchheit)
* [Git Interview Guide](https://www.interviewbit.com/git-interview-questions/)
--- ---
### Games and Challenge Websites ### Games and Challenge Websites