<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <meta name="viewport" content="width=device-width">
    <meta name="google-site-verification" content="fIWyJPAR1OPeLBMFMIsdEInogSt21blLPrqG7OCEb10">
    <title>Arvind Andrion
    </title>
    <link rel="alternate" href="http://arvindandrion.com/feed.xml" type="application/rss+xml" title="Eat, Code, Sleep &amp; Repeat">
    <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic|Anonymous+Pro:400,700,400italic,700italic|Merriweather:400,700,300">
    <link rel="stylesheet" href="/css/main.css">
    <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
    <script>
      (adsbygoogle = window.adsbygoogle || []).push({
        google_ad_client: "ca-pub-7480328159402873",
        enable_page_level_ads: true
      });
      
    </script>
  </head>
  <body>
    <header class="header">
      <div class="content-wrap">
        <div class="logo">
          <h1><a href="http://arvindandrion.com">Arvind Andrion</a></h1>
          <p class="description">Eat, Code, Sleep &amp; Repeat</p>
        </div>
      </div>
    </header>
    <div id="content">
      <div class="content-wrap">
        <article class="article intro">
          <header>
            <p class="date"><span>17. June 2018</span></p>
            <h2><a href="/articles/gatsby-and-firebase/">Gatsby and Firebase</a></h2>
          </header>
          <section class="content"><p>I spend days searching for the right Nodejs framework with reactjs as the view and good with seo. I’m already leaning towards meteor, but the problem is, I don’t want to maintain server, and it’s not seo friendly, you have to do a couple of configutaions to handle that. But the good thing about it is, it’s reactive, you get a real-time database, it has user modules, which is really cool, and you get to use reactjs. Right now, the user module is using blaze, but, you can always use blaze inside react. There’s tutorial you can find on their website about it. And another thing why I liked meteor, you can use your metoer <span class="caps">API</span> inside in react-native using <a href="https://www.npmjs.com/package/react-native-meteor">react-native-meteor</a>. </p>
<h4 id="gatsby-and-firebase-seems-right-for-me">Gatsby and Firebase seems right for&nbsp;me</h4>
<p>So I ended up using gatsby and firebase for my projects, as of this moment I’m trying out <a href="https://github.com/ryanflorence/gatsby-source-firebase">gatsby-source-firebase</a>. A couple of things I liked about it, I don’t have to maintain server, It’s seo friendly, it’s a html static generator, it’s using graphql that pulls out data from the others server and create pages for&nbsp;you. </p>
<p>I’m not comparing metoer and gatsby, meteor is different and a lot more powerful, It just turn’s out that gatsby is what I need at the moment for my projects.  If you want to use gatsby, they have a good document on their website, and lots of sample starter projects to start&nbsp;with. </p>

          </section>
        </article>
        <article class="article intro">
          <header>
            <p class="date"><span>17. June 2018</span></p>
            <h2><a href="/articles/react-static-and-firebase/">React-Static and Firebase</a></h2>
          </header>
          <section class="content"><p>This is what’s keeping me busy since last week. I feel more comfortable with this <a href="https://github.com/nozzle/react-static">react-static</a> than&nbsp;gatsby, </p>
<h4 id="gatsby-and-firebase-seems-right-for-me">Gatsby and Firebase seems right for&nbsp;me</h4>
<p>So I ended up using gatsby and firebase for my projects, as of this moment I’m trying out <a href="https://github.com/ryanflorence/gatsby-source-firebase">gatsby-source-firebase</a>. A couple of things I liked about it, I don’t have to maintain server, It’s seo friendly, it’s a html static generator, it’s using graphql that pulls out data from the others server and create pages for&nbsp;you. </p>
<p>I’m not comparing metoer and gatsby, meteor is different and a lot more powerful, It just turn’s out that gatsby is what I need at the moment for my projects.  If you want to use gatsby, they have a good document on their website, and lots of sample starter projects to start&nbsp;with. </p>

          </section>
        </article>
        <article class="article intro">
          <header>
            <p class="date"><span>04. June 2018</span></p>
            <h2><a href="/articles/_this._launchConnection-is-not-a-function/">_this._launchConnection-is-not-a-function</a></h2>
          </header>
          <section class="content"><p>This freaks me out, luckily I found the answer right away, and all I needed to do is update&nbsp;meteor. </p>
<pre><code>meteor update
</code></pre>
          </section>
        </article>
      </div>
    </div>
    <footer>
      <div class="content-wrap">
        <div class="nav"><a href="/archive.html">« Archives</a><a href="/page/2/">Next page »</a>
        </div>
        <section class="about"><p class="profile-pic">
<img src="/img/me.jpeg" alt="Arvind" title="Arvind">
</p>

<p>Hi, my name is Arvind Andrion. I’m now in my 30’s living in Edmonton  Alberta with my lovely wife and my son. I’m currently working at Hybrid Forge as a Front-end Developer. By day, I play around with Drupal, Javascript, HTML, CSS and by night I just sleep! Lol! At night, I dabbled with nodejs, npm, react-native, express.</p>
<p>Elsewhere: 
<a href="https://github.com/arvindandrion">Github</a>
<a href="http://www.twitter.com/arvindandrion">Twitter</a>
<a href="https://www.linkedin.com/in/arvindandrion">LinkedIn</a></p>

        </section>
        <section class="copy">
          <p>&copy; 2018 arvindandrion.com &mdash; powered by&nbsp;<a href="https://github.com/jnordberg/wintersmith">Wintersmith</a>
          </p>
        </section>
      </div>
    </footer>
  </body>
  <script>
    var disqus_config = function () {
      this.page.url = ""; // Replace PAGE_URL with your page's canonical URL variable
    };
    (function() { // DON'T EDIT BELOW THIS LINE
    var d = document, s = d.createElement('script');
    
    s.src = '//arvindandrioncom.disqus.com/embed.js';
    
    s.setAttribute('data-timestamp', +new Date());
    (d.head || d.body).appendChild(s);
    })();
    
  </script>
  <noscript>
    Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a>
    
  </noscript>
  <script type="text/javascript">
    (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
    (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
    m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
    })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
    
    ga('create', 'UA-7108022-1', 'auto');
    ga('send', 'pageview');
  </script>
</html>