Showing 49 open source projects for "programming without coding"

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

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • The All-in-One Commerce Platform for Businesses - Shopify Icon
    The All-in-One Commerce Platform for Businesses - Shopify

    Shopify offers plans for anyone that wants to sell products online and build an ecommerce store, small to mid-sized businesses as well as enterprise

    Shopify is a leading all-in-one commerce platform that enables businesses to start, build, and grow their online and physical stores. It offers tools to create customized websites, manage inventory, process payments, and sell across multiple channels including online, in-person, wholesale, and global markets. The platform includes integrated marketing tools, analytics, and customer engagement features to help merchants reach and retain customers. Shopify supports thousands of third-party apps and offers developer-friendly APIs for custom solutions. With world-class checkout technology, Shopify powers over 150 million high-intent shoppers worldwide. Its reliable, scalable infrastructure ensures fast performance and seamless operations at any business size.
    Learn More
  • 1
    Coding Interview University

    Coding Interview University

    A complete computer science study plan to become a software engineer

    Coding Interview University is a multi-month self-study plan that grew from a short personal to-do list into a comprehensive roadmap for preparing technical interviews at large software companies. 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...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    The Swift Programming Language Chinese

    The Swift Programming Language Chinese

    The Swift Programming Language in Chinese

    ... is optimized for development, without compromising on either. Swift is friendly to new programmers. It’s an industrial-quality programming language that’s as expressive and enjoyable as a scripting language. Writing Swift code in a playground lets you experiment with code and see the results immediately, without the overhead of building and running an app.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    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: 5 This Week
    Last Update:
    See Project
  • 4
    freeCodeCamp

    freeCodeCamp

    freeCodeCamp.org's open-source codebase and curriculum

    freeCodeCamp is a nonprofit educational platform that offers a self-paced curriculum for learning web development, programming, data visualization, APIs, and algorithms. It features interactive coding challenges, real-world projects, and guided progress through topic modules, culminating in certificates for completed tracks. A key aspect is that students contribute to open-source projects for nonprofits or internal tooling as part of their learning, reinforcing both technical and collaborative...
    Downloads: 3 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
    Hello Python

    Hello Python

    Comprehensive tutorial repository aimed at teaching the Python program

    ... to be accessible: no prior programming experience required, and the resources are freely available. In addition, it is accompanied by a practical coding approach (projects) and is maintained as an open-source repository under Apache-2.0 license. It’s ideal for learners who want structured content, hands-on practice, and community guidance to build their Python skills.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    Build your own X

    Build your own X

    Master programming by recreating your favorite technologies

    build-your-own-x is a massive, community-curated roadmap of hands-on tutorials that teach you to re-implement complex systems from scratch—things like databases, compilers, operating systems, interpreters, web servers, neural networks, regex engines, and more. Rather than offering abstract theory, it organizes step-by-step guides by topic and by programming language, so you can pick a project that fits your stack and skill level. The focus is on demystifying internals: you don’t just use a tool...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    JavaScript30

    JavaScript30

    30 Day Vanilla JS Challenge

    JavaScript30 is an open source repository created by Wes Bos that provides a 30-day coding challenge to help developers strengthen their vanilla JavaScript skills. 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...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Software Design in Haskell

    Software Design in Haskell

    Software Design in Haskell

    .... The examples emphasize explicit boundaries for infrastructure concerns such as persistence, logging, configuration, and external services to keep business logic clean. Throughout, the code illustrates dependency inversion in Haskell, showing how to swap implementations without pervasive rewrites. The result is a cookbook of strategies and runnable examples that help teams structure real-world Haskell applications beyond small scripts or academic exercises.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    Computational Thinking

    Computational Thinking

    Introduction to computational thinking with Julia

    ... highlights both mathematical reasoning and practical coding, bridging the gap between theory and application. The materials include lectures, notebooks, exercises, and projects that encourage experimentation and discovery. By combining programming with conceptual depth, the repository aims to build skills that are transferable across disciplines and essential for modern scientific inquiry.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Level Up Your Cyber Defense with External Threat Management Icon
    Level Up Your Cyber Defense with External Threat Management

    See every risk before it hits. From exposed data to dark web chatter. All in one unified view.

    Move beyond alerts. Gain full visibility, context, and control over your external attack surface to stay ahead of every threat.
    Try for Free
  • 10
    DSA Bootcamp Java

    DSA Bootcamp Java

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

    ... modules that start with Java basics and gradually progress toward arrays, recursion, sorting, searching, linked lists, stacks, queues, trees, graphs, dynamic programming, and other advanced topics. It is a popular resource for students preparing for coding interviews, competitive programming, or computer science fundamentals.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Elixir Koans

    Elixir Koans

    Elixir learning exercises

    Elixir Koans is an interactive learning project designed to teach the fundamentals of the Elixir programming language through a series of self-guided coding 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...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Comprehensive Rust

    Comprehensive Rust

    This is the Rust course used by the Android team at Google

    Comprehensive Rust is an open source training course developed by Google to provide a complete introduction to the Rust programming language. Originally created for Google engineers, it has since been released publicly for the broader developer community. The course is structured into modular lessons that cover the fundamentals of Rust, including ownership, lifetimes, traits, generics, and error handling, before progressing to advanced topics like concurrency, async programming, unsafe Rust...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Rust Course

    Rust Course

    It has been the world's most popular language for 8 consecutive years

    ... optimization, linked list implementations, async programming with Tokio, standard library internals, Cargo usage, and WebAssembly development. The project emphasizes practical learning through exercises, helping users approach Rust study as if it were a university course. It also provides a "Cookbook" section of practical code snippets for common tasks such as file operations, regex handling, and database interactions, allowing learners to quickly reference solutions without searching externally.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Python Mastery (Course)

    Python Mastery (Course)

    Advanced Python Mastery

    python-mastery is a collection of course materials created by David Beazley for teaching advanced Python programming concepts. It emphasizes deep understanding through real-world coding exercises and topics like generators, decorators, closures, and metaclasses. The repository is designed for learners who already know the basics of Python and want to push their skills to an expert level.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    CS Notes

    CS Notes

    Essential knowledge for technical interviews, Leetcode, and OS

    ... on system design, distributed systems, caching, and message queues, providing practical knowledge relevant to software engineering interviews and real-world applications. In addition, it emphasizes code readability, clean coding practices, and proper documentation formatting. The notes follow the Chinese copywriting typesetting guidelines for improved readability, and the project employs consistent HTML-based image formatting to maintain a polished, uniform presentation across all documents.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    The Art of Programming

    The Art of Programming

    A collection of practical tips can be found at the bottom of this page

    The Art of Programming (Second Edition) is a curated collection of programming problems and solutions originally derived from the Microsoft 100 Interview Questions blog series, later refined into a long-running tutorial and ultimately a published book. Created by July, the series began in 2010 and has since evolved into an in-depth exploration of algorithmic thinking, data structures, and coding interview preparation. The repository brings together 42 classic programming problems from...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    VideLibri

    VideLibri

    Client for public libraries

    ... different kinds of OPACs from different vendors, it is compatible with more libraries than any other app. So far VideLibri has been tested with 200 libraries in Germany/Austria/Switzerland successfully, but it was designed to allow any user to add their own library without requiring any/much programming knowledge. For this any URL of any webpage can be entered in VideLibri together with an arbitrary query. The spin-off cli-tool Xidel can run these queries on any non-library webpage.
    Leader badge
    Downloads: 1,682 This Week
    Last Update:
    See Project
  • 18
    CodeCampusOS

    CodeCampusOS

    Custom Ubuntu OS for beginners with dev tools & learning guides

    code_compus_os is a custom Linux distribution built on top of Ubuntu 24, designed for beginner developers, students, and learners in Computer Science & Engineering (CSE) and IT programs. It provides a ready-to-use environment with pre-installed developer tools, educational software, and accessibility enhancements. This OS makes it easy for students and beginners to start coding, run projects, and learn programming without manual setup. Step-by-step guides and tutorials are included...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 19

    Academic Tech Toolbox

    A collection of productivity tools for academic researchers.

    A collection of productivity tools for academic researchers: RefTraceback: Found an article/thesis of interest? Want to know more by reading some of the sources referenced by the publication? This tool gives you the convenience of selecting a bunch of references at a time and looking them up in one go. Citation and reference checker: A tool for academics, students and, most of all, proofreaders. Helps identify wrong or missing references/citations in an academic text. Check it out...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Spindle

    Spindle

    The language used in the AP CSP Exam, now a programming language!

    Spindle is a simple language designed to help AP CSP students ace their AP Exam. Spindle code largely mirrors the code found in the AP CSP Reference Sheet and allows students and teachers to get comfortable with code in the same format it'll have on exam day.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    irazu

    Maual contrucción Mouse de boca / Mouth Mouse Joystick Manual

    Este manual enseña cómo construir un mouse con joystick bucal. Sin necesidad de contar con impresoras 3D, placas de circuito, o conocimientos avanzados de programación. This manual teaches how to build a mouth joystick mouse. (Low cost) Without 3D printers, circuit boards, or advanced programming skills.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    30 Days of Elixir

    30 Days of Elixir

    A walk through the Elixir language in 30 exercises

    30-days-of-elixir is an educational repository created by Josh Adams (seven1m) designed to teach the fundamentals of the Elixir programming language through a structured, daily learning approach. The project provides a series of exercises and examples meant to guide learners from the basics of Elixir syntax to more advanced functional programming concepts. Each day introduces new material in a concise and practical format, encouraging hands-on experimentation and gradual mastery of the language...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23
    Functional-Light JavaScript

    Functional-Light JavaScript

    Pragmatic, balanced FP in JavaScript

    Functional-Light JavaScript is an online book that teaches functional programming principles through a pragmatic JavaScript lens. Instead of insisting on strict purity, it adopts a balanced approach that keeps code practical while showing how immutability, composition, and declarative thinking improve quality. Chapters build up from values and closures to higher-order functions, list operations, transducing, and async patterns, all grounded in idiomatic JS. The writing favors intuition...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    interactive-coding-challenges

    interactive-coding-challenges

    120+ interactive Python coding interview challenges

    Interactive Coding Challenges is a collection of practice problems designed to strengthen data structures, algorithms, and problem-solving skills. The repository emphasizes a learn-by-doing approach: you read a prompt, attempt a solution, and verify behavior with tests, often within notebooks or scripts. Problems span arrays, strings, stacks, queues, linked lists, trees, graphs, dynamic programming, and more, mirroring common interview themes. Many challenges include hints and reference...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    Portable SLiMS

    Portable SLiMS

    This project is for Portable SLiMS.

    Portable SLiMS is a way to make SLiMS being use without any hassle. Within portable SLiMS, you already have apache as the web server app, mariadb as database app, including php as the emulator for programming language. Our motto is "extract and go!".
    Downloads: 11 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.