Skip to content

Commit

Permalink
Merge pull request #949 from MastanSayyad/dev
Browse files Browse the repository at this point in the history
Programming Languages - Added "Cheatsheets" for "React.js, Node.js and Vue.js"
  • Loading branch information
jfmartinz authored Jun 8, 2024
2 parents ecb593f + ce774b2 commit 5469072
Show file tree
Hide file tree
Showing 3 changed files with 110 additions and 0 deletions.
34 changes: 34 additions & 0 deletions Programming Languages/NodeJs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ These resources are designed to help you build a strong foundation in Node.js an
- [Additional Resources](#additional-resources)
- [Node.js Communities](#nodejs-communities)
- [Node.js Books](#nodejs-books)
- [Node.js Cheathseets](#node-js-cheatsheets)
- [Conclusion](#conclusion)


Expand Down Expand Up @@ -1145,6 +1146,39 @@ Integrating Node.js with IoT devices, machine learning models, and other technol
</tr>
</table>

### Node js Cheatsheets

<table>
<tr>
<th>Resource Name</th>
<th>Description</th>
</tr>
<tr>
<td><a href="https://www.codecademy.com/learn/learn-node-js/modules/intro-to-node-js/cheatsheet">Introduction to Node.js Cheatsheet</a></td>
<td>A cheatsheet providing an introduction to Node.js.</td>
</tr>
<tr>
<td><a href="https://zerotomastery.io/cheatsheets/node-js-cheat-sheet/">Node JS Cheat Sheet + PDF</a></td>
<td>A Node.js cheat sheet with a downloadable PDF version.</td>
</tr>
<tr>
<td><a href="https://overapi.com/nodejs">NodeJS Cheat Sheet</a></td>
<td>A comprehensive Node.js cheat sheet.</td>
</tr>
<tr>
<td><a href="https://dev.to/dipakahirav/the-ultimate-nodejs-cheat-sheet-for-developers-3pgf">The Ultimate Node.js Cheat Sheet for Developers</a></td>
<td>An ultimate cheat sheet for Node.js developers.</td>
</tr>
<tr>
<td><a href="https://www.javacodegeeks.com/node-js-cheatsheet.html">Node.js Cheatsheet</a></td>
<td>A cheatsheet providing essential information about Node.js.</td>
</tr>
<tr>
<td><a href="https://www.linkedin.com/pulse/nodejs-cheat-sheet-jomas-daconceicao">Node.js Cheat Sheet</a></td>
<td>A Node.js cheat sheet provided on LinkedIn.</td>
</tr>
</table>

## Conclusion

In conclusion, Node.js presents an innovative and versatile platform for building scalable, high-performance web applications. Its event-driven, non-blocking I/O
Expand Down
40 changes: 40 additions & 0 deletions Programming Languages/React JS/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Whether you're a beginner looking to get started with React.js or an experienced
- [Books](#books)
- [Free](#free-books)
- [Paid](#paid-books)
- [React Cheatsheets]()
- [Official Documentation](#official-documentation)
- [Conclusion](#conclusion)

Expand Down Expand Up @@ -772,6 +773,45 @@ Whether you're a beginner looking to get started with React.js or an experienced
</tr>
</table>


### React Cheatsheets
> Here are some react cheatsheets which you may refer.
<table>
<tr>
<th>Resource Name</th>
<th>Description</th>
</tr>
<tr>
<td><a href="https://devhints.io/react">React.js cheatsheet</a></td>
<td>A comprehensive cheatsheet for React.js.</td>
</tr>
<tr>
<td><a href="https://www.geeksforgeeks.org/react-cheat-sheet/">GFG - React Cheat Sheet</a></td>
<td>A React cheat sheet provided by GeeksforGeeks.</td>
</tr>
<tr>
<td><a href="https://dev.to/codedthemes/reactjs-cheatsheet-the-ultimate-guide-29gf">React.js Cheatsheet – The Ultimate Guide</a></td>
<td>An ultimate guide to React.js cheatsheet.</td>
</tr>
<tr>
<td><a href="https://www.codecademy.com/learn/react-101/modules/react-101-jsx-u/cheatsheet">Learn React: JSX Cheatsheet</a></td>
<td>A cheatsheet specifically focused on JSX in React.</td>
</tr>
<tr>
<td><a href="https://dev.to/zinox9/react-cheatsheet-3eao">React CheatSheet</a></td>
<td>A React cheatsheet for quick reference.</td>
</tr>
<tr>
<td><a href="https://onecompiler.com/cheatsheets/reactjs">React JS - Cheat Sheets</a></td>
<td>A collection of cheat sheets for React.js.</td>
</tr>
<tr>
<td><a href="https://upmostly.com/ultimate-reactjs-cheat-sheet">Ultimate React.js Cheat Sheet</a></td>
<td>An ultimate cheat sheet for React.js.</td>
</tr>
</table>

### Official Documentation

> These Official Documentation teaches you all the topics in depth without going to any third party tutorials.
Expand Down
36 changes: 36 additions & 0 deletions Programming Languages/VueJs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ deepen your expertise, the following sections provide tutorials, tools, best pra
- [Additional Resources](#additional-resources)
- [Vue.js Communities](#vuejs-communities)
- [Vue.js Books](#vuejs-books)
- [Vue.js Cheatsheets](#vuejs-cheatsheets)
- [Conclusion](#conclusion)


Expand Down Expand Up @@ -1024,6 +1025,41 @@ deepen your expertise, the following sections provide tutorials, tools, best pra
</tr>
</table>


### Vue.js Cheatsheets

<table>
<tr>
<th>Resource Name</th>
<th>Description</th>
</tr>
<tr>
<td><a href="https://devhints.io/vue">Vue.js cheatsheet</a></td>
<td>A cheatsheet for Vue.js.</td>
</tr>
<tr>
<td><a href="https://www.vuemastery.com/vue-cheat-sheet/">Get the Ultimate Vue Cheat Sheet</a></td>
<td>The ultimate cheat sheet for Vue.js provided by Vue Mastery.</td>
</tr>
<tr>
<td><a href="https://medium.com/vue-mastery/the-ultimate-vue-js-cheat-sheet-6726f667f32d">The Ultimate Vue.js Cheat Sheet</a></td>
<td>An extensive Vue.js cheat sheet covering various aspects.</td>
</tr>
<tr>
<td><a href="https://dev.to/adnanbabakan/vue-cheat-sheet-3-advanced-4khj">Vue cheat sheet 3 (advanced)</a></td>
<td>An advanced Vue.js cheat sheet.</td>
</tr>
<tr>
<td><a href="https://appletree.or.kr/quick_reference_cards/javascript/Vue.js%20Cheat%20Sheet.pdf">Vue.js Cheat Sheet.pdf</a></td>
<td>A downloadable PDF version of the Vue.js cheat sheet.</td>
</tr>
<tr>
<td><a href="https://onecompiler.com/cheatsheets/vuejs">VueJS - Cheat Sheets</a></td>
<td>Cheat sheets for Vue.js.</td>
</tr>
</table>


## Conclusion

Vue.js documentation provides a comprehensive guide for developers to learn and master Vue.js, a progressive JavaScript framework for building user interfaces.
Expand Down

0 comments on commit 5469072

Please sign in to comment.