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.
dockerfile FROM RUN COPY ENTRYPOINT CMD EXPOSE
  • Docker
  • Kubernetes

    Docker Image – FROM, RUN, COPY, ENTRYPOINT, CMD, EXPOSE

    • Akash Mittal
    • July 20, 2022
    Today we will learn everything about docker image. You might wonder how a Dockerfile creates an Image which runs a container. We will see all the commands which are used…
    View Post
    how to install and run docker image
    • Docker
    • Kubernetes

      How to install and run docker image?

      • Akash Mittal
      • July 20, 2022
      This is the 3rd post in Kubernetes series. We will learn the first step of using docker here. Before moving forward, you will need to install docker on your system.…
      View Post
      docker container images repositories
      • Docker
      • Kubernetes

        Dockers, Containers, Images & Repositories

        • Akash Mittal
        • September 4, 2022
        Okay, so how many of these terms have you heard – Docker, Container, node, Pods, Services, Ingress, Etcd, Kubectl, configmap, secretmap, deployment, repository? Today is your lucky day because you…
        View Post
        kubernetes introduction
        • Kubernetes

          Kubernetes – What the heck is this?

          • Akash Mittal
          • July 17, 2022
          If you have always worked on monolithic architecture, you would have never crossed roads with Kubernetes (K8s). But you did hear about it. Right? So, what the heck is this…
          View Post

          Svelte – Conditions and For Loops – If, Else, Each and Await blocks

          • Akash Mittal
          • September 5, 2022
          In this article we will learn how to use conditions and loops in Svelte. We will use if, else, elseif conditions along with for & each loop blocks. We will…
          View Post

          Svelte – Creating a CRUD application

          • Akash Mittal
          • September 5, 2022
          In this article we will learn how to do operations like create, read, update and delete by developing a CRUD application in Svelte. These are the most basic operations which…
          View Post

          Using Redux with React – A quick reference guide

          • Akash Mittal
          • October 9, 2022
          In this article, we will learn about using Redux with React. We won’t engage much into theory and quickly set it up. This is a reference guide to get you…
          View Post

          Svelte – How to upload a file?

          • Akash Mittal
          • September 5, 2022
          In order to upload in file in Svelte, we can use javascript FormData() api. First we will create a form with file input field and append the value to the…
          View Post

          Svelte – Calling parent function from child and child function from parent

          • Akash Mittal
          • September 5, 2022
          In previous article we learned about props and how to declare function props and read only props. In this article we will learn how to call parent function from child…
          View Post

          Svelte – Learn props, set default value & pass as object in component

          • Akash Mittal
          • September 5, 2022
          In javascript frameworks, props is an important concept. Without them it’s not easy to pass data from one component to another. So, the primary use of props is to pass…
          View Post

          Svelte Error – Variable is not updating on UI after changes

          • Akash Mittal
          • September 5, 2022
          As we learned in our previous article that variables are reactive in nature. It means they update the UI with changes in their values. But this statement is half correct.…
          View Post

          Svelte – Reactive variables and statements ($:)

          • Akash Mittal
          • September 5, 2022
          Variable assignment in Svelte is reactive in nature. It means if the new value is assigned to a variable then the change will be immediately reflected to the UI. But…
          View Post

          Svelte – Creating multiple components and adding CSS styles

          • Akash Mittal
          • September 5, 2022
          In this article we will learn how to create multiple components in Svelte and import them. We will also see how to declare css styles and learn about their behavior…
          View Post

          How to parse date string in Golang?

          • Akash Mittal
          • September 5, 2022
          There is no doubt that Golang creators had their ways of dealing with problems of older languages. They took care of most of the issues which are often neglected. Parsing…
          View Post

          Golang: Check if key exists in map / dictionary

          • Akash Mittal
          • September 5, 2022
          Golang is a type safe language which sets 0 as the value of undefined variables automatically. So, if you are checking the existence of a key in map, you can’t…
          View Post

          Svelte: Using Javascript variables for displaying data / attributes in html

          • Akash Mittal
          • September 13, 2022
          In this article we will learn an important concept which is the foundation for props in Svelte. Javascript variables are reactive in Svelte. It means that if you update the…
          View Post

          Initialize store with localstorage data in Svelte

          • Akash Mittal
          • September 5, 2022
          In this article we will quickly learn how to initialize svelte store with localstorage data. All modern browsers have localstorage facility which is used to store data client side. First…
          View Post

          Svelte Error – Cannot access ‘variable_name’ before initialization

          • Akash Mittal
          • September 5, 2022
          Svelte throws error, “Cannot access variable_name before initialization” when a reactive variable is used in non-reactive variable. According to Svelte documentation – Reactive statements run immediately before the component updates,…
          View Post

          How to dynamically import components in Svelte?

          • Akash Mittal
          • September 5, 2022
          There are situations when we do not want to import components statically into our project. This could be useful for performance reasons. In this article we will quickly learn howy…
          View Post

          How to loop each block x times in Svelte?

          • Akash Mittal
          • September 5, 2022
          In Svelte when we run each loop we generally do it over an array of items. So, each iteration will provide single item. But there might be situations when we…
          View Post

          Posts navigation

          Previous 1 … 19 20 21 … 29 Next

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