awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to elemefe/node-interview

Open-source alternatives to Node Interview

30 open-source projects similar to elemefe/node-interview, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Node Interview alternative.

  • gzc426/java-interviewAvatar de gzc426

    gzc426/Java-Interview

    6,187Voir sur GitHub↗

    This project is a Java technical interview guide and markdown-based knowledge base. It provides a collection of curated study materials and common interview questions designed for developers focusing on the Java ecosystem. The resource serves as a Java backend study guide and a database optimization reference. It covers core language features, server-side programming patterns, and data management strategies used during technical architecture screenings. The content is organized as a structured set of static files, using a directory hierarchy to cluster related technical concepts and database

    Voir sur GitHub↗6,187
  • chyingp/nodejs-learning-guideAvatar de chyingp

    chyingp/nodejs-learning-guide

    6,874Voir sur GitHub↗

    This project is a learning guide and collection of study notes designed to teach Node.js backend development. It provides a comprehensive core API reference and practical demonstrations for implementing server-side logic, network programming, and system APIs. The guide specifically covers advanced technical domains including process management for scaling applications via clusters and child processes, as well as network programming for building TCP, UDP, and HTTP services. It also includes detailed instructional material on security implementation, focusing on cryptographic hashing and encryp

    Rubycryptoexpressnodejs
    Voir sur GitHub↗6,874
  • eastlakeside/interpy-zhAvatar de eastlakeside

    eastlakeside/interpy-zh

    6,466Voir sur GitHub↗

    interpy-zh is the Chinese translation of the Intermediate Python book, an open-source educational resource that makes advanced Python concepts accessible to Mandarin-speaking readers. It serves as an intermediate-to-advanced Python tutorial, covering topics such as generators, decorators, and context managers for developers seeking deeper language mastery. The book is organized into sequential chapters that build from basic to advanced Python concepts, with each topic grouped into self-contained modules for focused study. It teaches primarily through runnable code snippets with inline annotat

    CSSbookpythonpython3
    Voir sur GitHub↗6,466

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Find more with AI search
  • rohan-paul/awesome-javascript-interviewsAvatar de rohan-paul

    rohan-paul/Awesome-JavaScript-Interviews

    3,734Voir sur GitHub↗

    This project is a technical interview repository and a curated collection of study guides designed for backend, frontend, and full-stack engineering evaluations. It provides a JavaScript interview guide and a comprehensive question bank of solved coding challenges and algorithmic problems to prepare developers for job screenings. The resource extends beyond core language skills to include a frontend development syllabus covering DOM fundamentals and accessibility, a backend architecture reference for server-side concepts and distributed systems, and a full-stack study resource for the MERN st

    JavaScriptchallengescssexpressjs
    Voir sur GitHub↗3,734
  • huangsam/ultimate-pythonAvatar de huangsam

    huangsam/ultimate-python

    5,873Voir sur GitHub↗

    Ultimate Python is a code-first educational resource for mastering the Python programming language. It organizes learning into self-contained, runnable modules that progress from fundamental syntax through advanced features, all without any external dependencies or build tools. The project is structured as a flat file hierarchy where each module is named by topic and can be executed independently. This design enables self-paced, hands-on practice with core Python concepts including built-in data structures, object-oriented programming, and advanced topics such as decorators, threading, and as

    Pythonhacktoberfestinternationallearn-to-code
    Voir sur GitHub↗5,873
  • ksundong/backend-interview-questionAvatar de ksundong

    ksundong/backend-interview-question

    5,869Voir sur GitHub↗

    This project is a backend engineering interview guide and computer science study resource. It provides a curated collection of technical questions and answers focused on server-side architecture, database optimization, and networking fundamentals to prepare for professional software engineering evaluations. The resource functions as a technical reference for studying ACID properties, transaction isolation, and the optimization of relational and non-relational systems. It includes a software architecture reference for analyzing design patterns, dependency injection, and the structural tradeoff

    Voir sur GitHub↗5,869
  • yauhenkavalchuk/interview-questionsAvatar de YauhenKavalchuk

    YauhenKavalchuk/interview-questions

    4,525Voir sur GitHub↗

    This project is a structured collection of technical interview questions and study materials for web developers. It serves as a knowledge base and question bank covering HTML, CSS, JavaScript, and Node.js backend development. The repository provides curated guides and problem sets for mastering modern ECMAScript and TypeScript language features. It also contains comparative materials and interview resources for component-based frameworks including React, Vue, and Angular. The resource integrates technical study guides with video explanations covering web architecture and security patterns. C

    accessibilityangularcss
    Voir sur GitHub↗4,525
  • aershov24/full-stack-interview-questionsAvatar de aershov24

    aershov24/full-stack-interview-questions

    1,106Voir sur GitHub↗

    This project is a comprehensive technical interview question repository designed to assist software engineers in their professional development. It serves as a structured study guide that aggregates curated questions and answers covering full-stack development, algorithmic challenges, and system design concepts. The resource distinguishes itself by organizing content into specialized technical domains, allowing candidates to focus their preparation on specific skill sets such as data science and machine learning. It provides a centralized library of architectural patterns and complex problem-

    angularfull-stackfull-stack-development
    Voir sur GitHub↗1,106
  • go101/go101Avatar de go101

    go101/go101

    6,042Voir sur GitHub↗

    Go 101 is an unofficial, comprehensive knowledge base for the Go programming language, designed as a structured self-study resource covering syntax, semantics, best practices, and common pitfalls. It serves as a complete offline documentation system, installable as a local website that can be browsed without an internet connection, and includes a built-in HTTP server for serving the content locally. The project distinguishes itself through its depth and breadth of coverage, offering a structured book series that teaches Go fundamentals, a deep dive into the type system, and detailed guides on

    HTMLbookdetailsfaq
    Voir sur GitHub↗6,042
  • dhghomon/easy_rustAvatar de Dhghomon

    Dhghomon/easy_rust

    8,305Voir sur GitHub↗

    Easy Rust is a beginner course and programming tutorial designed to teach the fundamentals of the Rust language. It provides instructional material and technical documentation tailored for those new to coding and non-native English speakers. The project uses simplified English to translate complex programming concepts into basic vocabulary. This approach bridges the gap between professional technical terminology and beginner-friendly language through concept-mapping and a modular, topic-based structure. The learning materials cover core programming fundamentals and systems programming basics

    Shell
    Voir sur GitHub↗8,305
  • ffhelicopter/go42Avatar de ffhelicopter

    ffhelicopter/Go42

    5,186Voir sur GitHub↗

    Go42 is a comprehensive programming language guide and reference for the Go language. It serves as a study of the official language specifications and a collection of design patterns derived from the internal logic and source code of the Go standard library. The project focuses on analyzing official library implementations to demonstrate idiomatic design patterns and core architectural thinking. It maps high-level architectural patterns to specific language features to support the development of scalable and maintainable software. The educational material is organized through case studies an

    Gobookgogo42
    Voir sur GitHub↗5,186
  • wethinkin/aigc-interview-bookAvatar de WeThinkIn

    WeThinkIn/AIGC-Interview-Book

    3,974Voir sur GitHub↗

    This project is a comprehensive technical study resource and interview guide for candidates pursuing roles as large language model and AI algorithm engineers. It serves as a structured learning path and technical reference for generative AI, machine learning, and the deployment of models in production environments. The resource provides specialized guides for mastering large language model architectures, diffusion models, and the design of autonomous AI agents. It includes detailed technical references on tool calling, memory management, and multimodal system architectures to assist with tech

    ai-agentaigccomputer-vision
    Voir sur GitHub↗3,974
  • avinash987/codingA

    Avinash987/Coding

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • ashishps1/awesome-behavioral-interviewsAvatar de ashishps1

    ashishps1/awesome-behavioral-interviews

    7,835Voir sur GitHub↗

    This project is a community-driven knowledge repository designed to assist with professional job search preparation. It provides a structured framework for mastering both behavioral and technical interview evaluations, offering resources to help candidates organize their personal experiences and professional narratives. The repository functions as a comprehensive toolkit for career development, utilizing a hierarchical taxonomy to categorize complex interview concepts. It enables users to study core principles of data structures, algorithms, and system design while simultaneously providing st

    behavioral-interviewsinterview-preparationinterviews
    Voir sur GitHub↗7,835
  • alexeygrigorev/data-science-interviewsAvatar de alexeygrigorev

    alexeygrigorev/data-science-interviews

    10,043Voir sur GitHub↗

    This project is a curated knowledge repository providing theoretical guides, practical challenge banks, and professional handbooks for technical interview preparation in data science and machine learning. It serves as a comprehensive study resource that combines theoretical knowledge with algorithmic practice. The repository features specialized study resources including a probability and statistics handbook, a machine learning reference for algorithms and neural network architectures, and a coding and SQL challenge bank designed to simulate recruitment assignments. It also includes a technic

    HTML
    Voir sur GitHub↗10,043
  • apoterenko/javascript-interview-questionsA

    apoterenko/javascript-interview-questions

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • checkcheckzz/system-design-interviewAvatar de checkcheckzz

    checkcheckzz/system-design-interview

    23,301Voir sur GitHub↗

    System design interview for IT companies

    design-systemsinterviewinterview-preparation
    Voir sur GitHub↗23,301
  • andrewekhalel/mlquestionsAvatar de andrewekhalel

    andrewekhalel/MLQuestions

    4,715Voir sur GitHub↗

    MLQuestions is a technical interview guide and knowledge base designed for machine learning and computer vision engineering preparation. It provides a curated collection of questions and answers to help users practice technical responses and theoretical knowledge required for engineering screenings and assessments in the AI field. The resource is structured as a markdown knowledge base, storing content in a directory hierarchy to categorize technical topics. This organization allows for versioning and manual editing of the study materials. The content covers a broad range of machine learning

    Voir sur GitHub↗4,715
  • alex/what-happens-whenAvatar de alex

    alex/what-happens-when

    43,189Voir sur GitHub↗

    This project is a collaborative knowledge base and technical learning resource that provides a detailed breakdown of the internal processes occurring within modern computing environments. It serves as a comprehensive educational reference, tracing the step-by-step operations triggered by common user interactions and network requests to explain how hardware and software components interact across the entire stack. The guide distinguishes itself by offering deep technical insights into the journey from physical input to visual output. It covers the low-level mechanics of hardware interrupt hand

    Voir sur GitHub↗43,189
  • chanda-abdul/several-coding-patterns-for-solving-data-structures-and-algorithms-problems-during-interviewsAvatar de Chanda-Abdul

    Chanda-Abdul/Several-Coding-Patterns-for-Solving-Data-Structures-and-Algorithms-Problems-during-Interviews

    4,129Voir sur GitHub↗

    This repository is a curated guide and implementation library of coding patterns used to solve data structures and algorithms problems. It serves as a technical interview study resource, providing a comprehensive set of strategies and computational logic examples for optimizing time and space complexity. The project focuses on standardized algorithmic patterns, including sliding windows, two pointers, and dynamic programming. It features specific implementations for a wide range of challenges, such as LeetCode problem solutions and specialized techniques like cyclic sort and bitwise XOR opera

    algorithmscoding-interviewsdata-structures
    Voir sur GitHub↗4,129
  • cavszhouyou/front-end-interview-notebookAvatar de CavsZhouyou

    CavsZhouyou/Front-End-Interview-Notebook

    7,739Voir sur GitHub↗

    This project is a front-end interview study guide and a collection of structured notes designed for technical job preparation. It serves as a comprehensive reference for web technologies, common technical interview questions, and JavaScript algorithm implementation. The notebook distinguishes itself by integrating specialized guides for web performance optimization, browser API documentation, and JavaScript algorithm references. It provides a structured approach to solving coding challenges involving data structures like binary trees, linked lists, and array manipulation. The content covers

    Voir sur GitHub↗7,739
  • amruthpillai/reactive-resumeAvatar de amruthpillai

    amruthpillai/reactive-resume

    38,613Voir sur GitHub↗

    This project is a web-based platform designed for creating, managing, and sharing professional resumes. It functions as a structured document builder that integrates artificial intelligence to assist with content generation, editing, and analysis. Users can maintain a collection of resumes, customize their visual presentation through various templates, and export them into multiple formats for job applications. The platform distinguishes itself through its autonomous AI agent capabilities, which can perform research, suggest incremental edits, and apply data patches directly to documents. It

    TypeScriptbetter-authhacktoberfestreact
    Voir sur GitHub↗38,613
  • careercup/ctci-6th-editionAvatar de careercup

    careercup/CtCI-6th-Edition

    11,463Voir sur GitHub↗

    This repository is a collection of solved algorithmic problems and data structure exercises designed for technical interview preparation. It serves as a polyglot reference implementation, providing a set of solved exercises based on a standard textbook to help candidates master the logic and complexity analysis required for coding tests. The project implements the same algorithmic logic across multiple programming languages to demonstrate platform-independent problem solving. This polyglot approach allows for the comparison of implementations across different tech stacks to highlight recurrin

    Javaalgorithmscareercupcracking-the-coding-interview
    Voir sur GitHub↗11,463
  • chipersoft/interviewthisAvatar de ChiperSoft

    ChiperSoft/InterviewThis

    6,898Voir sur GitHub↗

    InterviewThis is a developer interview question bank and employer evaluation framework. It provides a curated collection of targeted questions and discovery prompts designed to help software engineers audit the technical and cultural environments of prospective employers. The project offers specialized guides for technical due diligence, including assessments of the technical stack, infrastructure, and quality assurance practices. It includes structured frameworks for evaluating engineering culture, development workflows, and operational health, such as on-call expectations and incident respo

    Voir sur GitHub↗6,898
  • chiphuyen/ml-interviews-bookAvatar de chiphuyen

    chiphuyen/ml-interviews-book

    4,523Voir sur GitHub↗

    This project is a collection of comprehensive guides and reference materials designed for technical interviews, machine learning system design, and professional development. It serves as a technical knowledge base and a career coaching manual, providing structured resources to help candidates navigate the machine learning hiring landscape. The resource distinguishes itself by offering detailed frameworks for comparing industry roles, analyzing company types, and planning long-term career progression. It provides specific guidance on evaluating employer organizational health, identifying resea

    HTML
    Voir sur GitHub↗4,523
  • boltzmannentropy/interviews.aiAvatar de BoltzmannEntropy

    BoltzmannEntropy/interviews.ai

    4,875Voir sur GitHub↗

    interviews.ai is a technical study resource and educational book designed for machine learning engineering roles. It serves as a comprehensive guide for mastering theoretical and practical fundamentals, specifically providing a collection of solved interview questions and answers focused on artificial intelligence and deep learning. The project covers core AI curriculum including information theory, Bayesian statistics, and neural network architectures. It provides instructional content and solved technical exercises to assist with deep learning interview preparation and machine learning exam

    Voir sur GitHub↗4,875
  • csi111/interviewC

    csi111/Interview

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • cyc2018/cs-notesAvatar de CyC2018

    CyC2018/CS-Notes

    184,601Voir sur GitHub↗

    This repository serves as a comprehensive educational resource covering core computer science concepts, software engineering principles, and system architecture. It provides detailed explanations of fundamental data structures and algorithms, alongside in-depth analysis of database management systems, including transaction properties, storage engines, and concurrency control mechanisms. The collection also offers extensive documentation on the Java programming language, ranging from collection internals and memory management to concurrency primitives and object-oriented design patterns. Furth

    algorithmcomputer-sciencecpp
    Voir sur GitHub↗184,601
  • darcyclarke/front-end-developer-interview-questionsAvatar de darcyclarke

    darcyclarke/Front-end-Developer-Interview-Questions

    60,886Voir sur GitHub↗

    This project is a curated repository of specialized technical questions and assessment guides used to evaluate proficiency in core web technologies. It serves as a question bank and assessment guide for testing knowledge of browser APIs, CSS, JavaScript, and HTTP protocols. The repository provides a technical skill evaluation framework consisting of open-ended prompts. These are used for front-end candidate evaluation, standardizing technical hiring workflows, and facilitating interview preparation for web developers. The content is organized via a category-driven information architecture an

    Nunjucks
    Voir sur GitHub↗60,886
  • altafjava/spring-interview-questions-answersA

    altafjava/spring-interview-questions-answers

    0Voir sur GitHub↗
    Voir sur GitHub↗0