awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Programming Concepts · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesProgramming Concepts

Fundamental programming concepts covering error handling, data transformation, and common coding patterns.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Programming Concepts. Refine with filters or upvote what's useful.

  1. Home
  2. Programming Languages & Runtimes
  3. Language Features and Paradigms
  4. Language Features
  5. Core Conceptual Frameworks
  6. Programming Concepts

Awesome Programming Concepts GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • leonardomso/33-js-concepts

    leonardomso/33-js-concepts

    66,252GitHubView on GitHub↗

    This project is a comprehensive educational repository designed to help developers master the core mechanics, runtime behaviors, and browser-native capabilities of the JavaScript language. It provides a structured knowledge base that covers fundamental language features, such as prototype-based inheritance and event-lo

    JavaScriptangularconceptses6

Explore sub-tags

  • Array Transformation MethodsFunctions that process collections by applying transformations to each element to produce a new collection.
  • Asynchronous Error HandlingTechniques and patterns for managing exceptions within asynchronous execution flows such as promises and async/await.
  • Common Programming PatternsCollections of reusable solutions and idiomatic approaches for solving recurring software design problems.
Error Handling Mechanisms
Language-level constructs for raising and managing runtime exceptions.
  • Error Handling PatternsStandardized approaches and native mechanisms for identifying and managing runtime exceptions.
  • Error Handling StrategiesTechniques for detecting, managing, and recovering from runtime exceptions and unexpected application states.