<?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: Moheshwar Amarnath Biswas</title>
    <description>The latest articles on DEV Community by Moheshwar Amarnath Biswas (@fluentmoheshwar).</description>
    <link>https://dev.to/fluentmoheshwar</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%2F915277%2Fe464b39a-9b45-4f30-858a-930101785dfa.png</url>
      <title>DEV Community: Moheshwar Amarnath Biswas</title>
      <link>https://dev.to/fluentmoheshwar</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/fluentmoheshwar"/>
    <language>en</language>
    <item>
      <title>21 key points to be a successful developer!</title>
      <dc:creator>Moheshwar Amarnath Biswas</dc:creator>
      <pubDate>Sat, 27 Jan 2024 17:55:09 +0000</pubDate>
      <link>https://dev.to/fluentmoheshwar/21-key-points-to-be-a-successful-developer-2fli</link>
      <guid>https://dev.to/fluentmoheshwar/21-key-points-to-be-a-successful-developer-2fli</guid>
      <description>&lt;ul&gt;
&lt;li&gt;Discipline and Sacrifice&lt;/li&gt;
&lt;li&gt;Patience and Dedication&lt;/li&gt;
&lt;li&gt;Be Rational/Logical&lt;/li&gt;
&lt;li&gt;Focus&lt;/li&gt;
&lt;li&gt;Avoid shortcuts (not keyboard shortcuts though)&lt;/li&gt;
&lt;li&gt;Make GitHub your social media!&lt;/li&gt;
&lt;li&gt;Avoid Tutorial/Book Hell&lt;/li&gt;
&lt;li&gt;Share your knowledge and projects&lt;/li&gt;
&lt;li&gt;Read other's code&lt;/li&gt;
&lt;li&gt;Networking skill&lt;/li&gt;
&lt;li&gt;Find different ways of solving problems&lt;/li&gt;
&lt;li&gt;Don't jump in career&lt;/li&gt;
&lt;li&gt;Read documentation&lt;/li&gt;
&lt;li&gt;Value good design&lt;/li&gt;
&lt;li&gt;Make your own boilerplate&lt;/li&gt;
&lt;li&gt;Don't compare yourself with others!&lt;/li&gt;
&lt;li&gt;Don't follow anyone blindly&lt;/li&gt;
&lt;li&gt;Have reading and writing habits&lt;/li&gt;
&lt;li&gt;Avoid negativity&lt;/li&gt;
&lt;li&gt;Enjoy your life&lt;/li&gt;
&lt;li&gt;Take breaks!&lt;/li&gt;
&lt;/ul&gt;

</description>
    </item>
    <item>
      <title>Make your terminal look like 10x developer!</title>
      <dc:creator>Moheshwar Amarnath Biswas</dc:creator>
      <pubDate>Tue, 20 Dec 2022 15:11:53 +0000</pubDate>
      <link>https://dev.to/fluentmoheshwar/make-your-terminal-look-like-10x-developer-1gba</link>
      <guid>https://dev.to/fluentmoheshwar/make-your-terminal-look-like-10x-developer-1gba</guid>
      <description>&lt;h2&gt;
  
  
  My shell setup
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fipy6x5awrvn6r8a9fgcv.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fipy6x5awrvn6r8a9fgcv.png" alt="My Shell Setup"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;For up-to-date instructions please refer to: &lt;a href="https://github.com/fluentmoheshwar/shell#readme" rel="noopener noreferrer"&gt;https://github.com/fluentmoheshwar/shell#readme&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'm super excited to share with you my awesome shell setup that makes my coding life so much easier and fun! 😍&lt;/p&gt;

&lt;p&gt;All you need to do is clone this repo and run appropriate script. It will install everything you need in a snap (excluding terminal and nerd font).&lt;/p&gt;

&lt;p&gt;Features:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Command Completion with &lt;a href="https://github.com/PowerShell/PSReadLine" rel="noopener noreferrer"&gt;PSReadLine&lt;/a&gt; and &lt;a href="https://github.com/AnderssonPeter/PowerType" rel="noopener noreferrer"&gt;PowerType&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;sudo on windows using &lt;a href="https://github.com/gerardog/gsudo" rel="noopener noreferrer"&gt;gsudo&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Beautiful Prompt Using &lt;a href="https://starship.rs" rel="noopener noreferrer"&gt;starship&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Installation
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Windows
&lt;/h3&gt;

&lt;p&gt;Run windows.bat&lt;/p&gt;

&lt;h3&gt;
  
  
  Linux
&lt;/h3&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;

bash ./linux.sh


&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;Note: Only Ubuntu LTS and it's derivatives is supported.&lt;/p&gt;

&lt;h3&gt;
  
  
  Mac
&lt;/h3&gt;

&lt;p&gt;Warning: This script isn't tested! I don't have a mac.&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;

bash ./mac.sh


&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;
&lt;h2&gt;
  
  
  Updating
&lt;/h2&gt;

&lt;p&gt;use &lt;code&gt;git pull&lt;/code&gt; and re-run appropriate script.&lt;/p&gt;
&lt;h2&gt;
  
  
  Terminal Setup Instructions
&lt;/h2&gt;

&lt;p&gt;You need to use one of these terminals: &lt;a href="https://github.com/tonsky/FiraCode#terminal-compatibility-list" rel="noopener noreferrer"&gt;Supported Terminals&lt;/a&gt; You also need to use a &lt;a href="https://www.nerdfonts.com/font-downloads" rel="noopener noreferrer"&gt;nerd font&lt;/a&gt;. Trust me, you will love the icons and glyphs. 😎 Remember to set the nerd font and powershell as your default shell in your terminal. I'm showing setup instruction for Windows Terminal, Hyper and Visual Studio Code Integrated Terminal below.&lt;br&gt;
I'm using Cascadia Code Nerd Font as example.&lt;/p&gt;
&lt;h3&gt;
  
  
  Windows Terminal
&lt;/h3&gt;

&lt;p&gt;Windows Terminal &amp;gt; Click on the arrow &amp;gt; Settings&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fir8pyhzen0xzkrs5i37n.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fir8pyhzen0xzkrs5i37n.png" alt="Settings in Windows Terminal"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Set PowerShell as default shell and Windows Terminal as default terminal like below.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3gamcrc7rdcy8625gl5x.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3gamcrc7rdcy8625gl5x.png" alt="PowerShell and Windows Terminal default"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Go to Default &amp;gt; Appearance &amp;gt; Set your nerd font as default.&lt;/p&gt;

&lt;p&gt;Restart terminal&lt;/p&gt;
&lt;h3&gt;
  
  
  Hyper
&lt;/h3&gt;

&lt;p&gt;Hyper&amp;gt;Edit&amp;gt;Preferences&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5zrhk6co3u5g6vnh4tpa.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5zrhk6co3u5g6vnh4tpa.png" alt="Settings in Hyper"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Add the following to your hyper.js file&lt;/p&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight javascript"&gt;&lt;code&gt;

&lt;span class="nx"&gt;module&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;exports&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
  &lt;span class="na"&gt;config&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
    &lt;span class="c1"&gt;// Uncomment below for Linux/Mac&lt;/span&gt;
    &lt;span class="c1"&gt;// shell: '/usr/bin/pwsh',&lt;/span&gt;
    &lt;span class="c1"&gt;// Uncomment below for Windows&lt;/span&gt;
    &lt;span class="c1"&gt;// shell: 'C:\\Program Files\\PowerShell\\7\\pwsh.exe'&lt;/span&gt;
    &lt;span class="na"&gt;fontFamily&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;CaskaydiaCove Nerd Font Mono&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
    &lt;span class="na"&gt;disableLigatures&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="kc"&gt;false&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
  &lt;span class="p"&gt;},&lt;/span&gt;
&lt;span class="p"&gt;};&lt;/span&gt;


&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;
&lt;h3&gt;
  
  
  Visual Studio Code Integrated Terminal
&lt;/h3&gt;

&lt;p&gt;Click on the gear icon&amp;gt; Settings&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ff9in040f4y4l8sk1w2ce.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ff9in040f4y4l8sk1w2ce.png" alt="Settings in Vscode"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Click Open settings.json icon.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffibrgedixej7m3qx2mhh.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffibrgedixej7m3qx2mhh.png" alt="settings.json in vscode"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Add the following code in your settings.json file.&lt;/p&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight json"&gt;&lt;code&gt;&lt;span class="w"&gt;

&lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"terminal.integrated.defaultProfile.windows"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"PowerShell"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"terminal.integrated.defaultProfile.linux"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"pwsh"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"terminal.integrated.defaultProfile.osx"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"pwsh"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"terminal.integrated.shellIntegration.suggestEnabled"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="kc"&gt;true&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"editor.fontFamily"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"CaskaydiaCove Nerd Font Mono"&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;


&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>terminal</category>
      <category>powershell</category>
      <category>commandline</category>
      <category>shell</category>
    </item>
    <item>
      <title>Make your Desktop look cool using Rainmeter!</title>
      <dc:creator>Moheshwar Amarnath Biswas</dc:creator>
      <pubDate>Tue, 13 Dec 2022 07:28:03 +0000</pubDate>
      <link>https://dev.to/fluentmoheshwar/make-your-desktop-look-cool-using-rainmeter-ppk</link>
      <guid>https://dev.to/fluentmoheshwar/make-your-desktop-look-cool-using-rainmeter-ppk</guid>
      <description>&lt;p&gt;First, we need to &lt;a href="https://en.freejpg.com.ar/free/info/100027473/plants-trees-pine-fog-mountain-forest-nature" rel="noopener noreferrer"&gt;Download the Wallpaper&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Then install Rainmeter. &lt;br&gt;
&lt;a href="https://www.rainmeter.net/" rel="noopener noreferrer"&gt;Download Rainmeter&lt;/a&gt; or install it via winget&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight powershell"&gt;&lt;code&gt;&lt;span class="n"&gt;winget&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;install&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;rainmeter&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Then install the Mond skin&lt;br&gt;
&lt;a href="https://github.com/rmskins/mond/raw/main/mond__by_apexxx_sensei_dcly2hj.rmskin" rel="noopener noreferrer"&gt;Download Mond&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Then a setting will appear on desktop. Configure it to your needs.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0enyt9owf3tosayemae4.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0enyt9owf3tosayemae4.png" alt="Mond Settings" width="402" height="642"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Unfortunately, I can't get the Mond weather to get working. So, I just unloaded the weather.&lt;/p&gt;

&lt;p&gt;Move the widgets wherever you want. Then open rainmeter&amp;gt;mond&amp;gt;clock&amp;gt;clock.ini then set the position to on desktop and untick draggable.&lt;br&gt;
Follow the same instructions as before for every widget you added.&lt;/p&gt;

&lt;p&gt;For the performance stats we need another skin called Win10Widgets&lt;br&gt;
&lt;a href="https://github.com/tjmarkham/win10widgets/releases/download/1.0.0/Win10.Widgets_1.0.0.rmskin" rel="noopener noreferrer"&gt;Download Win10Widgets&lt;/a&gt;&lt;br&gt;
Install as before but this time untick apply included layout.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fx969qkdu4edlum3x2rqa.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fx969qkdu4edlum3x2rqa.png" alt="Image description" width="401" height="438"&gt;&lt;/a&gt;&lt;br&gt;
Then Rainmeter&amp;gt;Win10 Widgets&amp;gt;Performance - Combo&amp;gt; Combo-Wide.ini&amp;gt; Load then move it wherever you want. then set the position to on desktop and untick draggable.&lt;/p&gt;

&lt;p&gt;Now we have Performance Stats.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvbkzhv3hyslknlin6g8i.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvbkzhv3hyslknlin6g8i.png" alt="performance stats" width="740" height="62"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;For the top bar we need another skin called Droptop&lt;br&gt;
&lt;a href="https://github.com/Droptop-Four/Basic-Version/raw/main/Droptop%20Basic%20Version.rmskin" rel="noopener noreferrer"&gt;Download Droptop&lt;/a&gt;&lt;br&gt;
Install as before but this time untick apply included layout.&lt;br&gt;
There you have a topbar. droptop has a lot of customization features. I am not covering it in this post. &lt;/p&gt;

&lt;p&gt;Bonus: If you want a transparent taskbar then you can install this app &lt;a href="https://apps.microsoft.com/store/detail/9PF4KZ2VN4W9" rel="noopener noreferrer"&gt;Translucent​TB&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Bonus 2: If you want a snow effect on desktop then you can install &lt;a href="https://github.com/TheIcyStar/IcyStorm/releases/latest" rel="noopener noreferrer"&gt;IcyStrom&lt;/a&gt;&lt;/p&gt;

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