· resources · 4 min read

Crack the Tech Interview

Amidst the current uncertainty in the tech industry due to widespread layoffs, it’s more important than ever to equip yourself with the right tools and resources to succeed.

Neciu Dan

Neciu Dan

Hi there, it's Dan, a technical co-founder of an ed-tech startup, internation speaker and Staff Software Engineer, I'm here to share insights on combining technology and education to solve real problems.

I write about startup challenges, tech innovations, and the Frontend Development. Subscribe to join me on this journey of transforming education through technology. Want to discuss Tech, Frontend or Startup life? Let's connect.

Share:
Amidst the current uncertainty in the tech industry due to widespread layoffs, it’s more important than ever to equip yourself with the right tools and resources to succeed.

Finding a job has never been more challenging.

Almost every tech or product company has implemented the Amazon Interviewing Process.

Step after step of grueling interview sessions trying to test candidate’s knowledge, coding skills, soft skills, system design skills, and more.

Preparing for these challenges is, quite frankly, a challenge in itself.

Fortunately, there are many high-quality, free resources available online to help you prepare and shine in your next interview. Here are the best of the best.

Cracking the Algorithm Challange

Algorithmic problems are a little outdated but there are still companies who use them, either through a home tests platform like Codility or a pre-interview with 2–3 exercises.

Big O Nation resources:

Practices websites:

Extra:

Cracking the Frontend Tech Call

A technical interview is usually the first real test for any interviewing process. Usually, if you fail, that’s it, game over.

In the frontend world, there are a lot of bloggers and tech writers who explain a lot of Javascript concepts really really well.

Here are my favorites:

  • Dmitri Pavlutin likes to write about React, Javascript, and general design patterns. I would really recommend his article explaining this in Javascript.
  • Dan Abramov is the creator of Redux and a Core Member of the React Development Team. He likes to write about best practices in React but also about classic interview questions like let vs const. Dan also has a nice course about Javascript Mental Models called Just Javascript
  • If you are interviewing for a Vue.js position, check out Fotis Adamakis, he writes about everything Vue related from State Management, how harmful Mixins are, but also about Vue 3 mistakes you should avoid doing.
  • Lydia Hallie is also an amazing writer who likes to illustrate visualization of javascript concepts. Her Javascript Visualised series is one of my favorites
  • Another favorite of mine is Josh Comeau, he likes to write about React and CSS but he also has two amazing courses (The Joy of React and CSS for JS Developers) that, while not FREE, I would recommend 100%.

Extra:

I also enjoy these humourous but also educational youtube channels:

Cracking the Live Coding Interview

The live coding interview or a week-long home assignment is where you get to showcase your coding skills.

There are 3 pillars that you need to tick to impress during this process:

  • Typescript
  • Testing
  • Clean Code

Here are some GitHub repositories and projects that can help you excel at this part:

  • JavaScript30: This repository contains 30 mini projects, each focusing on a different aspect of JavaScript, such as arrays, loops, and fetch API.
  • You Don’t Know JS (YDKJS): This is a series of books diving deep into the core mechanisms of the JavaScript language, written by Kyle Simpson.
  • Awesome JavaScript: A curated list of useful JavaScript resources, including tutorials, libraries, and tools.
  • JavaScript Algorithms and Data Structures: A repository containing JavaScript implementations of common algorithms and data structures, such as sorting, searching, and graph algorithms.
  • JavaScript Design Patterns: A collection of design patterns and best practices for writing maintainable and scalable JavaScript code.

And here are some amazing Typescript Resources:

  • TotalTypescript has 2 amazing beginner tutorials and one paid version.
  • Typescript Handbook
  • Typescript Type Challenges

I would also like to recommend some Reddit subreddits like:

  • /r/programming
  • /r/javascript
  • /r/typescript

Cracking the System Design Interview

One of the hardest interviews for Frontend Engineers.

To truly master this part I would recommend the book System Design Interview by Alex Xu but also his Youtube Channel ByteByteGo

Other amazing resources are:

  • Patterns.dev
  • Web.dev
  • Smacss.com
  • Design Systems Handbook
  • Smashing Magazine

And here are some case studies:

👉 Design Messenger App : https://bit.ly/3DoAAXi

👉 Design Reddit: https://bit.ly/3OgGJrL

👉 Design Netflix: https://bit.ly/3GrAUG1

👉 Design Instagram: https://bit.ly/3BFeHlh

👉 Design Dropbox: https://bit.ly/3SnhncU

👉 Design Youtube: https://bit.ly/3dFyvvy

👉 Design Tinder: https://bit.ly/3Mcyj3X

👉 Design Yelp: https://bit.ly/3E7IgO5

👉 Design Whatsapp: https://bit.ly/3M2GOhP

👉 Design URL shortener : https://bit.ly/3xP078x

👉 Design Amazon Prime Video: https://bit.ly/3hVpWP4

👉 Design Twitter: https://bit.ly/3qIG9Ih

👉 Design Uber: https://bit.ly/3fyvnlT

All of these may seem intimidating, but if you build a habit, of one article each day, writing down what you find interesting using post-it notes, the knowledge you gain will compound and you will get your dream job in no time.

And you can check on levels, who is hiring at the moment.

In the end, I will leave you with this Japanese proverb:

“Nana korobi, ya oki” which means “Fall down seven times, stand up eight.”

    Share:
    Author

    Discover more from The Neciu Dan Newsletter

    A weekly column on Tech & Education, startup building and occasional hot takes.

    Over 1,000 subscribers

    🎙️ Latest Podcast Episodes

    Dive deeper with conversations from senior engineers about scaling applications, teams, and careers.

    State Management at Scale with Daishi Kato (Author of Zustand)
    Episode 21
    35 minutes

    Señors @ Scale host Neciu Dan sits down with Daishi Kato, the author and maintainer of Zustand, Jotai, and Valtio — three of the most widely used state management libraries in modern React. Daishi has been building modern open source tools for nearly a decade, balancing simplicity with scalability. We dive deep into the philosophy behind each library, how they differ from Redux and MobX, the evolution of the atom concept, and Daishi's latest project: Waku, a framework built around React Server Components.

    📖 Read Takeaways
    Domain Driven Design at Scale with Vlad Khononov (O'Reilly and Pearson Author)
    Episode 20
    56 minutes

    Señors @ Scale host Neciu Dan sits down with Vlad Khononov, software architect, keynote speaker, and author of Learning Domain-Driven Design and Balancing Coupling in Software Design. Vlad has spent over two decades helping teams untangle legacy systems, rebuild failing architectures, and bring clarity to messy business domains. This conversation cuts through the hype around DDD and microservices, focusing on the mechanics of bounded contexts, coupling, business alignment, and architectural evolution.

    📖 Read Takeaways
    Modern CSS at Scale with Bramus
    Episode 19
    53 minutes

    Seniors @ Scale host Neciu Dan is joined by Bramus Van Damme, Chrome Developer Relations Engineer at Google. As a leading voice in CSS and Web UI, Bramus dives into the future of the web, breaking down the mechanics, performance, and cross-browser status of transformative new features like View Transitions, Scroll-Driven Animations, Anchor Positioning, and Custom CSS Functions. He offers a rare look into the inner workings of Chrome DevRel, the standardization process through the CSS Working Group, and how the multi-browser 'Interop' effort is accelerating web development.

    📖 Read Takeaways
    Security at Scale – With Liran Tal (Snyk)
    Episode 18
    57 minutes

    Señors @ Scale host Neciu Dan sits down with Liran Tal, Director of Developer Advocacy at Snyk and GitHub Star, to unpack NPM malware, maintainer compromise, MCP attacks, toxic flows, and why AI-generated code is statistically insecure without the right guardrails. Liran shares real incidents from the Node and open source ecosystem, how Snyk and tools like NPQ help developers build safer workflows, and why security at scale starts with developers, not firewalls.

    📖 Read Takeaways
    Back to Blog