<?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: bairrada97</title>
    <description>The latest articles on DEV Community by bairrada97 (@bairrada97).</description>
    <link>https://dev.to/bairrada97</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%2F227606%2F1052d7f7-9377-421f-ae9f-682b261ee88f.png</url>
      <title>DEV Community: bairrada97</title>
      <link>https://dev.to/bairrada97</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/bairrada97"/>
    <language>en</language>
    <item>
      <title>JAMStack when I need to Update content 15 in 15 seconds</title>
      <dc:creator>bairrada97</dc:creator>
      <pubDate>Thu, 24 Sep 2020 08:41:09 +0000</pubDate>
      <link>https://dev.to/bairrada97/jamstack-when-i-need-to-update-content-15-in-15-seconds-4mo</link>
      <guid>https://dev.to/bairrada97/jamstack-when-i-need-to-update-content-15-in-15-seconds-4mo</guid>
      <description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I'm planning start a project with Nuxt.js and I was wondering if I should use a JAMstack approach.&lt;/p&gt;

&lt;p&gt;The project consists in having multiple API, and one of them needs to be updated 15 in 15 seconds, others only once every day.&lt;/p&gt;

&lt;p&gt;Im kinda new to JAMstack but Its worth to use It since I have so dynammic content?&lt;br&gt;
Is Nuxt helps with that?&lt;/p&gt;

</description>
      <category>help</category>
      <category>javascript</category>
      <category>serverless</category>
    </item>
    <item>
      <title>WebScrap for profit</title>
      <dc:creator>bairrada97</dc:creator>
      <pubDate>Thu, 10 Sep 2020 14:20:15 +0000</pubDate>
      <link>https://dev.to/bairrada97/webscrap-for-profit-37of</link>
      <guid>https://dev.to/bairrada97/webscrap-for-profit-37of</guid>
      <description>&lt;p&gt;I'm planning learn puppetter to make fun projects while extract data from websites that doesn't provide API.&lt;/p&gt;

&lt;p&gt;My question is since puppetter is developed by google is it legal to use for commercial use?&lt;br&gt;
Lets see that I want to create a parcel tracking, some couriers doesnt provide API, so I was thinking to use puppetter to extract data from couriers. Not planning to make money, just want to develop the app for my portfolio. &lt;br&gt;
But what if It gets a lot of users and I want to make money out of It, is It legal?&lt;br&gt;
Same if I want to extract data from sports in realtime  or create a website similar to skyscanner but get their data for cheap flights, probably they have something to block but If they not, is it possible do to it for commercial use?&lt;/p&gt;

</description>
      <category>puppeteer</category>
      <category>node</category>
      <category>discuss</category>
    </item>
    <item>
      <title>Headless CMS without Static site generator</title>
      <dc:creator>bairrada97</dc:creator>
      <pubDate>Thu, 06 Feb 2020 08:44:10 +0000</pubDate>
      <link>https://dev.to/bairrada97/headless-cms-without-static-site-generator-21pe</link>
      <guid>https://dev.to/bairrada97/headless-cms-without-static-site-generator-21pe</guid>
      <description>&lt;p&gt;I'm thinking about to give a try to JAM stack, but I would like to know if It's possible and if is a good practice to not use a Static Site generator. I want to use Strapi for example and since it gives me a json, can I populate my website fetching the data? &lt;/p&gt;

</description>
      <category>headless</category>
      <category>jamstack</category>
    </item>
    <item>
      <title>FrontEnd Workflow help</title>
      <dc:creator>bairrada97</dc:creator>
      <pubDate>Wed, 11 Dec 2019 17:47:36 +0000</pubDate>
      <link>https://dev.to/bairrada97/frontend-workflow-help-2i47</link>
      <guid>https://dev.to/bairrada97/frontend-workflow-help-2i47</guid>
      <description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I'm building my own boilerplate using webpack.&lt;br&gt;
I would like to know how to structure a project with html components, for example I want to build a page, where Header and footer are different components.&lt;/p&gt;

&lt;p&gt;For that I want to create a folder called Components inside that I'll have another folder called Header and another called Footer, inside each folder I'll have 3 files, header.html, header.js and header.scss.&lt;/p&gt;

&lt;p&gt;On my root I have and Index.html, how can I, using webpack, load this 2 components inside index.html, without copying paste the html?&lt;/p&gt;

&lt;p&gt;Everything I searched on web about that says that I have to use javascript to create my html and with a webpack plugin importing inside index.html. &lt;/p&gt;

</description>
      <category>help</category>
      <category>webpack</category>
    </item>
    <item>
      <title>2048 game remake</title>
      <dc:creator>bairrada97</dc:creator>
      <pubDate>Tue, 15 Oct 2019 13:26:52 +0000</pubDate>
      <link>https://dev.to/bairrada97/2048-game-remake-1jn4</link>
      <guid>https://dev.to/bairrada97/2048-game-remake-1jn4</guid>
      <description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;Me and my colleague/friend Rafaela Lucas(she's a UI designer) decided to make a remake of the game 2048 with Vue.js.&lt;br&gt;
I did the logic and functionalities and Rafaela did the Design and css of the game.&lt;br&gt;
Note: It's a progressive web app so you can install it on your smartphones.&lt;/p&gt;

&lt;p&gt;Here is the game link:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://play2048game.firebaseapp.com/"&gt;https://play2048game.firebaseapp.com/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you like it and want to see more projects, check out our Portfolios:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.joaobairrada.com/"&gt;https://www.joaobairrada.com/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.rafaelalucas.com/"&gt;https://www.rafaelalucas.com/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Let us know what you think&lt;/p&gt;

&lt;p&gt;Thank you,&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>vue</category>
      <category>gamedev</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Front End Developer Portfolio</title>
      <dc:creator>bairrada97</dc:creator>
      <pubDate>Mon, 30 Sep 2019 15:41:51 +0000</pubDate>
      <link>https://dev.to/bairrada97/front-end-developer-portfolio-4mdb</link>
      <guid>https://dev.to/bairrada97/front-end-developer-portfolio-4mdb</guid>
      <description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;This is my first Post.&lt;/p&gt;

&lt;p&gt;I would like to share my portfolio, built in Vue and it's a progressive web app. It took me around 8 months of development during my free time.&lt;br&gt;
It was also nominated for an awwward. Unfortunetly I didn't win.&lt;/p&gt;

&lt;p&gt;Tell me what do you think!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://joaobairrada.com"&gt;https://joaobairrada.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thank you&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>portfolio</category>
      <category>webdev</category>
      <category>vue</category>
    </item>
  </channel>
</rss>
