<?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: Anatoly Demidovich</title>
    <description>The latest articles on DEV Community by Anatoly Demidovich (@da440dil).</description>
    <link>https://dev.to/da440dil</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%2F210776%2F3082321e-9e42-4b22-abad-a25ddb0bdfa4.jpg</url>
      <title>DEV Community: Anatoly Demidovich</title>
      <link>https://dev.to/da440dil</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/da440dil"/>
    <language>en</language>
    <item>
      <title>Distributed locking &amp; rate limiting</title>
      <dc:creator>Anatoly Demidovich</dc:creator>
      <pubDate>Mon, 12 Aug 2019 08:52:22 +0000</pubDate>
      <link>https://dev.to/da440dil/distributed-locking-rate-limiting-bd</link>
      <guid>https://dev.to/da440dil/distributed-locking-rate-limiting-bd</guid>
      <description>&lt;p&gt;In one of my previous projects, I ran into two problems. And this is not  &lt;a href="https://martinfowler.com/bliki/TwoHardThings.html"&gt;cache invalidation and naming things&lt;/a&gt; as you might think :). This is distributed locking and distributed rate limiting. In my opinion, I did a pretty good job solving these two. And now after some simplifying and reshaping I think the solutions are ready for publishing and here they are: &lt;a href="https://github.com/da440dil/go-locker"&gt;go-locker&lt;/a&gt; &amp;amp;  &lt;a href="https://github.com/da440dil/go-counter"&gt;go-counter&lt;/a&gt;   on  &lt;a href="https://golang.org/"&gt;Go&lt;/a&gt;  and &lt;a href="https://github.com/da440dil/js-locker"&gt;js-locker&lt;/a&gt; &amp;amp;  &lt;a href="https://github.com/da440dil/js-counter"&gt;js-counter&lt;/a&gt;  on  &lt;a href="http://www.typescriptlang.org/"&gt;TypeScript&lt;/a&gt;. Comments are welcome.&lt;/p&gt;

</description>
      <category>node</category>
      <category>javascript</category>
      <category>typescript</category>
      <category>go</category>
    </item>
  </channel>
</rss>
