6 repos
Programming Paradigms — Software Engineering & Architecture
We curate 6 GitHub repositories matching software engineering & architecture · Programming Paradigms. Refine with filters or upvote what's useful.
Programming Paradigms — Software Engineering & Architecture
- sindresorhus/awesome
sindresorhus/awesome
438,690This project is a community-curated knowledge base that organizes vast technical ecosystems into a hierarchical, human-readable directory. It serves as a comprehensive index of libraries, frameworks, and methodologies, designed to facilitate discovery and professional development across the entire spectrum of software engineering and computer science. The directory distinguishes itself through a decentralized, peer-review model where the taxonomy evolves collaboratively via standard version-control workflows. By utilizing a markdown-based, flat-file structure, the project ensures that its curated knowledge remains platform-agnostic, accessible, and easily maintainable by the community. The repository covers a broad capability surface, including back-end and front-end development, data science, decentralized systems, and security practices. It also provides extensive educational resources, such as structured learning roadmaps, professional development guides, and specialized indexes for programming languages, hardware, and game development. The entire knowledge base is maintained as a version-controlled repository, allowing for continuous refinement and integration of new technical resources through community-driven pull requests.
awesomeawesome-listlists - facebook/react
facebook/react
245,171React is a JavaScript library for building user interfaces based on a component-driven architecture and unidirectional data flow.
JavaScriptjavascriptuifrontend - TheAlgorithms/Python
TheAlgorithms/Python
217,914This project is a comprehensive repository of verified computational implementations designed to serve as an educational resource for computer science and algorithmic problem solving. It provides a structured collection of code examples that cover fundamental data structures, mathematical operations, and core programming concepts, allowing users to study the logic and complexity behind various computational methods. The repository distinguishes itself through a modular, reference-based implementation pattern that organizes code into logical namespaces. This approach facilitates independent execution and educational clarity, enabling users to explore the evolution of computational strategies from naive brute-force approaches to optimized, high-performance solutions. By decoupling data structure abstractions from algorithmic operations, the project ensures that implementations remain interchangeable and easy to analyze. The capability surface spans a wide range of technical domains, including machine learning, cryptography, scientific computing, and computer vision. It includes implementations for predictive modeling, neural networks, and statistical analysis, alongside tools for digital signal processing, network flow management, and financial modeling. The collection also addresses specialized mathematical needs, such as linear algebra, geometric calculations, and bit manipulation, providing a broad foundation for research and engineering applications.
Pythonalgorithmalgorithm-competitionsalgorithms-implemented - getify/You-Dont-Know-JS
getify/You-Dont-Know-JS
184,424This project is a comprehensive educational series designed to provide a deep technical understanding of the JavaScript programming language. It functions as a multi-volume curriculum that guides developers through the core mechanisms, execution models, and underlying specifications that define how the language operates at a fundamental level. The curriculum distinguishes itself by focusing on the internal architecture of the language rather than surface-level syntax. It provides rigorous analysis of complex topics such as lexical scope, closure-based state encapsulation, prototype-based inheritance, and the mechanics of the event loop. By exploring how the engine manages execution contexts and variable environments, the series enables developers to navigate the nuances of dynamic type systems and implicit coercion with greater predictability. The material covers the full spectrum of language fundamentals, including object-oriented patterns, asynchronous execution flows, and the rules of grammar that govern data transformation. These resources are structured to help practitioners transition from basic usage to a mastery of language internals, ultimately supporting the development of more maintainable and efficient software. The content is available as a series of technical manuals and conceptual guides intended for systematic study.
asyncbookbook-series - rust-lang/rust
rust-lang/rust
110,533Rust is a programming language designed for memory safety and performance. It provides a comprehensive curriculum that covers fundamental syntax, memory management, and advanced programming paradigms, including support for functional and object-oriented styles. The language features a strong type system that enforces memory safety through ownership, borrowing, and lifetime annotations, while also offering mechanisms for handling both recoverable and unrecoverable errors. The language includes extensive support for concurrent programming, providing primitives for thread management, shared-state synchronization, and asynchronous task execution. Developers can organize code using modules and visibility controls, and utilize a macro system for metaprogramming and code generation. The ecosystem also includes a built-in testing framework for unit and integration tests, as well as tools for managing project builds and dependencies. Advanced capabilities allow for low-level control, including foreign function interfaces for interacting with other languages and unsafe code blocks for operations that bypass standard safety guarantees. The project documentation provides a structured learning path, ranging from environment setup and basic language constructs to complex topics like smart pointers, trait-based polymorphism, and practical project implementation.
Rustcompilerlanguagerust - nestjs/nest
nestjs/nest
74,685Nest 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 through interceptors, guards, and pipes, and uses reflective metadata programming to automate routing and dependency resolution. Developers can manage complex application lifecycles and project scaffolding through an integrated command-line interface. Beyond core request handling, the framework supports the development of RESTful and GraphQL services, as well as distributed systems through microservices communication patterns. It facilitates modular scaling by allowing for the programmatic generation of module configurations at runtime, enabling the integration of third-party libraries and services within a unified TypeScript environment.
TypeScriptframeworkhacktoberfestjavascript