<?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: Yuli</title>
    <description>The latest articles on DEV Community by Yuli (@stremovsky).</description>
    <link>https://dev.to/stremovsky</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%2F250668%2Fa0e3830e-d1fc-43ac-beaf-746c91b0595b.png</url>
      <title>DEV Community: Yuli</title>
      <link>https://dev.to/stremovsky</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/stremovsky"/>
    <language>en</language>
    <item>
      <title>Creating CRUD for customer data vs using open-source Databunker tool</title>
      <dc:creator>Yuli</dc:creator>
      <pubDate>Mon, 05 Jul 2021 16:28:12 +0000</pubDate>
      <link>https://dev.to/stremovsky/creating-crud-for-customer-data-vs-using-open-source-databunker-tool-o95</link>
      <guid>https://dev.to/stremovsky/creating-crud-for-customer-data-vs-using-open-source-databunker-tool-o95</guid>
      <description>&lt;p&gt;Creating CRUD without security in mind can bring you to security disaster. Check out this article how to do it correctly.&lt;/p&gt;

&lt;h2&gt;
  
  
  About me.
&lt;/h2&gt;

&lt;p&gt;I am an open-source developer working on &lt;a href="https://github.com/securitybunker/databunker"&gt;Databunker&lt;/a&gt;. Today I got a question from one of the guys on a social network.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why the hell I need Databunker when I can do everything by myself?
&lt;/h2&gt;

&lt;p&gt;It is totally true, you can go DIY. On the other hand, &lt;strong&gt;Databunker&lt;/strong&gt; grew to be a better solution than you can think about.&lt;/p&gt;

&lt;h2&gt;
  
  
  Let's start from the basics.
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Databunker&lt;/strong&gt; is a special application server used for the secure storage of customer data. It is not a full-fledged database. In the backend, it is using &lt;strong&gt;MySQL&lt;/strong&gt;, &lt;strong&gt;PostgreSQL&lt;/strong&gt;, or &lt;strong&gt;SQLite&lt;/strong&gt; to store encrypted customer records. The product comes with full &lt;strong&gt;GDPR compliance&lt;/strong&gt; and is built with &lt;strong&gt;privacy-by-design architecture&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Any company implementing Databunker has a &lt;strong&gt;quick and easy way for GDPR and privacy-by-design compliance in addition to much better security&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Hmm, but I can go with Hashicorp Vault?
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Hashicorp Vault&lt;/strong&gt; is a great product. It is built for completely different use cases.&lt;/p&gt;

&lt;p&gt;For example, when saving records in Databunker, &lt;strong&gt;Databunker&lt;/strong&gt; knows to extract user &lt;strong&gt;email&lt;/strong&gt;, &lt;strong&gt;phone&lt;/strong&gt;, &lt;strong&gt;login identity&lt;/strong&gt;, and &lt;strong&gt;custom identity&lt;/strong&gt; and built a &lt;strong&gt;secure hashed-based index&lt;/strong&gt; to do a quick user record lookup.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;User record CRUD&lt;/strong&gt; is just a part of the service. In Databunker, you have a secure session storage API, temp shareable identities API, automatic record expiration and removal, compliance with pseudonymization, DPO management, user-accessible UI, and more.&lt;/p&gt;

&lt;p&gt;Besides you can go with a free version with an MIT license.&lt;/p&gt;

&lt;p&gt;It is up to you to go with Databunker or build your own solution.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Just do not leave customer data unencrypted.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;More info:&lt;br&gt;
&lt;a href="https://databunker.org/"&gt;https://databunker.org/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/securitybunker/databunker"&gt;https://github.com/securitybunker/databunker&lt;/a&gt;&lt;/p&gt;

</description>
      <category>development</category>
      <category>database</category>
      <category>crud</category>
      <category>security</category>
    </item>
    <item>
      <title>Databunker - a new vault project</title>
      <dc:creator>Yuli</dc:creator>
      <pubDate>Thu, 24 Jun 2021 13:19:42 +0000</pubDate>
      <link>https://dev.to/stremovsky/databunker-a-new-vault-project-30pc</link>
      <guid>https://dev.to/stremovsky/databunker-a-new-vault-project-30pc</guid>
      <description>&lt;p&gt;Today, I'm really excited to share the #opensource project we've been working on at &lt;a href="https://privacybunker.io/"&gt;Privacybunker.io&lt;/a&gt; for a while – &lt;a href="https://github.com/securitybunker/databunker"&gt;Databunker&lt;/a&gt;🚀🚀🚀!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Databunker&lt;/strong&gt; is a special secure vault for customer records. It is easy to integrate with the existing code. And it matches the needs of &lt;strong&gt;privacy by design compliance&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;It can be easily integrated with existing #CRMs, #email marketing services, #e-commerce web-sites, #HR systems and #Node.js applications.&lt;/p&gt;

&lt;p&gt;It allows following:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Seamless encryption of customer data. You can easily lookup user records by the field: email, phone, token, custom index without exposing customer PII/data in clear text.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Automatic privacy compliance in accordance with GDPR / CPRA requirements.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;To provide secure storage for personal data.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Developing a new project? Want to target European customers? Look no further! Our product solves compliance in the most cost-effective way: &lt;a href="https://databunker.org/"&gt;https://databunker.org/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;We would really appreciate your reviews and will be happy to assist with any questions by mail: &lt;a href="mailto:office@privacybunker.io"&gt;office@privacybunker.io&lt;/a&gt;&lt;/p&gt;

</description>
      <category>datasecurity</category>
      <category>privacy</category>
      <category>cybersecurity</category>
      <category>gdpr</category>
    </item>
    <item>
      <title>Free cookie banner check for dev.do developes</title>
      <dc:creator>Yuli</dc:creator>
      <pubDate>Mon, 14 Jun 2021 17:30:34 +0000</pubDate>
      <link>https://dev.to/stremovsky/free-cookie-banner-check-for-dev-do-developes-55l5</link>
      <guid>https://dev.to/stremovsky/free-cookie-banner-check-for-dev-do-developes-55l5</guid>
      <description>&lt;p&gt;&lt;a href="https://privacybunker.io/free-cookie-popup-banner-check/"&gt;https://privacybunker.io/free-cookie-popup-banner-check/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>gdpr</category>
    </item>
    <item>
      <title>Hottest Security Startup with Open-Source Spirit</title>
      <dc:creator>Yuli</dc:creator>
      <pubDate>Thu, 08 Apr 2021 20:08:11 +0000</pubDate>
      <link>https://dev.to/stremovsky/hottest-security-startup-with-open-source-spirit-3omb</link>
      <guid>https://dev.to/stremovsky/hottest-security-startup-with-open-source-spirit-3omb</guid>
      <description>&lt;p&gt;Hi guys&lt;/p&gt;

&lt;p&gt;I run the hottest security startup, and I am going to prove it in a second.&lt;/p&gt;

&lt;p&gt;But before that, imagine that you are going to get a blue pill. Imagine that this one is a blue one:  💊.&lt;/p&gt;

&lt;p&gt;A blue pill that is going to save you from the problems of personal information disclosure and that you will never be a victim of the computer crime.&lt;/p&gt;

&lt;p&gt;Yesterday our product was winning Bitcoin for popularity on the GitHub list of trending repositories.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--67uC6D-N--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/a2ze83jcjf2ae7pf42mc.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--67uC6D-N--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/a2ze83jcjf2ae7pf42mc.jpg" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;That's right. the project is called &lt;strong&gt;Databunker&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;That day, Databunker won over Bitcoin for popularity!&lt;br&gt;
Databunker (161 ⭐) vs Bitcoin (132 ⭐) &lt;/p&gt;

&lt;h2&gt;
  
  
  So, what is Databunker?
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Databunker&lt;/strong&gt; is that blue pill - 💊 - remember this one is blue.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Databunker&lt;/strong&gt; is an open-source, network-based, self-hosted, GDPR compliant, secure storage for personal data.&lt;/p&gt;

&lt;p&gt;You can check out the project website for additional information: &lt;a href="https://databunker.org/"&gt;https://databunker.org/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;PS. If you like this project, show your love with a ⭐ on the project GitHub page: &lt;a href="https://github.com/securitybunker/databunker"&gt;https://github.com/securitybunker/databunker&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🤫 Shhhh, investors love GitHub ⭐.&lt;/p&gt;

&lt;p&gt;Happy hacking!&lt;/p&gt;

</description>
      <category>security</category>
      <category>privacy</category>
      <category>gdpr</category>
      <category>compliance</category>
    </item>
    <item>
      <title>Secure Session Storage for Web Apps</title>
      <dc:creator>Yuli</dc:creator>
      <pubDate>Sun, 14 Mar 2021 13:25:29 +0000</pubDate>
      <link>https://dev.to/stremovsky/secure-session-storage-for-web-apps-454d</link>
      <guid>https://dev.to/stremovsky/secure-session-storage-for-web-apps-454d</guid>
      <description>&lt;p&gt;When creating web applications you need to save data in a &lt;strong&gt;session object&lt;/strong&gt;. This data can include user email address, user permissions, last operation code, error messages.&lt;/p&gt;

&lt;p&gt;Some of this information is considered &lt;strong&gt;Personal Identifiable Information&lt;/strong&gt;. In short, &lt;strong&gt;PII&lt;/strong&gt;, as defined by &lt;strong&gt;GDPR&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Europeans (and the European Union in particular) care a great deal about online privacy and data protection.&lt;/p&gt;

&lt;p&gt;In this article, we’ll be taking an in-depth look at the GDPR and how it could affect the &lt;strong&gt;storage of user-session information&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Full article:&lt;br&gt;
&lt;a href="https://databunker.org/use-case/secure-session-storage/"&gt;https://databunker.org/use-case/secure-session-storage/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Click on ❤️ if you like this article ;-) Thanks&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>security</category>
      <category>privacy</category>
      <category>webdev</category>
      <category>gdpr</category>
    </item>
    <item>
      <title>Need true feedback for https://databunker.org/</title>
      <dc:creator>Yuli</dc:creator>
      <pubDate>Tue, 09 Mar 2021 15:08:45 +0000</pubDate>
      <link>https://dev.to/stremovsky/need-true-feedback-for-https-databunker-org-4chl</link>
      <guid>https://dev.to/stremovsky/need-true-feedback-for-https-databunker-org-4chl</guid>
      <description>&lt;p&gt;Hi guys,&lt;/p&gt;

&lt;p&gt;I need true feedback for the &lt;a href="https://databunker.org/"&gt;https://databunker.org/&lt;/a&gt; website.&lt;br&gt;
What is missing?&lt;br&gt;
What to add?&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br&gt;
Yuli&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Secure Session Storage for Node.js Apps</title>
      <dc:creator>Yuli</dc:creator>
      <pubDate>Wed, 17 Feb 2021 10:07:47 +0000</pubDate>
      <link>https://dev.to/stremovsky/secure-session-storage-for-node-js-apps-1mlk</link>
      <guid>https://dev.to/stremovsky/secure-session-storage-for-node-js-apps-1mlk</guid>
      <description>&lt;p&gt;Here is a link to a full story: &lt;a href="https://databunker.org/use-case/secure-session-storage/"&gt;https://databunker.org/use-case/secure-session-storage/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Looking forward to your comments and suggestions.&lt;/p&gt;

&lt;p&gt;Thanks, Yuli&lt;/p&gt;

</description>
      <category>security</category>
      <category>node</category>
      <category>privacy</category>
      <category>webdev</category>
    </item>
    <item>
      <title>PII in GCP</title>
      <dc:creator>Yuli</dc:creator>
      <pubDate>Sat, 23 Jan 2021 19:26:12 +0000</pubDate>
      <link>https://dev.to/stremovsky/pii-in-gcp-2hei</link>
      <guid>https://dev.to/stremovsky/pii-in-gcp-2hei</guid>
      <description>&lt;p&gt;Due to the cancelation of the &lt;strong&gt;privacy shield framework&lt;/strong&gt; and &lt;strong&gt;Schrems II&lt;/strong&gt;, you might no longer be able to use store customer details in the GCP.&lt;/p&gt;

&lt;p&gt;A solution for it can be &lt;strong&gt;pseudonymisation&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;I am running an open-source project that can help you with that. &lt;/p&gt;

&lt;p&gt;Check out the following article for more information:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://databunker.org/use-case/schrems-ii-compliance/"&gt;https://databunker.org/use-case/schrems-ii-compliance/&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>What are you guys doing with Schrems-II?</title>
      <dc:creator>Yuli</dc:creator>
      <pubDate>Thu, 14 Jan 2021 09:40:53 +0000</pubDate>
      <link>https://dev.to/stremovsky/what-are-you-guys-doing-with-schrems-ii-349d</link>
      <guid>https://dev.to/stremovsky/what-are-you-guys-doing-with-schrems-ii-349d</guid>
      <description>&lt;p&gt;Hi guys,&lt;/p&gt;

&lt;p&gt;The ruling by the Court of Justice of the EU (CJEU) on 16 July 2020 in the so-called 'Schrems II' case has significant implications for the transfer of personal data outside of the European Economic Area (EEA).&lt;/p&gt;

&lt;p&gt;What are you doing with this?&lt;/p&gt;

&lt;p&gt;Self-promotion:&lt;/p&gt;

&lt;p&gt;I run a free privacy training for startup founders and architects:&lt;br&gt;
&lt;a href="https://basebunker.com/"&gt;https://basebunker.com/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>privacy</category>
    </item>
    <item>
      <title>A swiss army knife tool to store personal records 🛡️</title>
      <dc:creator>Yuli</dc:creator>
      <pubDate>Tue, 05 Jan 2021 09:01:41 +0000</pubDate>
      <link>https://dev.to/stremovsky/a-swiss-army-knife-tool-to-store-personal-records-147l</link>
      <guid>https://dev.to/stremovsky/a-swiss-army-knife-tool-to-store-personal-records-147l</guid>
      <description>&lt;p&gt;My open-source project finally reached an important milestone. 100 stars on Github. My project is a kind of swiss army knife tool to store personal records. Due to the lack of time, I was actually not promoting it. So the growth is organic. For me, it means that it has real value for the developers and for startup founders.&lt;/p&gt;

&lt;p&gt;Databunker is a GDPR compliant user store service for Web and mobile apps. Databunker is a combination of several software concepts build together to provide PII storage and privacy by design out of the box:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A Personal Identifiable Information (PII) storage and vault&lt;/li&gt;
&lt;li&gt;Secure session storage for web applications&lt;/li&gt;
&lt;li&gt;Privacy portal for customers&lt;/li&gt;
&lt;li&gt;Application backend server&lt;/li&gt;
&lt;li&gt;DPO management tool&lt;/li&gt;
&lt;li&gt;Tokenization service&lt;/li&gt;
&lt;li&gt;Secret sauce&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Project website: &lt;a href="https://databunker.org/"&gt;https://databunker.org/&lt;/a&gt;&lt;br&gt;
Node.JS example with passport.js: &lt;a href="https://github.com/securitybunker/databunker-nodejs-example"&gt;https://github.com/securitybunker/databunker-nodejs-example&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Do you have any questions?
&lt;/h2&gt;

&lt;p&gt;Join my free privacy training: &lt;a href="https://basebunker.com/"&gt;https://basebunker.com/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>privacy</category>
      <category>design</category>
      <category>security</category>
      <category>storage</category>
    </item>
    <item>
      <title>Better search for developers </title>
      <dc:creator>Yuli</dc:creator>
      <pubDate>Tue, 15 Oct 2019 20:44:18 +0000</pubDate>
      <link>https://dev.to/stremovsky/better-search-for-developers-57c0</link>
      <guid>https://dev.to/stremovsky/better-search-for-developers-57c0</guid>
      <description>&lt;p&gt;For years, I was doing software development. I used to work with different platforms and different languages. As a developer, I constantly open Google to search function' exact name and arguments, code examples or programming language tips. For example, "what is the better way to do foreach in c++". There are a hundred examples, why exactly I need to do the search.&lt;/p&gt;

&lt;p&gt;Sometimes, I need to do copy &amp;amp; paste from VSCode and search in Google for a specific function name.&lt;/p&gt;

&lt;p&gt;Today, I will share with you a small project I build in recent months.&lt;/p&gt;

&lt;p&gt;It is a custom search engine build with Google, that has an index of developer websites only. It is available at &lt;a href="https://codeseek.com/"&gt;https://codeseek.com/&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Some people will probably ask, why we need you if we have Google? I can answer that you will be more productive because you will not get unrelated search results for your search query.&lt;/p&gt;

&lt;p&gt;In addition, I have build plugins for popular IDE - integrated development environments, like VSCode, Android Studio, IntelliJ, etc..&lt;/p&gt;

&lt;p&gt;It is to save you a few seconds you waste on "copy &amp;amp; paste" from your IDE. Instead, with a right mouse click, you will be able to run the Codeseek search on the text selected.&lt;/p&gt;

&lt;p&gt;All services are completely free. I removed the Google ads too, so, no ads.&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>startup</category>
      <category>news</category>
    </item>
  </channel>
</rss>
