<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
    <channel>
        <title>CodeWithShripal Feed</title>
        <link>https://www.codewithshripal.com</link>
        <description>Detailed articles, step-by-step tutorials and quick tips on web-development to make learning journey of aspiring and experienced developers easy.</description>
        <lastBuildDate>Mon, 13 Apr 2026 20:14:20 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>CodeWithShripal Feed</title>
            <url>https://www.codewithshripal.com/images/code-with-shripal-logo-with-bg.png</url>
            <link>https://www.codewithshripal.com</link>
        </image>
        <copyright>All rights reserved 2021-present, Shripal Soni</copyright>
        <item>
            <title><![CDATA[6 Tips To Win Your First Freelancing Project]]></title>
            <link>https://www.codewithshripal.com/articles/freelancing/tips-to-win-first-freelancing-project</link>
            <guid>https://www.codewithshripal.com/articles/freelancing/tips-to-win-first-freelancing-project</guid>
            <pubDate>Thu, 29 Sep 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[6 proven tips based on my experience to win your first freelancing project.]]></description>
            <author>me@codewithshripal.com (Shripal Soni)</author>
        </item>
        <item>
            <title><![CDATA[How people with disabilities use the web]]></title>
            <link>https://www.codewithshripal.com/articles/accessibility/how-people-with-disabilities-use-web</link>
            <guid>https://www.codewithshripal.com/articles/accessibility/how-people-with-disabilities-use-web</guid>
            <pubDate>Thu, 08 Sep 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[Learn about 5 major categories of disabilities and know how people with those disabilities use the web content.]]></description>
            <author>me@codewithshripal.com (Shripal Soni)</author>
        </item>
        <item>
            <title><![CDATA[Introduction to Web Accessibility - What, Why and How]]></title>
            <link>https://www.codewithshripal.com/articles/accessibility/introduction-to-web-accessiblity</link>
            <guid>https://www.codewithshripal.com/articles/accessibility/introduction-to-web-accessiblity</guid>
            <pubDate>Sat, 27 Aug 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[Learn what is web accessibility, why it is important and how to make your website/web application accessible.]]></description>
            <author>me@codewithshripal.com (Shripal Soni)</author>
        </item>
        <item>
            <title><![CDATA[Border vs Outline - 5 Key Differences]]></title>
            <link>https://www.codewithshripal.com/articles/css/5-key-differences-between-border-and-outline</link>
            <guid>https://www.codewithshripal.com/articles/css/5-key-differences-between-border-and-outline</guid>
            <pubDate>Fri, 03 Jun 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[5 key differences between border and outline in CSS that you should know.]]></description>
            <author>me@codewithshripal.com (Shripal Soni)</author>
        </item>
        <item>
            <title><![CDATA[Quickly track currently focused element using live expression]]></title>
            <link>https://www.codewithshripal.com/tips/chrome-dev-tools/track-focused-element-using-live-expression</link>
            <guid>https://www.codewithshripal.com/tips/chrome-dev-tools/track-focused-element-using-live-expression</guid>
            <pubDate>Thu, 19 May 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[Quickly track which is the currently focused element using live expression feature of Chrome Dev Tools.]]></description>
            <author>me@codewithshripal.com (Shripal Soni)</author>
        </item>
        <item>
            <title><![CDATA[Change favicon based on dark/light color mode]]></title>
            <link>https://www.codewithshripal.com/tips/css/change-favicon-based-on-dark-light-mode</link>
            <guid>https://www.codewithshripal.com/tips/css/change-favicon-based-on-dark-light-mode</guid>
            <pubDate>Thu, 19 May 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[CSS only solution to change favicon based on operating system dark/light color mode.]]></description>
            <author>me@codewithshripal.com (Shripal Soni)</author>
        </item>
        <item>
            <title><![CDATA[All about WebP image format]]></title>
            <link>https://www.codewithshripal.com/articles/web-development/all-about-webp-images</link>
            <guid>https://www.codewithshripal.com/articles/web-development/all-about-webp-images</guid>
            <pubDate>Wed, 18 May 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[Learn what is WebP image format, different ways to convert PNG/JPEG/GIF image to WebP image, benefits of using WebP image and how to use WebP image today.]]></description>
            <author>me@codewithshripal.com (Shripal Soni)</author>
        </item>
        <item>
            <title><![CDATA[Use console.table for better visualization of arrays and objects]]></title>
            <link>https://www.codewithshripal.com/tips/javascript/use-console-table-for-better-visualization-of-array-and-objects</link>
            <guid>https://www.codewithshripal.com/tips/javascript/use-console-table-for-better-visualization-of-array-and-objects</guid>
            <pubDate>Thu, 05 May 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[Take a quick look at data stored as array or objects in table form using console.table method in javascript.]]></description>
            <author>me@codewithshripal.com (Shripal Soni)</author>
        </item>
        <item>
            <title><![CDATA[How to download Variable Font from Google Fonts]]></title>
            <link>https://www.codewithshripal.com/tutorials/web-development/how-to-download-variable-font</link>
            <guid>https://www.codewithshripal.com/tutorials/web-development/how-to-download-variable-font</guid>
            <pubDate>Tue, 03 May 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[Downloading variable font from Google Fonts is tricky. Learn step-by-step how to download variable font from google fonts service.]]></description>
            <author>me@codewithshripal.com (Shripal Soni)</author>
        </item>
        <item>
            <title><![CDATA[Modern optimization strategies for loading web fonts]]></title>
            <link>https://www.codewithshripal.com/articles/web-development/modern-optimizations-for-loading-web-font</link>
            <guid>https://www.codewithshripal.com/articles/web-development/modern-optimizations-for-loading-web-font</guid>
            <pubDate>Mon, 04 Apr 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[Modern strategies for loading web fonts to have better performance, UX and SEO score of your website.]]></description>
            <author>me@codewithshripal.com (Shripal Soni)</author>
        </item>
        <item>
            <title><![CDATA[Word wrap mdx files in VS Code]]></title>
            <link>https://www.codewithshripal.com/tips/vs-code/how-to-word-wrap-mdx-files</link>
            <guid>https://www.codewithshripal.com/tips/vs-code/how-to-word-wrap-mdx-files</guid>
            <pubDate>Mon, 04 Apr 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[Tip to enable word wrapping for .mdx files in VS Code Editor]]></description>
            <author>me@codewithshripal.com (Shripal Soni)</author>
        </item>
        <item>
            <title><![CDATA[Create feature-rich markdown pages in next.js application]]></title>
            <link>https://www.codewithshripal.com/tutorials/nextjs/create-feature-rich-markdown-pages-in-nextjs-application</link>
            <guid>https://www.codewithshripal.com/tutorials/nextjs/create-feature-rich-markdown-pages-in-nextjs-application</guid>
            <pubDate>Mon, 04 Apr 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[Step-by-step tutorial on creating feature-rich markdown pages in next.js application using mdx-bundler.]]></description>
            <author>me@codewithshripal.com (Shripal Soni)</author>
        </item>
    </channel>
</rss>