# Resurse utile

În decursul activităților vom folosi diferite tehnologii pe care vă recomand să vi le reamintiți parcurgând următoarele resurse:

* [Javascript Cheat Sheet](https://cheatsheets.shecodes.io/javascript)
* Pentru Front-end
  * [NextJS Documentation](https://nextjs.org/docs/getting-started)
  * [React Documentation](https://reactjs.org/docs/getting-started.html), [React in 100 seconds](https://www.youtube.com/watch?v=Tn6-PIqc4UM)
  * [Quick Guide to React Hooks](https://www.freecodecamp.org/news/the-beginners-guide-to-react-hooks/) (we dont talk about classes here)
  * [TailwindCSS Documentation](https://tailwindcss.com/docs/installation), [Tailwind in 100 seconds](https://www.youtube.com/watch?v=mr15Xzb1Ook)
* [MongoDB CRUD Operations fundamentals](https://www.mongodb.com/docs/drivers/node/current/fundamentals/crud/)
* [OpenAI API Documentation](https://platform.openai.com/docs/introduction)
* Pentru testarea Back-end: [Your first requests with Postman](https://learning.postman.com/docs/getting-started/sending-the-first-request/)

## Extra:

* Pentru crearea / interogarea / modificarea bazei de date MySQL: [MySQL CheatSheet](https://www.mysqltutorial.org/mysql-cheat-sheet.aspx)
* Pentru Back-end NodeJS:&#x20;
  * [Quick Introduction to NodeJS](https://www.codecademy.com/learn/learn-node-js/modules/intro-to-node-js/cheatsheet)
  * [Quick Guide to Express](https://www.tutorialspoint.com/expressjs/expressjs_quick_guide.htm)

For the funsies:

* [Top 50+ AWS Services Explained in 10 Minutes](https://www.youtube.com/watch?v=JIbIYCM48to\&t=45s) - Fireship Youtube Channel, worth a watch
* [Intro to Google Cloud](https://www.youtube.com/watch?v=kzKFuHk8ovk) (and what's it capable of)
* [Spotify's Journey to the Cloud (Cloud Next '18)](https://www.youtube.com/watch?v=5aBORQim-KM) - 45 min watch, but really shows the power of Cloud Computing
