<?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>Forem: Aditya Mishra</title>
    <description>The latest articles on Forem by Aditya Mishra (@devlopr).</description>
    <link>https://forem.com/devlopr</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%2F521094%2F52ef7a3a-95b8-4ee2-8577-85dc55fb4aa7.jpeg</url>
      <title>Forem: Aditya Mishra</title>
      <link>https://forem.com/devlopr</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/devlopr"/>
    <language>en</language>
    <item>
      <title>C programming in 2022?</title>
      <dc:creator>Aditya Mishra</dc:creator>
      <pubDate>Thu, 20 Jan 2022 17:04:33 +0000</pubDate>
      <link>https://forem.com/devlopr/c-programming-in-2022-f2d</link>
      <guid>https://forem.com/devlopr/c-programming-in-2022-f2d</guid>
      <description>&lt;p&gt;Let's get to the point is C programming language worth learning in 2022?&lt;/p&gt;

&lt;p&gt;Simple answer: YES&lt;br&gt;
Reason?&lt;/p&gt;

&lt;p&gt;If you are getting into programming it's a good idea to start with c because this language will teach how the bare metal (computer) works.&lt;/p&gt;

&lt;p&gt;From memory to cpu instructions, it's pretty simple language compared to c++ and c is worth learning as it would never hurt to keep this old language still alive.&lt;/p&gt;

&lt;p&gt;After learning c you should try rust or c++&lt;/p&gt;

</description>
      <category>c</category>
      <category>cpp</category>
      <category>programming</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Electron JS Big Rival?</title>
      <dc:creator>Aditya Mishra</dc:creator>
      <pubDate>Mon, 17 Jan 2022 09:34:15 +0000</pubDate>
      <link>https://forem.com/devlopr/desktop-apps-using-web-technologies-but-without-electron-4lhn</link>
      <guid>https://forem.com/devlopr/desktop-apps-using-web-technologies-but-without-electron-4lhn</guid>
      <description>&lt;p&gt;I love electron, but there are many things I don't like about electron for example the performance, if you have a pc like mine with 4gigs of ram and a i3 processor you know how much it's a struggle sometimes when working with electron and startup times are sometimes very long.&lt;/p&gt;

&lt;p&gt;I don't need to mention the fact that the final release build also weighs decent size like 80 or 90 mb easily.&lt;/p&gt;

&lt;p&gt;I switched to Tauri a mature electron alternative but since I don't have any prior language to rust and stuff, I messed up everything.&lt;/p&gt;

&lt;p&gt;Now I switched to Neutralino JS, and I love it!&lt;/p&gt;

&lt;p&gt;Unlike electron which bundles chromium, Neutralino JS uses operating system's inbuilt browser library. For example webkit2 in Linux&lt;/p&gt;

&lt;p&gt;And performance? Man it's almost identical to a native desktop applications.&lt;/p&gt;

&lt;p&gt;A big downside of Neutralino is that you don't use node js with it.&lt;/p&gt;

&lt;p&gt;But Neutralino provides much better options for interacting with the OS.&lt;/p&gt;

&lt;p&gt;Functions like writeFile and readFile make life so easier for interacting with storage.&lt;/p&gt;

&lt;p&gt;And since local storage doesn't work in Neutralino you can still use the local storage api provided by Neutralino to store key pair values.&lt;/p&gt;

&lt;p&gt;Currently Neutralino js is just like a child, and in the coming few years this will be a for sure competitor of electron and Tauri.&lt;/p&gt;

&lt;p&gt;Overall Neutralino is a must try option, it won't let you down trust me!&lt;/p&gt;

&lt;p&gt;Resources:&lt;br&gt;
&lt;a href="https://github.com/Elanis/web-to-desktop-framework-comparison"&gt;Neutralino JS vs Electron vs Tauri vs NW.js vs NodeGui vs Flutter vs .net MAUI&lt;/a&gt;&lt;br&gt;
&lt;a href="https://neutralino.js.org/"&gt;Neutralino JS Website&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/neutralinojs/neutralinojs"&gt;Neutralino JS GitHub&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>webdev</category>
      <category>node</category>
      <category>html</category>
    </item>
  </channel>
</rss>
