<?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: FAIDAT TORIOLA</title>
    <description>The latest articles on Forem by FAIDAT TORIOLA (@faidat_toriola).</description>
    <link>https://forem.com/faidat_toriola</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%2F3689807%2F32a69c95-3430-4071-98d1-4affea2422f4.jpg</url>
      <title>Forem: FAIDAT TORIOLA</title>
      <link>https://forem.com/faidat_toriola</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/faidat_toriola"/>
    <language>en</language>
    <item>
      <title>Start Messy: What Failing Interviews Taught Me About Learning</title>
      <dc:creator>FAIDAT TORIOLA</dc:creator>
      <pubDate>Fri, 02 Jan 2026 11:09:56 +0000</pubDate>
      <link>https://forem.com/faidat_toriola/start-messy-what-failing-interviews-taught-me-about-learning-1885</link>
      <guid>https://forem.com/faidat_toriola/start-messy-what-failing-interviews-taught-me-about-learning-1885</guid>
      <description>&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%2Fhyasxr1fkaxnzy18g7kt.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%2Fhyasxr1fkaxnzy18g7kt.png" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It’s been 3 years since I last &lt;a href="https://toriola.hashnode.dev/" rel="noopener noreferrer"&gt;wrote.&lt;/a&gt; If there’s anything I’ve learnt in the past year, it’s that waiting for perfection is a trap. I read &lt;a href="https://github.com/readme/guides/publishing-your-work" rel="noopener noreferrer"&gt;this article&lt;/a&gt; by Aaron Francis and picked my &lt;em&gt;‘pen’&lt;/em&gt; again.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://medium.com/media/737dbbfeb765076f1dc87b492274027e/href" rel="noopener noreferrer"&gt;&lt;/a&gt;&lt;a href="https://medium.com/media/737dbbfeb765076f1dc87b492274027e/href" rel="noopener noreferrer"&gt;https://medium.com/media/737dbbfeb765076f1dc87b492274027e/href&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;2024 wasn’t perfect. It was a year of &lt;em&gt;“bombing”&lt;/em&gt; interviews and cold-mailing into the void. But in that messiness, I found the clarity I actually needed.&lt;/p&gt;

&lt;h3&gt;
  
  
  The Job Applications Phase
&lt;/h3&gt;

&lt;p&gt;I started interviewing fully in 2024. I sent 100s of cold emails. I got ghosted, I got rejected, and I got very few interviews.&lt;br&gt;&lt;br&gt;
To be fair, I can only remember getting 1 interview from my cold emails, which didn’t go well.&lt;/p&gt;

&lt;p&gt;I also applied on job boards, and I got interviews mostly from there. Oh yeah! I struggled through most of these interviews too.&lt;/p&gt;

&lt;p&gt;The interview I got from my cold mail hits the most. I was asked a lot of questions that seemed simple, questions I have come across a lot. I either didn’t know how to articulate or went blank.&lt;/p&gt;

&lt;p&gt;How was I not able to answer questions like,&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;em&gt;‘Difference between var, let and const.’&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;‘Explain debounce and throttling.’&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;‘Explain hoisting and closure.’&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;‘What are the design patterns in javascript’&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;‘Promises vs Callbacks’&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;There were also other questions around web performance and web security.&lt;/p&gt;

&lt;p&gt;I was very embarrassed in the course of this interview. It was so bad the interviewer made the situation weirder:&lt;br&gt;
&lt;em&gt;“Can you move on to the next question if you don’t know the current one?”&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;The HR also blurted out:&lt;br&gt;
&lt;em&gt;“You need to be fast; the interviewers need to get back to work.”&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;I couldn’t feel more weird. Felt like I didn’t amount to anything. I didn’t even set the time for the interview.&lt;/p&gt;

&lt;p&gt;And this was an awakening call for me.&lt;/p&gt;

&lt;h3&gt;
  
  
  The Wake-Up Call
&lt;/h3&gt;

&lt;p&gt;I realized that, despite writing code professionally for 3 years plus;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;I need to learn a lot of theory/concepts.&lt;/li&gt;
&lt;li&gt;I need to be able to explain these concepts clearly.&lt;/li&gt;
&lt;li&gt;You could know a concept and not be able to articulate it.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For example, I recently came across a common interview question: &lt;em&gt;“Explain the concept of destructuring assignment for objects and arrays.”&lt;/em&gt;&lt;br&gt;&lt;br&gt;
I use destructuring every single day, but if I were asked to explain it in an interview, I would have gone blank. Articulation!&lt;/p&gt;

&lt;p&gt;I also started to see why people say interviewing is a skill you have to learn.&lt;/p&gt;

&lt;h3&gt;
  
  
  The Strategic Pivot
&lt;/h3&gt;

&lt;p&gt;I decided to start from the fundamentals of Javascript. I started with &lt;a href="https://javascript.info/" rel="noopener noreferrer"&gt;javascript.info&lt;/a&gt;. I got a lot of “aha” moments.&lt;/p&gt;

&lt;p&gt;For instance, despite 3 years of professional coding, I didn’t know about the &lt;strong&gt;Operator Precedence table.&lt;/strong&gt; Also how the ternary operator earned it name — and lots more.&lt;br&gt;&lt;br&gt;
Discovering that was like finding the missing manual for a car I’d been driving for miles.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;P.S: I don’t drive. Hahaha.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;I was learning so much, but then the intrusive thoughts began:&lt;br&gt;&lt;br&gt;
The main one being &lt;em&gt;“How long am I going to read for ?’’&lt;/em&gt;.&lt;br&gt;&lt;br&gt;
Additionally, to know something by heart, you have to read it multiple times.&lt;/p&gt;

&lt;p&gt;All these seem like a life-long process, which is not ideal for someone who is looking to job hop now. I realized I wasn’t yet on the right path.&lt;/p&gt;

&lt;p&gt;I consulted Claude AI, and this seems like the highlight of the response I got.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Your immediate problem isn’t knowledge — it’s interview performance.&lt;/strong&gt; You failed some interviews on specific technical questions. Your response was to start reading javascript.info from the beginning, which is like &lt;strong&gt;training for a marathon by going back to learn how legs work.&lt;/strong&gt; It’s not wrong, but it’s not strategically aligned with your goal.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h3&gt;
  
  
  Where I Am Now
&lt;/h3&gt;

&lt;p&gt;I got recommendations/solutions, and the one that stuck with me is &lt;a href="https://www.greatfrontend.com/" rel="noopener noreferrer"&gt;greatfrontend.com&lt;/a&gt;. I was really delighted, as I got a &lt;a href="https://www.greatfrontend.com/questions/quiz/javascript-interview-questions?language=js&amp;amp;tab=quiz#introduction" rel="noopener noreferrer"&gt;specific module&lt;/a&gt; that catered to my interview performance needs.&lt;/p&gt;

&lt;p&gt;I love it more because it gives references at the end of each question, references that sometimes include my beloved &lt;a href="https://javascript.info/" rel="noopener noreferrer"&gt;javascript.info&lt;/a&gt;. So I just go back to read up there.&lt;/p&gt;

&lt;p&gt;This is where I’m at. I hope this helps me greatly in preparing for future interviews. I wish to expand the duration I spend on reading, though. Hopefully, I get my wish fulfilled as I battle and fight against doomscrolling.&lt;/p&gt;

&lt;h3&gt;
  
  
  Take away
&lt;/h3&gt;

&lt;p&gt;Whatever it is you have in mind to do, please start.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;I knew I was bad at interviewing because I started it.&lt;/li&gt;
&lt;li&gt;I started studying.&lt;/li&gt;
&lt;li&gt;I realized I was studying wrong and pivoted to what seemed to be the right way.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;If you’re stuck in planning mode on something, a career change, a learning goal, a side project, ask yourself: what’s the smallest thing I could do today to move forward?&lt;br&gt;&lt;br&gt;
Not the perfect thing. Just something.&lt;/p&gt;

&lt;p&gt;For me, it was sending that first cold email. Then it was bombing that first interview. Then it was opening &lt;a href="https://javascript.info/" rel="noopener noreferrer"&gt;javascript.info&lt;/a&gt;. Each step revealed what I actually needed, not what I thought I needed.&lt;/p&gt;

&lt;p&gt;I am not where I want to be yet, but I am sure loving this path of hitting my goal.&lt;/p&gt;

</description>
      <category>interviewquestions</category>
      <category>interview</category>
      <category>lessonslearned</category>
      <category>interviewexperience</category>
    </item>
  </channel>
</rss>
