<?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: Ruben Roy</title>
    <description>The latest articles on DEV Community by Ruben Roy (@darktwentyfive).</description>
    <link>https://dev.to/darktwentyfive</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%2F1467975%2Fb327e600-b9b1-4202-b9fc-1a732cabfd08.jpg</url>
      <title>DEV Community: Ruben Roy</title>
      <link>https://dev.to/darktwentyfive</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/darktwentyfive"/>
    <language>en</language>
    <item>
      <title>Domain Linking in Replit Deployments (2024+)</title>
      <dc:creator>Ruben Roy</dc:creator>
      <pubDate>Thu, 25 Jul 2024 12:55:31 +0000</pubDate>
      <link>https://dev.to/darktwentyfive/domain-linking-in-replit-deployments-2024-2g6a</link>
      <guid>https://dev.to/darktwentyfive/domain-linking-in-replit-deployments-2024-2g6a</guid>
      <description>&lt;p&gt;Since 2024, linking a domain on Replit has become a bit more complicated. Replit has transitioned its hosting to use the new Deployments system. But i'm here to help you get it sorted out!&lt;/p&gt;




&lt;h3&gt;
  
  
  Step 1: Create and Prepare Your Repl (if you haven't already)
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Create a New Repl&lt;/strong&gt;: Start by creating a new Repl or using an existing one.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Make Your Project&lt;/strong&gt;: Make sure your project is ready for deployment.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1q2rsww2ujn5u3jw9hc1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1q2rsww2ujn5u3jw9hc1.png" alt="Creating a Repl" width="800" height="416"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4x1fqqjxnsp4gnlwvua6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4x1fqqjxnsp4gnlwvua6.png" alt="Repl open in Workspace" width="800" height="389"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Step 2: Deploying Your Repl
&lt;/h3&gt;

&lt;p&gt;1· &lt;strong&gt;Open Deployments Pane&lt;/strong&gt;: Open the "Deployments" pane in your Repl.&lt;/p&gt;

&lt;p&gt;2· &lt;strong&gt;Choose Deployment Type&lt;/strong&gt;: Select from Autoscale, Reserved VM, or Static Deployments based on your project's needs.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3zq03kmgpzitndwpqvtu.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3zq03kmgpzitndwpqvtu.png" alt="Selection of Deployment Types" width="800" height="515"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;3· &lt;strong&gt;Configure Deployment&lt;/strong&gt;: Set up the run and build commands necessary for the application. This makes sure that your Repl will run correctly when deployed.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fsjymnsqywhqf91lmf7un.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fsjymnsqywhqf91lmf7un.png" alt="Deployment Configuration" width="800" height="606"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;4· &lt;strong&gt;Deploy Your Repl&lt;/strong&gt;: Click the "Deploy" button to initiate the deployment process. Your Repl will be accessible via a default replit.app URL.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fw0jyb6rs8ejjluyf9ljh.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fw0jyb6rs8ejjluyf9ljh.png" alt="Repl Deploying" width="800" height="585"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Step 3: Linking a Custom Domain
&lt;/h3&gt;

&lt;p&gt;1· &lt;strong&gt;Access Domain Settings&lt;/strong&gt;: In the "Deployments" pane, go to the "Settings" tab and find the domain linking section.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnl74ya4tziacigmypy0d.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnl74ya4tziacigmypy0d.png" alt="Settings tab in Deployments pane" width="800" height="527"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;2· &lt;strong&gt;Add Your Domain&lt;/strong&gt;: Enter your custom domain in the domain linking panel. Replit will provide you with A and TXT records that you need to add to your domain's DNS settings.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ff6o51wx54fqy126tc8n3.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ff6o51wx54fqy126tc8n3.png" alt="Linking a domain" width="800" height="520"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;3· &lt;strong&gt;Update DNS Records&lt;/strong&gt;: Log in to your domain registrar's website and update the DNS records with the provided A and TXT records from Replit.&lt;/p&gt;

&lt;p&gt;I use NameCheap as my domain registrar, but the user interface may differ with other registrars.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fveky0i46o7hxxrakxwm0.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fveky0i46o7hxxrakxwm0.png" alt="NameCheap Advanced DNS Tab" width="800" height="518"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fo9p7u9oqjp82i9qkvzf7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fo9p7u9oqjp82i9qkvzf7.png" alt="Setting up domain link" width="800" height="142"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;4· &lt;strong&gt;Verify Domain Linking&lt;/strong&gt;: Once your DNS changes propagate (this may take a few minutes to 48 hours), return to the Replit Deployments pane. Your domain should show as verified.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F7cdqc744hca3apqcg405.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F7cdqc744hca3apqcg405.png" alt="Successfully linked domain" width="800" height="199"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h1&gt;
  
  
  FAQ
&lt;/h1&gt;

&lt;h3&gt;
  
  
  Which deployment type do I use?
&lt;/h3&gt;

&lt;h4&gt;
  
  
  Autoscale Deployment
&lt;/h4&gt;

&lt;p&gt;This is best suited for websites that experience variable traffic. This deployment method scales resources automatically based on the website's real-time demand.&lt;/p&gt;

&lt;h4&gt;
  
  
  Reserved VM
&lt;/h4&gt;

&lt;p&gt;This is ideal for non-website applications, such as Discord bots, that require consistent, dedicated processing power.&lt;/p&gt;

&lt;h4&gt;
  
  
  Static Deployment
&lt;/h4&gt;

&lt;p&gt;This is recommended for websites primarily composed of HTML, CSS, and JavaScript. This option is for websites that do not require server-side processing.&lt;/p&gt;

&lt;h3&gt;
  
  
  Why is my website not linking?
&lt;/h3&gt;

&lt;p&gt;After you update your DNS records on your website, it may take up to 48 hours for the changes to propagate. You can use tools like &lt;a href="https://whatsmydns.net" rel="noopener noreferrer"&gt;WhatsMyDNS&lt;/a&gt; to monitor the propagation status of your DNS changes.&lt;/p&gt;




&lt;p&gt;Happy coding and deploying!&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>tutorial</category>
      <category>programming</category>
    </item>
    <item>
      <title>First Post!</title>
      <dc:creator>Ruben Roy</dc:creator>
      <pubDate>Wed, 24 Jul 2024 15:04:02 +0000</pubDate>
      <link>https://dev.to/darktwentyfive/first-post-gk</link>
      <guid>https://dev.to/darktwentyfive/first-post-gk</guid>
      <description>&lt;p&gt;Hello, Dev Community!&lt;/p&gt;

&lt;p&gt;I'm Ruben Roy, and I'm very excited to be joining this community! I've been coding for around 5 years now. I'm currently interested in AI and web development. I look forward to learning from all of you and contributing wherever I can.&lt;/p&gt;

&lt;p&gt;Thanks for reading!&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>webdev</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
