<?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: Mindula-Dilthushan</title>
    <description>The latest articles on DEV Community by Mindula-Dilthushan (@minduladilthushan).</description>
    <link>https://dev.to/minduladilthushan</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%2F617615%2F623b40b2-a200-4667-815b-2a734eb04dda.jpg</url>
      <title>DEV Community: Mindula-Dilthushan</title>
      <link>https://dev.to/minduladilthushan</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/minduladilthushan"/>
    <language>en</language>
    <item>
      <title>Functions in JavaScript</title>
      <dc:creator>Mindula-Dilthushan</dc:creator>
      <pubDate>Tue, 28 May 2024 16:09:06 +0000</pubDate>
      <link>https://dev.to/minduladilthushan/functions-in-javascript-1fbn</link>
      <guid>https://dev.to/minduladilthushan/functions-in-javascript-1fbn</guid>
      <description>&lt;p&gt;YOUTUBE &lt;a href="https://youtu.be/SG3wAzZv_xk"&gt;LINK &lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Express.js: A Fast, Minimalist Web Framework for Node.js</title>
      <dc:creator>Mindula-Dilthushan</dc:creator>
      <pubDate>Mon, 27 May 2024 01:28:20 +0000</pubDate>
      <link>https://dev.to/minduladilthushan/expressjs-a-fast-minimalist-web-framework-for-nodejs-116k</link>
      <guid>https://dev.to/minduladilthushan/expressjs-a-fast-minimalist-web-framework-for-nodejs-116k</guid>
      <description>&lt;p&gt;&lt;a href="https://medium.com/@minduladilthushan/express-js-a-fast-minimalist-web-framework-for-node-js-694381d092d6"&gt;LINK&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>𝗣𝘆𝘁𝗵𝗼𝗻: 𝗧𝗵𝗲 𝗩𝗲𝗿𝘀𝗮𝘁𝗶𝗹𝗲 𝗣𝗿𝗼𝗴𝗿𝗮𝗺𝗺𝗶𝗻𝗴 𝗟𝗮𝗻𝗴𝘂𝗮𝗴𝗲</title>
      <dc:creator>Mindula-Dilthushan</dc:creator>
      <pubDate>Mon, 20 May 2024 06:03:55 +0000</pubDate>
      <link>https://dev.to/minduladilthushan/-41fp</link>
      <guid>https://dev.to/minduladilthushan/-41fp</guid>
      <description>&lt;p&gt;Python is a powerful, high-level programming language that has gained immense popularity due to its simplicity, readability, and versatility. Created by Guido van Rossum and first released in 1991, Python is now one of the most widely used languages in the world. Let's explore some of the key aspects that make Python an excellent choice for developers.&lt;/p&gt;

&lt;p&gt;𝗞𝗲𝘆 𝗙𝗲𝗮𝘁𝘂𝗿𝗲𝘀 𝗼𝗳 𝗣𝘆𝘁𝗵𝗼𝗻:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Simple and Readable Syntax: Python's syntax is designed to be clear and easy to read, which makes it an excellent choice for beginners and experienced developers alike. The language emphasizes readability and reduces the cost of program maintenance.&lt;/li&gt;
&lt;/ol&gt;

&lt;blockquote&gt;
&lt;p&gt;𝑝𝑟𝑖𝑛𝑡("𝐻𝑒𝑙𝑙𝑜, 𝑊𝑜𝑟𝑙𝑑!")&lt;/p&gt;
&lt;/blockquote&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Versatility: Python is a general-purpose language that can be used for a wide range of applications, including web development, data analysis, artificial intelligence, scientific computing, automation, and more. Its extensive standard library and ecosystem of third-party packages further extend its capabilities.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Interpreted Language: Python is an interpreted language, meaning that it executes code line-by-line, which makes debugging easier and development faster. This interactive mode of execution also supports rapid prototyping and testing of code.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Extensive Libraries and Frameworks: Python boasts a rich set of libraries and frameworks that simplify development tasks. For web development, there are frameworks like Django and Flask. For data science, libraries like NumPy, pandas, and Matplotlib are widely used. For machine learning, TensorFlow and scikit-learn are popular choices.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Community and Support: Python has a large and active community that contributes to its growth and provides support to developers. The abundance of tutorials, documentation, and forums makes it easier for newcomers to learn and get help when needed.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;𝗔𝗽𝗽𝗹𝗶𝗰𝗮𝘁𝗶𝗼𝗻𝘀 𝗼𝗳 𝗣𝘆𝘁𝗵𝗼𝗻:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Web Development: Python's frameworks, such as Django and Flask, allow developers to build robust and scalable web applications quickly. These frameworks come with built-in features that handle common web development tasks, reducing the need for boilerplate code.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Data Science and Machine Learning: Python has become the de facto language for data science and machine learning due to its powerful libraries like NumPy, pandas, Matplotlib, and TensorFlow. These tools enable data manipulation, visualization, and the creation of complex machine learning models.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Automation and Scripting: Python is widely used for writing scripts to automate repetitive tasks. Its simplicity and ease of integration with other tools make it a popular choice for system administrators and developers looking to streamline workflows.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Scientific Computing: Python is used extensively in scientific research for data analysis and simulation. Libraries like SciPy and SymPy provide robust tools for mathematical computations and symbolic mathematics, making Python a valuable tool in scientific domains.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Game Development: While not as commonly associated with game development as some other languages, Python, with libraries like Pygame, is also used for developing simple games and prototypes.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;𝗖𝗼𝗻𝗰𝗹𝘂𝘀𝗶𝗼𝗻:&lt;/p&gt;

&lt;p&gt;Python's simplicity, versatility, and extensive ecosystem make it an ideal choice for a wide range of programming tasks. Whether you're developing web applications, analyzing data, automating tasks, or conducting scientific research, Python provides the tools and libraries needed to get the job done efficiently. Its supportive community and wealth of resources further contribute to its popularity, ensuring that developers of all skill levels can leverage Python to achieve their goals.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>𝗔 𝗕𝗿𝗶𝗲𝗳 𝗢𝘃𝗲𝗿𝘃𝗶𝗲𝘄 𝗼𝗳 𝗝𝗮𝘃𝗮 𝟭.𝟴</title>
      <dc:creator>Mindula-Dilthushan</dc:creator>
      <pubDate>Fri, 17 May 2024 06:46:39 +0000</pubDate>
      <link>https://dev.to/minduladilthushan/-41ip</link>
      <guid>https://dev.to/minduladilthushan/-41ip</guid>
      <description>&lt;p&gt;Java 1.8, also known as Java 8, was a significant release in the Java programming language's history. Released on March 18, 2014, it brought several important features and enhancements to the platform. Let's explore some of the key highlights of Java 1.8:&lt;/p&gt;

&lt;p&gt;𝟭. 𝗟𝗮𝗺𝗯𝗱𝗮 𝗘𝘅𝗽𝗿𝗲𝘀𝘀𝗶𝗼𝗻𝘀&lt;/p&gt;

&lt;p&gt;One of the most eagerly awaited features of Java 8 was the introduction of lambda expressions, which provide a concise way to represent anonymous functions. Lambda expressions enable developers to write more expressive and readable code, especially when working with collections and functional interfaces.&lt;/p&gt;

&lt;p&gt;&lt;code&gt;List&amp;lt;String&amp;gt; names = Arrays.asList("John", "Alice", "Bob");&lt;br&gt;
names.forEach(name -&amp;gt; System.out.println(name));&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;𝟮. 𝗦𝘁𝗿𝗲𝗮𝗺 𝗔𝗣𝗜&lt;/p&gt;

&lt;p&gt;Java 8 introduced the Stream API, which allows for functional-style operations on streams of elements, such as filtering, mapping, and reducing. Streams provide a more declarative and expressive way to manipulate collections, making code more concise and readable.&lt;/p&gt;

&lt;p&gt;&lt;code&gt;List&amp;lt;Integer&amp;gt; numbers = Arrays.asList(1, 2, 3, 4, 5);&lt;br&gt;
int sum = numbers.stream().filter(n -&amp;gt; n % 2 == 0).mapToInt(n -&amp;gt; n).sum();&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;𝟯. 𝗗𝗲𝗳𝗮𝘂𝗹𝘁 𝗠𝗲𝘁𝗵𝗼𝗱𝘀&lt;/p&gt;

&lt;p&gt;With Java 8, interfaces gained the ability to have default methods, which provide a way to add new methods to interfaces without breaking existing implementations. This feature was introduced to support evolving interfaces in libraries and frameworks.&lt;/p&gt;

&lt;p&gt;&lt;code&gt;interface Vehicle {&lt;br&gt;
    default void start() {&lt;br&gt;
        System.out.println("Vehicle started");&lt;br&gt;
    }&lt;br&gt;
}&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;&lt;code&gt;class Car implements Vehicle {&lt;br&gt;
    // No need to implement start() method&lt;br&gt;
}&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;&lt;code&gt;Car car = new Car();&lt;/code&gt;&lt;br&gt;
&lt;code&gt;car.start(); // Outputs: Vehicle started&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;𝟰. 𝗢𝗽𝘁𝗶𝗼𝗻𝗮𝗹 𝗖𝗹𝗮𝘀𝘀&lt;/p&gt;

&lt;p&gt;Java 8 introduced the Optional class, which provides a way to represent optional values, i.e., values that may or may not be present. Optional helps in writing more robust and null-safe code, reducing the risk of NullPointerExceptions.&lt;/p&gt;

&lt;p&gt;&lt;code&gt;Optional&amp;lt;String&amp;gt; name = Optional.ofNullable(getName());&lt;br&gt;
name.ifPresent(n -&amp;gt; System.out.println("Name: " + n));&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;𝗖𝗼𝗻𝗰𝗹𝘂𝘀𝗶𝗼𝗻&lt;/p&gt;

&lt;p&gt;Java 1.8 brought several powerful features and enhancements that revolutionized Java development, making code more expressive, concise, and robust. Lambda expressions, the Stream API, default methods, and the Optional class are just a few examples of the many improvements introduced in Java 8, paving the way for modern Java programming practices.&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%2Fv43tbac7zez3r9cpcqiu.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%2Fv43tbac7zez3r9cpcqiu.png" alt="Image description" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>java</category>
      <category>software</category>
      <category>softwaredevelopment</category>
    </item>
    <item>
      <title>#Aх_WORD_COUNTER 🌏</title>
      <dc:creator>Mindula-Dilthushan</dc:creator>
      <pubDate>Sat, 25 Nov 2023 14:49:39 +0000</pubDate>
      <link>https://dev.to/minduladilthushan/akhwordcounter-17dc</link>
      <guid>https://dev.to/minduladilthushan/akhwordcounter-17dc</guid>
      <description>&lt;p&gt;Ax WORD COUNTER is a simple and elegant web application designed to provide users with valuable insights into their text content. With a clean and user-friendly interface, this tool allows users to input text into the provided '𝐄𝐍𝐓𝐄𝐑 𝐘𝐎𝐔𝐑 𝐓𝐄𝐗𝐓', and it dynamically calculates and displays various statistics, enhancing the understanding of the written content.&lt;/p&gt;

&lt;p&gt;⚡ Key Features:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Live Statistics Display:&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;◽ Characters Count : Real-time tracking of the total number of characters in the entered text.&lt;/p&gt;

&lt;p&gt;◽ Words Count : Immediate calculation of the total word count in the input text.&lt;/p&gt;

&lt;p&gt;◽ Sentences Count : Dynamic count of sentences to provide insight into the structure of the text.&lt;/p&gt;

&lt;p&gt;◽ Paragraphs Count : Analysis of the number of paragraphs to understand the document's organization.&lt;/p&gt;

&lt;p&gt;◽ Reading Time : Estimation of the reading time required for the entered text.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Top Keywords :&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;◽ The application extracts and displays the top keywords present in the entered text, giving users an overview of the most significant terms.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;How to Use:&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Open the Ax Word Counter website. ( &lt;a href="https://ax-word-counter.vercel.app/"&gt;https://ax-word-counter.vercel.app/&lt;/a&gt; ) 🌏&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Enter or paste your text into the '𝐄𝐍𝐓𝐄𝐑 𝐘𝐎𝐔𝐑 𝐓𝐄𝐗𝐓'.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Instantly view live updates on character count, word count, sentence count, paragraph count, reading time, and top keywords.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--WjUKkVS0--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/91b5kljxij62dv63t2qy.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--WjUKkVS0--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/91b5kljxij62dv63t2qy.jpg" alt="Image description" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Google Search LABS</title>
      <dc:creator>Mindula-Dilthushan</dc:creator>
      <pubDate>Wed, 15 Nov 2023 02:53:56 +0000</pubDate>
      <link>https://dev.to/minduladilthushan/google-search-labs-4lod</link>
      <guid>https://dev.to/minduladilthushan/google-search-labs-4lod</guid>
      <description>&lt;p&gt;&lt;a href="https://labs.google/"&gt;LINK&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--tyJ9N5Vb--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/qp45ttyzhwpx92jx8ldz.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--tyJ9N5Vb--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/qp45ttyzhwpx92jx8ldz.png" alt="Image description" width="800" height="333"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Sample Mobile App UI 11</title>
      <dc:creator>Mindula-Dilthushan</dc:creator>
      <pubDate>Fri, 07 Jan 2022 15:34:51 +0000</pubDate>
      <link>https://dev.to/minduladilthushan/sample-mobile-app-ui-11-2640</link>
      <guid>https://dev.to/minduladilthushan/sample-mobile-app-ui-11-2640</guid>
      <description>&lt;p&gt;&lt;a href="https://www.behance.net/gallery/134589925/-11"&gt;https://www.behance.net/gallery/134589925/-11&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Nodecongress</title>
      <dc:creator>Mindula-Dilthushan</dc:creator>
      <pubDate>Wed, 08 Dec 2021 03:03:57 +0000</pubDate>
      <link>https://dev.to/minduladilthushan/nodecongress-g7d</link>
      <guid>https://dev.to/minduladilthushan/nodecongress-g7d</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--wA2818X3--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/lpxau9sqn9bozut8j0uj.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--wA2818X3--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/lpxau9sqn9bozut8j0uj.png" alt="Image description" width="779" height="191"&gt;&lt;/a&gt;&lt;a href="https://nodecongress.com/?utm_source=JavaScript+Conferences&amp;amp;utm_campaign=acc870d73a-JSN+Live+announcement+to+JSN+audience_COPY_01&amp;amp;utm_medium=email&amp;amp;utm_term=0_05036cab56-acc870d73a-417824394&amp;amp;mc_cid=acc870d73a&amp;amp;mc_eid=26fa60f2a5"&gt;https://nodecongress.com/?utm_source=JavaScript+Conferences&amp;amp;utm_campaign=acc870d73a-JSN+Live+announcement+to+JSN+audience_COPY_01&amp;amp;utm_medium=email&amp;amp;utm_term=0_05036cab56-acc870d73a-417824394&amp;amp;mc_cid=acc870d73a&amp;amp;mc_eid=26fa60f2a5&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>𝐑𝐞𝐚𝐝𝐦𝐞 𝐅𝐢𝐥𝐞 𝐒𝐭𝐲𝐥𝐞𝐬 𝐑𝐞𝐩𝐨𝐬𝐢𝐭𝐨𝐫𝐲</title>
      <dc:creator>Mindula-Dilthushan</dc:creator>
      <pubDate>Sun, 05 Dec 2021 05:49:31 +0000</pubDate>
      <link>https://dev.to/minduladilthushan/-61c</link>
      <guid>https://dev.to/minduladilthushan/-61c</guid>
      <description>&lt;p&gt;&lt;strong&gt;𝑅𝑒𝑝𝑜 𝐿𝑖𝑛𝑘 - :&lt;/strong&gt; &lt;a href="https://github.com/Mindula-Dilthushan/Readme-File-Styles"&gt;This&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Ax Mobile UI</title>
      <dc:creator>Mindula-Dilthushan</dc:creator>
      <pubDate>Fri, 16 Jul 2021 02:44:09 +0000</pubDate>
      <link>https://dev.to/minduladilthushan/ax-mobile-ui-5h9b</link>
      <guid>https://dev.to/minduladilthushan/ax-mobile-ui-5h9b</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Ca7guADq--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/cdjm7v2ivfzreclhqk5z.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Ca7guADq--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/cdjm7v2ivfzreclhqk5z.png" alt="Alt Text" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Login Form</title>
      <dc:creator>Mindula-Dilthushan</dc:creator>
      <pubDate>Mon, 03 May 2021 02:54:32 +0000</pubDate>
      <link>https://dev.to/minduladilthushan/login-form-11de</link>
      <guid>https://dev.to/minduladilthushan/login-form-11de</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--FYH44f2c--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ases4dsxoc3l3t8xw64z.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--FYH44f2c--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ases4dsxoc3l3t8xw64z.jpg" alt="Alt Text" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>#Desktop_Application_UI</title>
      <dc:creator>Mindula-Dilthushan</dc:creator>
      <pubDate>Fri, 23 Apr 2021 02:40:31 +0000</pubDate>
      <link>https://dev.to/minduladilthushan/desktopapplicationui-hi1</link>
      <guid>https://dev.to/minduladilthushan/desktopapplicationui-hi1</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--qGb5TIfh--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/0ihnqhalwqks3swn3vph.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--qGb5TIfh--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/0ihnqhalwqks3swn3vph.jpg" alt="Alt Text" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This is a Desktop Application&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
