<?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>DEV Community: Satendra Rai</title>
    <description>The latest articles on DEV Community by Satendra Rai (@satendra02).</description>
    <link>https://dev.to/satendra02</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%2F18285%2F577ab7f4-d354-4d0f-999a-0d0058b8d36b.jpeg</url>
      <title>DEV Community: Satendra Rai</title>
      <link>https://dev.to/satendra02</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/satendra02"/>
    <language>en</language>
    <item>
      <title>Docker + Rails + Puma + Nginx + Postgres</title>
      <dc:creator>Satendra Rai</dc:creator>
      <pubDate>Wed, 31 Oct 2018 06:33:45 +0000</pubDate>
      <link>https://dev.to/satendra02/docker--rails--puma--nginx--postgres-3lef</link>
      <guid>https://dev.to/satendra02/docker--rails--puma--nginx--postgres-3lef</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6wss7eskhcxekqobqvf3.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6wss7eskhcxekqobqvf3.jpeg" alt="Docker + Rails + Puma + Nginx + Postgres" width="800" height="533"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you are writing a Rails app and using Docker to deploy your app. This post is for you.&lt;/p&gt;

&lt;p&gt;Production-ready configuration files that will help you to accelerate your deployment process&lt;/p&gt;


&lt;div class="ltag_gist-liquid-tag"&gt;
  
&lt;/div&gt;


&lt;p&gt;Here is the detailed blog:&lt;br&gt;
&lt;a href="https://itnext.io/docker-rails-puma-nginx-postgres-999cd8866b18" rel="noopener noreferrer"&gt;https://itnext.io/docker-rails-puma-nginx-postgres-999cd8866b18&lt;/a&gt;&lt;/p&gt;

</description>
      <category>docker</category>
      <category>rails</category>
      <category>webdev</category>
      <category>productivity</category>
    </item>
    <item>
      <title>ReactJs Chrome Extension Boilerplate</title>
      <dc:creator>Satendra Rai</dc:creator>
      <pubDate>Sun, 28 Oct 2018 10:44:39 +0000</pubDate>
      <link>https://dev.to/satendra02/reactjs-chrome-extension-boilerplate-447o</link>
      <guid>https://dev.to/satendra02/reactjs-chrome-extension-boilerplate-447o</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--D7O_Z14B--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/71if5vcvg1my4rbehyw7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--D7O_Z14B--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/71if5vcvg1my4rbehyw7.png" alt="ReactJs Chrome"&gt;&lt;/a&gt;&lt;br&gt;
We have open-sourced the boilerplate of chrome extension with ReactJs using inject page strategy. Read &lt;a href="https://medium.com/@satendra02/create-chrome-extension-with-reactjs-using-inject-page-strategy-137650de1f39"&gt;detailed blog&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The boilerplate is to quickly create a chrome extension using ReactJs&lt;/p&gt;

&lt;p&gt;The motivation behind creating a boilerplate was:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Instead of chrome's ready-made popup, We wanted our own page injected into DOM as a sidebar for better UX.&lt;/li&gt;
&lt;li&gt;We wanted to use ReactJs for the Component-based approach, Routing, and its build mechanism.&lt;/li&gt;
&lt;li&gt;Extension CSS should not conflict with the host page styles in any case.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;I Hope, Someone will find it helpful&lt;/p&gt;

&lt;p&gt;Source code:&lt;br&gt;
&lt;/p&gt;
&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--vJ70wriM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://practicaldev-herokuapp-com.freetls.fastly.net/assets/github-logo-ba8488d21cd8ee1fee097b8410db9deaa41d0ca30b004c0c63de0a479114156f.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/satendra02"&gt;
        satendra02
      &lt;/a&gt; / &lt;a href="https://github.com/satendra02/react-chrome-extension"&gt;
        react-chrome-extension
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      chrome extension boilerplate with ReactJs using inject page strategy
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;h1&gt;
React Chrome Extension&lt;/h1&gt;
&lt;p&gt;We have open sourced the boilerplate of chrome extension with ReactJs using inject page strategy. Read &lt;a href="https://medium.com/@satendra02/create-chrome-extension-with-reactjs-using-inject-page-strategy-137650de1f39" rel="nofollow"&gt;detailed blog&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The boilerplate is to quickly create a chrome extension using ReactJs, The motivation behind creating a boilerplate was:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Instead of chrome's ready-made popup, We wanted our own page injected into DOM as a sidebar for better UX.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;We wanted to use ReactJs for the Component-based approach, Routing, and its build mechanism.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;We need to make sure that the extension CSS should not conflict with the host page styles in any case.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;
Features&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Used ReactJs to write chrome extension&lt;/li&gt;
&lt;li&gt;Injecting extension to host page as content script&lt;/li&gt;
&lt;li&gt;Utilized the Chrome messaging API&lt;/li&gt;
&lt;li&gt;Isolated extension CSS using Iframe&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;
Installation&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;Make sure you have latest &lt;strong&gt;NodeJs&lt;/strong&gt; version installed&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Clone repo&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;git clone https://github.com/satendra02/react-chrome-extension.git
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Go to &lt;code&gt;react-chrome-extension&lt;/code&gt; directory run&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;yarn install
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Now build the extension using&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;yarn build
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;You will see a &lt;code&gt;build&lt;/code&gt;…&lt;/p&gt;
&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/satendra02/react-chrome-extension"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


</description>
      <category>javascript</category>
      <category>webdev</category>
      <category>react</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
