<?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: Juan C. Andreu</title>
    <description>The latest articles on DEV Community by Juan C. Andreu (@andreujuanc).</description>
    <link>https://dev.to/andreujuanc</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%2F1765%2Fd3008a28-f31e-4a47-a099-f8e9c8bf1a98.jpeg</url>
      <title>DEV Community: Juan C. Andreu</title>
      <link>https://dev.to/andreujuanc</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/andreujuanc"/>
    <language>en</language>
    <item>
      <title>How close to the data you like to have your business logic operations?</title>
      <dc:creator>Juan C. Andreu</dc:creator>
      <pubDate>Tue, 28 Nov 2017 14:26:35 +0000</pubDate>
      <link>https://dev.to/andreujuanc/how-close-to-the-data-you-like-to-have-your-business-logic-operations-86m</link>
      <guid>https://dev.to/andreujuanc/how-close-to-the-data-you-like-to-have-your-business-logic-operations-86m</guid>
      <description>&lt;p&gt;I was discussing with a friend of mine about code design in business web apps, when we got to the topic of logic tier (or business logic), there was this big gap between our preferences on where to implement it: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;He liked controllers, and kept his logic there. Thus using the database as storage only. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;But me, on the other hand, I've been coding the logic in stored procedures for as long as I can relate, so my controllers have been mostly thin.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;My question is, is this a good practice? Are stored procedures an old thingy that just keeps giving us trouble?&lt;/p&gt;

&lt;p&gt;I personally think that having logic in code is nice for testing, but when it comes to production data, it might have some performance issues.&lt;/p&gt;

&lt;p&gt;Thoughts?&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>design</category>
      <category>business</category>
      <category>logic</category>
    </item>
    <item>
      <title>Hi, I'm Juan C. Andreu</title>
      <dc:creator>Juan C. Andreu</dc:creator>
      <pubDate>Fri, 13 Jan 2017 14:49:43 +0000</pubDate>
      <link>https://dev.to/andreujuanc/hi-im-juan-c-andreu</link>
      <guid>https://dev.to/andreujuanc/hi-im-juan-c-andreu</guid>
      <description>&lt;p&gt;I have been coding for 15 years.&lt;/p&gt;

&lt;p&gt;You can find me on GitHub as &lt;a href="https://github.com/andreujuanc" rel="noopener noreferrer"&gt;andreujuanc&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I live in Madrid.&lt;/p&gt;

&lt;p&gt;I work for WGM SL&lt;/p&gt;

&lt;p&gt;I mostly program in these languages: C#, JS, Transact-SQL&lt;/p&gt;

&lt;p&gt;I am currently learning more about life.&lt;/p&gt;

&lt;p&gt;Nice to meet you.&lt;/p&gt;

</description>
      <category>introduction</category>
    </item>
  </channel>
</rss>
