<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: ishwar</title>
    <description>The latest articles on Forem by ishwar (@ishwar).</description>
    <link>https://forem.com/ishwar</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F102136%2F0cf1a983-1596-4fb4-b7e6-6b733494a268.jpeg</url>
      <title>Forem: ishwar</title>
      <link>https://forem.com/ishwar</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/ishwar"/>
    <language>en</language>
    <item>
      <title>Delete digits after two decimal point without rounding its value in flutter?</title>
      <dc:creator>ishwar</dc:creator>
      <pubDate>Tue, 02 Jun 2020 15:22:10 +0000</pubDate>
      <link>https://forem.com/ishwar/delete-digits-after-two-decimal-point-without-rounding-its-value-in-flutter-kf</link>
      <guid>https://forem.com/ishwar/delete-digits-after-two-decimal-point-without-rounding-its-value-in-flutter-kf</guid>
      <description>&lt;div class="ltag__stackexchange--container"&gt;
  &lt;div class="ltag__stackexchange--title-container"&gt;
    
      &lt;div class="ltag__stackexchange--title"&gt;
        &lt;div class="ltag__stackexchange--header"&gt;
          &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fassets.dev.to%2Fassets%2Fstackoverflow-logo-b42691ae545e4810b105ee957979a853a696085e67e43ee14c5699cf3e890fb4.svg" alt=""&gt;
          &lt;a href="https://stackoverflow.com/questions/55407276/delete-digits-after-two-decimal-point-without-rounding-its-value-in-flutter" rel="noopener noreferrer"&gt;
            Delete digits after two decimal point without rounding its value in flutter?
          &lt;/a&gt;
        &lt;/div&gt;
        &lt;div class="ltag__stackexchange--post-metadata"&gt;
          &lt;span&gt;Mar 28 '19&lt;/span&gt;
            &lt;span&gt;Comments: 3&lt;/span&gt;
            &lt;span&gt;Answers: 8&lt;/span&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;a class="ltag__stackexchange--score-container" href="https://stackoverflow.com/questions/55407276/delete-digits-after-two-decimal-point-without-rounding-its-value-in-flutter" rel="noopener noreferrer"&gt;
        &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fassets.dev.to%2Fassets%2Fstackexchange-arrow-up-eff2e2849e67d156181d258e38802c0b57fa011f74164a7f97675ca3b6ab756b.svg" alt=""&gt;
        &lt;div class="ltag__stackexchange--score-number"&gt;
          7
        &lt;/div&gt;
        &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fassets.dev.to%2Fassets%2Fstackexchange-arrow-down-4349fac0dd932d284fab7e4dd9846f19a3710558efde0d2dfd05897f3eeb9aba.svg" alt=""&gt;
      &lt;/a&gt;
    
  &lt;/div&gt;
  &lt;div class="ltag__stackexchange--body"&gt;
    
&lt;pre&gt;&lt;code&gt;var num1 = 10.12345678
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;What should i do with num1 to delete digits after two decimal point without rounding its value.&lt;br&gt;
I need output as &lt;strong&gt;10.12&lt;/strong&gt; &lt;/p&gt;

&lt;pre&gt;&lt;code&gt;import 'package:flutter/material.dart';

void main() =&amp;gt; runApp(MaterialApp(
      title: ' Delete digits after two decimal point ',
      theme: ThemeData(primarySwatch: Colors.blue),
      home: MyHome(),
    ));

class MyHome extends&lt;/code&gt;&lt;/pre&gt;…
    
  &lt;/div&gt;
  &lt;div class="ltag__stackexchange--btn--container"&gt;
    &lt;a href="https://stackoverflow.com/questions/55407276/delete-digits-after-two-decimal-point-without-rounding-its-value-in-flutter" class="ltag__stackexchange--btn" rel="noopener noreferrer"&gt;Open Full Question&lt;/a&gt;
  &lt;/div&gt;
&lt;/div&gt;


</description>
    </item>
    <item>
      <title>why sometimes npm install is not working on mac?</title>
      <dc:creator>ishwar</dc:creator>
      <pubDate>Tue, 02 Jun 2020 15:21:54 +0000</pubDate>
      <link>https://forem.com/ishwar/why-sometimes-npm-install-is-not-working-on-mac-3d29</link>
      <guid>https://forem.com/ishwar/why-sometimes-npm-install-is-not-working-on-mac-3d29</guid>
      <description>&lt;div class="ltag__stackexchange--container"&gt;
  &lt;div class="ltag__stackexchange--title-container"&gt;
    
      &lt;div class="ltag__stackexchange--title"&gt;
        &lt;div class="ltag__stackexchange--header"&gt;
          &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fassets.dev.to%2Fassets%2Fstackoverflow-logo-b42691ae545e4810b105ee957979a853a696085e67e43ee14c5699cf3e890fb4.svg" alt=""&gt;
          &lt;a href="https://stackoverflow.com/questions/54161448/why-sometimes-npm-install-is-not-working-on-mac" rel="noopener noreferrer"&gt;
            why sometimes npm install is not working on mac?
          &lt;/a&gt;
        &lt;/div&gt;
        &lt;div class="ltag__stackexchange--post-metadata"&gt;
          &lt;span&gt;Jan 12 '19&lt;/span&gt;
            &lt;span&gt;Comments: 4&lt;/span&gt;
            &lt;span&gt;Answers: 3&lt;/span&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;a class="ltag__stackexchange--score-container" href="https://stackoverflow.com/questions/54161448/why-sometimes-npm-install-is-not-working-on-mac" rel="noopener noreferrer"&gt;
        &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fassets.dev.to%2Fassets%2Fstackexchange-arrow-up-eff2e2849e67d156181d258e38802c0b57fa011f74164a7f97675ca3b6ab756b.svg" alt=""&gt;
        &lt;div class="ltag__stackexchange--score-number"&gt;
          9
        &lt;/div&gt;
        &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fassets.dev.to%2Fassets%2Fstackexchange-arrow-down-4349fac0dd932d284fab7e4dd9846f19a3710558efde0d2dfd05897f3eeb9aba.svg" alt=""&gt;
      &lt;/a&gt;
    
  &lt;/div&gt;
  &lt;div class="ltag__stackexchange--body"&gt;
    
&lt;p&gt;I have  created nodejs project when i am running command &lt;strong&gt;npm install&lt;/strong&gt; it is failing with some error&lt;br&gt;&lt;/p&gt;
&lt;p&gt;The same project is working on &lt;strong&gt;ubuntu&lt;/strong&gt; system but when i clone this code on &lt;strong&gt;mac&lt;/strong&gt; system and try to run npm install it failed with some error &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;I think there is&lt;/strong&gt;…&lt;/p&gt;
    
  &lt;/div&gt;
  &lt;div class="ltag__stackexchange--btn--container"&gt;
    &lt;a href="https://stackoverflow.com/questions/54161448/why-sometimes-npm-install-is-not-working-on-mac" class="ltag__stackexchange--btn" rel="noopener noreferrer"&gt;Open Full Question&lt;/a&gt;
  &lt;/div&gt;
&lt;/div&gt;


</description>
    </item>
    <item>
      <title>Error installing Docker - curl: (23) Failed writing body (0 != 13847)</title>
      <dc:creator>ishwar</dc:creator>
      <pubDate>Tue, 02 Jun 2020 15:21:30 +0000</pubDate>
      <link>https://forem.com/ishwar/error-installing-docker-curl-23-failed-writing-body-0-13847-5e73</link>
      <guid>https://forem.com/ishwar/error-installing-docker-curl-23-failed-writing-body-0-13847-5e73</guid>
      <description>&lt;div class="ltag__stackexchange--container"&gt;
  &lt;div class="ltag__stackexchange--title-container"&gt;
    
      &lt;div class="ltag__stackexchange--title"&gt;
        &lt;div class="ltag__stackexchange--header"&gt;
          &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fassets.dev.to%2Fassets%2Fstackoverflow-logo-b42691ae545e4810b105ee957979a853a696085e67e43ee14c5699cf3e890fb4.svg" alt=""&gt;
          &lt;a href="https://stackoverflow.com/questions/51044748/error-installing-docker-curl-23-failed-writing-body-0-13847" rel="noopener noreferrer"&gt;
            Error installing Docker - curl: (23) Failed writing body (0 != 13847)
          &lt;/a&gt;
        &lt;/div&gt;
        &lt;div class="ltag__stackexchange--post-metadata"&gt;
          &lt;span&gt;Jun 26 '18&lt;/span&gt;
            &lt;span&gt;Comments: 3&lt;/span&gt;
            &lt;span&gt;Answers: 3&lt;/span&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;a class="ltag__stackexchange--score-container" href="https://stackoverflow.com/questions/51044748/error-installing-docker-curl-23-failed-writing-body-0-13847" rel="noopener noreferrer"&gt;
        &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fassets.dev.to%2Fassets%2Fstackexchange-arrow-up-eff2e2849e67d156181d258e38802c0b57fa011f74164a7f97675ca3b6ab756b.svg" alt=""&gt;
        &lt;div class="ltag__stackexchange--score-number"&gt;
          7
        &lt;/div&gt;
        &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fassets.dev.to%2Fassets%2Fstackexchange-arrow-down-4349fac0dd932d284fab7e4dd9846f19a3710558efde0d2dfd05897f3eeb9aba.svg" alt=""&gt;
      &lt;/a&gt;
    
  &lt;/div&gt;
  &lt;div class="ltag__stackexchange--body"&gt;
    
&lt;blockquote&gt;
  &lt;p&gt;I am trying to install docker with curl -fsSL get.docker.com -o
  get-docker.sh&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;it returns:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;curl: (23) Failed writing body (0 != 13847)
&lt;/code&gt;&lt;/pre&gt;

    
  &lt;/div&gt;
  &lt;div class="ltag__stackexchange--btn--container"&gt;
    &lt;a href="https://stackoverflow.com/questions/51044748/error-installing-docker-curl-23-failed-writing-body-0-13847" class="ltag__stackexchange--btn" rel="noopener noreferrer"&gt;Open Full Question&lt;/a&gt;
  &lt;/div&gt;
&lt;/div&gt;


</description>
    </item>
    <item>
      <title>Vscode Ctrl+V is not working</title>
      <dc:creator>ishwar</dc:creator>
      <pubDate>Tue, 02 Jun 2020 15:21:07 +0000</pubDate>
      <link>https://forem.com/ishwar/vscode-ctrl-v-is-not-working-1l6e</link>
      <guid>https://forem.com/ishwar/vscode-ctrl-v-is-not-working-1l6e</guid>
      <description>&lt;div class="ltag__stackexchange--container"&gt;
  &lt;div class="ltag__stackexchange--title-container"&gt;
    
      &lt;div class="ltag__stackexchange--title"&gt;
        &lt;div class="ltag__stackexchange--header"&gt;
          &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fassets.dev.to%2Fassets%2Fstackoverflow-logo-b42691ae545e4810b105ee957979a853a696085e67e43ee14c5699cf3e890fb4.svg" alt=""&gt;
          &lt;a href="https://stackoverflow.com/questions/51521004/in-visual-studio-code-ctrlv-is-not-working" rel="noopener noreferrer"&gt;
            In Visual Studio Code Ctrl+V is not working
          &lt;/a&gt;
        &lt;/div&gt;
        &lt;div class="ltag__stackexchange--post-metadata"&gt;
          &lt;span&gt;Jul 25 '18&lt;/span&gt;
            &lt;span&gt;Comments: 1&lt;/span&gt;
            &lt;span&gt;Answers: 23&lt;/span&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;a class="ltag__stackexchange--score-container" href="https://stackoverflow.com/questions/51521004/in-visual-studio-code-ctrlv-is-not-working" rel="noopener noreferrer"&gt;
        &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fassets.dev.to%2Fassets%2Fstackexchange-arrow-up-eff2e2849e67d156181d258e38802c0b57fa011f74164a7f97675ca3b6ab756b.svg" alt=""&gt;
        &lt;div class="ltag__stackexchange--score-number"&gt;
          92
        &lt;/div&gt;
        &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fassets.dev.to%2Fassets%2Fstackexchange-arrow-down-4349fac0dd932d284fab7e4dd9846f19a3710558efde0d2dfd05897f3eeb9aba.svg" alt=""&gt;
      &lt;/a&gt;
    
  &lt;/div&gt;
  &lt;div class="ltag__stackexchange--body"&gt;
    
&lt;p&gt;In Visual Studio Code &lt;strong&gt;&lt;code&gt;Ctrl+V&lt;/code&gt;&lt;/strong&gt; is not working on editor.&lt;br&gt;
&lt;br&gt; However from the command palette &lt;strong&gt;&lt;code&gt;Ctrl+Shift+V&lt;/code&gt;&lt;/strong&gt; is working.&lt;/p&gt;

    
  &lt;/div&gt;
  &lt;div class="ltag__stackexchange--btn--container"&gt;
    &lt;a href="https://stackoverflow.com/questions/51521004/in-visual-studio-code-ctrlv-is-not-working" class="ltag__stackexchange--btn" rel="noopener noreferrer"&gt;Open Full Question&lt;/a&gt;
  &lt;/div&gt;
&lt;/div&gt;


</description>
    </item>
    <item>
      <title>Google fonts blocked by Content Security Policy</title>
      <dc:creator>ishwar</dc:creator>
      <pubDate>Tue, 02 Jun 2020 15:20:20 +0000</pubDate>
      <link>https://forem.com/ishwar/google-fonts-blocked-by-content-security-policy-9ih</link>
      <guid>https://forem.com/ishwar/google-fonts-blocked-by-content-security-policy-9ih</guid>
      <description>&lt;div class="ltag__stackexchange--container"&gt;
  &lt;div class="ltag__stackexchange--title-container"&gt;
    
      &lt;div class="ltag__stackexchange--title"&gt;
        &lt;div class="ltag__stackexchange--header"&gt;
          &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fassets.dev.to%2Fassets%2Fstackoverflow-logo-b42691ae545e4810b105ee957979a853a696085e67e43ee14c5699cf3e890fb4.svg" alt=""&gt;
          &lt;a href="https://stackoverflow.com/questions/51116648/google-fonts-blocked-by-content-security-policy/51116808#51116808" rel="noopener noreferrer"&gt;
            &lt;span class="title-flare"&gt;answer&lt;/span&gt; re: Google fonts blocked by Content Security Policy
          &lt;/a&gt;
        &lt;/div&gt;
        &lt;div class="ltag__stackexchange--post-metadata"&gt;
          &lt;span&gt;Jun 30 '18&lt;/span&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;a class="ltag__stackexchange--score-container" href="https://stackoverflow.com/questions/51116648/google-fonts-blocked-by-content-security-policy/51116808#51116808" rel="noopener noreferrer"&gt;
        &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fassets.dev.to%2Fassets%2Fstackexchange-arrow-up-eff2e2849e67d156181d258e38802c0b57fa011f74164a7f97675ca3b6ab756b.svg" alt=""&gt;
        &lt;div class="ltag__stackexchange--score-number"&gt;
          0
        &lt;/div&gt;
        &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fassets.dev.to%2Fassets%2Fstackexchange-arrow-down-4349fac0dd932d284fab7e4dd9846f19a3710558efde0d2dfd05897f3eeb9aba.svg" alt=""&gt;
      &lt;/a&gt;
    
  &lt;/div&gt;
  &lt;div class="ltag__stackexchange--body"&gt;
    
&lt;p&gt;Try google fonts without https , &lt;a href="http://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700%7CRoboto:300,400,500,600,700%27" rel="nofollow noreferrer noopener"&gt;http://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700%7CRoboto:300,400,500,600,700%27&lt;/a&gt;&lt;/p&gt;

    
  &lt;/div&gt;
  &lt;div class="ltag__stackexchange--btn--container"&gt;
    &lt;a href="https://stackoverflow.com/questions/51116648/google-fonts-blocked-by-content-security-policy/51116808#51116808" class="ltag__stackexchange--btn" rel="noopener noreferrer"&gt;Open Full Answer&lt;/a&gt;
  &lt;/div&gt;
&lt;/div&gt;


</description>
    </item>
    <item>
      <title>How to solve SocketException: Failed host lookup: 'www.xyz.com' (OS Error: No address associated with hostname, errno = 7)</title>
      <dc:creator>ishwar</dc:creator>
      <pubDate>Tue, 02 Jun 2020 15:13:38 +0000</pubDate>
      <link>https://forem.com/ishwar/how-to-solve-socketexception-failed-host-lookup-www-xyz-com-os-error-no-address-associated-with-hostname-errno-7-g3k</link>
      <guid>https://forem.com/ishwar/how-to-solve-socketexception-failed-host-lookup-www-xyz-com-os-error-no-address-associated-with-hostname-errno-7-g3k</guid>
      <description>&lt;div class="ltag__stackexchange--container"&gt;
  &lt;div class="ltag__stackexchange--title-container"&gt;
    
      &lt;div class="ltag__stackexchange--title"&gt;
        &lt;div class="ltag__stackexchange--header"&gt;
          &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fassets.dev.to%2Fassets%2Fstackoverflow-logo-b42691ae545e4810b105ee957979a853a696085e67e43ee14c5699cf3e890fb4.svg" alt=""&gt;
          &lt;a href="https://stackoverflow.com/questions/54551198/how-to-solve-socketexception-failed-host-lookup-www-xyz-com-os-error-no-ad/55548864#55548864" rel="noopener noreferrer"&gt;
            &lt;span class="title-flare"&gt;answer&lt;/span&gt; re: How to solve SocketException: Failed host lookup: 'www.xyz.com' (OS Error: No address associated with hostname, errno = 7)
          &lt;/a&gt;
        &lt;/div&gt;
        &lt;div class="ltag__stackexchange--post-metadata"&gt;
          &lt;span&gt;Apr  6 '19&lt;/span&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;a class="ltag__stackexchange--score-container" href="https://stackoverflow.com/questions/54551198/how-to-solve-socketexception-failed-host-lookup-www-xyz-com-os-error-no-ad/55548864#55548864" rel="noopener noreferrer"&gt;
        &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fassets.dev.to%2Fassets%2Fstackexchange-arrow-up-eff2e2849e67d156181d258e38802c0b57fa011f74164a7f97675ca3b6ab756b.svg" alt=""&gt;
        &lt;div class="ltag__stackexchange--score-number"&gt;
          317
        &lt;/div&gt;
        &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fassets.dev.to%2Fassets%2Fstackexchange-arrow-down-4349fac0dd932d284fab7e4dd9846f19a3710558efde0d2dfd05897f3eeb9aba.svg" alt=""&gt;
      &lt;/a&gt;
    
  &lt;/div&gt;
  &lt;div class="ltag__stackexchange--body"&gt;
    
&lt;p&gt;Adding &lt;strong&gt;internet permission&lt;/strong&gt; is not only a solution. &lt;br&gt;

You also have to make sure that you are online whether it is &lt;strong&gt;mobile or emulator&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;blockquote&gt;
  &lt;ol&gt;
  &lt;li&gt;&lt;p&gt;Make sure you are online whether it is mobile or emulator&lt;br&gt;  &lt;/p&gt;&lt;/li&gt;
  &lt;li&gt;
&lt;p&gt;Make sure you have given internet permission in your app's android/app/src/main/AndroidManifest.xml &lt;br&gt;&lt;/p&gt;
  
  &lt;p&gt;&lt;code&gt;&amp;lt;uses-permission android:name="android.permission.INTERNET"/&amp;gt;&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
  &lt;/ol&gt;
&lt;/blockquote&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;/p&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;/div&gt;
&lt;br&gt;
  &lt;div class="ltag__stackexchange--btn--container"&gt;
&lt;br&gt;
    &lt;a href="https://stackoverflow.com/questions/54551198/how-to-solve-socketexception-failed-host-lookup-www-xyz-com-os-error-no-ad/55548864#55548864" class="ltag__stackexchange--btn" rel="noopener noreferrer"&gt;Open Full Answer&lt;/a&gt;&lt;br&gt;
  &lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;br&gt;


</description>
    </item>
    <item>
      <title>monodb export inner json fields</title>
      <dc:creator>ishwar</dc:creator>
      <pubDate>Thu, 16 May 2019 11:28:09 +0000</pubDate>
      <link>https://forem.com/ishwar/monodb-export-inner-json-fields-9eh</link>
      <guid>https://forem.com/ishwar/monodb-export-inner-json-fields-9eh</guid>
      <description>&lt;p&gt;mongoexport — host localhost — db userdata — collection users — csv — out text.csv — fields profile.fname,profile.email&lt;/p&gt;

</description>
      <category>mongoexport</category>
    </item>
    <item>
      <title>npm install .staging issue</title>
      <dc:creator>ishwar</dc:creator>
      <pubDate>Sun, 27 Jan 2019 09:40:03 +0000</pubDate>
      <link>https://forem.com/ishwar/npm-install-staging-issue-3m9o</link>
      <guid>https://forem.com/ishwar/npm-install-staging-issue-3m9o</guid>
      <description>&lt;p&gt;got it solved by removing `package-lock.json’ file, .npm file , node_modules file and cleaning npm cache&lt;br&gt;
Required steps:&lt;/p&gt;

&lt;p&gt;npm install npm@latest -g&lt;br&gt;
npm cache clean — force&lt;br&gt;
rm -rf ~/.npm&lt;br&gt;
rm -rf node_modules&lt;br&gt;
rm -f package-lock.json&lt;/p&gt;

&lt;p&gt;In npm install .staging issue, When you run npm install, it creates the node_modules folder but all the modules go into a subfolder called .staging&lt;/p&gt;

</description>
      <category>npminstall</category>
      <category>stagingissue</category>
      <category>npminstallfailed</category>
      <category>npminnstallproblem</category>
    </item>
    <item>
      <title>Blockchain vs traditional database</title>
      <dc:creator>ishwar</dc:creator>
      <pubDate>Thu, 17 Jan 2019 18:27:03 +0000</pubDate>
      <link>https://forem.com/ishwar/blockchain-vs-traditional-database-3p81</link>
      <guid>https://forem.com/ishwar/blockchain-vs-traditional-database-3p81</guid>
      <description>&lt;p&gt;In a traditional database, a client can perform four functions on data: Create, Read, Update, and Delete (collectively known as the CRUD commands) Where as in Blockchain every user can be sure that the data they are retrieving is uncorrupted and unaltered since the moment it was recorded&lt;/p&gt;

&lt;p&gt;&lt;a href="https://thepracticaldev.s3.amazonaws.com/i/o9wmvhk49g7zqf3ogtkm.png"&gt;https://thepracticaldev.s3.amazonaws.com/i/o9wmvhk49g7zqf3ogtkm.png&lt;/a&gt;&lt;/p&gt;

</description>
      <category>blockchain</category>
      <category>traditionaldatabase</category>
    </item>
    <item>
      <title>What is Cryptocurrency exchange?</title>
      <dc:creator>ishwar</dc:creator>
      <pubDate>Thu, 17 Jan 2019 18:23:04 +0000</pubDate>
      <link>https://forem.com/ishwar/what-is-cryptocurrency-exchange-aj8</link>
      <guid>https://forem.com/ishwar/what-is-cryptocurrency-exchange-aj8</guid>
      <description>&lt;p&gt;Cryptocurrency exchange allows users to buy/sell cryptocurrency.&lt;br&gt;
A cryptocurrency exchange or a digital currency exchange (DCE) is a business that allows customers to trade cryptocurrencies,&lt;br&gt;
Businesses that allow customers to trade digital currencies for other assets, such as conventional fiat money, or different digital currencies. They can be market makers that typically take the bid/ask spreads as transaction commissions for their services or simply charge fees as a matching platform.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://thepracticaldev.s3.amazonaws.com/i/t75n8sh05zzpy1u76g06.png" rel="noopener noreferrer"&gt;https://thepracticaldev.s3.amazonaws.com/i/t75n8sh05zzpy1u76g06.png&lt;/a&gt;&lt;br&gt;
How does a Cryptocurrency Exchange Start?&lt;/p&gt;

&lt;p&gt;For an exchange to function, there needs to be both bids and asks simultaneously. If there is no asks, then no one can buy that specific cryptocurrency therefore there is no volume/trades.&lt;/p&gt;

</description>
      <category>cryptocurrency</category>
      <category>exchange</category>
    </item>
    <item>
      <title>How to generate mnemonic?</title>
      <dc:creator>ishwar</dc:creator>
      <pubDate>Wed, 12 Dec 2018 07:25:17 +0000</pubDate>
      <link>https://forem.com/ishwar/how-to-generate-mnemonic-231p</link>
      <guid>https://forem.com/ishwar/how-to-generate-mnemonic-231p</guid>
      <description>&lt;p&gt;var bip39 = require(“bip39”);&lt;/p&gt;

&lt;p&gt;// You can generate a mnemonic seed from bip39 library&lt;/p&gt;

&lt;p&gt;var mnemonic = “ishwar chandra tiwari…”;&lt;/p&gt;

</description>
      <category>bip39</category>
      <category>generatemnemonic</category>
      <category>seed</category>
    </item>
    <item>
      <title>What is HD derivation path?</title>
      <dc:creator>ishwar</dc:creator>
      <pubDate>Wed, 12 Dec 2018 07:21:55 +0000</pubDate>
      <link>https://forem.com/ishwar/what-is-hd-derivation-path-4fd4</link>
      <guid>https://forem.com/ishwar/what-is-hd-derivation-path-4fd4</guid>
      <description>&lt;p&gt;The HD derivation path is a string that makes it easy to handle multiple crypto currencies (assuming they all use the same signature algorithms), multiple blockchains, multiple accounts, and so on.&lt;br&gt;
The HD derivation path is defined as :&lt;br&gt;
m / purpose' / coin_type' / account' / change / address_index&lt;/p&gt;

</description>
      <category>hdderivationpath</category>
      <category>currencies</category>
      <category>cointype</category>
    </item>
  </channel>
</rss>
