<?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: Eclipse 🍃</title>
    <description>The latest articles on DEV Community by Eclipse 🍃 (@eclipsethatscool).</description>
    <link>https://dev.to/eclipsethatscool</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%2F841252%2F7eaf345d-4662-4ebb-9f80-0d64cbad8f36.jpg</url>
      <title>DEV Community: Eclipse 🍃</title>
      <link>https://dev.to/eclipsethatscool</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/eclipsethatscool"/>
    <language>en</language>
    <item>
      <title>Top 4 Visual Studio Code Extensions</title>
      <dc:creator>Eclipse 🍃</dc:creator>
      <pubDate>Tue, 20 Jun 2023 12:16:03 +0000</pubDate>
      <link>https://dev.to/eclipsethatscool/top-4-visual-studio-code-extensions-4hno</link>
      <guid>https://dev.to/eclipsethatscool/top-4-visual-studio-code-extensions-4hno</guid>
      <description>&lt;p&gt;Visual Studio Code is one of the most popular code editors used by developers across the globe. With the help of extensions, you can customize your editor and streamline your workflow. In this post, we'll discuss the top 5 Visual Studio Code extensions that can help you boost your productivity even further.&lt;/p&gt;

&lt;h2&gt;
  
  
  1. GitLens
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://gitlens.amod.io/" rel="noopener noreferrer"&gt;GitLens&lt;/a&gt; is a powerful extension that integrates Git functionality directly into your editor. With GitLens, you can easily view and navigate through Git repositories, see who made changes to a file, and even see a code's commit history. This extension is a must-have for any developer who works with Git on a regular basis.&lt;/p&gt;

&lt;h2&gt;
  
  
  2. Live Server
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer" rel="noopener noreferrer"&gt;Live Server&lt;/a&gt; is an extension that allows you to see your changes in real-time as you code. With Live Server, you can preview your web pages in your browser and see how your changes affect the layout and functionality of your website. This extension is perfect for front-end developers who want to see their changes in action as they code.&lt;/p&gt;

&lt;h2&gt;
  
  
  3. Prettier
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://prettier.io/" rel="noopener noreferrer"&gt;Prettier&lt;/a&gt; is an extension that automatically formats your code to ensure consistency and readability. With Prettier, you don't have to worry about manually formatting your code, as the extension takes care of it for you. This extension is perfect for developers who want to save time and ensure that their code is always well-formatted.&lt;/p&gt;

&lt;h2&gt;
  
  
  4. Code Spell Checker
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker" rel="noopener noreferrer"&gt;Code Spell Checker&lt;/a&gt; is an extension that checks your code for spelling errors. With Code Spell Checker, you can ensure that your comments, variable names, and function names are all spelled correctly. This extension is perfect for developers who want to ensure that their code is error-free and easy to understand.&lt;/p&gt;

&lt;p&gt;In conclusion, these are the top 5 Visual Studio Code extensions that can help you boost your productivity even further. Whether you are a front-end developer, a back-end developer, or someone who works with Git on a regular basis, these extensions can help you streamline your workflow and save time. Try them out today and see how they can help you become a more productive developer.&lt;/p&gt;

</description>
      <category>vscode</category>
    </item>
    <item>
      <title>Switch To Astro</title>
      <dc:creator>Eclipse 🍃</dc:creator>
      <pubDate>Mon, 12 Jun 2023 04:11:57 +0000</pubDate>
      <link>https://dev.to/eclipsethatscool/switch-to-astro-1ga3</link>
      <guid>https://dev.to/eclipsethatscool/switch-to-astro-1ga3</guid>
      <description>&lt;h2&gt;
  
  
  Why Astro ?
&lt;/h2&gt;

&lt;p&gt;Astro is a modern static site generator that allows developers to build fast and flexible websites using JavaScript. It is designed to be easy to use and highly customizable, making it a popular choice for building static websites. In this blog post, we will introduce Astro and its key features.&lt;/p&gt;

&lt;h2&gt;
  
  
  What is Astro?
&lt;/h2&gt;

&lt;p&gt;Astro is a modern static site generator that allows developers to build fast and flexible websites using JavaScript. It is designed to be easy to use and highly customizable, making it a popular choice for building static websites. Astro uses a file-based approach to building websites, which means that each page is a separate file that can be edited and managed individually.&lt;/p&gt;

&lt;h2&gt;
  
  
  Key Features of Astro
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Performance
&lt;/h3&gt;

&lt;p&gt;Astro is designed to be fast and efficient. It uses a modern build pipeline that optimizes images, minifies code, and caches assets to ensure that websites built with Astro load quickly.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Flexibility
&lt;/h3&gt;

&lt;p&gt;Astro is highly flexible and customizable. It allows developers to use any JavaScript framework or library they prefer, including React, Vue, and Svelte. This makes it easy to build websites that are tailored to the needs of the developer and the user.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Modern Development Experience
&lt;/h3&gt;

&lt;p&gt;Astro provides a modern development experience that is familiar to JavaScript developers. It uses a file-based approach to building websites, which means that each page is a separate file that can be edited and managed individually. This makes it easy to develop and maintain websites built with Astro.&lt;/p&gt;

&lt;h3&gt;
  
  
  4. Built-in Features
&lt;/h3&gt;

&lt;p&gt;Astro comes with built-in features that make it easy to build websites. These features include support for CSS preprocessors, image optimization, and code splitting. This makes it easy to build websites that are optimized for performance and user experience.&lt;/p&gt;

&lt;h2&gt;
  
  
  Getting Started with Astro
&lt;/h2&gt;

&lt;p&gt;To get started with Astro, you will need to have a basic understanding of HTML, CSS, and JavaScript. You will also need to have Node.js and npm (Node Package Manager) installed on your computer.&lt;/p&gt;

&lt;p&gt;Once you have these prerequisites, you can start by installing Astro using npm.&lt;/p&gt;

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

&lt;/div&gt;

&lt;p&gt;After installing Astro, you can create a new Astro project using the astro create command.&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;npx astro create my-astro-project
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;This will create a new Astro project in a directory called my-astro-project. You can then start the development server by running the following command.&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;cd my-astro-projectnpm start
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;This will start the development server, and you can start building your Astro website.&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;Astro is a modern static site generator that allows developers to build fast and flexible websites using JavaScript. It is designed to be easy to use and highly customizable, making it a popular choice for building static websites. Astro is fast, flexible, and provides a modern development experience that is familiar to JavaScript developers. If you are looking for a static site generator that is easy to use and highly customizable, Astro is a great choice.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>astro</category>
      <category>beginners</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Static Site Vs Dynamic Site</title>
      <dc:creator>Eclipse 🍃</dc:creator>
      <pubDate>Sun, 11 Jun 2023 10:53:50 +0000</pubDate>
      <link>https://dev.to/eclipsethatscool/static-site-vs-dynamic-site-44n2</link>
      <guid>https://dev.to/eclipsethatscool/static-site-vs-dynamic-site-44n2</guid>
      <description>&lt;h1&gt;
  
  
  Website
&lt;/h1&gt;

&lt;p&gt;Websites are an essential part of our daily lives, and they come in different types, including static and dynamic sites. Understanding the differences between these two types of websites is crucial for anyone looking to create a website or hire a web developer. In this blog post, we will explore the differences between static and dynamic sites, their advantages, and disadvantages.&lt;/p&gt;

&lt;h1&gt;
  
  
  Static Websites
&lt;/h1&gt;

&lt;p&gt;Static websites are the most basic type of website. They are built using HTML and CSS, and the content remains the same for every visitor. Static websites do not have any interactive elements, and the content is fixed. Once a developer creates a static website, they can host it on a web server, and visitors can access it through a web browser.&lt;/p&gt;

&lt;h1&gt;
  
  
  Advantages of Static Websites
&lt;/h1&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Easy to create: Static websites are easy to create and require minimal coding skills. Developers can create a static website using HTML and CSS.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Fast: Static websites are fast because they do not require any server-side processing. The web server simply serves the HTML and CSS files to the visitor's browser.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Secure: Static websites are secure because there is no server-side processing. This means that there are no vulnerabilities that hackers can exploit.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Disadvantages of Static Websites
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Limited functionality: Static websites have limited functionality because they do not have any interactive elements. This means that they cannot be used for complex applications such as e-commerce websites.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Maintenance: Static websites require manual updates every time the content needs to be changed. This can be time-consuming, especially for websites with a lot of pages.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Dynamic Websites
&lt;/h2&gt;

&lt;p&gt;Dynamic websites are more complex than static websites. They are built using programming languages such as PHP, Python, and Ruby on Rails. Dynamic websites have interactive elements such as forms, login pages, and shopping carts. The content on dynamic websites can change depending on the user's input or other external factors.&lt;/p&gt;

&lt;h2&gt;
  
  
  Advantages of Dynamic Websites
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Interactive: Dynamic websites are interactive and allow users to interact with the website. They can fill out forms, make purchases, and leave comments.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Scalable: Dynamic websites are scalable and can handle large amounts of traffic. This makes them ideal for e-commerce websites and other complex applications.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Easy to update: Dynamic websites are easy to update because the content is stored in a database. This means that developers can update the content without having to update every page manually.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Disadvantages of Dynamic Websites
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;More complex: Dynamic websites are more complex than static websites and require more programming skills to develop.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Slower: Dynamic websites are slower than static websites because they require server-side processing. This means that the web server has to process the user's request and generate a response before sending it to the user's browser.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Security: Dynamic websites are less secure than static websites because they have server-side processing. This means that there are vulnerabilities that hackers can exploit.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;In conclusion, static and dynamic websites have their advantages and disadvantages. Static websites are simple, fast, and secure, but they have limited functionality. Dynamic websites are interactive, scalable, and easy to update, but they are more complex, slower, and less secure. When deciding which type of website to create, it is essential to consider the needs of the website and the skills of the developer.&lt;/p&gt;




&lt;p&gt;Comment down below depending on your point of view&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>web</category>
      <category>discuss</category>
      <category>www</category>
    </item>
    <item>
      <title>Build your own Discord Chat GPT Bot.</title>
      <dc:creator>Eclipse 🍃</dc:creator>
      <pubDate>Sat, 10 Jun 2023 16:08:24 +0000</pubDate>
      <link>https://dev.to/eclipsethatscool/create-discord-bot-with-chatgpt-5jp</link>
      <guid>https://dev.to/eclipsethatscool/create-discord-bot-with-chatgpt-5jp</guid>
      <description>&lt;p&gt;Are you looking to create a Discord bot that can interact with users using natural language processing? Then, you're in luck! In this tutorial, we'll walk you through the steps to create a Discord bot and integrate it with OpenAI.&lt;/p&gt;

&lt;p&gt;Step 1: Create a Discord Bot&lt;br&gt;
The first step is to create a Discord bot. You can create a bot by following the official Discord Developer Portal documentation. Once you have created a bot, you will receive a token that you will need to use in your code.&lt;/p&gt;

&lt;p&gt;Step 2: Install Dependencies&lt;br&gt;
To use OpenAI in your bot, you will need to install the openai Python package. You can install it using pip:&lt;br&gt;
&lt;/p&gt;

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

&lt;/div&gt;



&lt;p&gt;You will also need to install the discord.py package to interact with the Discord API:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;pip install discord.py
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Step 3: Create a Python Script&lt;br&gt;
Next, create a Python script that will handle the bot's logic. Here's a sample script that responds to user messages using OpenAI:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight python"&gt;&lt;code&gt;&lt;span class="kn"&gt;import&lt;/span&gt; &lt;span class="n"&gt;discord&lt;/span&gt;
&lt;span class="kn"&gt;import&lt;/span&gt; &lt;span class="n"&gt;openai&lt;/span&gt;
&lt;span class="kn"&gt;from&lt;/span&gt; &lt;span class="n"&gt;discord.ext&lt;/span&gt; &lt;span class="kn"&gt;import&lt;/span&gt; &lt;span class="n"&gt;commands&lt;/span&gt;

&lt;span class="n"&gt;openai&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;api_key&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="s"&gt;YOUR_API_KEY&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;

&lt;span class="n"&gt;bot&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;commands&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nc"&gt;Bot&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;command_prefix&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="sh"&gt;'&lt;/span&gt;&lt;span class="s"&gt;!&lt;/span&gt;&lt;span class="sh"&gt;'&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;

&lt;span class="nd"&gt;@bot.event&lt;/span&gt;
&lt;span class="k"&gt;async&lt;/span&gt; &lt;span class="k"&gt;def&lt;/span&gt; &lt;span class="nf"&gt;on_ready&lt;/span&gt;&lt;span class="p"&gt;():&lt;/span&gt;
    &lt;span class="nf"&gt;print&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="sa"&gt;f&lt;/span&gt;&lt;span class="sh"&gt;'&lt;/span&gt;&lt;span class="si"&gt;{&lt;/span&gt;&lt;span class="n"&gt;bot&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;user&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;name&lt;/span&gt;&lt;span class="si"&gt;}&lt;/span&gt;&lt;span class="s"&gt; has connected to Discord!&lt;/span&gt;&lt;span class="sh"&gt;'&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;

&lt;span class="nd"&gt;@bot.event&lt;/span&gt;
&lt;span class="k"&gt;async&lt;/span&gt; &lt;span class="k"&gt;def&lt;/span&gt; &lt;span class="nf"&gt;on_message&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;message&lt;/span&gt;&lt;span class="p"&gt;):&lt;/span&gt;
    &lt;span class="k"&gt;if&lt;/span&gt; &lt;span class="n"&gt;message&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;author&lt;/span&gt; &lt;span class="o"&gt;==&lt;/span&gt; &lt;span class="n"&gt;bot&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;user&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;
        &lt;span class="k"&gt;return&lt;/span&gt;

    &lt;span class="n"&gt;response&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;openai&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;Completion&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;create&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;
        &lt;span class="n"&gt;engine&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="s"&gt;davinci&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
        &lt;span class="n"&gt;prompt&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="n"&gt;message&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;content&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
        &lt;span class="n"&gt;max_tokens&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="mi"&gt;60&lt;/span&gt;
    &lt;span class="p"&gt;)&lt;/span&gt;

    &lt;span class="k"&gt;await&lt;/span&gt; &lt;span class="n"&gt;message&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;channel&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;send&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;response&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;choices&lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="mi"&gt;0&lt;/span&gt;&lt;span class="p"&gt;].&lt;/span&gt;&lt;span class="n"&gt;text&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;

&lt;span class="n"&gt;bot&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;run&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="s"&gt;YOUR_DISCORD_BOT_TOKEN&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Replace YOUR_API_KEY with your OpenAI API key and YOUR_DISCORD_BOT_TOKEN with your Discord bot token.&lt;/p&gt;

&lt;p&gt;Step 4: Run the Bot&lt;br&gt;
To run the bot, save the Python script as bot.py and run the following command in your terminal:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;python bot.py
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;This will start the bot and connect it to your Discord server.&lt;/p&gt;

&lt;p&gt;Step 5: Test the Bot&lt;br&gt;
Finally, test the bot by sending a message on your Discord server. The bot should respond with a message generated by OpenAI.&lt;/p&gt;

&lt;p&gt;That's it! You have successfully created a Discord bot that can interact with users using OpenAI. With this powerful combination, you can create a bot that can answer questions, provide recommendations, and much more.&lt;/p&gt;

</description>
      <category>openai</category>
      <category>discord</category>
      <category>python</category>
      <category>chatgpt</category>
    </item>
    <item>
      <title>Create Favicons for your website</title>
      <dc:creator>Eclipse 🍃</dc:creator>
      <pubDate>Sun, 23 Apr 2023 06:57:23 +0000</pubDate>
      <link>https://dev.to/eclipsethatscool/create-favicons-for-your-website-4nid</link>
      <guid>https://dev.to/eclipsethatscool/create-favicons-for-your-website-4nid</guid>
      <description>&lt;p&gt;Create A Simple Unique Favicons for your Website with couple of minutes&lt;/p&gt;

&lt;p&gt;Go to &lt;a href="https://favicon.io/" rel="noopener noreferrer"&gt;Favicon&lt;/a&gt;To create your icon. After that there will be many options to choose Like Image to icon, text to icon, Emoji to icon. &lt;/p&gt;

&lt;h2&gt;
  
  
  Image to Icon 👓
&lt;/h2&gt;

&lt;p&gt;To convert your image logo to icon, Follow these steps&lt;/p&gt;

&lt;p&gt;Drag and drop the image in box and click Download&lt;br&gt;
After you downloaded icon file extract it and open the folder&lt;br&gt;
You will see the icon file with many sizes&lt;br&gt;
And there is a &lt;code&gt;site.webmanifest&lt;/code&gt;&lt;/p&gt;


&lt;h2&gt;
  
  
  Installation 📀
&lt;/h2&gt;

&lt;p&gt;Open your Editor drag and drop all the files in your project file Inside the index.html type the following command in your head tag&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"&amp;gt;
&amp;lt;link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"&amp;gt;
&amp;lt;link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"&amp;gt;
&amp;lt;link rel="manifest" href="/site.webmanifest"&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;And that’s How you will create a Favicons for your website&lt;/p&gt;

</description>
      <category>webdev</category>
    </item>
    <item>
      <title>My Visual Studio Code Extensions</title>
      <dc:creator>Eclipse 🍃</dc:creator>
      <pubDate>Thu, 07 Apr 2022 17:07:34 +0000</pubDate>
      <link>https://dev.to/eclipsethatscool/my-visual-studio-code-extensions-4fi7</link>
      <guid>https://dev.to/eclipsethatscool/my-visual-studio-code-extensions-4fi7</guid>
      <description>&lt;h2&gt;
  
  
  This is my Visual Studio Code Extensions
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Wakatime - I use this Extension for my Wakatime Activity for my GitHub Readme &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Bracket Pair Colorizer - Customization of my vs code &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Live Server - I used Live Server for my Projects like : Website Development  &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Live Share - Using it for Share my code and team coding with my friends &lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;5.Docker - Docker Extension used for DockerFile &lt;/p&gt;

&lt;p&gt;6.Material Icon Theme - Icon Theme for my Vs Code .&lt;/p&gt;

&lt;p&gt;Hope you love my post !&lt;br&gt;
:)&lt;/p&gt;

</description>
      <category>vscode</category>
    </item>
  </channel>
</rss>
