<?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: Aspose.Cloud</title>
    <description>The latest articles on DEV Community by Aspose.Cloud (asposecloud).</description>
    <link>https://dev.to/asposecloud</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%2Forganization%2Fprofile_image%2F13759%2Fc3799314-ea73-46db-9ec6-54863f24929c.png</url>
      <title>DEV Community: Aspose.Cloud</title>
      <link>https://dev.to/asposecloud</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/asposecloud"/>
    <language>en</language>
    <item>
      <title>Develop PowerPoint Viewer using .NET Cloud SDK</title>
      <dc:creator>Muhammad Mustafa</dc:creator>
      <pubDate>Fri, 25 Sep 2026 10:04:16 +0000</pubDate>
      <link>https://dev.to/asposecloud/develop-powerpoint-viewer-using-net-cloud-sdk-k86</link>
      <guid>https://dev.to/asposecloud/develop-powerpoint-viewer-using-net-cloud-sdk-k86</guid>
      <description>&lt;p&gt;Tired of juggling third‑party viewers just to show PowerPoint decks in your app? With the &lt;strong&gt;.NET Cloud SDK&lt;/strong&gt; you can spin up a lightweight, browser‑friendly viewer that converts slides to &lt;strong&gt;HTML&lt;/strong&gt; or &lt;strong&gt;JPG&lt;/strong&gt; images on the fly.&lt;/p&gt;

&lt;p&gt;In this step‑by‑step guide we walk through provisioning the cloud client, authenticating securely, and using the &lt;strong&gt;API&lt;/strong&gt; to transform PPTX files into HTML, JPG or PNG streams. You’ll see code snippets for uploading a presentation, invoking the conversion endpoint, and rendering the result in a simple MVC view. The article also covers handling large files and caching the generated assets for optimal performance.&lt;/p&gt;

&lt;p&gt;By the end you’ll have a reusable component that can be dropped into any .NET web project, giving users a smooth, interactive slide experience without installing Office.&lt;/p&gt;

&lt;p&gt;Read the full guide → &lt;a href="https://blog.aspose.cloud/slides/develop-powerpoint-viewer-using-dotnet-cloud-sdk/?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=blogcaster" rel="noopener noreferrer"&gt;https://blog.aspose.cloud/slides/develop-powerpoint-viewer-using-dotnet-cloud-sdk/?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=blogcaster&lt;/a&gt;&lt;/p&gt;

</description>
      <category>dotnet</category>
      <category>cloud</category>
      <category>api</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Convert HTML to JPG in Java</title>
      <dc:creator>Muhammad Mustafa</dc:creator>
      <pubDate>Mon, 21 Sep 2026 10:16:33 +0000</pubDate>
      <link>https://dev.to/asposecloud/convert-html-to-jpg-in-java-bj6</link>
      <guid>https://dev.to/asposecloud/convert-html-to-jpg-in-java-bj6</guid>
      <description>&lt;p&gt;Need to turn dynamic web pages into crisp image snapshots directly from Java? This guide walks you through using the &lt;strong&gt;Aspose OCR Cloud SDK&lt;/strong&gt; to convert HTML files into high‑quality JPGs without leaving your application. You’ll see how to set up credentials, initialize the OCR client, build a conversion request, and write the resulting bytes to disk, plus an optional loop for batch processing.&lt;/p&gt;

&lt;p&gt;The article also shows a pure REST approach with &lt;strong&gt;cURL&lt;/strong&gt;: authenticating, uploading the HTML, invoking the conversion endpoint, and downloading the image. By the end, you’ll have ready‑to‑run code samples and a clear understanding of the API workflow, so you can automate report thumbnails, email previews, or archive screenshots with confidence.&lt;/p&gt;

&lt;p&gt;All snippets are Java‑compatible and can be dropped into any Maven or Gradle project.&lt;/p&gt;

&lt;p&gt;Read the full guide → &lt;a href="https://blog.aspose.cloud/ocr/convert-html-to-jpg-in-java/?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=blogcaster" rel="noopener noreferrer"&gt;https://blog.aspose.cloud/ocr/convert-html-to-jpg-in-java/?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=blogcaster&lt;/a&gt;&lt;/p&gt;

</description>
      <category>java</category>
      <category>ocr</category>
      <category>cloud</category>
      <category>image</category>
    </item>
    <item>
      <title>FBX to OBJ Conversion Using .NET REST API – Efficient 3D File Transformation</title>
      <dc:creator>Muhammad Mustafa</dc:creator>
      <pubDate>Fri, 18 Sep 2026 09:29:08 +0000</pubDate>
      <link>https://dev.to/asposecloud/fbx-to-obj-conversion-using-net-rest-api-efficient-3d-file-transformation-4g10</link>
      <guid>https://dev.to/asposecloud/fbx-to-obj-conversion-using-net-rest-api-efficient-3d-file-transformation-4g10</guid>
      <description>&lt;p&gt;Need to swap a heavy FBX model for a lightweight OBJ without pulling your hair out? In game dev and animation pipelines, FBX carries rich data while OBJ offers universal compatibility, making conversion a common bottleneck.&lt;/p&gt;

&lt;p&gt;This guide shows how to call a &lt;strong&gt;REST API&lt;/strong&gt; from C# dotnet to transform FBX into OBJ in just a few lines of code. You’ll see the required request format, how to handle authentication, and how to stream the result back into your application. The example uses Aspose 3D Cloud, but the pattern works with any similar service, giving you a repeatable solution for automated 3D asset pipelines.&lt;/p&gt;

&lt;p&gt;You’ll also learn how to configure the service for batch conversions and retrieve detailed logs, ensuring you can troubleshoot any geometry issues that arise during the process.&lt;/p&gt;

&lt;p&gt;Read the full guide → &lt;a href="https://blog.aspose.cloud/3d/fbx-to-obj-in-csharp/?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=blogcaster" rel="noopener noreferrer"&gt;https://blog.aspose.cloud/3d/fbx-to-obj-in-csharp/?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=blogcaster&lt;/a&gt;&lt;/p&gt;

</description>
      <category>csharp</category>
      <category>dotnet</category>
      <category>api</category>
      <category>3d</category>
    </item>
    <item>
      <title>3D to PDF Conversion in C#: a Complete Tutorial</title>
      <dc:creator>Muhammad Mustafa</dc:creator>
      <pubDate>Mon, 14 Sep 2026 10:11:16 +0000</pubDate>
      <link>https://dev.to/asposecloud/3d-to-pdf-conversion-in-c-a-complete-tutorial-1ad8</link>
      <guid>https://dev.to/asposecloud/3d-to-pdf-conversion-in-c-a-complete-tutorial-1ad8</guid>
      <description>&lt;p&gt;Turn bulky 3D models into sleek, shareable PDFs with just a few lines of C#.&lt;/p&gt;

&lt;p&gt;Engineering teams often need to embed interactive 3D visualizations into reports, but shipping raw model files is impractical. This tutorial shows how to convert any &lt;strong&gt;3D to PDF&lt;/strong&gt; into a single document that anyone can open.&lt;/p&gt;

&lt;p&gt;You’ll walk through installing the 3D Cloud SDK for .NET, loading a source document, configuring output parameters, and invoking the conversion API. The guide also demonstrates saving the PDF stream to disk and handling errors gracefully, all in a clean C# snippet.&lt;/p&gt;

&lt;p&gt;Beyond the basics, the article covers fine‑tuning conversion settings, using cURL with the REST API, and provides a full working example you can drop into your project right away.&lt;/p&gt;

&lt;p&gt;Read the full guide → &lt;a href="https://blog.aspose.cloud/3d/3d-to-pdf-conversion-in-csharp-a-complete-tutorial/?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=blogcaster" rel="noopener noreferrer"&gt;https://blog.aspose.cloud/3d/3d-to-pdf-conversion-in-csharp-a-complete-tutorial/?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=blogcaster&lt;/a&gt;&lt;/p&gt;

</description>
      <category>csharp</category>
      <category>pdf</category>
      <category>3d</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Redact PDF using Python | PDF Blackout Text using Python</title>
      <dc:creator>Muhammad Mustafa</dc:creator>
      <pubDate>Fri, 11 Sep 2026 09:25:29 +0000</pubDate>
      <link>https://dev.to/asposecloud/redact-pdf-using-python-pdf-blackout-text-using-python-20ge</link>
      <guid>https://dev.to/asposecloud/redact-pdf-using-python-pdf-blackout-text-using-python-20ge</guid>
      <description>&lt;p&gt;Need to share PDFs without exposing personal data? Redaction lets you black out sensitive sections while preserving the rest of the document. In this short guide we walk through using &lt;strong&gt;Python&lt;/strong&gt; and a cloud‑based PDF Processing API to automate the process. You’ll see how to install the Aspose PDF Cloud SDK for Python, authenticate against the REST service, and issue a simple redact request that removes or masks private text. The article also shows equivalent cURL commands for those who prefer a command‑line approach, plus tips on handling multiple pages and verifying the output. &lt;strong&gt;This technique also helps you meet GDPR and HIPAA compliance requirements when handling legal or medical documents.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;By the end you’ll be able to integrate PDF redaction into any Python workflow, keeping confidential information safe before distribution.&lt;/p&gt;

&lt;p&gt;Read the full guide → &lt;a href="https://blog.aspose.cloud/pdf/redact-pdf-using-python/?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=blogcaster" rel="noopener noreferrer"&gt;https://blog.aspose.cloud/pdf/redact-pdf-using-python/?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=blogcaster&lt;/a&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>pdf</category>
      <category>api</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>HTML to JPG Conversion Tutorial in Python: Quick Guide</title>
      <dc:creator>Muhammad Mustafa</dc:creator>
      <pubDate>Mon, 07 Sep 2026 09:48:49 +0000</pubDate>
      <link>https://dev.to/asposecloud/html-to-jpg-conversion-tutorial-in-python-quick-guide-4m9p</link>
      <guid>https://dev.to/asposecloud/html-to-jpg-conversion-tutorial-in-python-quick-guide-4m9p</guid>
      <description>&lt;p&gt;Need instant thumbnails of web pages for emails or previews? Turn any &lt;strong&gt;HTML&lt;/strong&gt; snippet into a crisp &lt;strong&gt;JPG&lt;/strong&gt; in seconds.&lt;/p&gt;

&lt;p&gt;In this quick guide we walk through using the &lt;strong&gt;Aspose BarCode Cloud SDK&lt;/strong&gt; for Python to render HTML as a JPEG. You’ll see how to install the package, set up your cloud credentials, encode the HTML as Base64, call the conversion endpoint, and save the resulting image—all with a few lines of code. We also cover retrieving the image stream directly from the API.&lt;/p&gt;

&lt;p&gt;The article also shows how to achieve the same result with a simple cURL request, so you can integrate the conversion into any workflow, even without Python. By the end you’ll have a reusable function you can drop into your projects.&lt;/p&gt;

&lt;p&gt;Read the full guide → &lt;a href="https://blog.aspose.cloud/barcode/html-to-jpg-conversion-tutorial-in-python-quick-guide/?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=blogcaster" rel="noopener noreferrer"&gt;https://blog.aspose.cloud/barcode/html-to-jpg-conversion-tutorial-in-python-quick-guide/?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=blogcaster&lt;/a&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>imageprocessing</category>
      <category>api</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Convert PowerPoint PPT to MP4 Video | PPTX to MP4 Conversion Guide</title>
      <dc:creator>Muhammad Mustafa</dc:creator>
      <pubDate>Fri, 04 Sep 2026 09:23:51 +0000</pubDate>
      <link>https://dev.to/asposecloud/convert-powerpoint-ppt-to-mp4-video-pptx-to-mp4-conversion-guide-2ka0</link>
      <guid>https://dev.to/asposecloud/convert-powerpoint-ppt-to-mp4-video-pptx-to-mp4-conversion-guide-2ka0</guid>
      <description>&lt;p&gt;Turn static PowerPoint decks into share‑ready &lt;strong&gt;MP4&lt;/strong&gt; videos with just a few lines of &lt;strong&gt;C#&lt;/strong&gt;. Instead of exporting manually, you can automate the conversion and deliver a video that plays on any device or social platform.&lt;/p&gt;

&lt;p&gt;The guide walks through using the &lt;strong&gt;Aspose Slides Cloud SDK&lt;/strong&gt; for .NET to call the PowerPoint‑to‑MP4 conversion API, shows a complete C# example, and even demonstrates the equivalent cURL command for quick testing.&lt;/p&gt;

&lt;p&gt;You’ll learn how to set up authentication, pass slide timing and audio options, handle the response stream, and save the resulting video file locally—all with error handling built in. Plus, the article highlights best practices for optimizing file size and ensuring smooth playback across browsers. Give your audience a dynamic viewing experience without leaving the .NET ecosystem.&lt;/p&gt;

&lt;p&gt;Read the full guide → &lt;a href="https://blog.aspose.cloud/slides/convert-ppt-to-mp4-in-csharp/?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=blogcaster" rel="noopener noreferrer"&gt;https://blog.aspose.cloud/slides/convert-ppt-to-mp4-in-csharp/?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=blogcaster&lt;/a&gt;&lt;/p&gt;

</description>
      <category>csharp</category>
      <category>dotnet</category>
      <category>api</category>
      <category>video</category>
    </item>
    <item>
      <title>EML to HTML Conversion Script in Node.JS</title>
      <dc:creator>Muhammad Mustafa</dc:creator>
      <pubDate>Mon, 31 Aug 2026 11:53:00 +0000</pubDate>
      <link>https://dev.to/asposecloud/eml-to-html-conversion-script-in-nodejs-65c</link>
      <guid>https://dev.to/asposecloud/eml-to-html-conversion-script-in-nodejs-65c</guid>
      <description>&lt;p&gt;Turn raw EML email files into clean HTML previews with just a few lines of Node.js. This short guide shows how to hook the Aspose Cells Cloud SDK into your application, upload an .eml, and stream back fully‑formatted HTML. You’ll see a step‑by‑step script, the required API keys, and how to tweak conversion options for fonts, images, and inline styles.&lt;/p&gt;

&lt;p&gt;The article also covers a curl alternative for quick testing, explains how to configure the SDK client, and demonstrates error handling for common pitfalls. By the end you’ll have a reusable function that can be dropped into any notification center, archiving tool, or preview pane.&lt;/p&gt;

&lt;p&gt;You’ll walk away with a ready‑to‑run snippet, a clear understanding of the REST workflow, and tips for scaling the conversion in production.&lt;/p&gt;

&lt;p&gt;Read the full guide → &lt;a href="https://blog.aspose.cloud/cells/eml-to-html-conversion-script-in-nodejs/?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=blogcaster" rel="noopener noreferrer"&gt;https://blog.aspose.cloud/cells/eml-to-html-conversion-script-in-nodejs/?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=blogcaster&lt;/a&gt;&lt;/p&gt;

</description>
      <category>node</category>
      <category>email</category>
      <category>api</category>
      <category>cloud</category>
    </item>
    <item>
      <title>Resize Image in Java. Resize GIF, Resize JPG, Resize PNG</title>
      <dc:creator>Muhammad Mustafa</dc:creator>
      <pubDate>Fri, 28 Aug 2026 17:13:14 +0000</pubDate>
      <link>https://dev.to/asposecloud/resize-image-in-java-resize-gif-resize-jpg-resize-png-53n6</link>
      <guid>https://dev.to/asposecloud/resize-image-in-java-resize-gif-resize-jpg-resize-png-53n6</guid>
      <description>&lt;p&gt;Need to shrink a batch of GIFs, JPGs or PNGs on the fly without dragging a GUI tool?&lt;/p&gt;

&lt;p&gt;Java developers constantly juggle images from phones, scanners and web uploads, and many times the files arrive in wildly different dimensions. When you need a uniform size for thumbnails or storage limits, manual resizers quickly become a bottleneck.&lt;/p&gt;

&lt;p&gt;In this guide we walk through building a programmatic image resizer with the &lt;strong&gt;Aspose Cloud SDK&lt;/strong&gt;. You’ll see how to call the &lt;strong&gt;Resize Image API&lt;/strong&gt;, specify width‑height constraints, preserve aspect ratios, and process GIF, JPG, PNG, and TIFF files in bulk. Sample code snippets and best‑practice tips make it easy to drop into any Java project.&lt;/p&gt;

&lt;p&gt;Read the full guide today → &lt;a href="https://blog.aspose.cloud/imaging/resize-image-in-java/?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=blogcaster" rel="noopener noreferrer"&gt;https://blog.aspose.cloud/imaging/resize-image-in-java/?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=blogcaster&lt;/a&gt;&lt;/p&gt;

</description>
      <category>java</category>
      <category>imaging</category>
      <category>cloud</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>DOC to PDF Conversion in Java</title>
      <dc:creator>Muhammad Mustafa</dc:creator>
      <pubDate>Mon, 24 Aug 2026 05:29:18 +0000</pubDate>
      <link>https://dev.to/asposecloud/doc-to-pdf-conversion-in-java-28jo</link>
      <guid>https://dev.to/asposecloud/doc-to-pdf-conversion-in-java-28jo</guid>
      <description>&lt;p&gt;Struggling with &lt;strong&gt;DOC to PDF&lt;/strong&gt; conversion in Java without fiddling with native libraries?&lt;/p&gt;

&lt;p&gt;In this guide we walk through a cloud‑based, command‑line solution using Aspose HTML. You’ll learn how to add the Maven dependency, configure cloud credentials, upload a DOC file, define PDF options and invoke the REST API to get a high‑quality PDF back—all with just a few lines of code. You’ll also see how to customize the PDF output, such as embedding fonts or setting page size.&lt;/p&gt;

&lt;p&gt;The article also shows a raw cURL example, tips for handling errors, and how to batch‑process multiple documents. Performance metrics and best‑practice recommendations are included to help you scale the solution in production. By the end you’ll be able to automate DOC‑to‑PDF conversion in any Java service, saving time and avoiding platform‑specific hassles.&lt;/p&gt;

&lt;p&gt;Read the full guide → &lt;a href="https://blog.aspose.cloud/html/doc-to-pdf-conversion-in-java/?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=blogcaster" rel="noopener noreferrer"&gt;https://blog.aspose.cloud/html/doc-to-pdf-conversion-in-java/?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=blogcaster&lt;/a&gt;&lt;/p&gt;

</description>
      <category>java</category>
      <category>pdf</category>
      <category>cloud</category>
      <category>automation</category>
    </item>
    <item>
      <title>Convert Word to HTML Online with C# .NET REST API | DOCX HTML Guide</title>
      <dc:creator>Muhammad Mustafa</dc:creator>
      <pubDate>Fri, 21 Aug 2026 05:36:00 +0000</pubDate>
      <link>https://dev.to/asposecloud/convert-word-to-html-online-with-c-net-rest-api-docx-html-guide-1h03</link>
      <guid>https://dev.to/asposecloud/convert-word-to-html-online-with-c-net-rest-api-docx-html-guide-1h03</guid>
      <description>&lt;p&gt;Tired of copy‑pasting Word docs into your web app? A simple C# dotnet REST call can turn any DOC or DOCX into clean HTML, keeping headings, tables, and embedded images intact. This guide walks you through setting up the Aspose Words Cloud SDK, adding the NuGet package, and writing just a few lines of code to perform the conversion.&lt;/p&gt;

&lt;p&gt;You’ll see how to call the conversion endpoint, customize export settings for responsive layouts, and handle the resulting HTML for CMS ingestion or static‑site generators. The article also shows a quick cURL example for environments where you prefer a raw HTTP request.&lt;/p&gt;

&lt;p&gt;By the end you’ll have a reusable component that automates Word‑to‑HTML transformation in any dotnet project.&lt;/p&gt;

&lt;p&gt;Read the full guide → &lt;a href="https://blog.aspose.cloud/words/convert-word-to-html-using-csharp/?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=blogcaster" rel="noopener noreferrer"&gt;https://blog.aspose.cloud/words/convert-word-to-html-using-csharp/?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=blogcaster&lt;/a&gt;&lt;/p&gt;

</description>
      <category>csharp</category>
      <category>dotnet</category>
      <category>api</category>
      <category>html</category>
    </item>
    <item>
      <title>CSV to Excel XLSX Conversion in Node.JS</title>
      <dc:creator>Muhammad Mustafa</dc:creator>
      <pubDate>Mon, 17 Aug 2026 05:25:52 +0000</pubDate>
      <link>https://dev.to/asposecloud/csv-to-excel-xlsx-conversion-in-nodejs-19fm</link>
      <guid>https://dev.to/asposecloud/csv-to-excel-xlsx-conversion-in-nodejs-19fm</guid>
      <description>&lt;p&gt;Tired of juggling Excel on a server just to turn &lt;strong&gt;CSV&lt;/strong&gt; dumps into polished &lt;strong&gt;XLSX&lt;/strong&gt; reports?  &lt;/p&gt;

&lt;p&gt;In this quick guide we walk through setting up the &lt;strong&gt;Aspose HTML Cloud SDK for Node JS&lt;/strong&gt;, authenticating the REST service, and running a one‑liner conversion that streams a CSV file straight into a modern workbook—all without installing Microsoft Office.  &lt;/p&gt;

&lt;p&gt;You’ll also see a ready‑to‑copy &lt;strong&gt;cURL&lt;/strong&gt; example, learn how to handle the &lt;strong&gt;API&lt;/strong&gt; response in your Express routes, and get tips for error handling and performance when processing large files.  &lt;/p&gt;

&lt;p&gt;Because the conversion runs in the cloud, your &lt;strong&gt;Node.js&lt;/strong&gt; service stays lightweight, scales with demand, and avoids platform‑specific dependencies, making it perfect for CI pipelines or serverless functions. The article also provides a full source listing you can drop into any project and start converting instantly.  &lt;/p&gt;

&lt;p&gt;Read the full guide → &lt;a href="https://blog.aspose.cloud/html/csv-to-excel-xlsx-conversion-in-nodejs/?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=blogcaster" rel="noopener noreferrer"&gt;https://blog.aspose.cloud/html/csv-to-excel-xlsx-conversion-in-nodejs/?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=blogcaster&lt;/a&gt;&lt;/p&gt;

</description>
      <category>node</category>
      <category>javascript</category>
      <category>api</category>
      <category>cloud</category>
    </item>
  </channel>
</rss>
