<?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: gaston gorosterrazu</title>
    <description>The latest articles on Forem by gaston gorosterrazu (@gastonius).</description>
    <link>https://forem.com/gastonius</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%2F621750%2Faca4025d-e2b0-4076-9618-2f76742fdf23.png</url>
      <title>Forem: gaston gorosterrazu</title>
      <link>https://forem.com/gastonius</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/gastonius"/>
    <language>en</language>
    <item>
      <title>Create a MERN app from a CSV</title>
      <dc:creator>gaston gorosterrazu</dc:creator>
      <pubDate>Wed, 28 Apr 2021 15:19:35 +0000</pubDate>
      <link>https://forem.com/gastonius/create-a-mern-app-from-a-csv-5h4m</link>
      <guid>https://forem.com/gastonius/create-a-mern-app-from-a-csv-5h4m</guid>
      <description>&lt;p&gt;Hello, so a new player is in town: Aptugo. And I would love to show you how it changes the paradigm on software development.&lt;/p&gt;

&lt;p&gt;It takes literally less than 2 minutes to have a CRUD application from a CSV up and working built on MERN (MongoDB Express React Node)&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 1:&lt;/strong&gt; Open Aptugo&lt;/p&gt;

&lt;p&gt;If you haven't got a copy yet, just head to their website (&lt;a href="https://www.aptugo.com"&gt;https://www.aptugo.com&lt;/a&gt;) and send a contact inquiry asking for a trial. Chances are that in less than 1 hour you'll have it up and running.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 2:&lt;/strong&gt; Create a new App&lt;/p&gt;

&lt;p&gt;Set any name, you don't need instructions for this :)&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 3:&lt;/strong&gt; Drop a CSV&lt;/p&gt;

&lt;p&gt;Make sure you choose the right option (it changes, but usually says: "process the CSV as data")&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--H8iXj4NE--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://crm.aptugo.com/img/Screen%2520Shot%25202021-04-28%2520at%252012.07.33%2520PM.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--H8iXj4NE--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://crm.aptugo.com/img/Screen%2520Shot%25202021-04-28%2520at%252012.07.33%2520PM.png" alt="Drop CSV into Aptugo"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It will ask for the table name to save this into. Keep in mind it will create your API, reducers, etc related to this name. I went with "companies"&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 4:&lt;/strong&gt; Move companies inside the dashboard&lt;/p&gt;

&lt;p&gt;In order for the link to magically appear in the sidebar. Trivial step, but otherwise this tutorial would be way too short:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Y4aUj34P--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://crm.aptugo.com/img/Screen%2520Shot%25202021-04-28%2520at%252012.12.28%2520PM.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Y4aUj34P--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://crm.aptugo.com/img/Screen%2520Shot%25202021-04-28%2520at%252012.12.28%2520PM.png" alt="Move Companies inside Dashboard"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It is just a drag-n-drop in the Pages section.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 4:&lt;/strong&gt; Save and Build&lt;/p&gt;

&lt;p&gt;Hit the SAVE button, then the BUILD button next to it.&lt;/p&gt;

&lt;p&gt;Done. Head to your builds folder and you'll have your application ready to run as shown (first time it builds it takes one minute or two as it automatically performs the npm install for us as well)&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--SOT8uN4T--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://crm.aptugo.com/img/Screen%2520Shot%25202021-04-28%2520at%252012.16.22%2520PM.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--SOT8uN4T--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://crm.aptugo.com/img/Screen%2520Shot%25202021-04-28%2520at%252012.16.22%2520PM.png" alt="Basic Application up and running in 30 secs!"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;And that's it! I would say it is like create-react-app but also creates the back-end for us, and the redux store... but it is much more than that!&lt;/p&gt;

</description>
      <category>aptugo</category>
      <category>react</category>
      <category>node</category>
      <category>mern</category>
    </item>
    <item>
      <title>create-react-app alternative</title>
      <dc:creator>gaston gorosterrazu</dc:creator>
      <pubDate>Tue, 27 Apr 2021 12:31:13 +0000</pubDate>
      <link>https://forem.com/gastonius/create-react-app-alternative-1abe</link>
      <guid>https://forem.com/gastonius/create-react-app-alternative-1abe</guid>
      <description>&lt;p&gt;Imagine you could use any boilerplate to create your apps. Both front and back. Customize it to suit your needs, and from there, continue evolving your boilerplate in a different layer than your apps.&lt;/p&gt;

&lt;p&gt;That's basically what Aptugo is ("basically" as that's probably 1% of what Aptugo is)&lt;/p&gt;

&lt;p&gt;It is like create-react-app, or create-vue-app, or create-*-app with the twist that the template system to build your applications is easily editable, multi-layered, atomic, and circular.&lt;/p&gt;

&lt;p&gt;Let me explain:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;npm i aptugoclient -g
git clone https://github.com/Aptugo/Base
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;And that's it. Now you can create ready to run applications in seconds with just one command:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;aptugo new
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;&lt;br&gt;
`&lt;/p&gt;

&lt;p&gt;BASE templating system from Aptugo creates MERN applications, but you can simply use your own templating/boilerplate.&lt;/p&gt;

</description>
      <category>react</category>
      <category>node</category>
      <category>webdev</category>
      <category>tools</category>
    </item>
  </channel>
</rss>
