<?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: Benjioe</title>
    <description>The latest articles on DEV Community by Benjioe (@benjioe).</description>
    <link>https://dev.to/benjioe</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%2F348615%2F5f68e06e-f690-46fa-81a3-9606b11274fa.jpeg</url>
      <title>DEV Community: Benjioe</title>
      <link>https://dev.to/benjioe</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/benjioe"/>
    <language>en</language>
    <item>
      <title>Is Microservices a good choice ?</title>
      <dc:creator>Benjioe</dc:creator>
      <pubDate>Sat, 09 Oct 2021 07:41:00 +0000</pubDate>
      <link>https://dev.to/benjioe/is-microservices-a-good-choice-ge7</link>
      <guid>https://dev.to/benjioe/is-microservices-a-good-choice-ge7</guid>
      <description>&lt;h1&gt;
  
  
  Context
&lt;/h1&gt;

&lt;p&gt;I work on a big 10 year old application (500k blocs of code) with some really bad choices: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;No unit tests&lt;/li&gt;
&lt;li&gt;an Anemic architecture 
But in a great company:&lt;/li&gt;
&lt;li&gt;A QA team who test regressions&lt;/li&gt;
&lt;li&gt;A small team (5 dev only)&lt;/li&gt;
&lt;li&gt;Times to make clean code&lt;/li&gt;
&lt;li&gt;A project of rewriting the application with new technologies
As you imagine, the QA teams are a big bottleneck and everything that can reduce test regression is good.&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;
  
  
  The rewriting
&lt;/h1&gt;

&lt;p&gt;With rewriting the CTO wants :&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;unit tests :)&lt;/li&gt;
&lt;li&gt;A Microservices architecture with :

&lt;ul&gt;
&lt;li&gt;One service by feature with duplications between services&lt;/li&gt;
&lt;li&gt;A single database&lt;/li&gt;
&lt;li&gt;A single repository, but one makefile by service&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;
  
  
  What's I think
&lt;/h1&gt;

&lt;p&gt;I agree that Microservice can avoid regression, but I think it's too complicated. I don't want to have to manage database conflicts or update 200 services each time I change the database...&lt;br&gt;
My guess is, with: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Unit tests&lt;/li&gt;
&lt;li&gt;Open/Close principle&lt;/li&gt;
&lt;li&gt;DDD&lt;/li&gt;
&lt;li&gt;And maybe SOA (1 service by bound context)
We can almost avoid regressions and it will be a better start if we really need microservices. What do you think?&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>help</category>
      <category>discuss</category>
      <category>microservices</category>
      <category>architecture</category>
    </item>
    <item>
      <title>ClojureScript koan kata destructuring 7</title>
      <dc:creator>Benjioe</dc:creator>
      <pubDate>Sat, 26 Sep 2020 05:09:07 +0000</pubDate>
      <link>https://dev.to/benjioe/clojurescript-koan-kata-destructuring-7-540g</link>
      <guid>https://dev.to/benjioe/clojurescript-koan-kata-destructuring-7-540g</guid>
      <description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I try to learn clojure on &lt;a href="http://clojurescriptkoans.com"&gt;clojure koan&lt;/a&gt; and I am stuck on &lt;a href="http://clojurescriptkoans.com/?fbclid=IwAR34NDjI7GVlogAI02WRUBdrZu0HY4oPRiPQ6ZIsFiZEXMUJH_b7xKboINg#destructuring/7"&gt;that one&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you know the answer ?&lt;/p&gt;

</description>
      <category>help</category>
      <category>clojure</category>
      <category>functional</category>
    </item>
  </channel>
</rss>
