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.
carbon language primitive datatypes int float bool string
  • Carbon

    Carbon Language – Bool, Int, Float, String Primitive Types

    • Akash Mittal
    • July 28, 2022
    There are 4 primitive data types in Carbon language – Bool, Int, Float and String. Bool Similar to other languages, bool represents Boolean. It’s values are True and False. It…
    View Post
    how to define variables in carbon language
    • Carbon

      How to define variables in carbon language?

      • Akash Mittal
      • July 28, 2022
      To define variables in carbon language, use this syntax – Code Example Let’s understand this example – var – To indicate that this is a variable. x – Name of…
      View Post
      introduction to carbon language - what and why it is created
      • Carbon

        Introduction to Carbon Language

        • Akash Mittal
        • July 28, 2022
        Carbon Language is the successor to C++ which means it is better in all those aspects where C++ lacks. In this article we will introduce you to the Carbon Language.…
        View Post
        standard_init_linux go 228 exec user process caused exec format error
        • Docker

          standard_init_linux.go:228: exec user process caused: exec format error

          • Akash Mittal
          • September 18, 2022
          Docker throws error standard_init_linux.go:228: exec user process caused: exec format error when there are issues with executable file format. It could happen due to these reasons – You forgot to…
          View Post
          bootstrap tour links to other pages
          • Bootstrap
          • Html-Css

            Bootstrap tour links to other pages

            • Akash Mittal
            • September 5, 2022
            In this article we will see how Bootstrap Tour links to other pages. By the end of this post we will create a multi page application with Bootstrap tour embedded…
            View Post
            Only length-1 arrays can be converted to python scalars
            • Python

              Only length-1 arrays can be converted to python scalars

              • Akash Mittal
              • September 5, 2022
              Numpy throws error – only length-1 (size-1) arrays can be converted to python scalars when you are passing an array to a Python inbuild function which expects single value. This…
              View Post
              aapt: error: resource android:color/system_neutral1_1000 not found
              • Android

                aapt: error: resource android:color/system_neutral1_1000 not found

                • Akash Mittal
                • July 23, 2022
                You will get aapt: error: resource android:color/system_neutral1_1000 not found when you are using Material-1.5.0-alpha03 or later and using compiledSdkVersion less than 31. Problem According to Material Component release notes, Make…
                View Post
                plex sonarr radarr jackett transmission docker
                • Docker

                  sonarr radarr jackett transmission docker

                  • Akash Mittal
                  • September 13, 2022
                  In this article we will see how to run docker containers for Plex, Sonarr, Radarr, Jackett and Transmission. Together these technologies make a complete suit. Let’s see how we can…
                  View Post
                  third time lucky how I conquered Wordpress
                  • Wordpress

                    Third time lucky how I conquered WordPress

                    • Akash Mittal
                    • September 13, 2022
                    You can never guess how many times I tried to learn WordPress. For a beginner, it seems a daunting process. First two times I made several mistakes but the third…
                    View Post
                    docker container inspect - getting details of a container
                    • Docker
                    • Kubernetes

                      Docker container inspect – Getting details of a container

                      • Akash Mittal
                      • July 21, 2022
                      To get the details of a container we can use docker inspect command like this – Or this – Let’s see this in action. First we will start a node…
                      View Post
                      access docker container filesystem and terminal
                      • Docker
                      • Kubernetes

                        How to access docker container filesystem and terminal?

                        • Akash Mittal
                        • July 20, 2022
                        To access docker container filesystem and terminal, use this command – Here the choice of terminal depends on the flavor of operating system used by container image. Some of them…
                        View Post
                        set custom name to docker container
                        • Docker
                        • Kubernetes

                          How to set custom name to docker container?

                          • Akash Mittal
                          • July 20, 2022
                          In order to set custom name to a docker container, use this command – For example, we can run a mongodb container with custom name as my-mongo-container – This will…
                          View Post
                          stream logs of docker container
                          • Docker
                          • Kubernetes

                            How to continuously stream logs of docker container?

                            • Akash Mittal
                            • July 20, 2022
                            We saw in our last article how to get logs of a docker container. In this article we will see how to continuously stream the logs in host machine. For…
                            View Post
                            check logs of docker container
                            • Docker
                            • Kubernetes

                              How to check logs of docker container?

                              • Akash Mittal
                              • July 20, 2022
                              In order to get logs of docker container, we can use this command – Or, For our example of mongodb, let’s first run a container – Now let’s check which…
                              View Post
                              bind docker container port with host
                              • Docker
                              • Kubernetes

                                How to bind docker container port with host

                                • Akash Mittal
                                • July 20, 2022
                                To bind a docker container port with host, use this command – Let’s see this using an example. First, we need a docker image which exposes a port. Generally the…
                                View Post
                                difference between docker start and docker run
                                • Docker
                                • Kubernetes

                                  Difference between docker run & docker start

                                  • Akash Mittal
                                  • July 20, 2022
                                  In this article we will look at the differences between docker run and docker start command. We will discuss which one to use and when. docker run docker start This…
                                  View Post
                                  start-stop docker container
                                  • Docker
                                  • Kubernetes

                                    How to start/stop a docker container?

                                    • Akash Mittal
                                    • July 20, 2022
                                    To start a container, use this command – Or To stop a container, use this command – Or,
                                    View Post
                                    list all docker containers in system
                                    • Docker
                                    • Kubernetes

                                      How to list all the docker containers?

                                      • Akash Mittal
                                      • July 20, 2022
                                      To list all the running docker containers, use this command – and use this command to list all the containers running or otherwise – Different Container States Suppose no container…
                                      View Post
                                      list all docker images in system
                                      • Docker
                                      • Kubernetes

                                        How to list all docker images in system?

                                        • Akash Mittal
                                        • July 20, 2022
                                        To list all docker images in your system, use this command – Here you can see that we have a node image in our system. If you have more images,…
                                        View Post
                                        docker run command not running container error
                                        • Docker
                                        • Kubernetes

                                          Why docker run command not running container?

                                          • Akash Mittal
                                          • July 20, 2022
                                          Sometimes, docker run <image> or docker start <container_id> doesn’t start a container. This is because either there is no starting process or the process completes instantly. Introduction In Dockerfile of…
                                          View Post

                                          Posts navigation

                                          Previous 1 … 18 19 20 … 29 Next

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