<?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: Krshn</title>
    <description>The latest articles on DEV Community by Krshn (@krshna).</description>
    <link>https://dev.to/krshna</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%2F56982%2Fb74e33fe-0871-40e9-a72c-487a37e4c0d5.png</url>
      <title>DEV Community: Krshn</title>
      <link>https://dev.to/krshna</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/krshna"/>
    <language>en</language>
    <item>
      <title>Worried about jobs after Devin AI? Let's start small to improve ourselves and delve deeper into computer science.</title>
      <dc:creator>Krshn</dc:creator>
      <pubDate>Sat, 30 Mar 2024 12:44:15 +0000</pubDate>
      <link>https://dev.to/krshna/worried-about-jobs-after-devin-ai-lets-start-small-to-improve-ourselves-and-delve-deeper-into-computer-science-24bl</link>
      <guid>https://dev.to/krshna/worried-about-jobs-after-devin-ai-lets-start-small-to-improve-ourselves-and-delve-deeper-into-computer-science-24bl</guid>
      <description>&lt;p&gt;I'm a Frontend Software Engineer, but nowadays worried about future as LLM and AI takeover, or maybe just reduce jobs flow.&lt;br&gt;
but lets start with something, I'm starting with this article &lt;/p&gt;

&lt;p&gt;&lt;a href="https://conffab.com/elsewhere/navigating-the-future-of-frontend/"&gt;"Navigating the future of frontend"&lt;/a&gt;&lt;/p&gt;


&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
      &lt;div class="c-embed__cover"&gt;
        &lt;a href="https://conffab.com/elsewhere/navigating-the-future-of-frontend/" class="c-link s:max-w-50 align-middle" rel="noopener noreferrer"&gt;
          &lt;img alt="" src="https://res.cloudinary.com/practicaldev/image/fetch/s--Z-XCFb5L--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://conffab.com/wp-content/themes/conffab21newWVS5/images/large-close.svg" height="800" class="m-0" width="800"&gt;
        &lt;/a&gt;
      &lt;/div&gt;
    &lt;div class="c-embed__body"&gt;
      &lt;h2 class="fs-xl lh-tight"&gt;
        &lt;a href="https://conffab.com/elsewhere/navigating-the-future-of-frontend/" rel="noopener noreferrer" class="c-link"&gt;
          Navigating the future of frontend – Conffab
        &lt;/a&gt;
      &lt;/h2&gt;
      &lt;div class="color-secondary fs-s flex items-center"&gt;
          &lt;img alt="favicon" class="c-embed__favicon m-0 mr-2 radius-0" src="https://res.cloudinary.com/practicaldev/image/fetch/s--t28E83tz--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://conffab.com/wp-content/uploads/2021/07/cropped-favicon-32x32.png" width="32" height="32"&gt;
        conffab.com
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;


</description>
    </item>
    <item>
      <title>grpc vs protorpc</title>
      <dc:creator>Krshn</dc:creator>
      <pubDate>Tue, 21 Jan 2020 04:22:44 +0000</pubDate>
      <link>https://dev.to/krshna/grpc-vs-protorpc-eg</link>
      <guid>https://dev.to/krshna/grpc-vs-protorpc-eg</guid>
      <description>&lt;p&gt;In Google app Engine py2.7 standard I mainly use cloud endpoint framework to make web apis,&lt;br&gt;
They use protorpc their to make serialization and deserialize and parhaps more.&lt;/p&gt;

&lt;p&gt;But in GAE py3, they don't support cloud endpoint framework, so our team want to migrate to flask but want strict serialization in json like protorpc, ( structured json )&lt;br&gt;
There is many alternatives, grpc is one of them and also support http2 stream, protobuff&lt;/p&gt;

&lt;p&gt;So I'm confuse how protorpc different from grpc &lt;br&gt;
Are protorpc use same architecture and protobuffer internally ?&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>grpc</category>
      <category>protorpc</category>
    </item>
    <item>
      <title>let, async, await as variable</title>
      <dc:creator>Krshn</dc:creator>
      <pubDate>Fri, 01 Feb 2019 13:41:34 +0000</pubDate>
      <link>https://dev.to/krshna/let-async-await-as-variable-57fp</link>
      <guid>https://dev.to/krshna/let-async-await-as-variable-57fp</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--LrCSRwj1--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://thepracticaldev.s3.amazonaws.com/i/jrf51xu87wlkpwpn47ac.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--LrCSRwj1--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://thepracticaldev.s3.amazonaws.com/i/jrf51xu87wlkpwpn47ac.png" alt="" width="646" height="292"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;if i assign &lt;code&gt;let&lt;/code&gt; some other value, how interpreter still understand its original use.&lt;/p&gt;

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