<?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: janjuks</title>
    <description>The latest articles on DEV Community by janjuks (@janjuks).</description>
    <link>https://dev.to/janjuks</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%2F1255%2F8797504.png</url>
      <title>DEV Community: janjuks</title>
      <link>https://dev.to/janjuks</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/janjuks"/>
    <language>en</language>
    <item>
      <title>Web project on cloud (API, Web site, DB, Storage) and on premises simultaneously</title>
      <dc:creator>janjuks</dc:creator>
      <pubDate>Thu, 27 Jul 2017 18:32:55 +0000</pubDate>
      <link>https://dev.to/janjuks/web-project-on-cloud-api-web-site-db-storage-and-on-premises-simultaneously</link>
      <guid>https://dev.to/janjuks/web-project-on-cloud-api-web-site-db-storage-and-on-premises-simultaneously</guid>
      <description>&lt;p&gt;Hello there. Long time reader, first time poster here.&lt;/p&gt;

&lt;p&gt;Let's get to the topic right ahead - I'v been developer for project that is hosted on Azure for 2+ years. As noted in title, it includes API, Web site, DB, Azure Storage. There is one big client who wants the product, but is totally against using Cloud. So it is planned to host the project on premises just for him. Now, I'v been in the industry for 3 years, but this seems to me like a really bad idea.&lt;/p&gt;

&lt;p&gt;What's your view on this? Could it be done without code like this&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;if env == cloud then
    doThis()
else
    doThat()
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;and simply be specified as configuration value? I know it might be hard to tell without knowing the project, but if you had to guess? There's a lot of different kind of files being stored each with its individual nuances. Server workers/jobs as well. I don't think there is going to be synchronization between the two, that would be crazy. Any other things to watch out for, prepare, etc.?&lt;/p&gt;

&lt;p&gt;The project is rather large and complex. Kind of like management site for companies that use it for managing bunch of interactive displays and digital signage. All companies use the same site and can use some kind of assets from each other. The biggest and most complex functionality coming from admin management part and many access rights that user can have. The other part is Windows software that communicates with the site and executes all the management coming from site.&lt;/p&gt;

&lt;p&gt;There is already a lot of bad, bad, really hard to manage code which drives me nuts pretty often and I'm thinking that this will make things way worse. I'v already felt like surrendering just because of code quality and feel like this could really do it.&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>cloud</category>
      <category>hosting</category>
    </item>
  </channel>
</rss>
