<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Diogo Ribeiro</title>
    <description>The latest articles on DEV Community by Diogo Ribeiro (@diogovski).</description>
    <link>https://dev.to/diogovski</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F848566%2F6513dd21-424b-476d-8386-a901f967bd99.jpeg</url>
      <title>DEV Community: Diogo Ribeiro</title>
      <link>https://dev.to/diogovski</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/diogovski"/>
    <language>en</language>
    <item>
      <title>Link Multiple Social Accounts to the user. (Next Auth )</title>
      <dc:creator>Diogo Ribeiro</dc:creator>
      <pubDate>Thu, 03 Nov 2022 12:55:04 +0000</pubDate>
      <link>https://dev.to/diogovski/link-multiple-social-accounts-to-the-user-next-auth--54mg</link>
      <guid>https://dev.to/diogovski/link-multiple-social-accounts-to-the-user-next-auth--54mg</guid>
      <description>&lt;p&gt;Hi, anybody knows if its possible to have a user connect multiple accounts from the same social media to his account using nextauth?&lt;/p&gt;

&lt;p&gt;Example - User signups on my app , pays for a membership that allows him to connect 3 accounts from lets say Instagram, how do i go about connecting all of them to the same user, so when he logs in, he can see all of them on my website and interact with all of them.&lt;/p&gt;

</description>
      <category>nextjs</category>
      <category>javascript</category>
      <category>webdev</category>
      <category>react</category>
    </item>
    <item>
      <title>React Link Social Accounts to the same user, is it possible?</title>
      <dc:creator>Diogo Ribeiro</dc:creator>
      <pubDate>Mon, 15 Aug 2022 10:11:50 +0000</pubDate>
      <link>https://dev.to/diogovski/react-link-social-accounts-to-the-same-user-is-it-possible-28lo</link>
      <guid>https://dev.to/diogovski/react-link-social-accounts-to-the-same-user-is-it-possible-28lo</guid>
      <description>&lt;p&gt;Hi, anyone knows if it's possible yo connect multiple social accounts ( YouTube,twitter, Facebook...) To the same user account when they have different emails?&lt;br&gt;
Example: I have a user that signs up with email and password, after that he can connect his social accounts ( not for login, but to post stuff on them via my app ) but the catch is, the accounts may have different emails, and as i see not all auth providers support linking multiple accounts woth different emails, and the ones that do, do that for login only.&lt;br&gt;
So my question is , how do i do it? Should i save the users accounts on a database after they login, so when he logins on the app the next time, i will fetch all his accounts from my account and display them?!&lt;/p&gt;

</description>
      <category>react</category>
      <category>webdev</category>
      <category>firebase</category>
      <category>help</category>
    </item>
    <item>
      <title>What Database to use?</title>
      <dc:creator>Diogo Ribeiro</dc:creator>
      <pubDate>Sat, 13 Aug 2022 16:48:18 +0000</pubDate>
      <link>https://dev.to/diogovski/what-database-to-use-49b0</link>
      <guid>https://dev.to/diogovski/what-database-to-use-49b0</guid>
      <description>&lt;p&gt;What you guys' think is the best type of database ( Mysql,postgresql,mongodb... ) And provider ( aws, azure, supabase... ) for a Saas?&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>help</category>
      <category>database</category>
      <category>mysql</category>
    </item>
    <item>
      <title>Building a YT Analytics / Post Scheduler</title>
      <dc:creator>Diogo Ribeiro</dc:creator>
      <pubDate>Fri, 12 Aug 2022 19:42:02 +0000</pubDate>
      <link>https://dev.to/diogovski/building-a-yt-analytics-post-scheduler-4e4b</link>
      <guid>https://dev.to/diogovski/building-a-yt-analytics-post-scheduler-4e4b</guid>
      <description>&lt;p&gt;Hi, i am going to try (and hopefully succeed) a Youtube app as a Saas, now, i already know the Stack i will be using (or not, kkkkk),&lt;br&gt;
i am going to use React obviously and probably NextJs , for the backend normal NodeJS, now here it comes the problem, database, i have no idea of what type of database (postgres,mysql...) or service ( aws, azure... ) To use, RIP. Can someone help me? i know this is going to be hard, that's why i am going to make it first as a personal object and later if it works as intented and with no bugs... i would scale it to a Saas and offer it at a price!&lt;br&gt;
Soooooo, can someone help me on choosing the stack in terms of storaging users and their information, + the actual post scheduler (this one i quite know what to do already, my problem would be more of how to handle the upload/save the videos to my database and make the script know which ones to post ( i know on this case i can do " NodeJS calls the database every minute to retrieve all the videos that need to be sent out that minute. " ))&lt;br&gt;
I've seen a user use Fauna as a database for twitter scheduling, and another one (owner of feedhive.io) use AWS Amplify. I don't really know what to do in this part!&lt;br&gt;
So can you help me, kek?!&lt;/p&gt;

</description>
      <category>react</category>
      <category>webdev</category>
      <category>node</category>
      <category>help</category>
    </item>
    <item>
      <title>Tools for a B2B App?!</title>
      <dc:creator>Diogo Ribeiro</dc:creator>
      <pubDate>Thu, 21 Jul 2022 17:02:00 +0000</pubDate>
      <link>https://dev.to/diogovski/tools-for-a-b2b-app-2fae</link>
      <guid>https://dev.to/diogovski/tools-for-a-b2b-app-2fae</guid>
      <description>&lt;p&gt;Hi, i have an idea of building a B2B app where a person can go to the website, submit a job, and then have other people (workers) complete the job and get paid for it. So the employee would have to deposit his money, and on the job details ask how much he wants to pay each worker, now he can choose to give him a satisfied rating and pay him, non-satisfied rating and not pay him, or ask the worker to revise ( re-do what he did wrong ), now my problem is, how would i go about handling the payments, i have an idea of each user have is own wallet and when depositing into the platform, i would add that amount to that wallet where he could spend the money, now how would i go about charging from his wallet every time he gives a satisfied rating, should i just have a function where when he gives a satisfied it immediately updates his wallet balance charging for that job the worker did and then update the worker wallet balance with his payment? or should i do it in another way?&lt;/p&gt;

&lt;p&gt;I am going to use React &amp;amp; Next Js&lt;br&gt;
and for database storage and user handling ( auth ) i was thinking of Supabase, since i have done an App with it and loved it.&lt;/p&gt;

</description>
      <category>help</category>
      <category>javascript</category>
      <category>nextjs</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>AI Chatbot</title>
      <dc:creator>Diogo Ribeiro</dc:creator>
      <pubDate>Thu, 26 May 2022 21:26:50 +0000</pubDate>
      <link>https://dev.to/diogovski/ai-chatbot-1maf</link>
      <guid>https://dev.to/diogovski/ai-chatbot-1maf</guid>
      <description>&lt;p&gt;Hey, this is  more of a question, anyone knows the best/to approach way of creating a ai chatbot? In my case, i want to create a bot to chat with people, so not only i have to train him, but build a database/dataset ( the ones online are not what i want/ cant find what i exaactly want ) . Anyone knows how i should proceed? In terms of not only coding language ( python,javascript... ) , but also what libraries to use and how to train the bot/ai!&lt;/p&gt;

</description>
      <category>python</category>
      <category>javascript</category>
      <category>machinelearning</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
