awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 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 avatar

    twbs/bootstrap

    174,380View on 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
    View on GitHub↗174,380
  • gdi2290/ngexamgdi2290 avatar

    gdi2290/ngExam

    356View on GitHub↗

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

    View on GitHub↗356
  • microsoft/typescriptmicrosoft avatar

    microsoft/TypeScript

    109,271View on 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
    View on GitHub↗109,271
  • talentlessguy/tinyhttptalentlessguy avatar

    talentlessguy/tinyhttp

    2,892View on GitHub↗

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

    TypeScript
    View on GitHub↗2,892

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • strongloop/loopback-nextS

    strongloop/loopback-next

    0View on GitHub↗

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

    View on GitHub↗0
  • haizlin/fe-interviewhaizlin avatar

    haizlin/fe-interview

    26,249View on GitHub↗

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

    JavaScriptcssfe-interviewfront-end
    View on GitHub↗26,249
  • friendsofcake/awesome-cakephpFriendsOfCake avatar

    FriendsOfCake/awesome-cakephp

    934View on GitHub↗

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

    awesomeawesome-list
    View on GitHub↗934
  • learning-zone/nodejs-interview-questionslearning-zone avatar

    learning-zone/nodejs-interview-questions

    3,188View on GitHub↗

    Node.js Basics ( v24.x )

    JavaScript
    View on GitHub↗3,188
  • rails/railsrails avatar

    rails/rails

    58,690View on 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
    View on GitHub↗58,690
  • sudheerj/angular-interview-questionssudheerj avatar

    sudheerj/angular-interview-questions

    4,872View on 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
    View on GitHub↗4,872
  • yonet/angular-interview-questionsYonet avatar

    Yonet/Angular-Interview-Questions

    1,183View on GitHub↗

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

    angularangular-cliangular-component
    View on GitHub↗1,183
  • styopdev/webpack-interview-questionsstyopdev avatar

    styopdev/webpack-interview-questions

    244View on GitHub↗

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

    JavaScriptbuild-toolwebpackwebpack-questions
    View on GitHub↗244
  • nodejs/nodenodejs avatar

    nodejs/node

    117,932View on 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
    View on GitHub↗117,932
  • nestjs/nestnestjs avatar

    nestjs/nest

    75,862View on 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
    View on GitHub↗75,862
  • facebook/reactfacebook avatar

    facebook/react

    245,669View on GitHub↗

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

    JavaScriptjavascriptuifrontend
    View on GitHub↗245,669
  • fastify/fastifyfastify avatar

    fastify/fastify

    36,508View on 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
    View on GitHub↗36,508
  • adamhalasz/dietadamhalasz avatar

    adamhalasz/diet

    396View on 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
    View on GitHub↗396
  • adafruit/awesome-circuitpythonadafruit avatar

    adafruit/awesome-circuitpython

    733View on GitHub↗

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

    adafruitawesomeawesome-list
    View on GitHub↗733
  • aarongalloway/30-days-of-javaA

    AaronGalloway/30-Days-Of-Java

    0View on GitHub↗
    View on GitHub↗0
  • adacore/awsAdaCore avatar

    AdaCore/aws

    158View on GitHub↗

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

    Ada
    View on GitHub↗158
  • airbnb/javascriptairbnb avatar

    airbnb/javascript

    148,081View on 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
    View on GitHub↗148,081
  • actionhero/actionheroactionhero avatar

    actionhero/actionhero

    2,416View on GitHub↗

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

    TypeScript
    View on GitHub↗2,416
  • a8m/go-lang-cheat-sheeta8m avatar

    a8m/go-lang-cheat-sheet

    8,802View on 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

    View on GitHub↗8,802
  • aisk/voxA

    aisk/vox

    0View on GitHub↗
    View on GitHub↗0
  • akullpp/awesome-javaakullpp avatar

    akullpp/awesome-java

    48,240View on 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
    View on GitHub↗48,240
  • alanjames1987/node.js-best-practicesalanjames1987 avatar

    alanjames1987/Node.js-Best-Practices

    743View on GitHub↗

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

    View on GitHub↗743
  • alebcay/awesome-shellalebcay avatar

    alebcay/awesome-shell

    37,110View on 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
    View on GitHub↗37,110
  • alexferl/vestalexferl avatar

    alexferl/vest

    7View on GitHub↗

    REST client in V.

    V
    View on GitHub↗7
  • alexintosh/awesome-ionicAlexintosh avatar

    Alexintosh/Awesome-Ionic

    1,463View on GitHub↗

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

    angularcordova-pluginionic
    View on GitHub↗1,463
  • 3dgen/cppwasm-book3dgen avatar

    3dgen/cppwasm-book

    1,399View on GitHub↗

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

    C++ccppemscripten
    View on GitHub↗1,399