Learn ReactJS & React Native With Me
  • Home
  • React Native Series
  • React Js
  • Write for us
  • Animal Welfare
  • About Me
  • Contact
  • Home
  • React Native Series
  • React Js
  • Write for us
  • Animal Welfare
  • About Me
  • Contact
  • Facebook
  • Twitter
  • LinkedIn
  • Email
Learn ReactJS & React Native With Me

Code, Bugs, Pitfalls, Tricks of React Js & React Native

  • Home
  • React Native Series
  • React Js
  • Write for us
  • Animal Welfare
  • About Me
  • Contact

Akash Mittal

579 posts
This is Akash Mittal, an overall computer scientist. He is in software development from more than 10 years and worked on technologies like ReactJS, React Native, Php, JS, Golang, Java, Android etc. Being a die hard animal lover is the only trait, he is proud of.
react js sample project step by step
  • React Js

    React JS sample project step by step

    • Akash Mittal
    • September 5, 2022
    In this article we are going to learn step by step, how to create a sample project in react js. We will start from installation of create-react-app library and move…
    View Post

    ReferenceError: $ is not defined in JQuery

    • Akash Mittal
    • September 5, 2022
    When I was creating my first jquery project in 2012, I got a weird referenceerror: $ is not defined. I was very excited with JQuery but this error broke my…
    View Post

    Create Pagination in ReactJS using Bootstrap

    • Akash Mittal
    • September 5, 2022
    In this article I am going to show you how to create pagination in ReactJS using React Bootstrap pagination component. We will create the functionality for page numbers, next, previous,…
    View Post

    How to upload a file in React JS?

    • Akash Mittal
    • September 5, 2022
    To upload a file in React Js, we can use FormData() api of javascript. We need to create a form with input file field and append the form value into…
    View Post
    react-three-fiber introduction
    • React Js

      React-Three-Fiber | How three.js is used with React.js – Introduction

      • Akash Mittal
      • September 5, 2022
      Three.js is the 3d animation library which is used to design games, movies, scenes, animations, graphics, vfx etc. If you want to learn more about three.js then follow our introductory…
      View Post

      Adding space and tabs in html

      • Akash Mittal
      • September 5, 2022
      Html strips more than 1 blank space. So, for example, if you want to write – Iron      Man, the html will strip all the consecutive spaces and keep only…
      View Post
      threejs - installation creating a scene
      • JavaScript

        Getting started with three.js

        • Akash Mittal
        • September 5, 2022
        In this article I am going to show you how you can get started with three.js. We will look at installation, creating a scene and loading a 3d model. You…
        View Post

        devtools failed to parse sourcemap

        • Akash Mittal
        • April 24, 2021
        If you got the warning that devtools failed to parse sourcemap then you need to know that either browser is not able to find sourcemap location or file is corrupted.…
        View Post

        Convert list to string in Python

        • Akash Mittal
        • September 5, 2022
        Python provides join() function which could be used to convert list to string. If the items of the list are not string then you may need to convert them to…
        View Post

        ReactJS – Setting default baseurl in Axios

        • Akash Mittal
        • September 5, 2022
        By setting the default baseurl in Axios, we don’t need to call the APIs with whole url. Only the endpoint will be required. The simplest procedure of doing this is…
        View Post

        R lang – Remove rows in dataframe

        • Akash Mittal
        • September 5, 2022
        R lang provides the – operator to remove rows from dataframe. Simply provide the indexes of rows to remove with – sign. Consider this example – Here we have created…
        View Post

        Cpu supports instructions that this tensorflow binary was not compiled to use: avx2 fma

        • Akash Mittal
        • April 21, 2021
        When I was working on my new tensorflow project, I got the warning that CPU supports instructions that this tensorflow binary was not compiled to use: avx2, fma. This shows…
        View Post

        Pandas iterate over rows – Python

        • Akash Mittal
        • September 5, 2022
        Python pandas provides iterrows() function which can be used to iterate over rows in dataframe. Consider this example – In order to iterate row by row, we need to run…
        View Post

        syntaxerror: unexpected eof while parsing Python – Code Example

        • Akash Mittal
        • September 5, 2022
        Python throws syntaxerror: unexpected eof while parsing, when there is – extra open parenthesis, extra quote in strings, missed parenthesis, try block without finally, loops or conditions without body. In…
        View Post

        ValueError: the truth value of an array with more than one element is ambiguous. use a.any() or a.all()

        • Akash Mittal
        • September 5, 2022
        Python numpy throws valueerror: the truth value of an array with more than one element is ambiguous. use a.any() or a.all(), when an array is compared using some boolean form.…
        View Post

        error in file(file, “rt”) : cannot open the connection

        • Akash Mittal
        • April 9, 2021
        R throws error in file(file, “rt”) : cannot open the connection, when it’s not able to find the file in the provided path. This could happen either due to wrong…
        View Post

        How to rename columns in Pandas Python?

        • Akash Mittal
        • September 5, 2022
        To rename columns in dataframe in Pandas python, you can either provide new columns in column property or you can use rename() function. Consider this code – In this code…
        View Post

        Git Error: refusing to merge unrelated histories

        • Akash Mittal
        • April 6, 2021
        Git throws error: refusing to merge unrelated histories, when git history is lost or got corrupted and you try to merge the pull. The solution to this problem is to…
        View Post

        modulenotfounderror: no module named ‘numpy’

        • Akash Mittal
        • April 6, 2021
        Python throws modulenotfounderror: no module named ‘numpy’, in four conditions – When you have multiple versions of python installed and you installed numpy on one version but using different one…
        View Post

        error: src refspec master does not match any

        • Akash Mittal
        • April 6, 2021
        Git throws error: src refspec master does not match any, due to a number of reasons and most common are – Wrong or spelling mistake in branch name, using older…
        View Post

        Posts navigation

        Previous 1 … 21 22 23 … 29 Next

        Learn ReactJS & React Native With Me
        Copyright AkashMittal.com | Privacy Policy