Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 Tutorial PDF DOWNLOAD - tutorialspoint](https://www.tutorialspoint.com/html5/html5_tutorial.pdf)
* [Learn HTML series - Code The Web](https://codetheweb.blog/learn/html/)
* [HTML Interview Guide](https://www.interviewbit.com/html-interview-questions/)

---
### Learn CSS
Expand All @@ -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)
* [Css Fundamentals - SoloLearn](https://www.sololearn.com/Course/CSS/)
* [CSS Cheat Sheet](https://websitesetup.org/css3-cheat-sheet/)
* [CSS Interview Guide](https://www.interviewbit.com/css-interview-questions/)

---
### Learn JavaScript
Expand Down Expand Up @@ -146,6 +148,7 @@ More free resources can be found on [codeburst.io](https://codeburst.io)
* [JavaScript — What’s 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)
* [Understand Closures in JavaScript](https://codeburst.io/understand-closures-in-javascript-d07852fa51e7)
* [JavaScript Interview Guide](https://www.interviewbit.com/javascript-interview-questions/)

* Projects
* [JS 30 For 30 - 30 Projects for 30 Days](https://javascript30.com/)
Expand Down Expand Up @@ -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)
* Optimization Techniques
* [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
Expand Down Expand Up @@ -263,6 +265,7 @@ More free resources can be found on [codeburst.io](https://codeburst.io)
* [Learn PostgreSQL (GitHub)](https://github.com/dwyl/learn-postgresql)
* [Try Redis](https://try.redis.io/)
* [Redis Tutorial](https://www.tutorialspoint.com/redis/)
* [DBMS Interview Guide](https://www.interviewbit.com/dbms-interview-questions/)

---
### Learn Authentication
Expand All @@ -282,6 +285,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/)
* [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)
* [Git Interview Guide](https://www.interviewbit.com/git-interview-questions/)

---
### Games and Challenge Websites
Expand Down