> For the complete documentation index, see [llms.txt](https://wellyson-1.gitbook.io/wellyson-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wellyson-1.gitbook.io/wellyson-docs/readme.md).

# RubyFlow 🚀

Bem-vindo à **RubyFlow**, um espaço criado para compartilhar conhecimento e experiências com a comunidade Ruby e Ruby on Rails no Brasil!

![Visitas](https://visitor-badge.laobi.icu/badge?page_id=wellysonlopes.rubyflow)

***

## 👨‍💻 Sobre mim

Olá! Meu nome é **Wellyson Lopes**, tenho **32 anos**, sou **desenvolvedor Ruby** em transição para pleno e atuo no mercado há **2 anos e 9 meses**.

Sou um entusiasta da tecnologia, apaixonado por **Ruby**, e decidi criar o canal no YouTube **RubyFlow** com o objetivo de:

* 📌 Divulgar a tecnologia Ruby e Ruby on Rails;
* 📌 Auxiliar pessoas que estão começando e enfrentando dúvidas (assim como eu já enfrentei — e ainda enfrento);
* 📌 Ajudar a difundir a stack no Brasil, visto que ainda existe pouco material atualizado em **português**.

***

## 📚 Documentações disponíveis

Aqui você encontra a documentação dos projetos que acompanham os vídeos do canal:

* [Ruby + Flowbite + Tailwind](https://wellyson-1.gitbook.io/wellyson-docs/ruby-flowbite-tailwind-css)
* [Projeto Truck Manager](https://wellyson-1.gitbook.io/wellyson-docs/projeto-truck-manager)
* [Configurando Docker no Rails 8 com db e testes](https://wellyson-1.gitbook.io/wellyson-docs/configurando-docker-para-ruby-3.4.5+rails-8)
* [Documentação para Sidekiq no Rails 8](https://wellyson-1.gitbook.io/wellyson-docs/documentacao-docker-para-sidekiq-no-rails-8)

***

## 🎥 Canal no YouTube

👉 [Acesse o canal RubyFlow no YouTube](https://www.youtube.com/@ruby_flow)

{% embed url="<https://www.youtube.com/@ruby_flow>" %}

Lá você encontra vídeos práticos, dicas e tutoriais sobre **Ruby** e **Rails**, sempre focados em exemplos reais e atualizados.

***

💡 *A missão do RubyFlow é construir uma comunidade mais forte e acessível para quem está aprendendo e crescendo na stack Ruby.*


---

# 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, and the optional `goal` query parameter:

```
GET https://wellyson-1.gitbook.io/wellyson-docs/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
