Skip to content

Commit a094108

Browse files
authored
Added New Resources
1 parent 14b9c9a commit a094108

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@
288288
- [REST-architectural-concepts](Node-Express/REST-architectural-concepts.md)
289289
- [significance-of-file-bin-www](Node-Express/significance-of-file-bin-www.md)
290290
- [Streams Concepts in Node](Node-Express/Streams.md)
291+
- [Node.js Interview Questions](https://www.interviewbit.com/node-js-interview-questions/)
291292

292293
[[] Back to top](#table-of-contents-of-this-readme-file)
293294

@@ -309,6 +310,7 @@
309310
- [What-happens-when-you-navigate-to-an-URL](Web-Development-In-General/What-happens-when-you-navigate-to-an-URL.md)
310311
- [What-happens-when-you-navigate-to-google](Web-Development-In-General/What-happens-when-you-navigate-to-google.md)
311312
- [what-is-AJAX](Web-Development-In-General/what-is-AJAX.md)
313+
- [Web Developer Interview Questions](https://www.interviewbit.com/web-developer-interview-questions/)
312314

313315
[[] Back to top](#table-of-contents-of-this-readme-file)
314316

@@ -380,6 +382,7 @@
380382
- [this.props.children](React/this.props.children.md)
381383
- [Virtual-DOM-and-Reconciliation-Algorithm](React/Virtual-DOM-and-Reconciliation-Algorithm.md)
382384
- [What are the approaches to include polyfills in your create-react-app](React/include-polyfills.md)
385+
- [React Interview Questions](https://www.interviewbit.com/react-interview-questions/)
383386

384387
[[] Back to top](#table-of-contents-of-this-readme-file)
385388

@@ -412,6 +415,7 @@
412415
- [Why-Redux-needs-reducers-to-be-pure functions](React/immutable-state-store-in-React-Redux/Why-Redux-needs-reducers-to-be-pure-functions-VERY-GOOD-EXPLANATIONS.md)
413416
- [immutable-state-store-in-React-Redux-2](React/immutable-state-store-in-React-Redux/immutable-state-store-in-React-Redux-2.md)
414417
- [immutable-state-store-in-React-Redux-Pass-by-Reference-shallow-comapre](React/immutable-state-store-in-React-Redux/immutable-state-store-in-React-Redux-Pass-by-Reference-shallow-comapre.md)
418+
- [Redux Interview Questions](https://www.interviewbit.com/redux-interview-questions/)
415419

416420
[[] Back to top](#table-of-contents-of-this-readme-file)
417421

@@ -479,6 +483,7 @@
479483
- [ng-content](Angular-Topics-Interview/ng-content.md)
480484
- [ngModel-basics-1](Angular-Topics-Interview/ngModel-basics-1.md)
481485
- [ngModel-basics-2](Angular-Topics-Interview/ngModel-basics-2.md)
486+
- [Angular Interview Questions](https://www.interviewbit.com/angular-interview-questions/)
482487

483488
[[] Back to top](#table-of-contents-of-this-readme-file)
484489

@@ -496,6 +501,7 @@
496501
- [referencing-another-schema-in-Mongoose-1](MongoDB/referencing-another-schema-in-Mongoose-1.md)
497502
- [More on referencing-another-schema-in-Mongoose-1](MongoDB/referencing-another-schema-in-Mongoose-2.md)
498503
- [sharding-in-mongodb](MongoDB/sharding-in-mongodb.md)
504+
- [MongpDB Interview Questions](https://www.interviewbit.com/mongodb-interview-questions/)
499505

500506
[[] Back to top](#table-of-contents-of-this-readme-file)
501507

@@ -505,6 +511,7 @@
505511

506512
- [Collection-of-HTML-Interview-Questions](HTML/Collection-of-HTML-Interview-Questions.md)
507513
- [DOM-fundamentals](HTML/DOM-fundamentals.md)
514+
- [HTML Interview Questions](https://www.interviewbit.com/html-interview-questions/)
508515

509516
[[] Back to top](#table-of-contents-of-this-readme-file)
510517

@@ -525,6 +532,7 @@
525532
- [relative-positioning-basic-good-notes](CSS/relative-positioning-basic-good-notes.md)
526533
- [rem-unit-basics-and-converting-px](CSS/rem-unit-basics-and-converting-px.md)
527534
- [z-index](CSS/z-index.md)
535+
- [CSS Interview Questions](https://www.interviewbit.com/css-interview-questions/)
528536

529537
[[] Back to top](#table-of-contents-of-this-readme-file)
530538

@@ -539,6 +547,7 @@
539547
- [Pull-Requst-Steps-to-take-in-a-team-before-submitting-PR](Git-and-Github/PR-Flow/Pull-Requst-Steps-to-take-in-a-team-before-submitting-PR.md)
540548
- [Update-cloned-repo-in-local-machine-with-latest-master-branch](Git-and-Github/PR-Flow/Update-cloned-repo-in-local-machine-with-latest-master-branch.md)
541549
- [git-staging-area](Git-and-Github/git-staging-area.md)
550+
- [Git Interview Questions](https://www.interviewbit.com/git-interview-questions/)
542551

543552
[[] Back to top](#table-of-contents-of-this-readme-file)
544553

@@ -564,6 +573,7 @@
564573
- :link: [reactjs-interview-questions](https://github.com/sudheerj/reactjs-interview-questions)
565574
- :link: [Front-end-Developer-Interview-Questions](https://github.com/h5bp/Front-end-Developer-Interview-Questions)
566575
- :link: [front-end-interview-handbook](https://github.com/yangshun/front-end-interview-handbook) - Almost complete answers to "Front-end Job Interview Questions" which you can use to interview potential candidates, test yourself or completely ignore
576+
- :link: [Algorithm Interview Questions](https://www.interviewbit.com/algorithm-interview-questions/)
567577

568578
[[] Back to top](#table-of-contents-of-this-readme-file)
569579

@@ -617,6 +627,7 @@
617627
### Other important resources
618628

619629
- :link: [javascript cheatsheet](http://overapi.com/javascript)
630+
- :link: [Javascript cheat sheet - InterviewBit](https://www.interviewbit.com/javascript-cheat-sheet/)
620631
- :link: [Super useful es6-cheatsheet](https://github.com/DrkSephy/es6-cheatsheet)
621632
- :link: [freeCodeCamp Guide](https://guide.freecodecamp.org/)
622633
- :link: [functional-programming-in-js-map-filter-reduce](https://hackernoon.com/functional-programming-in-js-map-filter-reduce-pt-5-308a205fdd5f)
@@ -699,6 +710,8 @@
699710

700711
- :link: [Many tricky and common javascript-questions](https://github.com/lydiahallie/javascript-questions)
701712

713+
- :link: [Javascript Interview Questions]([https://github.com/lydiahallie/javascript-questions](https://www.interviewbit.com/javascript-interview-questions/) - Prepare from this comprehensive list of the latest Javascript Interview Questions and ace your interview.
714+
702715
[[] Back to top](#table-of-contents-of-this-readme-file)
703716

704717
## Most frequently asked concepts for Front End Engineering Interview
@@ -1024,6 +1037,7 @@
10241037
- [NOSQL Patterns](http://horicky.blogspot.com/2009/11/nosql-patterns.html)
10251038
- [Scalability, Availability & Stability Patterns](http://www.slideshare.net/jboner/scalability-availability-stability-patterns)
10261039
- [Design a CDN network-Globally Distributed Content Delivery](http://repository.cmu.edu/cgi/viewcontent.cgi?article=2112&context=compsci)
1040+
- [System Design Interview Questions](https://www.interviewbit.com/system-design-interview-questions/)
10271041

10281042
[[] Back to top](#table-of-contents-of-this-readme-file)
10291043

0 commit comments

Comments
 (0)