<?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: Zilu Ramkrishna Rane</title>
    <description>The latest articles on Forem by Zilu Ramkrishna Rane (@zilurrane).</description>
    <link>https://forem.com/zilurrane</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%2F63615%2Fd099a7c4-e56f-4583-afaa-bbf5fc3f4725.jpeg</url>
      <title>Forem: Zilu Ramkrishna Rane</title>
      <link>https://forem.com/zilurrane</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/zilurrane"/>
    <language>en</language>
    <item>
      <title>Express JS cors middleware unable to store cookies on browser</title>
      <dc:creator>Zilu Ramkrishna Rane</dc:creator>
      <pubDate>Tue, 29 Jun 2021 04:25:06 +0000</pubDate>
      <link>https://forem.com/zilurrane/express-js-cors-middleware-unable-to-store-cookies-on-browser-55g6</link>
      <guid>https://forem.com/zilurrane/express-js-cors-middleware-unable-to-store-cookies-on-browser-55g6</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;h1&gt;
          &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--7Gn-iPj_--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev.to/assets/stackoverflow-logo-b42691ae545e4810b105ee957979a853a696085e67e43ee14c5699cf3e890fb4.svg" alt=""&gt;
            &lt;a href="https://stackoverflow.com/questions/68165766/express-js-cors-middleware-unable-to-store-cookies-on-browser" rel="noopener noreferrer"&gt;
               Express JS cors middleware unable to store cookies on browser
            &lt;/a&gt;
        &lt;/h1&gt;
        &lt;div class="ltag__stackexchange--post-metadata"&gt;
          &lt;span&gt;Jun 28 '21&lt;/span&gt;
            &lt;span&gt;Comments: 4&lt;/span&gt;
            &lt;span&gt;Answers: 0&lt;/span&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;a class="ltag__stackexchange--score-container" href="https://stackoverflow.com/questions/68165766/express-js-cors-middleware-unable-to-store-cookies-on-browser" rel="noopener noreferrer"&gt;
        &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Y9mJpuJP--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev.to/assets/stackexchange-arrow-up-eff2e2849e67d156181d258e38802c0b57fa011f74164a7f97675ca3b6ab756b.svg" alt=""&gt;
        &lt;div class="ltag__stackexchange--score-number"&gt;
          -1
        &lt;/div&gt;
        &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--wif5Zq3z--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev.to/assets/stackexchange-arrow-down-4349fac0dd932d284fab7e4dd9846f19a3710558efde0d2dfd05897f3eeb9aba.svg" alt=""&gt;
      &lt;/a&gt;
    
  &lt;/div&gt;
  &lt;div class="ltag__stackexchange--body"&gt;
    
&lt;p&gt;I want the react application to be able to store cookies in the cookie storage of browser.&lt;/p&gt;
&lt;p&gt;I am required to send withCredentials: true in headers in axios.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;axios.defaults.withCredentials = true
export const login = (email, password) =&amp;gt; {
  return axios({
    method: "POST"
    url: "https://api.*****.**/login",
    data: {
      email: email,
      password:&lt;/code&gt;&lt;/pre&gt;…
    
  &lt;/div&gt;
  &lt;div class="ltag__stackexchange--btn--container"&gt;
    
      &lt;a href="https://stackoverflow.com/questions/68165766/express-js-cors-middleware-unable-to-store-cookies-on-browser" rel="noopener noreferrer"&gt;Open Full Question&lt;/a&gt;
    
  &lt;/div&gt;
&lt;/div&gt;


</description>
    </item>
    <item>
      <title>Playing and Learning Docker Together</title>
      <dc:creator>Zilu Ramkrishna Rane</dc:creator>
      <pubDate>Thu, 22 Nov 2018 18:05:17 +0000</pubDate>
      <link>https://forem.com/zilurrane/playing-and-learning-docker-together-45p5</link>
      <guid>https://forem.com/zilurrane/playing-and-learning-docker-together-45p5</guid>
      <description>&lt;p&gt;Just started playing with docker today. I created GitHub repository and added two examples i.e. ReactJS and NodeJS.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/zilurrane/my-docker-experiments"&gt;https://github.com/zilurrane/my-docker-experiments&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;My plan is learn much about docker I can, add production ready examples for all languages. Above 2 examples are bare minimum, there is much we can do.&lt;/p&gt;

&lt;p&gt;Would love to see your review comments on this. Pull Request will be much helpful.&lt;/p&gt;

&lt;p&gt;Learning Together.&lt;/p&gt;

</description>
      <category>docker</category>
      <category>learning</category>
      <category>playing</category>
      <category>together</category>
    </item>
    <item>
      <title>Generate release mode APK for React-Native project to publish on PlayStore</title>
      <dc:creator>Zilu Ramkrishna Rane</dc:creator>
      <pubDate>Mon, 04 Jun 2018 18:44:16 +0000</pubDate>
      <link>https://forem.com/zilurrane/generate-release-mode-apk-for-react-native-project-to-publish-on-playstore-5f78</link>
      <guid>https://forem.com/zilurrane/generate-release-mode-apk-for-react-native-project-to-publish-on-playstore-5f78</guid>
      <description>&lt;p&gt;Good Day All! I hope you are doing Good.&lt;/p&gt;

&lt;p&gt;From last couple of days, Me and my friends were doing comparative study of ionic3 and react-native. During that period, we were struggling to generate release mode APK for React-Native project.&lt;/p&gt;

&lt;p&gt;Finally, we came across following solution:&lt;/p&gt;

&lt;h4&gt;
  
  
  Create and then copy a keystore file to android/app
&lt;/h4&gt;



&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;keytool -genkey -v -keystore mykeystore.keystore -alias mykeyalias -keyalg RSA -keysize 2048 -validity 10000
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;h4&gt;
  
  
  Setup your gradle variables in android/gradle.properties
&lt;/h4&gt;



&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;MYAPP_RELEASE_STORE_FILE=mykeystore.keystore
MYAPP_RELEASE_KEY_ALIAS=mykeyalias
MYAPP_RELEASE_STORE_PASSWORD=*****
MYAPP_RELEASE_KEY_PASSWORD=*****
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;h4&gt;
  
  
  Add signing config to android/app/build.gradle
&lt;/h4&gt;



&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;android {
signingConfigs {
release {
storeFile file(MYAPP_RELEASE_STORE_FILE)
storePassword MYAPP_RELEASE_STORE_PASSWORD
keyAlias MYAPP_RELEASE_KEY_ALIAS
keyPassword MYAPP_RELEASE_KEY_PASSWORD
}
}
buildTypes {
release {
signingConfig signingConfigs.release
}
}
}
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;h4&gt;
  
  
  Generate your release APK:
&lt;/h4&gt;



&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;cd android &amp;amp;&amp;amp; ./gradlew assembleRelease
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;Your APK will get generated at: &lt;em&gt;android/app/build/outputs/apk/app-release.apk&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Special Thanks to Tyler Buchea : &lt;a href="http://blog.tylerbuchea.com/react-native-publishing-an-android-app/"&gt;http://blog.tylerbuchea.com/react-native-publishing-an-android-app/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>reactnative</category>
      <category>apk</category>
    </item>
  </channel>
</rss>
