[go: up one dir, main page]

Showing 104 open source projects for "core"

View related business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1
    Bats-core

    Bats-core

    Bash automated testing system

    Bats is a TAP-compliant testing framework for Bash. It provides a simple way to verify that the UNIX programs you write behave as expected. A Bats test file is a Bash script with special syntax for defining test cases. Under the hood, each test case is just a function with a description. Bats is most useful when testing software is written in Bash, but you can use it to test any UNIX program. Test cases consist of standard shell commands. Bats makes use of Bash's errexit (set -e) option when...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    Python Core 50 Courses

    Python Core 50 Courses

    Structured learning path that organizes Python fundamentals

    Python-Core-50-Courses is a structured learning path that organizes Python fundamentals into 50 digestible lessons designed for steady, incremental progress. The curriculum starts with the basics—syntax, variables, data types, and control flow—then advances to functions, modules, object-oriented programming, and common standard-library utilities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Kubernetes Handbook

    Kubernetes Handbook

    Cloud native application architecture practice handbook

    ...Kubernetes is a container orchestration and scheduling engine developed by Google in June 2014 based on its internal Borg system. Google contributed it as an initial and core project to the CNCF (Cloud Native Computing Foundation). In recent years, it has gradually developed a cloud native Ecology. The goal of Kubernetes is to provide a specification to describe the architecture of the cluster.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 4
    Hello JavaScript

    Hello JavaScript

    Course repository designed to teach JavaScript from scratch in Spanish

    hello-javascript is a comprehensive course repository designed to teach JavaScript from scratch in Spanish, pairing source code with hours of video content and hundreds of exercises. It covers the JavaScript language core, from variables and control flow to functions, objects, arrays, and modern ECMAScript features. The project also touches the browser and Node.js ecosystems so learners can understand both client and server contexts. Exercises and lesson organization make it easy to follow along, practice, and review concepts as you go. The repository is openly licensed and structured so you can clone it, experiment locally, and track your learning progress. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 5
    Archbase

    Archbase

    Open source version of "Fundamentals of Computer Architecture"

    ...The name “archbase” suggests that it could be a baseline architecture or reference templates for projects, possibly spanning front-end, back-end, or full stacks. The repo likely provides starter code, directory structures, configuration files, core modules, and guidelines that enforce certain architectural conventions (e.g. MVC, layered architecture, plugin systems). It might include sample modules or example features to demonstrate how to build on the base architecture, showing how to extend, override, or integrate components in a consistent manner. Developers can clone or fork archbase as a starting point so they don’t need to structure everything from scratch, helping them focus on business logic.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Elixir Koans

    Elixir Koans

    Elixir learning exercises

    ...Inspired by the style of koans used in other programming communities, it provides incomplete code snippets and failing tests that learners must solve to progress. Each exercise builds on the previous one, gradually introducing core concepts such as pattern matching, recursion, processes, and concurrency in Elixir. By debugging and filling in missing pieces, users gain practical, hands-on experience while reinforcing theoretical knowledge. The project is ideal for both complete beginners and developers transitioning from other languages who want to learn Elixir in a structured, exploratory way. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Source Code Hunter

    Source Code Hunter

    Source code analysis of Spring, MyBatis, Redis, Netty, and more

    ...It helps developers deepen their understanding of internal implementations, design patterns, and performance optimizations by walking through actual codebases such as Spring, MyBatis, Netty, Tomcat, and others. The project aims to bridge the gap between theoretical knowledge and real-world application by providing step-by-step annotated explorations of core components in these frameworks. It’s a valuable resource for Java developers preparing for interviews, system design discussions, or those looking to strengthen their ability to read and learn from production-level code.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 8
    REKCARC-TSC-UHT

    REKCARC-TSC-UHT

    Guidance for courses in Department of Computer Science and Technology

    This repository is a mirrored, community-curated set of study materials for Tsinghua University’s Department of Computer Science and Technology (the name reads like “THU-CST” reversed). It gathers course notes, labs, exam archives, and project write-ups across core CS topics, emphasizing reproducible setups and guidance for succeeding in demanding classes. The content is organized to mirror the program’s progression so students can see prerequisites and plan learning paths. Contributors document pitfalls and tips that official syllabi may not cover, such as tooling quirks or typical grading criteria. ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 9
    You Don't Know JS Yet

    You Don't Know JS Yet

    A book series (2 published editions) on the JS language.

    You-Dont-Know-JS is a renowned book series by Kyle Simpson that delves deeply into the inner workings and foundational principles of the JavaScript language. The repository hosts the second edition of the series, which continues the author’s mission to help developers understand JavaScript beyond surface-level syntax and frameworks. Each book focuses on specific language mechanisms—such as scope, closures, objects, and types—providing a rigorous exploration of how JavaScript actually...
    Downloads: 5 This Week
    Last Update:
    See Project
  • Teradata VantageCloud Enterprise is a data analytics platform for performing advanced analytics on AWS, Azure, and Google Cloud. Icon
    Teradata VantageCloud Enterprise is a data analytics platform for performing advanced analytics on AWS, Azure, and Google Cloud.

    Power faster innovation with Teradata VantageCloud

    VantageCloud is the complete cloud analytics and data platform, delivering harmonized data and Trusted AI for all. Built for performance, flexibility, and openness, VantageCloud enables organizations to unify diverse data sources, run complex analytics, and deploy AI models—all within a single, scalable platform.
    Learn More
  • 10
    Flash Linux 0.11 Talk

    Flash Linux 0.11 Talk

    Annotated Unix system source code

    ...The materials break down historically compact and dense code into digestible segments, with diagrams and call flows that trace execution from bootloader to user space. By focusing on a small, early kernel, the series reveals core OS concepts without the complexity of modern subsystems. It highlights how segmentation and paging cooperate, how system calls are dispatched, and how context switches and signals work in practice. The commentary ties C and assembly listings back to architecture specifics, making the hardware–software interface concrete. For learners, it serves as a guided tour that builds intuition for operating system design and prepares them to tackle contemporary kernels with better mental models.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    CS Self-Learning

    CS Self-Learning

    Chinese-language CS self-learning guide with curated resources

    cs-self-learning is a comprehensive, Chinese-language guide aimed at helping self-learners master computer science concepts. It provides a structured roadmap covering algorithms, operating systems, networks, databases, and more, with curated links to online courses, tutorials, and books. The project is especially useful for non-English speakers pursuing independent or supplemental learning in CS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    LeetCode Book

    LeetCode Book

    Comprehensive study guide for coding interviews

    LeetCode-Book is a comprehensive study guide for coding interviews that consolidates algorithm patterns, data-structure templates, and worked LeetCode solutions. It organizes problems by topic—arrays, linked lists, stacks/queues, trees/graphs, dynamic programming, greedy, backtracking, and math—so you can study systematically. Explanations are concise but intentional, highlighting why a pattern fits, how to reason about boundary cases, and the time/space trade-offs. Many entries include...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    Archivematica

    Archivematica

    Free and open-source digital preservation system

    ...The user can monitor and control the ingestion and preservation of micro-services through the control panel. Archivematica uses standards such as METS, PREMIS, Dublin Core, and the BagIt specification.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 14
    33 JS Concepts

    33 JS Concepts

    33 JavaScript concepts every developer should know

    ...The project was originally inspired by an article by Stephen Curtis and has since grown into a community-driven learning resource. It serves as a roadmap for developers to review and master core principles such as closures, promises, prototypes, event loops, and other critical topics. While not a strict curriculum, it provides a structured path for deeper study and practical learning. The repository also encourages contributions, including personal notes, recaps, and translations, making it accessible to developers worldwide. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    JavaScript30

    JavaScript30

    30 Day Vanilla JS Challenge

    ...It includes starter files and completed solutions for each daily project, covering a wide range of practical exercises like clocks, video players, geolocation apps, and more. The challenge avoids frameworks and libraries, focusing purely on core JavaScript. Each project introduces hands-on coding tasks that reinforce DOM manipulation, events, APIs, and browser features. The repository also encourages learners to share their own solutions and improvements, fostering a strong community around the challenge. With its incremental structure, it’s a popular resource for building confidence and fluency in JavaScript.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Coding Interview University

    Coding Interview University

    A complete computer science study plan to become a software engineer

    ...The author used this plan to transition into a Software Development Engineer role at Amazon and emphasizes that most learners will not need to study as many hours to succeed. The repository focuses on practical readiness over memorization, guiding you to learn core computer science topics to about a 75% depth that is sufficient for interviews. It outlines how to choose one primary programming language, recommends foundational books, and explains an effective daily routine of studying concepts then implementing them from scratch. The plan includes extensive topic coverage from algorithms and data structures to systems fundamentals, plus optional advanced areas for deeper growth.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    DSA Bootcamp Java

    DSA Bootcamp Java

    This repository consists of the code samples, assignments, and notes

    DSA Bootcamp Java is an open source educational repository created by Kunal Kushwaha to teach Data Structures and Algorithms (DSA) using Java. It is designed as a structured bootcamp, covering fundamental concepts to advanced problem-solving techniques. The project provides explanations, exercises, assignments, and practice problems, making it useful for both beginners and intermediate learners who want to strengthen their Java and algorithmic skills. The repository is organized into...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    JavaGuide-Interview

    JavaGuide-Interview

    A study for technical interviews focused on Java

    JavaGuide-Interview is a comprehensive study companion for technical interviews with a strong focus on the Java ecosystem. It organizes material across language fundamentals, collections, concurrency, JVM internals, and hot frameworks such as Spring and MyBatis. Beyond Java, it includes databases, computer networks, operating systems, distributed systems, and common algorithmic topics to mirror real interview scopes. The notes emphasize high-value concepts, pitfalls, and frequently asked...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Interviews

    Interviews

    Comprehensive computer science and interview preparation guide

    Interviews is an open source repository designed as a comprehensive guide to preparing for technical interviews, with a strong focus on computer science fundamentals and algorithmic problem solving. Created by Kevin Naughton Jr., the project compiles detailed notes, explanations, and code implementations that cover core areas tested in software engineering interviews. The repository emphasizes topics such as data structures, algorithms, system design, operating systems, databases, and networking. It also includes practical coding examples and solutions that demonstrate how to approach and solve common problems asked at companies like Google, Amazon, Facebook, and Microsoft. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Marksheet

    Marksheet

    Free tutorial to learn HTML and CSS

    MarkSheet is a beginner-friendly curriculum for learning HTML and CSS from first principles, organized as a readable online handbook. It explains core building blocks—elements, attributes, selectors, the box model, positioning—and connects them to the mental models needed for real layouts. The writing style aims to demystify jargon and teach a consistent vocabulary so learners can understand documentation and tutorials elsewhere. It includes diagrams and compact examples that illustrate concepts without burying readers in boilerplate. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    MDN Learning Area

    MDN Learning Area

    GitHub repo for the MDN Learning Area

    learning-area is the official GitHub repository for the MDN Web Docs Learning Area, a collection of educational resources designed to teach core web development technologies. It contains the code examples referenced throughout MDN’s tutorials and articles, covering topics such as HTML, CSS, JavaScript, and web APIs. Each directory in the repository mirrors the module structure of the MDN Learning Area, allowing learners to follow along easily as they read through corresponding lessons. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Recommenders

    Recommenders

    Best practices on recommendation systems

    ...Please see the setup guide for more details on setting up your machine locally, on a data science virtual machine (DSVM) or on Azure Databricks. Independent or incubating algorithms and utilities are candidates for the contrib folder. This will house contributions which may not easily fit into the core repository or need time to refactor or mature the code and add necessary tests.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    ReactJS Interview Questions

    ReactJS Interview Questions

    List of top 500 ReactJS Interview Questions & Answers

    ReactJS Interview Questions is a curated collection of over 500 commonly asked questions and answers about React and its ecosystem. The repository is designed as a preparation resource for developers preparing for interviews involving React, Redux, React Router, React Native, and related JavaScript technologies. It covers a broad spectrum of topics, from the fundamentals of React components and state management to advanced concepts like hooks, performance optimization, and design patterns....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    To Be Top Javaer

    To Be Top Javaer

    To Be Top Javaer - The Path to Becoming a Java Engineer

    ...Created and maintained by Hollis, the project compiles a wide range of Java fundamentals, advanced features, and ecosystem knowledge into one structured guide. It covers core Java concepts, JVM internals, multithreading, frameworks, databases, system design, and interview preparation. The repository is presented in a structured, progressive format so learners can follow along step by step while also diving into specific areas of interest. Its goal is to help developers not only strengthen their Java skills but also broaden their understanding of software engineering practices, distributed systems, and career development. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Complete-Python-3-Bootcamp

    Complete-Python-3-Bootcamp

    Course Files for Complete Python 3 Bootcamp Course on Udemy

    The Complete-Python-3-Bootcamp repository is an educational resource created by Pierian Data as part of their popular Python for Data Science and Machine Learning Bootcamp course. It contains a comprehensive collection of Jupyter Notebooks designed to teach Python programming from the ground up. The repository covers a wide range of Python topics, including data types, control flow, functions, object-oriented programming, error handling, modules, and advanced concepts like decorators and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next