<?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: Samudra Banerjee</title>
    <description>The latest articles on DEV Community by Samudra Banerjee (@sam8dec).</description>
    <link>https://dev.to/sam8dec</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%2F169373%2F2bf03f83-5a60-4b1b-92d2-bdc18ff7549a.png</url>
      <title>DEV Community: Samudra Banerjee</title>
      <link>https://dev.to/sam8dec</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sam8dec"/>
    <language>en</language>
    <item>
      <title>As a Software Engineer, learn this one fundamental skill</title>
      <dc:creator>Samudra Banerjee</dc:creator>
      <pubDate>Sun, 09 Apr 2023 21:54:19 +0000</pubDate>
      <link>https://dev.to/sam8dec/as-a-software-engineer-learn-this-one-fundamental-skill-52pd</link>
      <guid>https://dev.to/sam8dec/as-a-software-engineer-learn-this-one-fundamental-skill-52pd</guid>
      <description>&lt;p&gt;Let me start with a confession. Despite being a high achiever in school, I was miserable for most of my career as a Software Engineer. I had bad work-ethics, low self-esteem and struggled to get along with co-workers. I wondered if my life would ever get any better.&lt;/p&gt;

&lt;p&gt;But things are different now. I have a healthy relationship with my manager and some of my co-workers are great friends. I enjoy reading and participate in a tech discussions. I've worked on several interesting projects and have learnt a lot along the way.&lt;/p&gt;

&lt;p&gt;What caused this shift? Well, the COVID lockdown. With all the noise out of the way, I read several books and reflected on my life. The one that stood out was &lt;a href="https://a.co/d/amfr5tB"&gt;Mindset: The New Psychology of Success&lt;/a&gt; by Carol Dweck. I realized that I wasn't looking at things the right way. For me, getting stuck was a question of self-worth. I was overcome with fear whenever anything got challenging. I hesitated to ask for help and procrastinated often. My biggest fear was being judged by others.&lt;/p&gt;

&lt;p&gt;To shift my perspective, these are some of the questions I'd ask myself:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Is it even reasonable to not get stuck?&lt;/li&gt;
&lt;li&gt;Am I not growing by sticking through this challenge?&lt;/li&gt;
&lt;li&gt;Is my fear of judgement rational?&lt;/li&gt;
&lt;li&gt;Even if I am critiqued, how can I learn and grow from it?&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Developing a growth mindset did not happen overnight. It took months of practice and is still a work-in-progress. I'd often revert to my old ways and course-correct. One of the practices I found helpful was sitting in silence for a few minutes at the end of each day, reflecting on how my day went.&lt;/p&gt;

&lt;p&gt;What is great about this mindset is that it applies to life in general. I've been using it to lift heavier at the gym, get better at social interactions and learn new hobbies. But above all else, I've become more compassionate with myself and with others.&lt;/p&gt;

</description>
      <category>mindset</category>
      <category>coreskill</category>
      <category>beginners</category>
    </item>
    <item>
      <title>My first key strokes</title>
      <dc:creator>Samudra Banerjee</dc:creator>
      <pubDate>Fri, 22 Jul 2022 04:41:52 +0000</pubDate>
      <link>https://dev.to/sam8dec/my-first-key-strokes-2ni6</link>
      <guid>https://dev.to/sam8dec/my-first-key-strokes-2ni6</guid>
      <description>&lt;p&gt;I was intrigued by computers as early as first grade, when my dad showed me a magazine photo of a computer. "So, if you work on a computer, you basically watch TV all day, right?", I asked my dad. I don't remember what he replied, but I kept a cut-out of that photo. Later, I made a toy computer with a cardboard shoe-box, plastic and a flashlight. "Look, dad. I have a computer now!".&lt;/p&gt;

&lt;p&gt;In 3rd grade, we could choose painting, or computers as one of the courses. It was an obvious choice for me. Why on earth would I choose painting? The first "computer class" was all theory and everything flew over my head. "Well, maybe I should have taken painting", I thought. However, things changed the next time when we were taken inside a computer lab. It was full of those early desktops which did not have a hard drive and ran DOS. They had slots for these gigantic floppy disks. I also loved the smell of the air that came out of the air conditioners.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--8xlfHgDi--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/tkyz4lxd5ramaygyd7gc.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--8xlfHgDi--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/tkyz4lxd5ramaygyd7gc.jpg" alt="Our Computer Lab in 2005. It wasn’t much different in 1995." width="640" height="480"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;We were using LOGO, which is a language for drawing. I recommend reading about it. It's a fun one. In a nutshell, you are given a "turtle" with a "pen". Upon your command, the turtle moves around the screen, leaving a trail. I typed a couple of commands which were written on the board:&lt;/p&gt;

&lt;p&gt;FD 50&lt;br&gt;
RT 90&lt;/p&gt;

&lt;p&gt;Which means, "Move forward 50 pixels, then make a 90-degrees right turn". I didn't care about the output. I was exhilarated at the fact that I just operated a computer. Not a toy one, a real one with a real screen!&lt;/p&gt;

&lt;p&gt;"Dad, I operated a computer!", I yelled when I reached home.&lt;/p&gt;

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