<?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: Muhamad Iqbal putra pamungkas</title>
    <description>The latest articles on DEV Community by Muhamad Iqbal putra pamungkas (@nightbay).</description>
    <link>https://dev.to/nightbay</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4124247%2F8cd4835f-70b2-4b18-800c-350d682be016.jpg</url>
      <title>DEV Community: Muhamad Iqbal putra pamungkas</title>
      <link>https://dev.to/nightbay</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nightbay"/>
    <language>en</language>
    <item>
      <title>The Story Behind a Free Deploy: Getting to Know Tencent EdgeOne Makers</title>
      <dc:creator>Muhamad Iqbal putra pamungkas</dc:creator>
      <pubDate>Mon, 14 Sep 2026 09:34:40 +0000</pubDate>
      <link>https://dev.to/nightbay/the-story-behind-a-free-deploy-getting-to-know-tencent-edgeone-makers-2c84</link>
      <guid>https://dev.to/nightbay/the-story-behind-a-free-deploy-getting-to-know-tencent-edgeone-makers-2c84</guid>
      <description>&lt;p&gt;Ever built something cool that never left your laptop, just because setting up a server, wrestling with DNS, or worrying about hosting bills felt like too much effort? Same here. That was me, until I tried Tencent EdgeOne Makers, and realized that going from "code on my machine" to "live on the internet" can be as fast as brewing instant coffee.&lt;/p&gt;

&lt;p&gt;In this article, I'll walk you through what Tencent EdgeOne Makers actually is, the features that genuinely surprised me, and a step-by-step guide to deploying your very first project.&lt;/p&gt;

&lt;p&gt;So, What Is Tencent EdgeOne Makers?&lt;/p&gt;

&lt;p&gt;Tencent EdgeOne Makers is the developer-facing side of Tencent EdgeOne, Tencent Cloud's edge computing and security platform. The key difference from traditional hosting: instead of your files sitting on a single server in one location, EdgeOne distributes your static assets, serverless functions, and security rules across thousands of edge nodes worldwide — with a heavy concentration across Asia.&lt;/p&gt;

&lt;p&gt;The effect is immediate. A visitor from Indonesia, for example, gets routed to the nearest node, so your site loads noticeably faster than if it were served from a data center on the other side of the world.&lt;/p&gt;

&lt;p&gt;The platform is built around four core ideas: efficiency, strong performance, a serverless architecture, and composability — meaning hosting, backend functions, and storage are building blocks you can mix and match, rather than being locked into one rigid setup.&lt;/p&gt;

&lt;p&gt;Features That Actually Made Me Stay&lt;br&gt;
Free static hosting — Drop in your HTML, CSS, JS, images, or even PDFs, and get a live URL in seconds. Free SSL and a global CDN come included, no extra configuration needed.&lt;br&gt;
Git-based auto-deploy — Connect a GitHub or GitLab repo, and every push triggers a fresh deployment automatically. It feels a lot like the workflow you'd get from Vercel or Netlify.&lt;br&gt;
Serverless edge functions — Run backend logic without ever touching a server, executed close to wherever your users actually are.&lt;br&gt;
Built-in security — Every deployment ships with automatic HTTPS and enforced redirects, plus DDoS protection at the edge. No manual certificates, no manual firewall rules.&lt;br&gt;
AI agent tooling — EdgeOne Makers also positions itself as a place to ship AI agents, complete with memory and sandboxing features.&lt;br&gt;
A genuinely generous free tier — Enough to comfortably host portfolios, landing pages, documentation sites, and small side projects at zero cost.&lt;br&gt;
Hands-On: Deploying Your First Project&lt;br&gt;
Prepare your project. For a static site, make sure you have a build output folder (like dist or build). If you're using a framework such as Next.js, enable static export so the output is plain HTML/CSS/JS.&lt;br&gt;
Pick a deployment method. For quick experiments, just drag and drop your files through EdgeOne Makers' drop-and-deploy tool — no account or coding required to get an instant preview link.&lt;br&gt;
Claim your project. Quick guest deployments are great for testing, but the links expire after a while. To keep a permanent URL and attach a custom domain, log in with a free EdgeOne account and claim your project.&lt;br&gt;
Connect a repository (optional, but worth it). For ongoing projects, link your GitHub or GitLab repo in the EdgeOne console, choose your branch, and set your build command and output directory. From then on, every push automatically redeploys your site.&lt;br&gt;
Handle client-side routing. If you're deploying a single-page app (React, Vue, etc.), set up a rewrite rule so every route falls back to index.html — otherwise refreshing a non-root page will throw a 404.&lt;br&gt;
Add environment variables and go live. Set whatever env variables your app needs in the dashboard, hit deploy, and your project is instantly distributed across the global edge network.&lt;br&gt;
A Few Tips for a Smoother Ride&lt;br&gt;
Claim your deployment early so you don't lose your work to an expired guest link.&lt;br&gt;
Switch to CI/CD integration once your project is past the prototype stage — it saves a ton of time compared to repeated manual uploads.&lt;br&gt;
Take advantage of AI API tokens if you're part of a program like DevHandal — it's a low-risk way to experiment with LLM-powered features, from chatbots to auto-summarizers, without upfront API costs.&lt;br&gt;
Double-check your routing config before deploying any frontend framework — nine times out of ten, a blank page after deployment comes down to a missing rewrite rule.&lt;br&gt;
Final Thoughts&lt;/p&gt;

&lt;p&gt;Tencent EdgeOne Makers isn't going to replace a full-scale cloud provider for every use case, but for portfolios, side projects, documentation sites, and early-stage AI experiments, it strips away almost all the friction of getting something live. A genuinely global edge network, built-in security, and a free tier that doesn't feel stingy make it a practical choice for developers — especially students and young builders who want to practice on real infrastructure instead of just reading about it.&lt;/p&gt;

&lt;p&gt;If you're still on the fence, the best way to understand Tencent EdgeOne Makers is to deploy something small this week and see how far the free tier can take you.&lt;/p&gt;

&lt;h1&gt;
  
  
  TencentEdgeOne #EdgeOneMakers #CODEPOLITAN #EdgeOne
&lt;/h1&gt;

</description>
      <category>tencentedgeone</category>
      <category>edgeonemakers</category>
      <category>codepolitan</category>
      <category>edgeone</category>
    </item>
    <item>
      <title>The Story Behind a Free Deploy: Getting to Know Tencent EdgeOne Makers</title>
      <dc:creator>Muhamad Iqbal putra pamungkas</dc:creator>
      <pubDate>Mon, 14 Sep 2026 09:14:16 +0000</pubDate>
      <link>https://dev.to/nightbay/cerita-di-balik-deploy-gratis-kenalan-sama-tencent-edgeone-makers-132b</link>
      <guid>https://dev.to/nightbay/cerita-di-balik-deploy-gratis-kenalan-sama-tencent-edgeone-makers-132b</guid>
      <description>&lt;p&gt;Ever built something cool that never left your laptop, just because setting up a server, wrestling with DNS, or worrying about hosting bills felt like too much effort? Same here. That was me, until I tried Tencent EdgeOne Makers, and realized that going from "code on my machine" to "live on the internet" can be as fast as brewing instant coffee.&lt;/p&gt;

&lt;p&gt;In this article, I'll walk you through what Tencent EdgeOne Makers actually is, the features that genuinely surprised me, and a step-by-step guide to deploying your very first project.&lt;/p&gt;

&lt;p&gt;So, What Is Tencent EdgeOne Makers?&lt;/p&gt;

&lt;p&gt;Tencent EdgeOne Makers is the developer-facing side of Tencent EdgeOne, Tencent Cloud's edge computing and security platform. The key difference from traditional hosting: instead of your files sitting on a single server in one location, EdgeOne distributes your static assets, serverless functions, and security rules across thousands of edge nodes worldwide — with a heavy concentration across Asia.&lt;/p&gt;

&lt;p&gt;The effect is immediate. A visitor from Indonesia, for example, gets routed to the nearest node, so your site loads noticeably faster than if it were served from a data center on the other side of the world.&lt;/p&gt;

&lt;p&gt;The platform is built around four core ideas: efficiency, strong performance, a serverless architecture, and composability — meaning hosting, backend functions, and storage are building blocks you can mix and match, rather than being locked into one rigid setup.&lt;/p&gt;

&lt;p&gt;Features That Actually Made Me Stay&lt;br&gt;
Free static hosting — Drop in your HTML, CSS, JS, images, or even PDFs, and get a live URL in seconds. Free SSL and a global CDN come included, no extra configuration needed.&lt;br&gt;
Git-based auto-deploy — Connect a GitHub or GitLab repo, and every push triggers a fresh deployment automatically. It feels a lot like the workflow you'd get from Vercel or Netlify.&lt;br&gt;
Serverless edge functions — Run backend logic without ever touching a server, executed close to wherever your users actually are.&lt;br&gt;
Built-in security — Every deployment ships with automatic HTTPS and enforced redirects, plus DDoS protection at the edge. No manual certificates, no manual firewall rules.&lt;br&gt;
AI agent tooling — EdgeOne Makers also positions itself as a place to ship AI agents, complete with memory and sandboxing features.&lt;br&gt;
A genuinely generous free tier — Enough to comfortably host portfolios, landing pages, documentation sites, and small side projects at zero cost.&lt;br&gt;
Hands-On: Deploying Your First Project&lt;br&gt;
Prepare your project. For a static site, make sure you have a build output folder (like dist or build). If you're using a framework such as Next.js, enable static export so the output is plain HTML/CSS/JS.&lt;br&gt;
Pick a deployment method. For quick experiments, just drag and drop your files through EdgeOne Makers' drop-and-deploy tool — no account or coding required to get an instant preview link.&lt;br&gt;
Claim your project. Quick guest deployments are great for testing, but the links expire after a while. To keep a permanent URL and attach a custom domain, log in with a free EdgeOne account and claim your project.&lt;br&gt;
Connect a repository (optional, but worth it). For ongoing projects, link your GitHub or GitLab repo in the EdgeOne console, choose your branch, and set your build command and output directory. From then on, every push automatically redeploys your site.&lt;br&gt;
Handle client-side routing. If you're deploying a single-page app (React, Vue, etc.), set up a rewrite rule so every route falls back to index.html — otherwise refreshing a non-root page will throw a 404.&lt;br&gt;
Add environment variables and go live. Set whatever env variables your app needs in the dashboard, hit deploy, and your project is instantly distributed across the global edge network.&lt;br&gt;
A Few Tips for a Smoother Ride&lt;br&gt;
Claim your deployment early so you don't lose your work to an expired guest link.&lt;br&gt;
Switch to CI/CD integration once your project is past the prototype stage — it saves a ton of time compared to repeated manual uploads.&lt;br&gt;
Take advantage of AI API tokens if you're part of a program like DevHandal — it's a low-risk way to experiment with LLM-powered features, from chatbots to auto-summarizers, without upfront API costs.&lt;br&gt;
Double-check your routing config before deploying any frontend framework — nine times out of ten, a blank page after deployment comes down to a missing rewrite rule.&lt;br&gt;
Final Thoughts&lt;/p&gt;

&lt;p&gt;Tencent EdgeOne Makers isn't going to replace a full-scale cloud provider for every use case, but for portfolios, side projects, documentation sites, and early-stage AI experiments, it strips away almost all the friction of getting something live. A genuinely global edge network, built-in security, and a free tier that doesn't feel stingy make it a practical choice for developers — especially students and young builders who want to practice on real infrastructure instead of just reading about it.&lt;/p&gt;

&lt;p&gt;If you're still on the fence, the best way to understand Tencent EdgeOne Makers is to deploy something small this week and see how far the free tier can take you.&lt;/p&gt;

&lt;h1&gt;
  
  
  TencentEdgeOne #EdgeOneMakers #CODEPOLITAN #EdgeOne
&lt;/h1&gt;

</description>
      <category>tencentedgeone</category>
      <category>edgeonemakers</category>
      <category>codepolitan</category>
      <category>edgeone</category>
    </item>
  </channel>
</rss>
