<?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: Russell R.</title>
    <description>The latest articles on DEV Community by Russell R. (@netside).</description>
    <link>https://dev.to/netside</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%2F159876%2F818f8e50-8ec0-49c6-acc9-2701c1375479.jpeg</url>
      <title>DEV Community: Russell R.</title>
      <link>https://dev.to/netside</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/netside"/>
    <language>en</language>
    <item>
      <title>Is NodeJS's https.get function/method asyncronous?</title>
      <dc:creator>Russell R.</dc:creator>
      <pubDate>Sun, 06 Sep 2020 06:25:43 +0000</pubDate>
      <link>https://dev.to/netside/is-nodejs-s-https-get-function-method-asyncronous-3hib</link>
      <guid>https://dev.to/netside/is-nodejs-s-https-get-function-method-asyncronous-3hib</guid>
      <description>&lt;p&gt;I was just wondering if the NodeJS https.get() method/function was asynchronous or not?  &lt;/p&gt;

&lt;p&gt;I'm still learning, but it seems like it is, since it was producing results before other code of mine, but I could be wrong.&lt;/p&gt;

&lt;p&gt;Also, is https.get technically a function, or method? I wasn't sure when writing the title.&lt;/p&gt;

&lt;p&gt;This is what I'm talking about:&lt;br&gt;
&lt;a href="https://nodejs.org/api/https.html#https_https_get_url_options_callback"&gt;https://nodejs.org/api/https.html#https_https_get_url_options_callback&lt;/a&gt;&lt;/p&gt;

</description>
      <category>node</category>
    </item>
    <item>
      <title>SameSite Cookie Header and Google Login</title>
      <dc:creator>Russell R.</dc:creator>
      <pubDate>Sun, 30 Aug 2020 03:29:08 +0000</pubDate>
      <link>https://dev.to/netside/samesite-cookie-header-and-google-login-5ajj</link>
      <guid>https://dev.to/netside/samesite-cookie-header-and-google-login-5ajj</guid>
      <description>&lt;p&gt;I was recently experimenting with Login with Google for my own websites I develop, and came across this error (and change in the way Chrome handles cookies):&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/google/google-api-javascript-client/issues/561"&gt;https://github.com/google/google-api-javascript-client/issues/561&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;From what I gather, soon Chrome will no longer accept cookies without this SameSite header. However, unless you disable this (via chrome://flags) in Chrome, right now, Login with Google doesn't seem to work.  &lt;/p&gt;

&lt;p&gt;So, is Chrome configured by default to block cookies without that header, and Google's "Login with Google" API isn't sending them with this header?  Is that correct?  If so, what do developers need to do, if anything, or is this something only Google needs to change?&lt;/p&gt;

&lt;p&gt;Thanks.  Been wondering about this for a few days now, and it's not 100% clear what's going on.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
