@gaboniprofessional: Será que funciona em cabelo cacheado? 👀 Assista ao processo completo, sem cortes, e tire suas próprias conclusões! #LisoUnico #CabeloCacheado #CabeloLiso #TikTokShop #GaboniProfessional

Gaboni Professional
Gaboni Professional
Open In TikTok:
Region: BR
Saturday 08 August 2026 17:09:22 GMT
357161
3452
252
727

Music

Download

Comments

vy_sousaa
Viviane 🌻 :
Comprei , quero ver se é isso tudo mesmo
2026-08-09 04:23:07
60
julianaqueroz0
Juliana Queroz :
Acabei de comprar se for isso mesmo vou indicar pra todo mundo sou a louca do tik tok conto e indico pra minhas clientes
2026-08-09 04:50:29
33
hizaaalaaa
hiza :
Uma unidade só da uma vez desse jeito
2026-08-09 11:36:59
6
souza1623
Selma Souza 🌹🥂 :
e com a química henê? eu posso?
2026-08-09 05:29:24
8
bigdog_family_
bigdog_family_ :
Comprei! Voltarei aqui!!!!
2026-08-09 01:56:48
8
thai_.goncalves
Thainá Gonçalves :
tô passada
2026-08-09 01:18:35
3
tatiana6477
Tatiana :
Isso é um protetor térmico,qualquer pessoa pode usar. Eu gostei de fazer a escolha com ele. Tenho ele já algum tempo.
2026-08-09 12:10:53
2
nattykauaelisa17
⚡️Natalia Mãe Atipica⚡️🧩💙💛 :
pode usar em cachos
2026-08-09 05:18:26
2
patymoura61
Paty Moura :
Gente eu comprei venho aqui falar se é bom .
2026-08-09 09:22:00
8
elisangeladasil5
Estou Eliz💃🏻🌹🦋 :
Esse é bom mesmo estou usando a um mês é Mara
2026-08-09 02:24:27
7
edninhamil
edninhamil🧜🏾‍♀️ :
Chocada
2026-08-09 12:23:06
2
laura3003750
Laura Aguiar 🎀 :
Só acredito vendo e vendo não acredito 😳
2026-08-09 01:27:56
9
jamilemendy
JAMilli :
o cabelo dela é fino, isso facilita no efeito TB quero ver todos os tipos de cabelo 😅
2026-08-09 12:20:15
2
alluap30
Ana :
Tá fora de estoque 🥺
2026-08-09 12:24:16
1
liaxpk
︴l¡a♱ 🦇🩸 :
acabou o estoque
2026-08-09 12:24:32
1
aicilagmz
Alícia :
quero esse secador mds
2026-08-09 11:23:45
2
ouroflor2024
Deusadoamor&doOuro :
Está dizendo que este item está fora de estoque. Eu quero!!! Como posso comprar?
2026-08-09 12:54:29
1
sanamaradasgraas
Maroca :
Vou comprar quero ver se é isso mesmo também 😁
2026-08-09 12:18:16
1
gustavo4396
gugu :
sério isso
2026-08-09 11:14:45
1
amandacosta556
Amanda Costa :
onde compra?
2026-08-09 11:05:36
1
andradelariss4
𝓛𝓪𝓻𝓲 ⁷ :
Grávida pode usar?
2026-08-09 11:50:10
1
megsmoon
megs :
Na próxima lavagem, os cachos perdem o fator de encolhimento?
2026-08-09 12:28:59
1
adriana.camargo209
Adriana Camargo :
Durabilidade do produto,toda vez que lavar tem que passar ou dura mas tempo
2026-08-09 12:10:20
1
anaapolyh
anaapolyh :
Eu tenho progressiva, posso usar?
2026-08-09 11:37:28
1
silviaferreira4684
Silvia :
Por favor. Curte meu comentário pra eu ver a resposta dela sobre o produto 🙏🏻
2026-08-09 12:10:16
2
To see more videos from user @gaboniprofessional, please go to the Tikwm homepage.

Other Videos

Part 1 ~ MCP vs API Explained: Do We Still Need API After MCP In this video Cloud X Berry explains MCP (Model Context Protocol) and APIs in a simple, beginner-friendly way. You ask an AI assistant to find your latest order and email you the tracking details, and it does it. Behind that one sentence, three separate APIs were called in the right order with the right inputs—and nobody wrote that sequence anywhere. That is not the model guessing. It is MCP doing its job, and it did not replace a single one of those APIs. We start with the version every team already has: the developer decides which API to call, when to call it, and in what order, then writes that workflow in code. That works, and it is exactly what APIs were built for. The challenge begins when the instruction arrives as a sentence instead of a button. The AI model understands what the user wants, but it knows nothing about your endpoints, which one should be called first, or what inputs they expect. Hard-coding your entire API documentation into the model is not the answer. From there, we build the concept step by step: What a tool actually is What an MCP server does The difference between tools and resources Then we walk through a real example—a shop with a Customer API, an Orders API, and an Email API—and place an MCP server in front of them without changing a single line of the existing APIs. You'll follow one request from start to finish: How the application discovers available tools How the AI model selects the right tools How those tools ultimately call the same APIs you already have Finally, we cover the two differences that matter most: Who decides the workflow Documentation vs. discovery We also look at what happens when you add a new capability tomorrow and answer the question the entire video is built around: Will MCP replace APIs? Chapters 00:00​ MCP is replacing APIs 00:12​ If APIs already work, why was MCP created? 00:24​ How an application uses APIs today 00:52​ The developer writes the workflow 01:09​ Now the user asks an AI assistant instead 01:21​ What the model does not know 01:42​ Term one: A Tool 02:11​ Term two: An MCP Server 02:40​ Why the model never touches Gmail or GitHub directly 02:52​ The same shop, now with an MCP server 03:16​ One request, start to finish 03:43​ The tools still call your existing APIs 04:04​ Difference one: Who decides the workflow 04:29​ Difference two: Documentation vs. Discovery 04:57​ Adding a new tool tomorrow 05:11​ Will MCP replace APIs? 05:50​ What actually happens on a call 06:20​ The answer and the recap Who this video is for Developers who keep seeing MCP in AI architecture diagrams and want the concept to finally click. Backend engineers who already have working APIs and need to make them usable by AI applications. Anyone who has heard that MCP is replacing APIs and wants to know whether that is actually true. #mcp​ #modelcontextprotocol​ #api​ #ai​ #backend​ ​
Part 1 ~ MCP vs API Explained: Do We Still Need API After MCP In this video Cloud X Berry explains MCP (Model Context Protocol) and APIs in a simple, beginner-friendly way. You ask an AI assistant to find your latest order and email you the tracking details, and it does it. Behind that one sentence, three separate APIs were called in the right order with the right inputs—and nobody wrote that sequence anywhere. That is not the model guessing. It is MCP doing its job, and it did not replace a single one of those APIs. We start with the version every team already has: the developer decides which API to call, when to call it, and in what order, then writes that workflow in code. That works, and it is exactly what APIs were built for. The challenge begins when the instruction arrives as a sentence instead of a button. The AI model understands what the user wants, but it knows nothing about your endpoints, which one should be called first, or what inputs they expect. Hard-coding your entire API documentation into the model is not the answer. From there, we build the concept step by step: What a tool actually is What an MCP server does The difference between tools and resources Then we walk through a real example—a shop with a Customer API, an Orders API, and an Email API—and place an MCP server in front of them without changing a single line of the existing APIs. You'll follow one request from start to finish: How the application discovers available tools How the AI model selects the right tools How those tools ultimately call the same APIs you already have Finally, we cover the two differences that matter most: Who decides the workflow Documentation vs. discovery We also look at what happens when you add a new capability tomorrow and answer the question the entire video is built around: Will MCP replace APIs? Chapters 00:00​ MCP is replacing APIs 00:12​ If APIs already work, why was MCP created? 00:24​ How an application uses APIs today 00:52​ The developer writes the workflow 01:09​ Now the user asks an AI assistant instead 01:21​ What the model does not know 01:42​ Term one: A Tool 02:11​ Term two: An MCP Server 02:40​ Why the model never touches Gmail or GitHub directly 02:52​ The same shop, now with an MCP server 03:16​ One request, start to finish 03:43​ The tools still call your existing APIs 04:04​ Difference one: Who decides the workflow 04:29​ Difference two: Documentation vs. Discovery 04:57​ Adding a new tool tomorrow 05:11​ Will MCP replace APIs? 05:50​ What actually happens on a call 06:20​ The answer and the recap Who this video is for Developers who keep seeing MCP in AI architecture diagrams and want the concept to finally click. Backend engineers who already have working APIs and need to make them usable by AI applications. Anyone who has heard that MCP is replacing APIs and wants to know whether that is actually true. #mcp​ #modelcontextprotocol​ #api​ #ai​ #backend​ ​

About