awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to rishiip/ruby-on-rails-interview-questions

Open-source alternatives to Ruby On Rails Interview Questions

30 open-source projects similar to rishiip/ruby-on-rails-interview-questions, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Ruby On Rails Interview Questions alternative.

  • twbs/bootstraptwbs 的头像

    twbs/bootstrap

    174,380在 GitHub 上查看↗

    Bootstrap is a comprehensive, mobile-first CSS framework designed for building responsive web interfaces. It provides a standardized library of reusable UI components, such as navigation bars, modals, and forms, alongside a robust grid system that ensures consistent layout alignment across diverse viewport sizes. By establishing a baseline through browser normalization and standardized typography, the project enables developers to create accessible, cross-browser compatible web applications. The framework distinguishes itself through a modular Sass-based architecture that allows for deep cust

    MDXbootstrapcsscss-framework
    在 GitHub 上查看↗174,380
  • gdi2290/ngexamgdi2290 的头像

    gdi2290/ngExam

    356在 GitHub 上查看↗

    An AngularJS exam with questions from beginner to expert by @gdi2290 from @AngularClass

    在 GitHub 上查看↗356
  • microsoft/typescriptmicrosoft 的头像

    microsoft/TypeScript

    109,271在 GitHub 上查看↗

    TypeScript is a language that extends standard syntax by adding a static type system. It identifies potential runtime errors by analyzing the behaviors and capabilities of values during the compilation process. The language supports object-oriented structures, including classes with inheritance and member visibility control, as well as flexible function definitions that utilize generics, overloads, and parameter destructuring. The project provides a compiler that manages the build lifecycle through a command-line interface, offering configurable options for module resolution, code generation,

    TypeScriptjavascriptlanguagetypechecker
    在 GitHub 上查看↗109,271
  • talentlessguy/tinyhttptalentlessguy 的头像

    talentlessguy/tinyhttp

    2,892在 GitHub 上查看↗

    🦄 0-legacy, tiny & fast web framework as a replacement of Express

    TypeScript
    在 GitHub 上查看↗2,892

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • strongloop/loopback-nextS

    strongloop/loopback-next

    0在 GitHub 上查看↗

    LoopBack makes it easy to build modern applications that require complex integrations.

    在 GitHub 上查看↗0
  • haizlin/fe-interviewhaizlin 的头像

    haizlin/fe-interview

    26,249在 GitHub 上查看↗

    前端面试每日 3+1,以面试题来驱动学习,提倡每日学习与思考,每天进步一点!每天早上5点纯手工发布面试题(死磕自己,愉悦大家),6000+道前端面试题全面覆盖,HTML/CSS/JavaScript/Vue/React/Nodejs/TypeScript/ECMAScritpt/Webpack/Jquery/小程序/软技能……

    JavaScriptcssfe-interviewfront-end
    在 GitHub 上查看↗26,249
  • friendsofcake/awesome-cakephpFriendsOfCake 的头像

    FriendsOfCake/awesome-cakephp

    934在 GitHub 上查看↗

    A curated list of amazingly awesome CakePHP plugins, resources and shiny things.

    awesomeawesome-list
    在 GitHub 上查看↗934
  • learning-zone/nodejs-interview-questionslearning-zone 的头像

    learning-zone/nodejs-interview-questions

    3,188在 GitHub 上查看↗

    Node.js Basics ( v24.x )

    JavaScript
    在 GitHub 上查看↗3,188
  • rails/railsrails 的头像

    rails/rails

    58,690在 GitHub 上查看↗

    This project is a full-stack web framework designed for building database-backed applications through a standardized architectural pattern. It provides a comprehensive suite of integrated libraries that manage the entire request-response lifecycle, from routing incoming web traffic to rendering dynamic server-side templates. By utilizing an object-relational mapping layer, the framework allows developers to define domain models that map database tables directly to application objects, simplifying data persistence, schema migrations, and complex relationship management. The framework is distin

    Rubyactivejobactiverecordframework
    在 GitHub 上查看↗58,690
  • sudheerj/angular-interview-questionssudheerj 的头像

    sudheerj/angular-interview-questions

    4,872在 GitHub 上查看↗

    This project is a curated collection of technical interview questions and detailed answers designed for professional software engineering roles. It serves as an Angular framework study resource and interview guide for developers preparing for frontend engineering assessments. The resource covers core architectural patterns including component-based view architecture, hierarchical dependency injection, and declarative template binding. It also addresses implementation details regarding observable-driven data streams and the use of directives for DOM manipulation. Additional content focuses on

    angularangular-interview-questionsangular6
    在 GitHub 上查看↗4,872
  • yonet/angular-interview-questionsYonet 的头像

    Yonet/Angular-Interview-Questions

    1,183在 GitHub 上查看↗

    A list of helpful Angular interview questions you can use to interview potential candidates, test yourself or completely ignore.

    angularangular-cliangular-component
    在 GitHub 上查看↗1,183
  • styopdev/webpack-interview-questionsstyopdev 的头像

    styopdev/webpack-interview-questions

    244在 GitHub 上查看↗

    Webpack questions/answers you can use to prepare for interviews or test your knowledge.

    JavaScriptbuild-toolwebpackwebpack-questions
    在 GitHub 上查看↗244
  • nodejs/nodenodejs 的头像

    nodejs/node

    117,932在 GitHub 上查看↗

    This project is an open-source JavaScript runtime built on the V8 engine. It provides a comprehensive environment for executing JavaScript code outside of a web browser, offering foundational primitives for process management, multi-core load distribution, and parallel execution through worker threads. The runtime includes a broad set of built-in modules for system-level operations, such as file system interaction, network communication across various protocols, and cryptographic security. It supports multiple module systems, native binary addon integration, and diagnostic tools for monitorin

    JavaScriptjavascriptjslinux
    在 GitHub 上查看↗117,932
  • nestjs/nestnestjs 的头像

    nestjs/nest

    75,862在 GitHub 上查看↗

    Nest is a server-side framework for building scalable and maintainable enterprise-grade applications using TypeScript. It provides a modular architecture that organizes code into encapsulated, reusable modules, utilizing a dependency injection container to manage object lifecycles and resolve component dependencies through declarative metadata. The framework distinguishes itself through a platform-agnostic abstraction layer that decouples core logic from underlying HTTP servers, allowing for flexible implementation choices. It employs a middleware-based request pipeline that processes traffic

    TypeScriptframeworkhacktoberfestjavascript
    在 GitHub 上查看↗75,862
  • facebook/reactfacebook 的头像

    facebook/react

    245,669在 GitHub 上查看↗

    React is a JavaScript library for building user interfaces based on a component-driven architecture and unidirectional data flow.

    JavaScriptjavascriptuifrontend
    在 GitHub 上查看↗245,669
  • fastify/fastifyfastify 的头像

    fastify/fastify

    36,508在 GitHub 上查看↗

    This project is a high-performance web framework designed for building scalable server-side applications with minimal resource consumption. It provides a type-safe runtime environment that leverages static analysis to ensure consistent data structures across request handlers and server configurations, facilitating reliable API development. The framework distinguishes itself through a schema-driven validation layer that enforces strict data integrity for incoming requests and outgoing responses using standardized definitions. It utilizes an encapsulated plugin architecture that organizes appli

    JavaScripthacktoberfestnodejsperformance
    在 GitHub 上查看↗36,508
  • adamhalasz/dietadamhalasz 的头像

    adamhalasz/diet

    396在 GitHub 上查看↗

    Diet is a tiny, fast and modular node.js web framework. Good for making fast & scalable apps and apis. ```javascript var server = require('diet')

    JavaScript
    在 GitHub 上查看↗396
  • adafruit/awesome-circuitpythonadafruit 的头像

    adafruit/awesome-circuitpython

    733在 GitHub 上查看↗

    A curated list of awesome CircuitPython guides, videos, libraries, frameworks, software and resources.

    adafruitawesomeawesome-list
    在 GitHub 上查看↗733
  • aarongalloway/30-days-of-javaA

    AaronGalloway/30-Days-Of-Java

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • adacore/awsAdaCore 的头像

    AdaCore/aws

    158在 GitHub 上查看↗

    AWS is a complete framework to develop Web based applications in Ada.

    Ada
    在 GitHub 上查看↗158
  • airbnb/javascriptairbnb 的头像

    airbnb/javascript

    148,081在 GitHub 上查看↗

    This project provides a comprehensive set of coding standards and style guidelines for JavaScript development. It covers fundamental language syntax, formatting conventions, and best practices for managing variables, functions, objects, and modern language features. The documentation serves as a reference for maintaining consistent code quality across projects. In addition to general language standards, the guide includes specific conventions for building and organizing user interface components. These guidelines address structural patterns, component lifecycle management, and stylistic rules

    JavaScriptarrow-functionses2015es2016
    在 GitHub 上查看↗148,081
  • actionhero/actionheroactionhero 的头像

    actionhero/actionhero

    2,416在 GitHub 上查看↗

    Actionhero is a realtime multi-transport nodejs API Server with integrated cluster capabilities and delayed tasks

    TypeScript
    在 GitHub 上查看↗2,416
  • a8m/go-lang-cheat-sheeta8m 的头像

    a8m/go-lang-cheat-sheet

    8,802在 GitHub 上查看↗

    This project is a comprehensive reference guide and cheat sheet for the Go programming language. It serves as a syntax reference and documentation collection designed for quick lookup of fundamental operators, core language features, and specific code patterns. The resource covers a wide range of technical domains, including Go concurrency primitives, software architecture patterns such as interface embedding, and standard error handling. It provides guides on implementing goroutines and channels to manage parallel execution and asynchronous tasks. The content is delivered as a static site g

    在 GitHub 上查看↗8,802
  • aisk/voxA

    aisk/vox

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • akullpp/awesome-javaakullpp 的头像

    akullpp/awesome-java

    48,240在 GitHub 上查看↗

    This project is a comprehensive, community-driven directory of software resources, libraries, and frameworks for the Java programming language. It serves as a centralized knowledge base designed to help developers discover tools and industry-standard solutions for building and maintaining software applications. The repository distinguishes itself through a hierarchical taxonomy that organizes a vast array of technical components into a structured, navigable tree. By relying on distributed peer contributions, the index remains a living resource that reflects current community-recommended pract

    awesomeawesome-list
    在 GitHub 上查看↗48,240
  • alanjames1987/node.js-best-practicesalanjames1987 的头像

    alanjames1987/Node.js-Best-Practices

    743在 GitHub 上查看↗

    If you want to improve these best practices in any way please don't hesitate to create a pull request.

    在 GitHub 上查看↗743
  • alebcay/awesome-shellalebcay 的头像

    alebcay/awesome-shell

    37,110在 GitHub 上查看↗

    This project is a community-driven directory that serves as a comprehensive index of command-line tools, frameworks, and resources. It functions as a curated knowledge base designed to help users discover software for enhancing terminal environments and streamlining daily development tasks. The collection is maintained through an open-source contribution model, where community members manually verify and organize resources into structured categories. This collaborative approach ensures the directory remains a reliable reference for finding specialized utilities, alternative shell implementati

    awesomeawesome-listbash
    在 GitHub 上查看↗37,110
  • alexferl/vestalexferl 的头像

    alexferl/vest

    7在 GitHub 上查看↗

    REST client in V.

    V
    在 GitHub 上查看↗7
  • alexintosh/awesome-ionicAlexintosh 的头像

    Alexintosh/Awesome-Ionic

    1,463在 GitHub 上查看↗

    😎 A curated list of amazingly awesome Ionic libraries, resources and solutions.

    angularcordova-pluginionic
    在 GitHub 上查看↗1,463
  • 3dgen/cppwasm-book3dgen 的头像

    3dgen/cppwasm-book

    1,399在 GitHub 上查看↗

    :books: WebAssembly friendly programming with C/C++ -- Emscripten practice

    C++ccppemscripten
    在 GitHub 上查看↗1,399