> For the complete documentation index, see [llms.txt](https://gurita-alexandru.gitbook.io/cloud-computing-2023-simpre/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gurita-alexandru.gitbook.io/cloud-computing-2023-simpre/resurse-utile.md).

# 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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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-2023-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.
