<?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: Aakash Chaudhary</title>
    <description>The latest articles on Forem by Aakash Chaudhary (@psycoder01).</description>
    <link>https://forem.com/psycoder01</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%2F318733%2F633bf23e-60a2-4c53-8b97-4c9860f486e7.jpeg</url>
      <title>Forem: Aakash Chaudhary</title>
      <link>https://forem.com/psycoder01</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/psycoder01"/>
    <language>en</language>
    <item>
      <title>Neovim with Lua configs</title>
      <dc:creator>Aakash Chaudhary</dc:creator>
      <pubDate>Sun, 12 Sep 2021 17:06:12 +0000</pubDate>
      <link>https://forem.com/psycoder01/neovim-with-lua-configs-39o2</link>
      <guid>https://forem.com/psycoder01/neovim-with-lua-configs-39o2</guid>
      <description>&lt;h2&gt;
  
  
  This is a small attempt to improve NeoVim experience.
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Plugins attached&lt;/strong&gt; : &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Telescope&lt;/li&gt;
&lt;li&gt;Nvim Tree&lt;/li&gt;
&lt;li&gt;Native LSP&lt;/li&gt;
&lt;li&gt;Indent Blankline&lt;/li&gt;
&lt;li&gt;Gruvbox Colorscheme&lt;/li&gt;
&lt;li&gt;Treesitter&lt;/li&gt;
&lt;li&gt;Rainbow Brackets ( Not configure properly )&lt;/li&gt;
&lt;li&gt;AutoPairs &lt;/li&gt;
&lt;li&gt;Kommentry&lt;/li&gt;
&lt;li&gt;GitSigns&lt;/li&gt;
&lt;li&gt;Dashboard ( some bugs with Indentline )&lt;/li&gt;
&lt;li&gt;Vim Snippets&lt;/li&gt;
&lt;li&gt;Vim Sneak&lt;/li&gt;
&lt;li&gt;Nvim AutoTag&lt;/li&gt;
&lt;li&gt;Diff View ( Git Diff view changes )&lt;/li&gt;
&lt;li&gt;Nvim Colorizer ( shows colors )&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It has general configuration for React and Web Development.&lt;/p&gt;

&lt;p&gt;GitHub : &lt;a href="https://github.com/psycoder01/Neovim-Config" rel="noopener noreferrer"&gt;https://github.com/psycoder01/Neovim-Config&lt;/a&gt;&lt;br&gt;
If you like it, Do give it a STAR .&lt;/p&gt;

</description>
      <category>vim</category>
      <category>linux</category>
    </item>
    <item>
      <title>React Project Setup</title>
      <dc:creator>Aakash Chaudhary</dc:creator>
      <pubDate>Wed, 25 Nov 2020 17:54:44 +0000</pubDate>
      <link>https://forem.com/psycoder01/react-project-setup-23k5</link>
      <guid>https://forem.com/psycoder01/react-project-setup-23k5</guid>
      <description>&lt;p&gt;React is a frontend javascript library used to create modern web apps and websites. It uses jsx element which allow us to write html in js file. Mostly people struggle with how to get started with React and some just jump right into it without understanding the workflow of react. So , here is a video explaining some things.&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/Sob853aQ4lU"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>react</category>
      <category>tutorial</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Is React really that bad?</title>
      <dc:creator>Aakash Chaudhary</dc:creator>
      <pubDate>Sun, 27 Sep 2020 05:03:06 +0000</pubDate>
      <link>https://forem.com/psycoder01/is-react-really-that-bad-mf8</link>
      <guid>https://forem.com/psycoder01/is-react-really-that-bad-mf8</guid>
      <description>&lt;p&gt;I'm seeing many people claiming React is bad and comparing to other frameworks like Vue, Svelte or even VanillaJS (LOL). My opinions on this war:&lt;/p&gt;

&lt;h1&gt;
  
  
  1. Bundle Size
&lt;/h1&gt;

&lt;p&gt;React is a library where you integrate different things . So bundle size gonna increase for sure. But you also get the good functionality.&lt;/p&gt;

&lt;h1&gt;
  
  
  2. React is slow !
&lt;/h1&gt;

&lt;p&gt;Well , React is slow ! &lt;em&gt;everybody&lt;/em&gt; knows it. But there are things which can be done to make the overall performance faster. Lazy, Purging , Compressing. Pure HTML is still the fastest and will be forever.&lt;/p&gt;

&lt;h1&gt;
  
  
  3. Large Code length
&lt;/h1&gt;

&lt;p&gt;This really makes me laugh . It's like comparing two people by their height not by their skills. Oh ! &lt;strong&gt;He is only 4 feet so our office will have more space for others&lt;/strong&gt;. &lt;em&gt;Nah! He is too tall for our office&lt;/em&gt; . LOL!!! The difference is not quite that large to be worried about in the code length of different frameworks.&lt;/p&gt;

&lt;h1&gt;
  
  
  4. Backed by Tech Giant
&lt;/h1&gt;

&lt;p&gt;You know! It's still an &lt;strong&gt;open source project&lt;/strong&gt;. Doesn't really matter if it's backed by a Tech Giant or a single person. It's a tool given to the whole community to use it.&lt;/p&gt;

&lt;h1&gt;
  
  
  5. At last everything will be JavaScript
&lt;/h1&gt;

&lt;p&gt;No matter what framework or library you use ( Angular, Vue, Svelte or React) , at last it is our plain old javascript running in the browser. &lt;/p&gt;

&lt;p&gt;You'll end up using React once in your lifetime unless you change your career . So stop comparing and start using what you are comfortable with. &lt;/p&gt;

</description>
      <category>react</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Which backend tools should I use?</title>
      <dc:creator>Aakash Chaudhary</dc:creator>
      <pubDate>Sun, 26 Jul 2020 05:50:08 +0000</pubDate>
      <link>https://forem.com/psycoder01/which-backend-tools-should-i-use-54bo</link>
      <guid>https://forem.com/psycoder01/which-backend-tools-should-i-use-54bo</guid>
      <description>&lt;p&gt;I use NodeJs for I/O intensive backend system. And I want to know what if I want to build a computing and CPU intensive sytem? I need some recommendations about tools which I can use in that scenario! &lt;/p&gt;

</description>
      <category>webdev</category>
      <category>discuss</category>
    </item>
  </channel>
</rss>
