<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title><![CDATA[Jatin Sharma]]></title>
        <description><![CDATA[I've been writing online since 2021, mostly about web development
            and tech careers. In total, I've written 98 articles
            till now.]]></description>
        <link>https://j471n.in</link>
        <generator>RSS for Node</generator>
        <lastBuildDate>Mon, 20 Apr 2026 16:12:47 GMT</lastBuildDate>
        <atom:link href="https://j471n.in/feed.xml" rel="self" type="application/rss+xml"/>
        <pubDate>Mon, 20 Apr 2026 16:12:47 GMT</pubDate>
        <copyright><![CDATA[All rights reserved 2026, Jatin Sharma]]></copyright>
        <language><![CDATA[en]]></language>
        <item>
            <title><![CDATA[I Rewrote My Portfolio From Scratch — Here's What Actually Changed (And Why)]]></title>
            <description><![CDATA[My old portfolio wasn't broken. It just felt wrong. Here's the full story of how I stripped it back, rebuilt the design language, switched toolchains, and added features I'd been putting off for months.]]></description>
            <link>https://j471n.in/blogs/portfolio-redesign-from-scratch</link>
            <guid isPermaLink="true">https://j471n.in/blogs/portfolio-redesign-from-scratch</guid>
            <pubDate>Sat, 11 Apr 2026 19:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Find a User's Rank Based on Points Using Django ORM]]></title>
            <description><![CDATA[Learn how to rank users by points in Django using different ORM approaches—from simple ordering to advanced window functions—and discover which method works best for building efficient, scalable leaderboards.]]></description>
            <link>https://j471n.in/blogs/how-to-find-a-user-s-rank-based-on-points-using-django-orm</link>
            <guid isPermaLink="true">https://j471n.in/blogs/how-to-find-a-user-s-rank-based-on-points-using-django-orm</guid>
            <pubDate>Fri, 27 Mar 2026 12:41:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[The Future of Cloud Computing: Predictions and Trends]]></title>
            <description><![CDATA[Cloud computing is the on-demand delivery of computing resources like storage, processing, and software over the internet. These services are hosted on remote servers, making them accessible via the internet instead of requiring local hardware and software. Essentially, cloud computing enables people and organizations to use advanced technology without needing a lot of on-site infrastructure.
]]></description>
            <link>https://j471n.in/blogs/the-future-of-cloud-computing-predictions-and-trends</link>
            <guid isPermaLink="true">https://j471n.in/blogs/the-future-of-cloud-computing-predictions-and-trends</guid>
            <pubDate>Sat, 14 Oct 2023 16:38:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[AI in Software Testing: Revolutionizing Quality Assurance]]></title>
            <description><![CDATA[Software testing is extremely important to ensure an app works properly and is bug-free. It's the process of meticulously checking a software to identify and fix issues before users encounter them. Testing can find many types of problems, from small typos to serious bugs that crash the app or compromise data. The goal of testing is to uncover these defects before release, so users have a smooth experience and the software meets their expectations.
]]></description>
            <link>https://j471n.in/blogs/ai-in-software-testing</link>
            <guid isPermaLink="true">https://j471n.in/blogs/ai-in-software-testing</guid>
            <pubDate>Tue, 03 Oct 2023 20:37:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Introducing CodeGlossary: Your Go-To Resource for Programming Terminology]]></title>
            <description><![CDATA[Are you tired of getting lost in a sea of programming jargon? Do you sometimes find yourself struggling to understand the meaning behind complex coding terms? Well, worry no more! We're thrilled to introduce you to CodeGlossary, your new best friend in the world of programming terminology.]]></description>
            <link>https://j471n.in/blogs/codeglossary</link>
            <guid isPermaLink="true">https://j471n.in/blogs/codeglossary</guid>
            <pubDate>Tue, 29 Aug 2023 15:48:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Demystifying Agile Methodology: A Comprehensive Guide for Everyone]]></title>
            <description><![CDATA[Agile methodology has transformed project management and software development with its emphasis on flexibility, collaboration, and customer-centricity. In this guide, we'll explore the essence of Agile, its principles, frameworks, implementation steps, benefits, challenges, misconceptions, and future trends.]]></description>
            <link>https://j471n.in/blogs/demystifying-agile-methodology</link>
            <guid isPermaLink="true">https://j471n.in/blogs/demystifying-agile-methodology</guid>
            <pubDate>Sun, 27 Aug 2023 09:16:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Boosting Developer Efficiency: Essential Productivity Tools for Coders]]></title>
            <description><![CDATA[If you're a person who writes computer programs or makes software, you're in the right place. We're going to talk about tools that can help you work better and get things done more quickly. So, let's dive in and discover how these tools can make your coding journey smoother!]]></description>
            <link>https://j471n.in/blogs/boosting-developer-efficiency-essential-productivity-tools-for-coders</link>
            <guid isPermaLink="true">https://j471n.in/blogs/boosting-developer-efficiency-essential-productivity-tools-for-coders</guid>
            <pubDate>Sun, 20 Aug 2023 19:23:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[User Guides in Code Documentation: Empowering Users with Usage Instructions]]></title>
            <description><![CDATA[In software development, explaining how code works is important. User guides are a key part of this explanation. They're like detailed maps that show users how to use the software step by step. This article will talk about why user guides are so important, what good things they bring, and how to make user guides that are clear and helpful. By adding user guides into code documentation, developers ensures that users can understand complex code seamlessly.]]></description>
            <link>https://j471n.in/blogs/user-guides-in-code-documentation</link>
            <guid isPermaLink="true">https://j471n.in/blogs/user-guides-in-code-documentation</guid>
            <pubDate>Sat, 19 Aug 2023 19:34:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Data Encryption: Securing Data at Rest and in Transit with Encryption Technologies]]></title>
            <description><![CDATA[In the current digital age, it is extremely important to ensure the security of sensitive information as it is constantly transmitted and stored. One of the most effective tools in achieving this goal is encryption. But what exactly does it mean when data is encrypted? In this article, we will dive into the world of encryption, exploring its meaning, how it works, and the importance of implementing encrypted technologies to safeguard your data.]]></description>
            <link>https://j471n.in/blogs/data-encryption-securing-data-at-rest-and-in-transit-with-encryption-technologies</link>
            <guid isPermaLink="true">https://j471n.in/blogs/data-encryption-securing-data-at-rest-and-in-transit-with-encryption-technologies</guid>
            <pubDate>Tue, 15 Aug 2023 20:36:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Security in Code Reviews: Ensuring Secure and Robust Software Development]]></title>
            <description><![CDATA[In the current digital age, it is extremely important to ensure the security of sensitive information as it is constantly transmitted and stored. One of the most effective tools in achieving this goal is encryption. But what exactly does it mean when data is encrypted? In this article, we will dive into the world of encryption, exploring its meaning, how it works, and the importance of implementing encrypted technologies to safeguard your data.]]></description>
            <link>https://j471n.in/blogs/security-in-code-reviews</link>
            <guid isPermaLink="true">https://j471n.in/blogs/security-in-code-reviews</guid>
            <pubDate>Sat, 05 Aug 2023 20:46:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Level Up Your Web App with Stunning React Charts: Introducing the Top 10 React Charts Libraries]]></title>
            <description><![CDATA[Data Visualization is an important technique for web applications whether you are building a dashboard, analytics tools or any application that works on data (data-driven application) because it helps us to present the data in a way which is understandable and visually appealing. Developers often look for powerful chart libraries that simplify the process of creating stunning visualizations without much effort.]]></description>
            <link>https://j471n.in/blogs/level-up-your-web-app-with-stunning-react-charts-introducing-the-top-10-react-charts-libraries</link>
            <guid isPermaLink="true">https://j471n.in/blogs/level-up-your-web-app-with-stunning-react-charts-introducing-the-top-10-react-charts-libraries</guid>
            <pubDate>Sun, 30 Jul 2023 18:40:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Chrome Extensions of the Month - July 2023]]></title>
            <description><![CDATA[Introducing our handpicked selection of the best Chrome extensions for this month (July)! These powerful tools are guaranteed to enhance your browsing experience and make your online activities more efficient and enjoyable]]></description>
            <link>https://j471n.in/blogs/chrome-extensions-of-the-month-july-2023</link>
            <guid isPermaLink="true">https://j471n.in/blogs/chrome-extensions-of-the-month-july-2023</guid>
            <pubDate>Fri, 21 Jul 2023 11:00:18 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[The One Chrome Extension That Will Save You Hours]]></title>
            <description><![CDATA[Introducing Manganum, a new Chrome extension that transforms your new tab into a productivity machine. Say goodbye to wasted time and disorganization caused by too many tabs and scattered tools. With Manganum, all your important tools and information are consolidated in one place, making browsing simpler and more efficient. Boost your organization and efficiency with this clever extension and never miss a task or appointment again. Try Manganum today!]]></description>
            <link>https://j471n.in/blogs/the-one-chrome-extension-that-will-save-you-hours</link>
            <guid isPermaLink="true">https://j471n.in/blogs/the-one-chrome-extension-that-will-save-you-hours</guid>
            <pubDate>Wed, 19 Jul 2023 11:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Code Reviewing a Ruby on Rails application]]></title>
            <description><![CDATA[Ruby is a programming language that is often praised for its simplicity, elegance, and expressiveness. Just like any other programming language, it's important to focus on writing good quality code to ensure that the applications we build are reliable, scalable, and easy to maintain. Writing high-quality, maintainable Ruby code is essential for developing applications. Performing regular code reviews and using code quality tools can help catch problems early and improve your code over time. This article explores some of the best options for Ruby code reviews and quality analysis.]]></description>
            <link>https://j471n.in/blogs/code-reviewing-a-ruby-on-rails-application</link>
            <guid isPermaLink="true">https://j471n.in/blogs/code-reviewing-a-ruby-on-rails-application</guid>
            <pubDate>Mon, 03 Jul 2023 11:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Top 10 Websites Every Developer Needs to Know About]]></title>
            <description><![CDATA[In this article, I'll share some of the best websites that can help you in your day-to-day work. These sites have been my go-to resources for everything. These websites will save you time and improve your productivity. So buckle up, grab a cup of coffee, and let's dive into the top 10 websites every developer needs to know about!]]></description>
            <link>https://j471n.in/blogs/top-10-websites-every-developer-needs-to-know-about</link>
            <guid isPermaLink="true">https://j471n.in/blogs/top-10-websites-every-developer-needs-to-know-about</guid>
            <pubDate>Tue, 20 Jun 2023 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Pair Programming: Best Practices and Tools Prod]]></title>
            <description><![CDATA[In the fast-paced world we live in, working together is crucial for developing high-quality code. In this article, we'll explore the concept of Pair Programming, uncover its advantages and recommend helpful tools. We'll also bust a few common misconceptions about pair programming along the way.]]></description>
            <link>https://j471n.in/blogs/pair-programming</link>
            <guid isPermaLink="true">https://j471n.in/blogs/pair-programming</guid>
            <pubDate>Tue, 13 Jun 2023 21:06:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Redis Performance Tuning: How to Optimize Redis for High-Traffic Applications]]></title>
            <description><![CDATA[Code Refactoring is the process of improving code without changing its behavior. It is often done to make code more readable and maintainable. Refactoring helps developers take existing code and make it cleaner and more reusable, which makes it easier to work with in the future.
]]></description>
            <link>https://j471n.in/blogs/redis-performance-tuning</link>
            <guid isPermaLink="true">https://j471n.in/blogs/redis-performance-tuning</guid>
            <pubDate>Fri, 09 Jun 2023 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[The Art of Code Review]]></title>
            <description><![CDATA[Code review is the process of inspecting code written by a developer to evaluate its quality. In the context of software development, it's typically used to catch bugs, evaluate design decisions, and ensure that the code is maintainable. Code review is generally considered a best practice in software development because it helps you catch issues before they become bigger problems.]]></description>
            <link>https://j471n.in/blogs/the-art-of-code-review</link>
            <guid isPermaLink="true">https://j471n.in/blogs/the-art-of-code-review</guid>
            <pubDate>Mon, 29 May 2023 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Simplify Your C# Code: Top 5 Refactoring Tools]]></title>
            <description><![CDATA[In this blog post, we will explore the best practices and techniques for tuning Redis performance to ensure your application can handle the most demanding workloads. So, whether you're a seasoned Redis user or just getting started, read on to learn how to optimize your Redis database for lightning-fast speed and excellent scalability.]]></description>
            <link>https://j471n.in/blogs/simplify-your-csharp-code</link>
            <guid isPermaLink="true">https://j471n.in/blogs/simplify-your-csharp-code</guid>
            <pubDate>Sun, 30 Apr 2023 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[VS Code Extensions to Take Your Coding to the Next Level]]></title>
            <description><![CDATA[In this blog, I'll explore some of the top VS Code extensions that can help you take your coding to the next level. Whether you're a beginner or an experienced developer, these extensions will boost your productivity.]]></description>
            <link>https://j471n.in/blogs/vs-code-extensions-1</link>
            <guid isPermaLink="true">https://j471n.in/blogs/vs-code-extensions-1</guid>
            <pubDate>Thu, 20 Apr 2023 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[NoSQL Databases vs Graph Databases: Which one should you use?]]></title>
            <description><![CDATA[Nowadays we have a variety of databases designed to meet our specific data requirements. Although traditional relational databases are commonly used, the flexibility and scalability of NoSQL databases have made them increasingly popular. ]]></description>
            <link>https://j471n.in/blogs/nosql-databases-vs-graph-databases</link>
            <guid isPermaLink="true">https://j471n.in/blogs/nosql-databases-vs-graph-databases</guid>
            <pubDate>Thu, 13 Apr 2023 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Graph Databases vs Relational Databases: What and why?]]></title>
            <description><![CDATA[In this article, we will be looking at the Graph Database and Relational Database. This will be a basic introduction to both databases. We will talk about the pros and cons of course and where should you use which database.]]></description>
            <link>https://j471n.in/blogs/graph-databases-vs-relational-databases</link>
            <guid isPermaLink="true">https://j471n.in/blogs/graph-databases-vs-relational-databases</guid>
            <pubDate>Tue, 28 Mar 2023 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Operating System and it's concepts]]></title>
            <description><![CDATA[In this article, I'll be explaining what is an operating system, its functions, types and services. What are kernel, shell and system calls? and what is CPU scheduling? This will be a short or brief introduction about each of the mentioned topics.
]]></description>
            <link>https://j471n.in/blogs/os-concepts</link>
            <guid isPermaLink="true">https://j471n.in/blogs/os-concepts</guid>
            <pubDate>Fri, 10 Feb 2023 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[My VS Code setup]]></title>
            <description><![CDATA[In this article, I'll be sharing my personal Visual Studio Code setup. This includes the theme and icons that I use, as well as a list of extensions that I find essential for my daily development work.]]></description>
            <link>https://j471n.in/blogs/vs-code-setup</link>
            <guid isPermaLink="true">https://j471n.in/blogs/vs-code-setup</guid>
            <pubDate>Tue, 31 Jan 2023 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Chrome Extensions of the Month - January 2023]]></title>
            <description><![CDATA[In this article, we are going to look at some of the best extensions that you need to install for better productivity. So without further due, let's get into it.]]></description>
            <link>https://j471n.in/blogs/ce-jan-2023</link>
            <guid isPermaLink="true">https://j471n.in/blogs/ce-jan-2023</guid>
            <pubDate>Fri, 27 Jan 2023 18:42:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to use Google Analytics Data API]]></title>
            <description><![CDATA[In this article, I am going to walk you through that how you Google Analytics Data API to fetch data from Google Analytics in the simplest way I can. After reading this article you'll be able to use this in your project with ease.]]></description>
            <link>https://j471n.in/blogs/google-analytics-data-api</link>
            <guid isPermaLink="true">https://j471n.in/blogs/google-analytics-data-api</guid>
            <pubDate>Mon, 26 Dec 2022 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Chrome Extensions of the Month - December 2022]]></title>
            <description><![CDATA[In this article, we are going to look at some of the best extensions that you need to install for better productivity. So without further due, let's get into it. ]]></description>
            <link>https://j471n.in/blogs/ce-dec-2022</link>
            <guid isPermaLink="true">https://j471n.in/blogs/ce-dec-2022</guid>
            <pubDate>Sat, 24 Dec 2022 19:44:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Learn Typescript from Scratch]]></title>
            <description><![CDATA[In this article, I'll give a brief introduction to Typescript. I'll cover most of the topics with examples as well. After reading this post, you can use typescript in your projects (using typescript in React or other frameworks is out of reach). ]]></description>
            <link>https://j471n.in/blogs/ts</link>
            <guid isPermaLink="true">https://j471n.in/blogs/ts</guid>
            <pubDate>Tue, 13 Dec 2022 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Make Your Video Player Float Using PiP API]]></title>
            <description><![CDATA[In this article, I am going to make your video player float by using Picture-in-Picture (PiP) JavaScript Web API. This could be an important feature you can add to your website. If your website is showing a demo or has many videos.
]]></description>
            <link>https://j471n.in/blogs/pip-web-api</link>
            <guid isPermaLink="true">https://j471n.in/blogs/pip-web-api</guid>
            <pubDate>Mon, 12 Dec 2022 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Chrome Extensions of the Month - November 2022]]></title>
            <description><![CDATA[In this article, we are going to look at some of the best extensions that you need to install for better productivity. So without further due, let's get into it.]]></description>
            <link>https://j471n.in/blogs/ce-nov-2022</link>
            <guid isPermaLink="true">https://j471n.in/blogs/ce-nov-2022</guid>
            <pubDate>Mon, 28 Nov 2022 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Access Local Sever on Other Devices]]></title>
            <description><![CDATA[In this article, I am going to show you how you can access your local/localhost server on any other device (Android or iOS).]]></description>
            <link>https://j471n.in/blogs/access-local-server</link>
            <guid isPermaLink="true">https://j471n.in/blogs/access-local-server</guid>
            <pubDate>Fri, 25 Nov 2022 18:33:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Chrome Extensions of the Month - October 2022]]></title>
            <description><![CDATA[In this article, we are going to look at some of the best extensions that you need to install for better productivity. So without further due, let's get into it.]]></description>
            <link>https://j471n.in/blogs/chrome-extensions-oct-2022</link>
            <guid isPermaLink="true">https://j471n.in/blogs/chrome-extensions-oct-2022</guid>
            <pubDate>Thu, 27 Oct 2022 18:47:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How I Made My Portfolio with Next.js]]></title>
            <description><![CDATA[In this article you will be looking at my portfolio built with Next.js. Blog and Styling is powered by MDX and TailwindCSS respectively.
]]></description>
            <link>https://j471n.in/blogs/portfolio-tutorial</link>
            <guid isPermaLink="true">https://j471n.in/blogs/portfolio-tutorial</guid>
            <pubDate>Wed, 12 Oct 2022 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Chrome Extensions of the Month - September 2022]]></title>
            <description><![CDATA[In this article, we are going to look at some of the best extensions that you need to install for better productivity. So without further due, let's get into it.]]></description>
            <link>https://j471n.in/blogs/chrome-extensions-sep-2022</link>
            <guid isPermaLink="true">https://j471n.in/blogs/chrome-extensions-sep-2022</guid>
            <pubDate>Thu, 29 Sep 2022 18:47:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Detect When Users Switch Tabs using JavaScript]]></title>
            <description><![CDATA[In this article, I'll show you how to find out when users change tabs in browsers using JavaScript. It's going to be fun, it's helpful to see how often the user loses his attention. You can even use it to add the data to the database.]]></description>
            <link>https://j471n.in/blogs/detect-when-users-switch-tabs-using-javascript</link>
            <guid isPermaLink="true">https://j471n.in/blogs/detect-when-users-switch-tabs-using-javascript</guid>
            <pubDate>Tue, 06 Sep 2022 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[CSS Battle: #15 - Overlap]]></title>
            <description><![CDATA[In this article, I will solve a `Overlap` CSS Challenge on CSS Battle.]]></description>
            <link>https://j471n.in/blogs/css-battle-15</link>
            <guid isPermaLink="true">https://j471n.in/blogs/css-battle-15</guid>
            <pubDate>Sat, 03 Sep 2022 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Chrome Extensions of the Month - August 2022]]></title>
            <description><![CDATA[In this article, we are going to look at some of the best extensions that you need to install for better productivity. So without further due, let's get into it.]]></description>
            <link>https://j471n.in/blogs/chrome-extensions-aug-2022</link>
            <guid isPermaLink="true">https://j471n.in/blogs/chrome-extensions-aug-2022</guid>
            <pubDate>Tue, 30 Aug 2022 18:47:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[I made all countries' flags using HTML & CSS]]></title>
            <description><![CDATA[In this article, I have made all (195) countries' flags by just using HTML and CSS. At the end of the article. You will have a special Bonus (you have to reach the end of the article to see it).
]]></description>
            <link>https://j471n.in/blogs/countries-flags</link>
            <guid isPermaLink="true">https://j471n.in/blogs/countries-flags</guid>
            <pubDate>Sat, 27 Aug 2022 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[CSS Battle: #14 - Web Maker Logo]]></title>
            <description><![CDATA[In this article, I will solve a `Web Maker Logo` CSS Challenge on CSS Battle.]]></description>
            <link>https://j471n.in/blogs/css-battle-14</link>
            <guid isPermaLink="true">https://j471n.in/blogs/css-battle-14</guid>
            <pubDate>Sat, 20 Aug 2022 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Windows Commands Cheat Sheet]]></title>
            <description><![CDATA[This is the Cheat Sheet of Windows Commands. It gives you all the commands and a short description of the command. I've also attached the documentation link for further reading. ]]></description>
            <link>https://j471n.in/blogs/windows-commands</link>
            <guid isPermaLink="true">https://j471n.in/blogs/windows-commands</guid>
            <pubDate>Tue, 16 Aug 2022 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[CSS Flag: India]]></title>
            <description><![CDATA[On the occasion of Independence day of India, I am starting a new series called CSS Flag. This is the first post where I'll create an Indian Flag using CSS. ]]></description>
            <link>https://j471n.in/blogs/css-flag-india</link>
            <guid isPermaLink="true">https://j471n.in/blogs/css-flag-india</guid>
            <pubDate>Sun, 14 Aug 2022 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[CSS Battle: #13 - Totally Triangle]]></title>
            <description><![CDATA[In this article, I will solve a `Totally Triangle` CSS Challenge on CSS Battle.]]></description>
            <link>https://j471n.in/blogs/css-battle-13</link>
            <guid isPermaLink="true">https://j471n.in/blogs/css-battle-13</guid>
            <pubDate>Mon, 08 Aug 2022 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[CSS Battle: #12 - Wiggly Moustache]]></title>
            <description><![CDATA[In this article, I will solve a `Wiggly Moustache` CSS Challenge on CSS Battle.]]></description>
            <link>https://j471n.in/blogs/css-battle-12</link>
            <guid isPermaLink="true">https://j471n.in/blogs/css-battle-12</guid>
            <pubDate>Wed, 03 Aug 2022 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[CSS Battle: #11 - Eye of Sauron]]></title>
            <description><![CDATA[In this article, I will solve a `Eye of Sauron` CSS Challenge on CSS Battle.]]></description>
            <link>https://j471n.in/blogs/css-battle-11</link>
            <guid isPermaLink="true">https://j471n.in/blogs/css-battle-11</guid>
            <pubDate>Sun, 31 Jul 2022 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Chrome Extensions of the Month - July 2022]]></title>
            <description><![CDATA[In this article, we are going to look at some of the best extensions that you need to install for better productivity. So without further due, let's get into it.]]></description>
            <link>https://j471n.in/blogs/chrome-extensions-july-2022</link>
            <guid isPermaLink="true">https://j471n.in/blogs/chrome-extensions-july-2022</guid>
            <pubDate>Sat, 30 Jul 2022 18:47:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[CSS Battle: #10 - Cloaked Spirits]]></title>
            <description><![CDATA[In this article, I will solve a `Cloaked Spirits` CSS Challenge on CSS Battle.]]></description>
            <link>https://j471n.in/blogs/css-battle-10</link>
            <guid isPermaLink="true">https://j471n.in/blogs/css-battle-10</guid>
            <pubDate>Tue, 26 Jul 2022 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[CSS Battle: #9 - Tesseract]]></title>
            <description><![CDATA[In this article, I will solve a `Tesseract` CSS Challenge on CSS Battle.]]></description>
            <link>https://j471n.in/blogs/css-battle-9</link>
            <guid isPermaLink="true">https://j471n.in/blogs/css-battle-9</guid>
            <pubDate>Fri, 22 Jul 2022 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[CSS Battle: #8 - Forking Crazy]]></title>
            <description><![CDATA[In this article, I will solve a `Forking Crazy` CSS Challenge on CSS Battle.]]></description>
            <link>https://j471n.in/blogs/css-battle-8</link>
            <guid isPermaLink="true">https://j471n.in/blogs/css-battle-8</guid>
            <pubDate>Wed, 20 Jul 2022 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[CSS Battle: #7 - Leafy Trail]]></title>
            <description><![CDATA[In this article, I will solve a `Leafy Trail` CSS Challenge on CSS Battle.]]></description>
            <link>https://j471n.in/blogs/css-battle-7</link>
            <guid isPermaLink="true">https://j471n.in/blogs/css-battle-7</guid>
            <pubDate>Tue, 19 Jul 2022 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[CSS Battle: #6 - Missing Slice]]></title>
            <description><![CDATA[In this article, I will solve a `Missing Slice` CSS Challenge on CSS Battle.]]></description>
            <link>https://j471n.in/blogs/css-battle-6</link>
            <guid isPermaLink="true">https://j471n.in/blogs/css-battle-6</guid>
            <pubDate>Sat, 09 Jul 2022 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[IP Address & Classes]]></title>
            <description><![CDATA[In this article, I have solved an `Acid Rain` CSS Challenge on CSS Battle. It contains two ways by which you can solve this challenge.
]]></description>
            <link>https://j471n.in/blogs/ip-address-and-classes</link>
            <guid isPermaLink="true">https://j471n.in/blogs/ip-address-and-classes</guid>
            <pubDate>Tue, 05 Jul 2022 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[CSS Battle: #5 - Acid Rain]]></title>
            <description><![CDATA[In this article, I will solve a `Acid Rain` CSS Challenge on CSS Battle.]]></description>
            <link>https://j471n.in/blogs/css-battle-5</link>
            <guid isPermaLink="true">https://j471n.in/blogs/css-battle-5</guid>
            <pubDate>Sat, 02 Jul 2022 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Chrome Extensions of the Month - June 2022]]></title>
            <description><![CDATA[In this article, we are going to look at some of the best extensions that you need to install for better productivity. So without further due, let's get into it.]]></description>
            <link>https://j471n.in/blogs/chrome-extensions-june-2022</link>
            <guid isPermaLink="true">https://j471n.in/blogs/chrome-extensions-june-2022</guid>
            <pubDate>Wed, 29 Jun 2022 18:47:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[CSS Battle: #4 - Ups n Downs]]></title>
            <description><![CDATA[In this article, I will solve a `Ups n Downs` CSS Challenge on CSS Battle.]]></description>
            <link>https://j471n.in/blogs/css-battle-4</link>
            <guid isPermaLink="true">https://j471n.in/blogs/css-battle-4</guid>
            <pubDate>Mon, 27 Jun 2022 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[CSS Battle: #3 - Push Button]]></title>
            <description><![CDATA[In this article, I will solve a `Push Button` CSS Challenge on CSS Battle.]]></description>
            <link>https://j471n.in/blogs/css-battle-3</link>
            <guid isPermaLink="true">https://j471n.in/blogs/css-battle-3</guid>
            <pubDate>Sun, 26 Jun 2022 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[CSS Battle: #2 - Carrom]]></title>
            <description><![CDATA[In this article, I will solve a `Carrom` CSS Challenge on CSS Battle.]]></description>
            <link>https://j471n.in/blogs/css-battle-2</link>
            <guid isPermaLink="true">https://j471n.in/blogs/css-battle-2</guid>
            <pubDate>Sat, 25 Jun 2022 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[CSS Battle: #1 - Simply Square]]></title>
            <description><![CDATA[In this article, I will solve a `Simply Square` CSS Challenge on CSS Battle.]]></description>
            <link>https://j471n.in/blogs/css-battle-1</link>
            <guid isPermaLink="true">https://j471n.in/blogs/css-battle-1</guid>
            <pubDate>Fri, 24 Jun 2022 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Preview File before uploading in React]]></title>
            <description><![CDATA[This article will explain how you can build a file previewer in React that works for images and videos. With this article's help, you can create your own and make support for other files.
]]></description>
            <link>https://j471n.in/blogs/preview-file-in-react</link>
            <guid isPermaLink="true">https://j471n.in/blogs/preview-file-in-react</guid>
            <pubDate>Fri, 03 Jun 2022 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Active Navbar with Next.js]]></title>
            <description><![CDATA[This is the walkthrough of how you can make an active navigation bar by using Next.js router and it'll highlight the current page user visiting in the navbar.]]></description>
            <link>https://j471n.in/blogs/active-navbar-next-js</link>
            <guid isPermaLink="true">https://j471n.in/blogs/active-navbar-next-js</guid>
            <pubDate>Wed, 25 May 2022 18:36:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Truncate String with CSS]]></title>
            <description><![CDATA[In this article, I am going to cover how you can create truncate strings or paragraphs by just using CSS.]]></description>
            <link>https://j471n.in/blogs/truncate-css</link>
            <guid isPermaLink="true">https://j471n.in/blogs/truncate-css</guid>
            <pubDate>Wed, 18 May 2022 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to add RSS feed in Next.js Blog]]></title>
            <description><![CDATA[In this article, I will explain how you can create an RSS feed for your Next.js application in XML and JSON format.
]]></description>
            <link>https://j471n.in/blogs/rss-feed-for-nextjs</link>
            <guid isPermaLink="true">https://j471n.in/blogs/rss-feed-for-nextjs</guid>
            <pubDate>Sun, 15 May 2022 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to use Spotify API with Next.js]]></title>
            <description><![CDATA[In this article, I am going to explain how you can use the Spotify API to fetch the data of your account using Next.js API routes.]]></description>
            <link>https://j471n.in/blogs/spotify-api-nextjs</link>
            <guid isPermaLink="true">https://j471n.in/blogs/spotify-api-nextjs</guid>
            <pubDate>Wed, 11 May 2022 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Paths and Comments in Bash]]></title>
            <description><![CDATA[In this article, I've discussed about the Absolute and Relative paths and how you can use them and also how you can write the Single and Multiline comments in the bash script.
]]></description>
            <link>https://j471n.in/blogs/paths-and-comments-in-bash</link>
            <guid isPermaLink="true">https://j471n.in/blogs/paths-and-comments-in-bash</guid>
            <pubDate>Sun, 08 May 2022 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Chrome Extensions of the Month - April]]></title>
            <description><![CDATA[In this article, we are going to look at some of the best extensions that you need to install for better productivity. So without further due, let's get into it.]]></description>
            <link>https://j471n.in/blogs/chrome-extensions-april</link>
            <guid isPermaLink="true">https://j471n.in/blogs/chrome-extensions-april</guid>
            <pubDate>Thu, 21 Apr 2022 18:47:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Create Bash Script & File Permissions]]></title>
            <description><![CDATA[In this article, I have talked about how you can create a bash script and what are the permission for the files, and how you can manipulate those permissions.
]]></description>
            <link>https://j471n.in/blogs/create-bash-script-and-file-permissions</link>
            <guid isPermaLink="true">https://j471n.in/blogs/create-bash-script-and-file-permissions</guid>
            <pubDate>Thu, 21 Apr 2022 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Getting Started with Bash]]></title>
            <description><![CDATA[In this article we are going to learn about what is bash and how we are going to install in windows?
]]></description>
            <link>https://j471n.in/blogs/getting-started-with-bash</link>
            <guid isPermaLink="true">https://j471n.in/blogs/getting-started-with-bash</guid>
            <pubDate>Tue, 12 Apr 2022 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[ Scroll to the top with JS]]></title>
            <description><![CDATA[You may have seen various types of website in that there is a button that takes you to the top of the page. Have you ever wondered how it actually works? Well, it's not rocket science or something it's very easy to do and after reading this article I am sure your website will have that button too. So without further due, let's get into it.]]></description>
            <link>https://j471n.in/blogs/scroll-to-the-top-with-js</link>
            <guid isPermaLink="true">https://j471n.in/blogs/scroll-to-the-top-with-js</guid>
            <pubDate>Tue, 08 Mar 2022 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Google Docs with Next.js]]></title>
            <description><![CDATA[In this article, we are going to build a notification panel style with CSS and will toggle the button with JS. It's very simple to do.
]]></description>
            <link>https://j471n.in/blogs/next-google-docs</link>
            <guid isPermaLink="true">https://j471n.in/blogs/next-google-docs</guid>
            <pubDate>Sat, 19 Feb 2022 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[JavaScript Cheat Sheet that you should bookmark]]></title>
            <description><![CDATA[This is the Cheat Sheet of JavaScript. It contains explanations, code examples, basic and important operators, functions, principles, methods, and many more. It provides a good overview of the language.
]]></description>
            <link>https://j471n.in/blogs/js-cheatsheet</link>
            <guid isPermaLink="true">https://j471n.in/blogs/js-cheatsheet</guid>
            <pubDate>Mon, 31 Jan 2022 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Notification Panel]]></title>
            <description><![CDATA[In this article, we are going to build a notification panel style with CSS and will toggle the button with JS. It's very simple to do.
]]></description>
            <link>https://j471n.in/blogs/notification-panel</link>
            <guid isPermaLink="true">https://j471n.in/blogs/notification-panel</guid>
            <pubDate>Sat, 22 Jan 2022 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[6 ways to center a div]]></title>
            <description><![CDATA[This article show how you can make Center a child div vertically and horizontally respect to it's parent. There are many ways to do it. These ways are the best to use.]]></description>
            <link>https://j471n.in/blogs/6-ways-to-center-a-div</link>
            <guid isPermaLink="true">https://j471n.in/blogs/6-ways-to-center-a-div</guid>
            <pubDate>Wed, 19 Jan 2022 19:53:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Image Slider with Vanila JS]]></title>
            <description><![CDATA[In this article, we are going to make an Image Slider also known as carousel with a clean UI. It can slide the images with awesome animation and it will track the current image which you can see via dots on the bottom. First, Let's see what are we building.
]]></description>
            <link>https://j471n.in/blogs/image-slider-with-vanila-js</link>
            <guid isPermaLink="true">https://j471n.in/blogs/image-slider-with-vanila-js</guid>
            <pubDate>Thu, 30 Dec 2021 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Colorful Rain with JS]]></title>
            <description><![CDATA[In this article, we are going to build a container that generates rain by using JS. And it is a colorful rain with random colors. You can play with colors however you want.]]></description>
            <link>https://j471n.in/blogs/colorful-rain-with-js</link>
            <guid isPermaLink="true">https://j471n.in/blogs/colorful-rain-with-js</guid>
            <pubDate>Tue, 14 Dec 2021 18:47:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Why I ditched chrome for Edge?]]></title>
            <description><![CDATA[I've been using google chrome for a long time I love the extensions and the look and feel of chrome but then I realized that all these extensions now work on the new Microsoft edge plus edge got a bunch of additional features. That I always wish chrome had let's take a look at why edge may be the better choice.]]></description>
            <link>https://j471n.in/blogs/why-i-ditched-chrome-for-edge</link>
            <guid isPermaLink="true">https://j471n.in/blogs/why-i-ditched-chrome-for-edge</guid>
            <pubDate>Sat, 11 Dec 2021 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Creative Hover Menu with CSS]]></title>
            <description><![CDATA[In this article, we are going to make the navigation menu, but it will be in the aerticle form, I'll recommend you to use this as the full page menu.]]></description>
            <link>https://j471n.in/blogs/creative-hover-menu-with-css</link>
            <guid isPermaLink="true">https://j471n.in/blogs/creative-hover-menu-with-css</guid>
            <pubDate>Fri, 10 Dec 2021 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Typing Effect with typed.js]]></title>
            <description><![CDATA[This article show how you can make typing effect using Typed.js, In this you can pass array as argument and it will iterate over that and will show you the result in the typing form.]]></description>
            <link>https://j471n.in/blogs/typing-effect-with-typedjs</link>
            <guid isPermaLink="true">https://j471n.in/blogs/typing-effect-with-typedjs</guid>
            <pubDate>Wed, 08 Dec 2021 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Countdown Loading with JS]]></title>
            <description><![CDATA[In this article, we are building a countdown with the help of JavaScript and CSS. It can also be used as the loading countdown.]]></description>
            <link>https://j471n.in/blogs/countdown-loading-with-js</link>
            <guid isPermaLink="true">https://j471n.in/blogs/countdown-loading-with-js</guid>
            <pubDate>Mon, 06 Dec 2021 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to use Battery Status API?]]></title>
            <description><![CDATA[In this article, we are gonna build a Battery Informer which will display the battery status and the other information along with it such as the charging status, charging level and the discharging time.]]></description>
            <link>https://j471n.in/blogs/battery-api</link>
            <guid isPermaLink="true">https://j471n.in/blogs/battery-api</guid>
            <pubDate>Sun, 05 Dec 2021 18:38:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Typing Effect by using CSS]]></title>
            <description><![CDATA[As you may have already seen some website which has some kind of typing animation. It looks cool right but what if I tell you it is very easy to do and you can do it with just CSS only, not without using JS.]]></description>
            <link>https://j471n.in/blogs/typing-effect-by-using-css</link>
            <guid isPermaLink="true">https://j471n.in/blogs/typing-effect-by-using-css</guid>
            <pubDate>Thu, 02 Dec 2021 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Clean Loading Animation]]></title>
            <description><![CDATA[In this article, we are going to build another loading animation with pure CSS]]></description>
            <link>https://j471n.in/blogs/clean-loading-animation</link>
            <guid isPermaLink="true">https://j471n.in/blogs/clean-loading-animation</guid>
            <pubDate>Wed, 01 Dec 2021 18:47:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Curved Timeline in CSS]]></title>
            <description><![CDATA[In this article, we are gonna build a curved timeline for your website which you can use later on in your portfolio to display your work history or maybe something else you want.]]></description>
            <link>https://j471n.in/blogs/curved-timeline-in-css</link>
            <guid isPermaLink="true">https://j471n.in/blogs/curved-timeline-in-css</guid>
            <pubDate>Sat, 27 Nov 2021 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to use Web Storage API?]]></title>
            <description><![CDATA[In this article, we are going to look at the different types of web storage such as Local Storage, Session Storage, and Cookies to be more precise.]]></description>
            <link>https://j471n.in/blogs/web-storage-api</link>
            <guid isPermaLink="true">https://j471n.in/blogs/web-storage-api</guid>
            <pubDate>Thu, 18 Nov 2021 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Video as Text background using CSS]]></title>
            <description><![CDATA[In this article, we will use any video as the background of the text. As you may have already know you cannot use directly video as the text background.]]></description>
            <link>https://j471n.in/blogs/video-as-text-background-using-css</link>
            <guid isPermaLink="true">https://j471n.in/blogs/video-as-text-background-using-css</guid>
            <pubDate>Fri, 12 Nov 2021 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Timeline with CSS]]></title>
            <description><![CDATA[In this article, we are gonna build a timeline for your website which you can use later on in your portfolio to display your work history or maybe something else you want.]]></description>
            <link>https://j471n.in/blogs/timeline-with-css</link>
            <guid isPermaLink="true">https://j471n.in/blogs/timeline-with-css</guid>
            <pubDate>Tue, 09 Nov 2021 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Fully functional google search with next.js]]></title>
            <description><![CDATA[In this article, we are gonna build a Battery Informer which will display the battery status and the other information along with it such as the charging status, charging level and the discharging time.
]]></description>
            <link>https://j471n.in/blogs/next-google</link>
            <guid isPermaLink="true">https://j471n.in/blogs/next-google</guid>
            <pubDate>Wed, 03 Nov 2021 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Glassmorphism Circle Loading Animation]]></title>
            <description><![CDATA[In this article we are gonna build a loading spinner with the glassmorphism with transform rotations.
]]></description>
            <link>https://j471n.in/blogs/glassmorphism-circle-loading-animation</link>
            <guid isPermaLink="true">https://j471n.in/blogs/glassmorphism-circle-loading-animation</guid>
            <pubDate>Mon, 01 Nov 2021 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Prevent Heroku Server from Sleeping for FREE]]></title>
            <description><![CDATA[In this article, I am gonna tell you about how you can run the Heroku server free for a lifetime. So let's get into it.
]]></description>
            <link>https://j471n.in/blogs/prevent-heroku-server-from-sleeping-for-free</link>
            <guid isPermaLink="true">https://j471n.in/blogs/prevent-heroku-server-from-sleeping-for-free</guid>
            <pubDate>Sat, 30 Oct 2021 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to share anything from your website by Web Share API]]></title>
            <description><![CDATA[In this article we are going to look at Web Share API. With the Web Share API, web apps are able to use the same system-provided share capabilities as platform-specific apps.]]></description>
            <link>https://j471n.in/blogs/web-share-api</link>
            <guid isPermaLink="true">https://j471n.in/blogs/web-share-api</guid>
            <pubDate>Thu, 28 Oct 2021 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[5 very useful chrome/edge extensions for developers]]></title>
            <description><![CDATA[In this article we are going to look at some useful chrome extension which can be very handy as a developer.]]></description>
            <link>https://j471n.in/blogs/5-very-useful-chrome-edge-extensions-for-developers</link>
            <guid isPermaLink="true">https://j471n.in/blogs/5-very-useful-chrome-edge-extensions-for-developers</guid>
            <pubDate>Wed, 27 Oct 2021 19:52:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Glassmorphism Loading Animation]]></title>
            <description><![CDATA[In this article we are gonna build a loading spinner with the glassmorphism UI.]]></description>
            <link>https://j471n.in/blogs/glassmorphism-loading-animation</link>
            <guid isPermaLink="true">https://j471n.in/blogs/glassmorphism-loading-animation</guid>
            <pubDate>Tue, 26 Oct 2021 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Some Strange Concept of JavaScript]]></title>
            <description><![CDATA[In this article, we are going to look at some weird and strange concepts of JavaScript, Some of which you may know and some may not. So stay tuned till the end.]]></description>
            <link>https://j471n.in/blogs/some-strange-concept-of-javascript</link>
            <guid isPermaLink="true">https://j471n.in/blogs/some-strange-concept-of-javascript</guid>
            <pubDate>Sun, 24 Oct 2021 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[10 CSS Resources that you should bookmark]]></title>
            <description><![CDATA[In this article we are going to look at some awesome resource for you that can improve your productivity.
]]></description>
            <link>https://j471n.in/blogs/10-css-resources-that-you-should-bookmark</link>
            <guid isPermaLink="true">https://j471n.in/blogs/10-css-resources-that-you-should-bookmark</guid>
            <pubDate>Sat, 23 Oct 2021 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to use ::before and ::after in Tailwind CSS]]></title>
            <description><![CDATA[This article explains how you can use `::before` and `::after` selectors in Tailwind CSS]]></description>
            <link>https://j471n.in/blogs/before-and-after-in-tailwind-css</link>
            <guid isPermaLink="true">https://j471n.in/blogs/before-and-after-in-tailwind-css</guid>
            <pubDate>Thu, 21 Oct 2021 18:39:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[CSS Gradient Loading Animation]]></title>
            <description><![CDATA[In this article we are gonna build a loading spinner for you website. which is in the gradient form you can customize that as you want.]]></description>
            <link>https://j471n.in/blogs/css-gradient-loading-animation</link>
            <guid isPermaLink="true">https://j471n.in/blogs/css-gradient-loading-animation</guid>
            <pubDate>Thu, 21 Oct 2021 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Some JavaScript Methods you should know]]></title>
            <description><![CDATA[This article exlains some javascript methods that you should know, such as concat, split, join etc.
]]></description>
            <link>https://j471n.in/blogs/some-javascript-methods-you-should-know</link>
            <guid isPermaLink="true">https://j471n.in/blogs/some-javascript-methods-you-should-know</guid>
            <pubDate>Wed, 20 Oct 2021 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[10 Git Commands everybody should know]]></title>
            <description><![CDATA[In this article there are 10 git commands which will help you in your projects]]></description>
            <link>https://j471n.in/blogs/10-git-commands-everybody-should-know</link>
            <guid isPermaLink="true">https://j471n.in/blogs/10-git-commands-everybody-should-know</guid>
            <pubDate>Tue, 19 Oct 2021 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Convert Next.js app to PWA]]></title>
            <description><![CDATA[This article explains how to turn your Next.js web app into a Progressive Web App (PWA). It covers the benefits of PWAs, highlights Next.js features, and provides step-by-step instructions for adding PWA functionality, including implementing a service worker and utilizing the Web App Manifest. By following the guide, you can enhance your app's performance, offline capabilities, and installability for a seamless user experience.]]></description>
            <link>https://j471n.in/blogs/convert-nextjs-app-to-pwa</link>
            <guid isPermaLink="true">https://j471n.in/blogs/convert-nextjs-app-to-pwa</guid>
            <pubDate>Mon, 18 Oct 2021 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to use the dev.to API?]]></title>
            <description><![CDATA[This article is the brief documentation about how you can fetch the data from the dev.to API]]></description>
            <link>https://j471n.in/blogs/dev-to-api</link>
            <guid isPermaLink="true">https://j471n.in/blogs/dev-to-api</guid>
            <pubDate>Fri, 08 Oct 2021 18:30:00 GMT</pubDate>
        </item>
    </channel>
</rss>