<?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>Forem: Shivangip285</title>
    <description>The latest articles on Forem by Shivangip285 (@shivangip285).</description>
    <link>https://forem.com/shivangip285</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%2F991580%2F9c2be35f-d27e-4280-85ff-35bac58782f4.jpeg</url>
      <title>Forem: Shivangip285</title>
      <link>https://forem.com/shivangip285</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/shivangip285"/>
    <language>en</language>
    <item>
      <title>Accept-Language header in software localization</title>
      <dc:creator>Shivangip285</dc:creator>
      <pubDate>Sat, 23 Mar 2024 21:25:47 +0000</pubDate>
      <link>https://forem.com/shivangip285/acceptlanguage-header-in-software-localization-obb</link>
      <guid>https://forem.com/shivangip285/acceptlanguage-header-in-software-localization-obb</guid>
      <description>&lt;p&gt;Ever wondered how websites know your language preferences without asking. The answer is Accept-Language header.&lt;br&gt;
The Accept-Language header plays a crucial role in software localization by indicating the preferred language(s) of the user's browser or client application. This clever feature was designed to enhance your web browsing experience by making it smoother and more personalized, ensuring content is presented in the language you're most comfortable with whenever possible. &lt;br&gt;
When a user interacts with a web application or service, their browser automatically includes this header in the HTTP request sent to the server.&lt;br&gt;
Software developers leverage the Accept-Language header to determine the user's preferred language and tailor the content or user interface accordingly. This enables the server to provide responses, such as web pages or API messages, in the language that best suits the user's preferences. For example, if a user's browser sends an Accept-Language header indicating French as the preferred language, the server can serve content in French if available.&lt;br&gt;
Localization frameworks and libraries often utilize the Accept-Language header to seamlessly switch between different language versions of the software based on user preferences. This enhances the user experience by presenting content in a language familiar to the user, increasing accessibility and usability. Accept-Language header is utilized for content localization, language-specific features and for analytics and statistics of users' linguistic preferences.&lt;br&gt;
In summary, the Accept-Language header facilitates software localization by enabling applications to dynamically adjust content and language settings based on user preferences, ultimately enhancing user satisfaction and engagement.&lt;/p&gt;

</description>
      <category>react</category>
      <category>javascript</category>
      <category>restapi</category>
      <category>acceptlanguage</category>
    </item>
    <item>
      <title>Slider/carousel with javascript and HTML</title>
      <dc:creator>Shivangip285</dc:creator>
      <pubDate>Sat, 23 Mar 2024 20:23:06 +0000</pubDate>
      <link>https://forem.com/shivangip285/slidercarousel-with-javascript-and-html-5e8e</link>
      <guid>https://forem.com/shivangip285/slidercarousel-with-javascript-and-html-5e8e</guid>
      <description>&lt;p&gt;Lets build a fun project. This slider project is made with plain javascript and HTML.&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%2Fw16vv0075sufzqv2re33.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%2Fw16vv0075sufzqv2re33.png" alt="Image description" width="800" height="456"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This slider supports both clockwise and anticlockwise navigation of slides&lt;br&gt;
There are multiple ways to get it working. Three different ways are incorporated to use the slider.&lt;br&gt;
 1)The vertical radio button lets user navigate to next image and also helps to know the position/index of image in the slide.&lt;br&gt;
 2)The top arrow button on click help achieve slider functionality in anti-clockwise direction. Once all slides are over it will start over from first slide. &lt;br&gt;
 3)The bottom car button makes slides roll in clockwise direction and is configured to move with slides on click.&lt;/p&gt;

&lt;p&gt;The github link to project-&lt;a href="https://github.com/Shivangip285/Slider"&gt;Slider&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
    </item>
    <item>
      <title>Fetch Api</title>
      <dc:creator>Shivangip285</dc:creator>
      <pubDate>Wed, 20 Mar 2024 19:08:46 +0000</pubDate>
      <link>https://forem.com/shivangip285/fetch-api-36oc</link>
      <guid>https://forem.com/shivangip285/fetch-api-36oc</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for DEV Challenge v24.03.20, One Byte Explainer: Browser API or Feature.&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Explainer
&lt;/h2&gt;

&lt;p&gt;Fetch API simplifies network requests in web apps, offering a promise-based interface for asynchronous data retrieval with flexibility and power.&lt;/p&gt;

&lt;h2&gt;
  
  
  Additional Context
&lt;/h2&gt;

</description>
      <category>frontendchallenge</category>
      <category>devchallenge</category>
      <category>javascript</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
