<?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: Kasper Mróz</title>
    <description>The latest articles on DEV Community by Kasper Mróz (@kaspermroz).</description>
    <link>https://dev.to/kaspermroz</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%2F611548%2F62a78383-cc85-4b00-81c7-e2f1af7def59.jpeg</url>
      <title>DEV Community: Kasper Mróz</title>
      <link>https://dev.to/kaspermroz</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kaspermroz"/>
    <language>en</language>
    <item>
      <title>Do your own research 🔍</title>
      <dc:creator>Kasper Mróz</dc:creator>
      <pubDate>Tue, 27 Apr 2021 21:04:21 +0000</pubDate>
      <link>https://dev.to/kaspermroz/do-your-own-research-2olf</link>
      <guid>https://dev.to/kaspermroz/do-your-own-research-2olf</guid>
      <description>&lt;p&gt;Hi there! This post is just expressing a thought that popped into my mind after spending some time browsing through DEV. The philosophy behind it is simple - question everything you read on the Internet.&lt;/p&gt;

&lt;h2&gt;
  
  
  The abundance of information 🤯
&lt;/h2&gt;

&lt;p&gt;There is so much content for us to consume. I've been a member of DEV for just about a week and I couldn't be happier about it. I see many great, valuable posts everyday. However,  I've also seen some posts that were completely not true.&lt;/p&gt;

&lt;h2&gt;
  
  
  The source of truth 🤔
&lt;/h2&gt;

&lt;p&gt;Personally, whenever I write about something which I didn't entirely make up (unlike this post), I like to include sources. Not only does it give credit for actual authors, but also it provides people with a shortcut for validating everything they've just read - and even more! Isn't that great? I encourage each one of our awesome posters to do exactly the same thing. It will only increase your credibility!&lt;/p&gt;

&lt;h2&gt;
  
  
  We're all learning 🤓
&lt;/h2&gt;

&lt;p&gt;Please keep this one in mind. Learning is the inherent part of our job, something all of us have to do constantly in order to remain relevant. I'll speak for myself here - I'm not an expert on many things I'd love to master. &lt;em&gt;Yet&lt;/em&gt;. If I post about something, I have just enough understanding of it that I can confidently share it with everyone. In case anyone questions it in the comments, I should have enough knowledge to freely discuss about it. But it doesn't make anything I write an undisputed truth.&lt;/p&gt;

&lt;h2&gt;
  
  
  Keep on being nice! 🤗
&lt;/h2&gt;

&lt;p&gt;If you ever see someone who is incorrect - don't be a jerk! I haven't seen any inappropriate behaviour on DEV, and it makes me super proud of being a part of the community. All the comments pointing out mistakes were kept in a friendly tone, rather than attacking authors. And we should put extra effort to keep it up! 🔥&lt;/p&gt;

&lt;h2&gt;
  
  
  Wrap up 🎗
&lt;/h2&gt;

&lt;p&gt;There's plenty of information available for everyone. Whenever you read something related to a subject yet unknown to you, make sure to double check it - for instance, see the official &lt;a href="https://reactjs.org/docs"&gt;React docs&lt;/a&gt; after reading a blog post about hooks. 🪝&lt;/p&gt;

&lt;p&gt;Thanks for reading! I know that doing research for your own is probably obvious for most of the people here. However, a short reminder doesn't hurt! &lt;/p&gt;

</description>
      <category>watercooler</category>
      <category>programming</category>
      <category>learning</category>
      <category>research</category>
    </item>
    <item>
      <title>🚧 The Einstellung Effect 🚧</title>
      <dc:creator>Kasper Mróz</dc:creator>
      <pubDate>Wed, 21 Apr 2021 21:01:19 +0000</pubDate>
      <link>https://dev.to/kaspermroz/the-einstellung-effect-3c0p</link>
      <guid>https://dev.to/kaspermroz/the-einstellung-effect-3c0p</guid>
      <description>&lt;p&gt;Hello everyone, welcome to my very first blog post! I hope it will provide you some value, and what's more important, a bit of reflection. 🧠&lt;/p&gt;

&lt;p&gt;Today I'll briefly cover the Einstellung effect, something I recently discovered while progressing &lt;a href="https://www.coursera.org/learn/learning-how-to-learn"&gt;Learn how to Learn course&lt;/a&gt; by dr Barbara Oakley. &lt;/p&gt;

&lt;h2&gt;
  
  
  What does it mean? 🤔
&lt;/h2&gt;

&lt;p&gt;The German word &lt;em&gt;Einstellung&lt;/em&gt; can be loosely translated as &lt;strong&gt;mindset&lt;/strong&gt; or &lt;strong&gt;attitude&lt;/strong&gt;. In terms of problem solving, it means to create sort of an automated state of mind. 🤖 This can be useful, especially when we want to master a repetitive manual task - see this &lt;a href="https://youtu.be/Kki-cUV_FCs?t=303"&gt;takoyaki master&lt;/a&gt;. In case of a software engineer however, it can sometimes make our life harder!&lt;/p&gt;

&lt;h2&gt;
  
  
  Why does it matter? 🤷
&lt;/h2&gt;

&lt;p&gt;The Einstellung can be also referenced as a problem solving set. It determines our predisposition to handle given problem in specific way, often ignoring better or more appropriate solutions. Think of a last time when you solved an issue that you found relatively easy, maybe even trivial - depending on your experience it can be related to implementation, design or architecture. You didn't give it much thought, did you? Yeah, and neither did I! &lt;/p&gt;

&lt;p&gt;Our brains have this amazing superpower to create &lt;strong&gt;neural patterns&lt;/strong&gt;, kind of paths that our mind follows step by step after initial thought. It takes time and repetition to create such patterns, otherwise they faint and disappear. When we learn something new and keep repeating this thing over and over, it strengthens our neural pattern and leads us to automaticity - this is exactly what Einstellung is all about.&lt;/p&gt;

&lt;h2&gt;
  
  
  How can we prevent it from affecting us? 🛡
&lt;/h2&gt;

&lt;p&gt;The best way to make sure we don't fall for our mind's traps is stopping for a while and simply asking yourself a question - is this really the best way to do it? Try a different approach from time to time, always keep doing your research. Look for current state-of-art solutions, compare it with yours. Simply put, give it another thought!&lt;/p&gt;

&lt;h2&gt;
  
  
  Wrap up 🎗
&lt;/h2&gt;

&lt;p&gt;Today we learned about The Einstellung, a of mechanised way of thinking. We discovered how this negative effect of previous experience can influence our problem solving effects, and how to handle falling for it!&lt;/p&gt;

&lt;h2&gt;
  
  
  Thank you for reading! 🙇
&lt;/h2&gt;

&lt;p&gt;Consider giving me a feedback on how to improve in writing, I will be grateful for life. 🙏&lt;br&gt;
Also, follow me here and on Twitter (&lt;a href="https://twitter.com/kasper_mroz"&gt;@kasper_mroz&lt;/a&gt;) if you found my post interesting and/or want to connect!&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>watercooler</category>
      <category>todayilearned</category>
      <category>programming</category>
    </item>
    <item>
      <title>Let's make some connections!</title>
      <dc:creator>Kasper Mróz</dc:creator>
      <pubDate>Fri, 16 Apr 2021 08:51:01 +0000</pubDate>
      <link>https://dev.to/kaspermroz/let-s-make-some-connections-e30</link>
      <guid>https://dev.to/kaspermroz/let-s-make-some-connections-e30</guid>
      <description>&lt;p&gt;Hi there! 👋&lt;br&gt;
Hope everyone's having a great day. I've recently watched a great interview with &lt;a class="mentioned-user" href="https://dev.to/cassidoo"&gt;@cassidoo&lt;/a&gt;
, in which she emphasised the importance of making connections. I'm new here, I really don't know anyone, and I'd love to change it!&lt;/p&gt;

&lt;p&gt;My name's Kasper, I've just turned 23. I'm a Full Stack Developer @ Ringier Axel Springer Polska (media&amp;amp;tech company). I live and work full time in Poland. I also do university on the weekends, Bachelor in Computer Science. Currently trying to make it all work together and looking for ways to grow as a Software Engineer 🚀&lt;/p&gt;

&lt;p&gt;If anyone is interested in sharing their story and making new connections, please DM me or leave a comment, I'd love to reach out to you! 😁&lt;/p&gt;

</description>
    </item>
    <item>
      <title>What's "flaky" in terms of tech?</title>
      <dc:creator>Kasper Mróz</dc:creator>
      <pubDate>Sat, 10 Apr 2021 09:07:38 +0000</pubDate>
      <link>https://dev.to/kaspermroz/what-s-flaky-in-terms-of-tech-4hof</link>
      <guid>https://dev.to/kaspermroz/what-s-flaky-in-terms-of-tech-4hof</guid>
      <description>&lt;p&gt;I've heard this term couple of times and know it has a negative meaning, but I'd appreciate if someone could explain it to me with some details (example would be fantastic 🙏).&lt;/p&gt;

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