<?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: MedCode</title>
    <description>The latest articles on DEV Community by MedCode (@med_code).</description>
    <link>https://dev.to/med_code</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%2F1081395%2Ffa8e855d-8265-45e1-83cb-1b00ec8bbd47.jpg</url>
      <title>DEV Community: MedCode</title>
      <link>https://dev.to/med_code</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/med_code"/>
    <language>en</language>
    <item>
      <title>Build a Rich Text Editor in Next.js 14 (medcode)</title>
      <dc:creator>MedCode</dc:creator>
      <pubDate>Fri, 11 Oct 2024 17:30:53 +0000</pubDate>
      <link>https://dev.to/med_code/build-a-rich-text-editor-in-nextjs-14-medcode-2fm3</link>
      <guid>https://dev.to/med_code/build-a-rich-text-editor-in-nextjs-14-medcode-2fm3</guid>
      <description>&lt;p&gt;&lt;a href="https://www.medcode.dev/blogs/next.js-rich-text-editor" rel="noopener noreferrer"&gt;see all article from here&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>programming</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Next Js 14 - How to Upload Image | Next Js 14</title>
      <dc:creator>MedCode</dc:creator>
      <pubDate>Fri, 11 Oct 2024 17:25:21 +0000</pubDate>
      <link>https://dev.to/med_code/next-js-14-how-to-upload-image-next-js-14-2jfo</link>
      <guid>https://dev.to/med_code/next-js-14-how-to-upload-image-next-js-14-2jfo</guid>
      <description>&lt;p&gt;&lt;a href="https://www.medcode.dev/blogs/next.js-upload-image-local-directory" rel="noopener noreferrer"&gt;see all article from here&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>programming</category>
      <category>nextjs</category>
    </item>
    <item>
      <title>Testing a Next.js App with React Testing Library &amp; Jest</title>
      <dc:creator>MedCode</dc:creator>
      <pubDate>Fri, 11 Oct 2024 17:15:41 +0000</pubDate>
      <link>https://dev.to/med_code/testing-a-nextjs-app-with-react-testing-library-jest-529j</link>
      <guid>https://dev.to/med_code/testing-a-nextjs-app-with-react-testing-library-jest-529j</guid>
      <description>&lt;p&gt;&lt;a href="https://www.medcode.dev/blogs/next.js-jest-unit-testing" rel="noopener noreferrer"&gt;you can see all article from here&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>jest</category>
      <category>nextjs</category>
      <category>javascript</category>
    </item>
    <item>
      <title>How to create a Top Loading Indicator In Next.js 14</title>
      <dc:creator>MedCode</dc:creator>
      <pubDate>Fri, 11 Oct 2024 17:11:34 +0000</pubDate>
      <link>https://dev.to/med_code/how-to-create-a-top-loading-indicator-in-nextjs-14-4nf4</link>
      <guid>https://dev.to/med_code/how-to-create-a-top-loading-indicator-in-nextjs-14-4nf4</guid>
      <description>&lt;p&gt;you can see the article from here &lt;br&gt;
&lt;a href="https://www.medcode.dev/blogs/top-loader-for-next.js-ui" rel="noopener noreferrer"&gt;see the all article&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>nextjs</category>
      <category>react</category>
      <category>javascript</category>
    </item>
    <item>
      <title>Next.js &amp; React.js: Useful Blogs &amp; Articles</title>
      <dc:creator>MedCode</dc:creator>
      <pubDate>Sat, 13 Jan 2024 18:32:49 +0000</pubDate>
      <link>https://dev.to/med_code/nextjs-reactjs-useful-blogs-articles-4489</link>
      <guid>https://dev.to/med_code/nextjs-reactjs-useful-blogs-articles-4489</guid>
      <description>&lt;p&gt;In the ever-evolving landscape of web development, staying updated with the latest trends and best practices is crucial. Next.js and React.js, two powerful technologies in the React ecosystem, have garnered immense popularity. To help you stay ahead in your journey of mastering these frameworks, here's a curated list of some of the most useful blogs and articles:&lt;br&gt;
1.&lt;a href="https://www.medcode.dev/"&gt;MedCode blog&lt;/a&gt;&lt;br&gt;
Coding blog for beginners Learning programming is accessible for beginners through free software programming courses These&lt;br&gt;
courses introduce essential best programming languages.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Official Documentation:
Next.js Documentation: The official documentation is a goldmine of information. It provides in-depth guides, examples, and API references for both beginners and experienced developers.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;React Documentation: Dive into the official React documentation to grasp the core concepts of React.js. It's well-organized, beginner-friendly, and continuously updated.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Medium:
Next.js on Medium: Medium hosts a plethora of articles covering various aspects of Next.js. You'll find tutorials, tips, and real-world experiences shared by developers.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;React.js on Medium: Similar to Next.js, Medium is a great platform for finding React.js content. From best practices to advanced concepts, you'll find articles catering to all skill levels.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Dev.to:
Next.js on Dev.to: Dev.to is a vibrant community of developers, and the Next.js tag is filled with insightful posts, discussions, and code snippets.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;React.js on Dev.to: Engage with the React.js community on Dev.to to share your experiences and learn from others. The platform is known for its friendly and inclusive atmosphere.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Scotch.io:
Scotch.io - React: Scotch.io offers practical tutorials and guides on React.js, helping you build real-world applications with ease.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Scotch.io - Next.js: Explore their Next.js section for hands-on tutorials and best practices to enhance your Next.js skills.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;FreeCodeCamp:
FreeCodeCamp - React: FreeCodeCamp covers a wide range of React.js topics, providing detailed explanations and examples suitable for beginners and experienced developers alike.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;FreeCodeCamp - Next.js: Explore their Next.js content for practical insights and projects using this powerful React framework.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Smashing Magazine:
Smashing Magazine - React: Smashing Magazine is known for high-quality content, and their React.js articles are no exception. Gain insights into best practices, design patterns, and more.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Smashing Magazine - Next.js: Explore their Next.js section for articles on building performant and scalable applications using Next.js.&lt;/p&gt;

</description>
      <category>medcode</category>
      <category>nextjs</category>
      <category>react</category>
      <category>javascript</category>
    </item>
    <item>
      <title>Dangers of Artificial Intelligence</title>
      <dc:creator>MedCode</dc:creator>
      <pubDate>Tue, 05 Sep 2023 23:03:30 +0000</pubDate>
      <link>https://dev.to/med_code/dangers-of-artificial-intelligence-5d5f</link>
      <guid>https://dev.to/med_code/dangers-of-artificial-intelligence-5d5f</guid>
      <description>&lt;p&gt;Artificial Intelligence (AI) offers many benefits and opportunities, but it also comes with several potential dangers and challenges. It's important to be aware of these risks and to take steps to mitigate them as AI technology continues to advance. Here are some of the key dangers associated with AI:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Job Displacement:&lt;/strong&gt;&lt;br&gt;
 AI and automation have the potential to replace certain types of jobs, particularly those that involve repetitive and routine tasks. While this can lead to increased efficiency, it can also result in job loss and economic disruption for individuals and communities.&lt;br&gt;
**&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Bias and Fairness:&lt;br&gt;
** AI systems can inherit biases from the data they are trained on, leading to biased outcomes in decision-making processes. This can result in unfair treatment, discrimination, and perpetuation of existing societal biases.&lt;br&gt;
**&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Privacy Concerns:&lt;br&gt;
** AI systems can analyze and process vast amounts of data, raising concerns about the privacy of individuals. Unauthorized access to personal information or the misuse of AI for surveillance purposes can violate privacy rights.&lt;br&gt;
**&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Security Risks:&lt;br&gt;
** As AI becomes more sophisticated, it can be used to develop advanced cyberattacks. AI-driven attacks can be difficult to detect and defend against, posing a significant threat to cybersecurity.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;**&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Ethical Issues:&lt;br&gt;
** The development and use of AI raise ethical questions about the use of technology in various domains, such as autonomous weapons, deepfakes, and the potential for AI to manipulate public opinion.&lt;br&gt;
**&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Lack of Accountability:&lt;br&gt;
** Determining responsibility when AI systems make errors or cause harm can be challenging. It may be unclear who is accountable for AI-related decisions and actions, which can lead to legal and ethical issues.&lt;br&gt;
**&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Dependency and Loss of Control:&lt;br&gt;
** As AI systems become more integrated into various aspects of society, there is a risk of overreliance on technology. This dependence can lead to a loss of human control over critical systems and processes.&lt;br&gt;
**&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Unintended Consequences:&lt;br&gt;
** AI systems can produce unexpected and unintended consequences. For example, optimizing algorithms for certain goals may inadvertently lead to negative side effects or unintended outcomes.&lt;br&gt;
**&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;AI Arms Race: &lt;br&gt;
*&lt;em&gt;The development of AI technologies for military purposes has led to concerns about an AI arms race, where nations compete to develop increasingly advanced and potentially dangerous autonomous weapons.&lt;br&gt;
*&lt;/em&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Existential Risk:&lt;br&gt;
** Some experts and thinkers have raised concerns about the long-term risks associated with superintelligent AI systems that could potentially outstrip human intelligence and goals, leading to existential threats.&lt;br&gt;
It's essential to address these dangers by developing ethical AI principles, implementing safeguards, promoting transparency, and fostering collaboration among governments, organizations, and researchers. Ensuring that AI is developed and used responsibly and for the benefit of humanity is a crucial challenge as AI technology continues to advance.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>ai</category>
      <category>programming</category>
      <category>webdev</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Top 7 Next.js Animation Libraries in 2023</title>
      <dc:creator>MedCode</dc:creator>
      <pubDate>Wed, 09 Aug 2023 19:57:47 +0000</pubDate>
      <link>https://dev.to/med_code/top-7-nextjs-animation-libraries-in-2023-3g5e</link>
      <guid>https://dev.to/med_code/top-7-nextjs-animation-libraries-in-2023-3g5e</guid>
      <description>&lt;p&gt;Modern web applications demand captivating user interfaces that employ animations and transitions to engage users. Developers are continuously seeking innovative methods to implement UIs with dynamic elements, prompting the emergence of specialized animation libraries and tools. In this article, we will delve into the world of React animation libraries, discussing seven exceptional options to empower you in selecting the perfect fit for your project's needs.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Framer Motion&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fa8km3wuz426itzg8uyoz.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fa8km3wuz426itzg8uyoz.png" alt="Image description"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.framer.com/motion/" rel="noopener noreferrer"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. react-spring&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fz7jdnm88xqs1yzhjgdii.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fz7jdnm88xqs1yzhjgdii.png" alt="Image description"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.react-spring.dev/" rel="noopener noreferrer"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. React-Motion&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4w47fedhrxfgbst7pv2d.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4w47fedhrxfgbst7pv2d.jpeg" alt="Image description"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.npmjs.com/package/react-motion" rel="noopener noreferrer"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. Remotion&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fay3y9jb8sjb3mkhej23c.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fay3y9jb8sjb3mkhej23c.png" alt="Image description"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.remotion.dev/" rel="noopener noreferrer"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5. React Move&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ft9qvq77jfcc6nntot0o4.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ft9qvq77jfcc6nntot0o4.png" alt="Image description"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://react-move-docs.netlify.app/#/" rel="noopener noreferrer"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;6. react-anime&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fduaa1nlkzthey0e5yk35.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fduaa1nlkzthey0e5yk35.jpg" alt="Image description"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.npmjs.com/package/react-anime" rel="noopener noreferrer"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;7. React Awesome Reveal&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F945fo534rk7wr1hr07fn.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F945fo534rk7wr1hr07fn.png" alt="Image description"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://react-awesome-reveal.morello.dev/" rel="noopener noreferrer"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;you can see more about next.js &lt;a href="https://www.medcode.dev/blogs/nextjs-fonts-optimization" rel="noopener noreferrer"&gt;Next.js 13.4 Fonts Optimization Step by Step 🔥&lt;/a&gt;&lt;/p&gt;

</description>
      <category>nextjs</category>
      <category>react</category>
      <category>productivity</category>
      <category>devops</category>
    </item>
    <item>
      <title>How to allow all domains for Image nextjs config?</title>
      <dc:creator>MedCode</dc:creator>
      <pubDate>Sun, 02 Jul 2023 16:33:31 +0000</pubDate>
      <link>https://dev.to/med_code/how-to-allow-all-domains-for-image-nextjs-config-5g7e</link>
      <guid>https://dev.to/med_code/how-to-allow-all-domains-for-image-nextjs-config-5g7e</guid>
      <description>&lt;p&gt;Learn how to configure next js image hosting and prevent invalid src prop error.&lt;br&gt;
Open next.config.js and add it in the ”images” config&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;

module.exports = {
  images: {
    domains: ['res.cloudinary.com'],
  },
};


&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;

images: {
      remotePatterns: [
         {
            protocol: "https",
            hostname: "avatars.githubusercontent.com",
            port: "",
            pathname: "/**",
         },
      ],
   },


&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;you Can also see another solution in &lt;a href="https://www.medcode.dev/blogs/allow-all-domains-images-nextjs-config" rel="noopener noreferrer"&gt;medCode Blogs&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>nextjs</category>
      <category>solution</category>
      <category>javascript</category>
    </item>
    <item>
      <title>6+ Free Tailwind CSS Templates &amp; Resources Examples for 2023</title>
      <dc:creator>MedCode</dc:creator>
      <pubDate>Wed, 14 Jun 2023 17:34:41 +0000</pubDate>
      <link>https://dev.to/med_code/10-free-tailwind-css-templates-resources-examples-for-2023-24i1</link>
      <guid>https://dev.to/med_code/10-free-tailwind-css-templates-resources-examples-for-2023-24i1</guid>
      <description>&lt;p&gt;Tailwind CSS is a highly customizable, utility-first CSS framework that provides a set of pre-designed utility classes. It enables you to rapidly build user interfaces by composing classes to style HTML elements.&lt;/p&gt;

&lt;p&gt;Tailwind CSS does not impose a particular design or layout structure on your project. Instead, it provides a powerful set of tools and utilities to build and customize your own unique design system.&lt;/p&gt;

&lt;p&gt;To use Tailwind CSS in your project, you need to include the Tailwind CSS library in your HTML file or integrate it into your build process. You can then start applying the utility classes directly to your HTML elements to style them.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;free Tailwind CSS Templates &amp;amp; Resources Examples&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. &lt;a href="https://www.medcode.dev/templates"&gt;medcode templates&lt;/a&gt;&lt;/strong&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%2Fhp7zq3k6djw8gek6ecxl.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%2Fhp7zq3k6djw8gek6ecxl.png" alt="Image description" width="730" height="410"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Soft UI Dashboard Tailwind&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://www.tailwindawesome.com/resources/soft-ui-dashboard-pro"&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%2Fswta2tze1nsy2xmah5i7.jpg" 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%2Fswta2tze1nsy2xmah5i7.jpg" alt="Image description" width="800" height="600"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Tailwind Started Kit&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://www.creative-tim.com/learning-lab/tailwind-starter-kit/presentation"&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%2Fud6qwe7r4heh710urxb0.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%2Fud6qwe7r4heh710urxb0.png" alt="Image description" width="768" height="576"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;4.  Notus React&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
&lt;a href="https://www.tailwindawesome.com/resources/notus-pro-react"&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%2Fqg4o247ocmerf24492h0.jpg" 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%2Fqg4o247ocmerf24492h0.jpg" alt="Image description" width="800" height="315"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5. Horizon UI Tailwind CSS React&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://horizon-ui.com/"&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%2Fq7690j2fwy1c84wxvxq2.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%2Fq7690j2fwy1c84wxvxq2.PNG" alt="Image description" width="800" height="462"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;6. ThemeWagon&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
&lt;a href="https://themewagon.com/theme-framework/tailwind-css/"&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%2F7bexlgtnajkeo23d217q.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%2F7bexlgtnajkeo23d217q.PNG" alt="Image description" width="800" height="375"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>tailwindcss</category>
      <category>webdev</category>
      <category>design</category>
      <category>resources</category>
    </item>
    <item>
      <title>Hacker News API &amp; fechting data with React js</title>
      <dc:creator>MedCode</dc:creator>
      <pubDate>Sun, 04 Jun 2023 20:02:57 +0000</pubDate>
      <link>https://dev.to/med_code/hacker-news-api-fechting-data-with-react-js-5fcb</link>
      <guid>https://dev.to/med_code/hacker-news-api-fechting-data-with-react-js-5fcb</guid>
      <description>&lt;p&gt;To &lt;code&gt;fetch&lt;/code&gt;data from the Hacker News API using React.js, you can utilize the fetch function or the &lt;code&gt;axios&lt;/code&gt;library. Here's an example using the &lt;code&gt;fetch&lt;/code&gt;function:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Install the &lt;code&gt;axios&lt;/code&gt;library (if not already installed):&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;npm install axios
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;2. In your React component file, import the necessary dependencies:&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;import React, { useEffect, useState } from 'react';
import axios from 'axios';
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;3. Create a component and define a state variable to store the fetched data:&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;const HackerNews = () =&amp;gt; {
  const [newsData, setNewsData] = useState([]);

  useEffect(() =&amp;gt; {
    fetchNewsData();
  }, []);

  const fetchNewsData = async () =&amp;gt; {
    try {
      const response = await axios.get('https://hacker-news.firebaseio.com/v0/topstories.json');
      const data = response.data.slice(0, 5); // Fetching top 5 stories
      setNewsData(data);
    } catch (error) {
      console.error('Error fetching Hacker News data:', error);
    }
  };

  return (
    &amp;lt;div&amp;gt;
      &amp;lt;h1&amp;gt;Hacker News Top Stories&amp;lt;/h1&amp;gt;
      &amp;lt;ul&amp;gt;
        {newsData.map((storyId) =&amp;gt; (
          &amp;lt;li key={storyId}&amp;gt;{storyId}&amp;lt;/li&amp;gt;
        ))}
      &amp;lt;/ul&amp;gt;
    &amp;lt;/div&amp;gt;
  );
};

export default HackerNews;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;4. Render the component wherever desired in your application:&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;import React from 'react';
import HackerNews from './HackerNews';

const App = () =&amp;gt; {
  return (
    &amp;lt;div&amp;gt;
      &amp;lt;h1&amp;gt;My App&amp;lt;/h1&amp;gt;
      &amp;lt;HackerNews /&amp;gt;
    &amp;lt;/div&amp;gt;
  );
};

export default App;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;In this example, we fetch the top story IDs from the Hacker News API and store them in the &lt;code&gt;newsData&lt;/code&gt;state variable. We then render the top story IDs as list items in the component. You can customize the fetching logic and the way you display the data according to your requirements.&lt;/p&gt;

&lt;p&gt;Remember to handle any errors that may occur during the API request and adjust the API endpoint or parameters as needed for different data types (e.g., comments, user data),&lt;br&gt;
you can also see &lt;a href="https://www.medcode.dev/blogs/nextjs-ways-fetch-data-api"&gt;how to fetch data in Next.js 14&lt;/a&gt;&lt;/p&gt;

</description>
      <category>api</category>
      <category>webdev</category>
      <category>react</category>
      <category>javascript</category>
    </item>
    <item>
      <title>Free AI Tools for Designers &amp; Developers</title>
      <dc:creator>MedCode</dc:creator>
      <pubDate>Thu, 01 Jun 2023 16:15:40 +0000</pubDate>
      <link>https://dev.to/med_code/free-ai-tools-for-designers-developers-3c2b</link>
      <guid>https://dev.to/med_code/free-ai-tools-for-designers-developers-3c2b</guid>
      <description>&lt;p&gt;In today's fast-paced digital landscape, designers and developers are constantly seeking ways to boost their productivity and unleash their creative potential. Artificial Intelligence (AI) has emerged as a game-changer, offering a wide range of tools and capabilities that revolutionize the design and development process. In this article, we will explore some of the top AI tools that empower designers and developers to create extraordinary experiences and streamline their workflows.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. illustroke.com&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt; "Illustroke" as a tool or resource for designers, I'm unable to provide information about it as it seems to be a term or website that is not widely known or available. It's possible that "Illustroke" is a specific tool or technique used in the design industry, but without further information, it's difficult to provide specific details. If you can provide more context or clarify your question, I'll be happy to help you to the best of my ability.&lt;/li&gt;
&lt;/ul&gt;

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

&lt;p&gt;&lt;strong&gt;2. Looka.com&lt;/strong&gt;&lt;br&gt;
Looka.com, now known as Tailor Brands, is an online platform that offers logo design and branding services for businesses and individuals. It provides a user-friendly interface that allows users to create professional logos and brand identities quickly and easily, even without design experience.&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;3. durable.co&lt;/strong&gt;&lt;br&gt;
 Durable.co is a website for Durable Objects, which is a feature provided by Cloudflare. Durable Objects allow developers to build scalable and stateful applications on the Cloudflare network. It provides a way to store and retrieve data in a distributed manner, making it easier to create highly available and reliable applications.&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;4. tensorflow.org&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;An open-source machine learning framework that provides a wide range of tools and resources for developing AI applications. TensorFlow offers libraries, pre-trained models, and a robust ecosystem to support various AI tasks.&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;5. pytorch.org&lt;/strong&gt;&lt;br&gt;
An open-source deep learning framework that allows developers to build and train neural networks. PyTorch offers a dynamic computational graph and provides flexibility and ease of use, making it popular among researchers and developers.&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;6. blackbox.io&lt;/strong&gt;&lt;br&gt;
Blackbox is a term used in the field of artificial intelligence (AI) and machine learning (ML) to describe a situation where the internal workings or decision-making processes of a model or system are not easily understandable or explainable to humans. It refers to cases where the model's outputs can be observed, but the reasoning behind those outputs is not readily interpretable.&lt;/p&gt;

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

</description>
      <category>ai</category>
      <category>design</category>
      <category>tooling</category>
      <category>webdev</category>
    </item>
    <item>
      <title>6 Websites You’ll Love As A Developer</title>
      <dc:creator>MedCode</dc:creator>
      <pubDate>Tue, 30 May 2023 17:13:03 +0000</pubDate>
      <link>https://dev.to/med_code/12-websites-youll-love-as-a-developer-m0n</link>
      <guid>https://dev.to/med_code/12-websites-youll-love-as-a-developer-m0n</guid>
      <description>&lt;p&gt;If you're looking for a website that specifically focuses on providing assistance and resources for developers, you might find the following website helpful:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. &lt;a href="https://www.medcode.dev/" rel="noopener noreferrer"&gt;medCode&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
MedCode's Blog – Your Ultimate Destination for Software and Design Insights. Dive into a wealth of knowledge curated specifically for software enthusiasts and design aficionados. From cutting-edge coding techniques to innovative design trends, MedCode's Blog offers invaluable resources to elevate your skills and stay ahead of the curve. Join our community today and unlock the secrets to success in the dynamic worlds of software development and design.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Roadmap.sh&lt;/strong&gt;&lt;br&gt;
Roadmap.sh is a website that offers comprehensive technology roadmaps for various career paths in software development and web development. It provides step-by-step guides and resources to help individuals navigate their learning journeys and progress in their chosen field&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fi55bweu8iz6dxp6tdgaj.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fi55bweu8iz6dxp6tdgaj.PNG" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Codepen.io&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;CodePen is an online code editor and social development environment that allows developers to write HTML, CSS, and JavaScript code and see the live results in real-time. It provides a collaborative platform for developers to create, experiment, and showcase their front-end web development projects.&lt;/p&gt;

&lt;p&gt;With CodePen, you can create and edit HTML, CSS, and JavaScript code directly in your browser. It offers a split-screen view where you can write code in one pane and see the live output in the other. This immediate feedback helps developers quickly iterate and test their code.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fuh7bm1jgli98aatk06v2.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fuh7bm1jgli98aatk06v2.PNG" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. stackoverflow&lt;/strong&gt;&lt;br&gt;
Stack Overflow is a widely-used question-and-answer website for programmers and developers. It serves as a community-driven platform where individuals can ask questions related to programming, software development, and various technologies. Other community members provide answers, solutions, and insights to these questions.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5e4sms3ub9lzv04mlbb2.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5e4sms3ub9lzv04mlbb2.PNG" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5. Readme.io&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Readme.io is a platform that helps developers create beautiful, interactive, and user-friendly documentation for their APIs, SDKs, libraries, or any other software products. It provides tools and features to streamline the process of creating, hosting, and maintaining documentation.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fgktbpxq2uivwweb9qe93.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fgktbpxq2uivwweb9qe93.PNG" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;6. GitBook&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;GitBook is a platform that allows individuals and teams to create and publish online documentation, ebooks, and knowledge bases. It provides a user-friendly interface and a range of features to streamline the process of writing, collaborating, and distributing content.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Foiu04yus7mnzjtdelvz7.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Foiu04yus7mnzjtdelvz7.PNG" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>programming</category>
      <category>tutorial</category>
    </item>
  </channel>
</rss>
