# 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 crearea / interogarea / modificarea bazei de date: [MySQL CheatSheet](https://www.mysqltutorial.org/mysql-cheat-sheet.aspx)
* Pentru Back-end:&#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)
* Pentru testarea Back-end: [Your first requests with Postman](https://learning.postman.com/docs/getting-started/sending-the-first-request/)
* Pentru Front-end
  * [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)

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)
* [Heroku Overview](https://www.youtube.com/watch?v=BFkaFFZmEJk)
* [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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://gurita-alexandru.gitbook.io/cloud-computing-2022-simpre/resurse-utile.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
