Now Playing

    Song Title - Amrit Acharya

    Loading...
    Profile Picture
    Designed and Developed by Amrit Acharya @2025 | All Rights Reserved

    Blogs

    thumbnail
    Web Development

    Generate a sitemap for the react application

    Creating a sitemap for a React application can indeed be a complex task, especially when managing routes dynamically. However, with the right approach, this process can be simplified significantly. In this article, I'll guide you through the steps to streamline the creation of a sitemap for your React application.

    Read More
    thumbnail
    Web Development

    Code splitting in React JS

    An organized or maintainable code can speak for itself, there is no need to explain" In React JS there is a main concept to enhance the performance of code and its maintainability, which is code splitting. Code splitting is a way to divide your code into smaller chunks or parts due to which you easily specify your specific functionality within the app.

    Read More
    thumbnail
    Web Development

    How to open any GitHub repo to VsCode?

    Yes, you can open any GitHub repo into vscode with one click.

    Read More
    thumbnail
    Web Development

    Enter does not work in vs code.

    If you have installed https://marketplace.visualstudio.com/items?itemName=styled-components.vscode-styled-components extension in your vs code extensions, just uninstall it and try an alternative because it is not well maintained extension. Press "CTRL+K+S" simultaneously and the window is opened Search "enter" there and right-click on the command contributed by vscode-styled-components Then press on "Remove binding".

    Read More