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 chsakell/aspnet5-angular2-typescript

Open-source alternatives to Aspnet5 Angular2 Typescript

30 open-source projects similar to chsakell/aspnet5-angular2-typescript, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Aspnet5 Angular2 Typescript alternative.

  • ably-labs/realtime-quiz-frameworkably-labs avatar

    ably-labs/realtime-quiz-framework

    77View on GitHub↗

    This repository contains a base networking framework for building a realtime quiz platform with Ably. This project uses VueJS on the client-side and NodeJS on the server-side and is scalable as you need.

    Vuedemoedtechnode-js
    View on GitHub↗77
  • achun/go-blog-in-actionA

    achun/Go-Blog-In-Action

    0View on GitHub↗
    View on GitHub↗0
  • adam-p/markdown-hereadam-p avatar

    adam-p/markdown-here

    60,218View on GitHub↗

    Markdown Here is a browser extension that enables rich text composition within web-based editors that lack native formatting support. By transforming plain text markdown syntax into rendered HTML, it allows users to draft professional emails and documents using standard markup, including headers, tables, and footnotes, directly inside their browser. The tool distinguishes itself through a bidirectional transformation engine that supports both the conversion of markdown to HTML and the reversion of rendered content back into its original source code. This state-preserving functionality allows

    JavaScript
    View on GitHub↗60,218
  • adaptiveconsulting/reactivetradercloudAdaptiveConsulting avatar

    AdaptiveConsulting/ReactiveTraderCloud

    1,859View on GitHub↗

    Real-time FX trading showcase by Adaptive. THIS REPO IS NO LONGER MAINTAINED.

    TypeScriptcreditfinancefinsemble
    View on GitHub↗1,859

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
  • airbnb/swiftairbnb avatar

    airbnb/swift

    2,724View on GitHub↗

    Airbnb's Swift Style Guide

    Markdown
    View on GitHub↗2,724
  • akikoz/alfred-web-search-suggestAkikoZ avatar

    AkikoZ/alfred-web-search-suggest

    356View on GitHub↗

    Alfred search suggest workflow for various popular websites.

    PHP
    View on GitHub↗356
  • alexeymezenin/laravel-best-practicesalexeymezenin avatar

    alexeymezenin/laravel-best-practices

    12,299View on GitHub↗

    This project is a comprehensive guide to architectural standards and coding patterns for developing maintainable applications within the Laravel framework. It focuses on clean code standards, applying the single responsibility and DRY principles to ensure codebase predictability and consistency. The guide emphasizes decoupling components by moving business logic into service layers and shifting input validation into dedicated request classes to keep controllers lean. It advocates for the use of a service container and dependency injection to reduce class coupling and improve testability. The

    View on GitHub↗12,299
  • allenwong/30daysofswiftallenwong avatar

    allenwong/30DaysofSwift

    11,490View on GitHub↗

    30DaysofSwift is a structured educational curriculum designed to teach native mobile application development for Apple devices. It provides a collection of practical coding exercises that guide learners through the implementation of core iOS frameworks and the Swift programming language. The project focuses on mastering standard mobile design patterns and system integration tasks. It covers the creation of interactive interface components, the application of motion and transitions to user interfaces, and the management of local data persistence. Additionally, the curriculum includes exercises

    Swift
    View on GitHub↗11,490
  • alper/nix-shortsalper avatar

    alper/nix-shorts

    23View on GitHub↗

    A collection of short notes about Nix focusing on what is immediately needed by users.

    Nix
    View on GitHub↗23
  • alsotang/node-lessonsalsotang avatar

    alsotang/node-lessons

    16,450View on GitHub↗

    node-lessons is a comprehensive Node.js programming course and instructional guide. It provides a collection of guided lessons and code examples designed to teach the fundamentals of the Node.js runtime and server-side JavaScript development. The project serves as a practical guide for building web servers and backend applications, specifically covering the implementation of HTTP servers, request routing, and middleware chains. It includes specialized instructional material on managing asynchronous JavaScript workflows through promises and flow control, as well as guides for integrating NoSQL

    JavaScriptjavascriptnodejs
    View on GitHub↗16,450
  • amejia481/associate-android-developer-certificationAmejia481 avatar

    Amejia481/Associate-Android-Developer-Certification

    1,055View on GitHub↗

    All the info and materials about the certification that I've collected so far

    androidandroid-certificationandroid-development
    View on GitHub↗1,055
  • amfe/articleA

    amfe/article

    0View on GitHub↗

    阿里无线前端性能优化指南 (Pt.1 加载期优化) by @晓田 - Web中的图标 by @大漠 - 我理解的阿里无线前端“架构”(半鸡汤,少干货) by @hongru - 写给前端面试者 by @大漠 - 手机淘宝这三年(更新PPT同步录音视频) by @渚薰 - 手机淘宝前端的图片相关工作流程梳理 by @勾三股四 - 高级CSS filters by @大漠 - Font Boosting by @尚左 - 15年双11手淘前端技术巡演 - 前言 by @hongru - 对无线电商动态化方案的思考(一) by @勾三股四 - 对无线电商动态化方案的思考(二) by…

    View on GitHub↗0
  • amitshekhariitbhu/rxjava2-android-samplesamitshekhariitbhu avatar

    amitshekhariitbhu/RxJava2-Android-Samples

    4,917View on GitHub↗

    This repository is a collection of practical implementation patterns and reference samples for using RxJava 2 to manage asynchronous data streams in Android applications. It serves as a reactive programming implementation guide, providing code examples for handling complex event-driven logic and asynchronous patterns within mobile environments. The project distinguishes itself by providing specific reference implementations for common mobile challenges, such as real-time search with debouncing, on-demand list pagination for infinite scrolling, and cache-first data streaming to reduce perceive

    Javaandroidexampleexamples
    View on GitHub↗4,917
  • android10/android-cleanarchitecture-kotlinandroid10 avatar

    android10/Android-CleanArchitecture-Kotlin

    4,811View on GitHub↗

    This project is a reference Kotlin Android application template and a set of sample implementations demonstrating Clean Architecture principles. It provides a structural design that isolates core business rules from the user interface and data sources into distinct, layered modules. The implementation focuses on the Model-View-ViewModel (MVVM) pattern to decouple UI logic from data models. It utilizes a dependency injection framework to automate object creation and manage component lifecycles, while employing a repository pattern to abstract data requests across memory, disk, and cloud source

    Kotlinandroidandroid-cleanarchitecture-kotlinandroid-development
    View on GitHub↗4,811
  • androidthings/drivers-samplesA

    androidthings/drivers-samples

    0View on GitHub↗
    View on GitHub↗0
  • andysingal/llm-courseA

    andysingal/llm-course

    0View on GitHub↗
    View on GitHub↗0
  • angrbrd/hyperledger-fabric-basicsangrbrd avatar

    angrbrd/hyperledger-fabric-basics

    90View on GitHub↗

    A Comprehensive Getting Started Guide For Application Development On Hyperledger Fabric

    JavaScript
    View on GitHub↗90
  • anthonycalandra/modern-cpp-featuresAnthonyCalandra avatar

    AnthonyCalandra/modern-cpp-features

    21,765View on GitHub↗

    This project is a comprehensive collection of reference materials, including a language cheatsheet, a standard library reference, and a concurrency reference. It serves as a guide to modern C++ development, focusing on language syntax, standard library utilities, and template metaprogramming patterns. The repository provides specific guidance on template metaprogramming through a dedicated guide covering compile-time evaluation, type deduction, and variadic template execution. The materials cover a broad range of capabilities, including asynchronous programming, memory management, and system

    cppcpp11cpp14
    View on GitHub↗21,765
  • arbox/data-science-with-rubyarbox avatar

    arbox/data-science-with-ruby

    724View on GitHub↗

    RubyNLP | RubyML | RubyInterop

    Ruby
    View on GitHub↗724
  • arbox/machine-learning-with-rubyarbox avatar

    arbox/machine-learning-with-ruby

    2,215View on GitHub↗

    Curated list: Resources for machine learning in Ruby

    Rubyawesomeawesome-listlist
    View on GitHub↗2,215
  • arp-g/async-elixirArp-G avatar

    Arp-G/async-elixir

    177View on GitHub↗

    Learn all about asynchronous elixir

    View on GitHub↗177
  • artem-zinnatullin/qualitymattersartem-zinnatullin avatar

    artem-zinnatullin/qualitymatters

    1,723View on GitHub↗

    Android Development Culture

    Java
    View on GitHub↗1,723
  • artem-zinnatullin/thecontext-podcastartem-zinnatullin avatar

    artem-zinnatullin/TheContext-Podcast

    622View on GitHub↗

    Podcast about Android Development with Hannes Dorfmann, Artem Zinnatullin, Artur Dryomov and wonderful guests!

    View on GitHub↗622
  • artemnovichkov/swiftui-by-examplesA

    artemnovichkov/SwiftUI-by-Examples

    0View on GitHub↗
    View on GitHub↗0
  • articles/markdown-basicsA

    articles/markdown-basics

    0View on GitHub↗
    View on GitHub↗0
  • articles/writing-on-githubA

    articles/writing-on-github

    0View on GitHub↗
    View on GitHub↗0
  • asc-lab/dotnetcore-microservices-pocasc-lab avatar

    asc-lab/dotnetcore-microservices-poc

    1,937View on GitHub↗

    Very simplified insurance sales system made in a microservices architecture using .NET Core

    CSScqrsdapperddd
    View on GitHub↗1,937
  • ashishpatel26/500-ai-machine-learning-deep-learning-computer-vision-nlp-projects-with-codeashishpatel26 avatar

    ashishpatel26/500-AI-Machine-learning-Deep-learning-Computer-vision-NLP-Projects-with-code

    34,579View on GitHub↗

    This repository serves as a comprehensive, curated collection of open-source implementations focused on artificial intelligence, machine learning, and computer vision. It functions as a centralized knowledge base and technical resource index, providing students and professional engineers with a structured directory of code examples for educational and practical reference. The project distinguishes itself through a community-driven curation model, relying on manual updates and contributions to maintain a relevant and expansive archive. By organizing these resources into categorized lists, the

    artificial-intelligenceartificial-intelligence-projectsawesome
    View on GitHub↗34,579
  • aspnet/entropyaspnet avatar

    aspnet/Entropy

    559View on GitHub↗

    A chaotic experimental playground for new features and ideas - check here for small and simple samples for individual features.

    C#aspnet-product
    View on GitHub↗559
  • aaronontheweb/inmemorycqrsreplicationAaronontheweb avatar

    Aaronontheweb/InMemoryCQRSReplication

    147View on GitHub↗

    Akka.NET Reference Architecture - CQRS Sharding In-Memory Replication

    C#
    View on GitHub↗147