<?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: Anatoliy (Toli) Zaslavskiy</title>
    <description>The latest articles on DEV Community by Anatoliy (Toli) Zaslavskiy (@tolicodes).</description>
    <link>https://dev.to/tolicodes</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%2F354771%2Fdca8ffe8-848e-47dc-9e3b-3fc697f6dbfc.jpeg</url>
      <title>DEV Community: Anatoliy (Toli) Zaslavskiy</title>
      <link>https://dev.to/tolicodes</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tolicodes"/>
    <language>en</language>
    <item>
      <title>Mutual Code Review</title>
      <dc:creator>Anatoliy (Toli) Zaslavskiy</dc:creator>
      <pubDate>Tue, 24 Mar 2020 11:12:08 +0000</pubDate>
      <link>https://dev.to/tolicodes/mutual-code-review-kkn</link>
      <guid>https://dev.to/tolicodes/mutual-code-review-kkn</guid>
      <description>&lt;p&gt;Hey I’m transitioning to being an open source developer full time. The downside is I don’t have anyone to review my PRs yet or bounce ideas off of. &lt;/p&gt;

&lt;p&gt;Would any Node developer be interested in exchanging code review time with me?&lt;/p&gt;

&lt;p&gt;I’m working on some cool CLI utilities now&lt;br&gt;
&lt;a href="https://github.com/tolicodes/node-cli-toolkit"&gt;https://github.com/tolicodes/node-cli-toolkit&lt;/a&gt;&lt;br&gt;
Also a cool queue utility. WIP. Gotta document it and test it (I wrote before I was into TDD) but the code is pretty sound&lt;br&gt;
&lt;a href="https://github.com/tolicodes/node-api-toolkit/blob/master/packages/queue/index.ts"&gt;https://github.com/tolicodes/node-api-toolkit/blob/master/packages/queue/index.ts&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Generate any Oauth token via CLI</title>
      <dc:creator>Anatoliy (Toli) Zaslavskiy</dc:creator>
      <pubDate>Tue, 24 Mar 2020 11:04:30 +0000</pubDate>
      <link>https://dev.to/tolicodes/generate-any-oauth-token-via-cli-1b12</link>
      <guid>https://dev.to/tolicodes/generate-any-oauth-token-via-cli-1b12</guid>
      <description>&lt;p&gt;Hey guys,&lt;br&gt;
First post. I’ve been writing a few CLI utilities. My latest one generates an oauth token using the CLI. You just pass it a passport strategy (there’s one for just about any provider), pop in your key and secret, run the command and out comes a token!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/tolicodes/node-cli-toolkit/tree/master/packages/generate-oauth-token-cli"&gt;https://github.com/tolicodes/node-cli-toolkit/tree/master/packages/generate-oauth-token-cli&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I’d love to get feedback!&lt;/p&gt;

</description>
      <category>node</category>
    </item>
  </channel>
</rss>
