<?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: Koire</title>
    <description>The latest articles on DEV Community by Koire (@koire).</description>
    <link>https://dev.to/koire</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%2F103888%2Ffef90e84-a6ba-4715-9c27-84630b9c80ce.png</url>
      <title>DEV Community: Koire</title>
      <link>https://dev.to/koire</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/koire"/>
    <language>en</language>
    <item>
      <title>Coding Challenges for Jobs is a joke</title>
      <dc:creator>Koire</dc:creator>
      <pubDate>Mon, 24 Oct 2022 08:04:01 +0000</pubDate>
      <link>https://dev.to/koire/coding-challenges-for-jobs-is-a-joke-4352</link>
      <guid>https://dev.to/koire/coding-challenges-for-jobs-is-a-joke-4352</guid>
      <description>&lt;h1&gt;
  
  
  Coding Challenges are a Joke
&lt;/h1&gt;

&lt;h2&gt;
  
  
  Part two-ish of my trials to blog about my job search.
&lt;/h2&gt;

&lt;h2&gt;
  
  
  The Premise
&lt;/h2&gt;

&lt;p&gt;You have a good interview with a company and it goes well, you like what they're doing, they seem to like you. So, step two, you have a new interview about engineering. They might throw some hardball questions, like when should you use eventually consistent vs traditional sql; how do they scale? Or useEffect, useMemo, useRef, what are these things? But, you know all of that of course!!&lt;/p&gt;

&lt;p&gt;Now, (luckily  it's after the two interviews) they give you a take home coding challenge... Which, well, at least it's take home. They say it's only 2 hours and don't worry about complicated code... Here's the challenge (for front-end):&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;  Use a free api like wikipedia. 
    - Create a search page that allows the user to search the api
    - The user should also be able to favorite the results, and see them later, using whatever storage option you deem fitting.
    - The user should be able to click on the result and get a summary

  Tips:
    - Spend some time on transitions/animations that make an app nice to use
    - Focus on good naming
    - If you end up with complex code, which isn't necessarily a bad thing, document the thoughts behind it
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Not too terribly hard, but definitely not two hours if I should pay attention to transitions/animations&lt;/p&gt;

&lt;p&gt;Write it with ESM, modern JS, and CSS.&lt;/p&gt;

&lt;p&gt;I used &lt;a href="https://animate.style/"&gt;Animate Style&lt;/a&gt; and &lt;a href="https://watercss.kognise.dev/"&gt;Water CSS&lt;/a&gt; and about 100 lines of JavaScript all nicely separated into modules using import.&lt;/p&gt;

&lt;h2&gt;
  
  
  Feedback:
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;it seems you didn't use a library, therefore it won't run on browsers that are not supported by es6 &lt;/li&gt;
&lt;li&gt;the pure javascript was a bit legacy with a low readability&lt;/li&gt;
&lt;li&gt;they feel you might have misunderstood the instructions of the coding assignment, as your actual project was not written in pure javascript&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  for anyone who read this far, feel free to judge me.
&lt;/h2&gt;

&lt;p&gt;You can judge me &lt;a href="https://github.com/Koire/movie-search/tree/main/movie-search"&gt;here&lt;/a&gt; and view the semi-finished product here: &lt;/p&gt;

&lt;p&gt;&lt;a href="https://koire.github.io/movie-search/movie-search/index.html"&gt;search&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Tired of code tests</title>
      <dc:creator>Koire</dc:creator>
      <pubDate>Tue, 20 Sep 2022 06:10:36 +0000</pubDate>
      <link>https://dev.to/koire/tired-of-code-tests-13i8</link>
      <guid>https://dev.to/koire/tired-of-code-tests-13i8</guid>
      <description>&lt;p&gt;This is my first post on Dev.to, I haven't been able to tie my coding work with my professional work, I've worked at a big telecom company in Japan for 10 years, so they own all of my code.&lt;/p&gt;

&lt;p&gt;You'd think, having a title like "Tech Lead" or "Engineering lead" and making presentations, mentoring new employees who just joined with almost no knowledge would weigh in when looking for new jobs.&lt;/p&gt;

&lt;p&gt;I always feel an like imposter everyday, but just this week,  we ran into a problem that seriously last year me made a backup, made a policy and documented it.&lt;/p&gt;

&lt;p&gt;So, I don't know where I'm going with this, I have a new boss who only cares how many commits or pull requests, or code reviews I have. So, I want to change my job. But so many companies want to see if I can balance a btree(isn't that solved already?)  &lt;/p&gt;

&lt;p&gt;And, I can't share my source code over the years, which is just basically cutting me off. &lt;/p&gt;

&lt;p&gt;Sorry My first and maybe only post here is ending sad and negative.&lt;/p&gt;

&lt;p&gt;This industry, we work to solve problems but don't usually have a way to carry the proof we did anything, and then we're tested with random questions that almost never have any relation to our work.&lt;/p&gt;

&lt;p&gt;sorry, not sorry, things need to change. (but I'm going to leetcode right now for an interview)&lt;/p&gt;

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