<?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: Alexander Cucer</title>
    <description>The latest articles on DEV Community by Alexander Cucer (@alexanderc).</description>
    <link>https://dev.to/alexanderc</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%2F444324%2Ff4626eca-143b-48a4-b173-059530644db4.jpeg</url>
      <title>DEV Community: Alexander Cucer</title>
      <link>https://dev.to/alexanderc</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/alexanderc"/>
    <language>en</language>
    <item>
      <title>Multitenancy module for NestJS with a deep integration into the system as whole.</title>
      <dc:creator>Alexander Cucer</dc:creator>
      <pubDate>Tue, 08 Sep 2020 12:08:18 +0000</pubDate>
      <link>https://dev.to/alexanderc/multitenancy-module-for-nestjs-with-a-deep-integration-into-the-system-as-whole-mi1</link>
      <guid>https://dev.to/alexanderc/multitenancy-module-for-nestjs-with-a-deep-integration-into-the-system-as-whole-mi1</guid>
      <description>&lt;p&gt;Multitenancy is widely used acros the web as software deployment options called &lt;strong&gt;whitelabels&lt;/strong&gt;. Data in between tenants are separated, however nowadays there is business by sharing data inbetween the peer businesses; as an example might serve a E-commerce platform that shares their clients with twin/friendly shop, or there's some unified backoffice interface... Thus a good idea would be &lt;strong&gt;having the data under the same database (think namespace)&lt;/strong&gt; instead of having to separate into different databases, in order to be able to query it efficiently and avoid duplication or synchronization issues.&lt;/p&gt;

&lt;p&gt;Link: &lt;a href="https://github.com/AlexanderC/nestjs-mtenant"&gt;https://github.com/AlexanderC/nestjs-mtenant&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Cheers.&lt;/p&gt;

</description>
      <category>nestjs</category>
      <category>module</category>
      <category>multitenant</category>
      <category>opensource</category>
    </item>
    <item>
      <title>Identity and Access Control (Management) module for NestJS</title>
      <dc:creator>Alexander Cucer</dc:creator>
      <pubDate>Fri, 31 Jul 2020 10:17:25 +0000</pubDate>
      <link>https://dev.to/alexanderc/identity-and-access-control-management-module-for-nestjs-3c42</link>
      <guid>https://dev.to/alexanderc/identity-and-access-control-management-module-for-nestjs-3c42</guid>
      <description>&lt;p&gt;Hey folks,&lt;/p&gt;

&lt;p&gt;Just published a NestJS module for Identity and Access Control which is highly inspired by AWS IAM. The module is still WIP and looking forward to contributors in case it might fit your or your employer/organization needs.&lt;/p&gt;

&lt;p&gt;Link: &lt;a href="https://github.com/AlexanderC/nestjs-iacry"&gt;https://github.com/AlexanderC/nestjs-iacry&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Cheers.&lt;/p&gt;

</description>
      <category>nestjs</category>
      <category>iam</category>
      <category>module</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
