[go: up one dir, main page]

147 projects for "tutorial" with 1 filter applied:

  • 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
  • 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
  • 1
    os-tutorial

    os-tutorial

    How to create an OS from scratch

    os-tutorial is an open source educational project by cfenollosa that teaches the basics of building an operating system from scratch. The repository provides step-by-step lessons starting with bootloaders and moving through kernel development, interrupts, memory management, and system calls. Each tutorial is accompanied by clear explanations, code examples, and references to deepen understanding. The project uses x86 assembly and C to illustrate concepts, making it accessible to students...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Prompt Engineering Interactive Tutorial

    Prompt Engineering Interactive Tutorial

    Anthropic's Interactive Prompt Engineering Tutorial

    Prompt-eng-interactive-tutorial is a comprehensive, hands-on tutorial that teaches the craft of prompt engineering with Claude through guided, executable lessons. It starts with the anatomy of a good prompt and moves into techniques that deliver the “80/20” gains—separating instructions from data, specifying schemas, and setting evaluation criteria. The course leans heavily on realistic failure modes (ambiguity, hallucination, brittle instructions) and shows how to iteratively debug prompts...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Phoenix Code Editor

    Phoenix Code Editor

    Phoenix is a modern open-source Code Editor for the web

    Phoenix is a modern open-source and free software code editor for the web, built for the browser.
    Downloads: 16 This Week
    Last Update:
    See Project
  • 4
    HTML CSS

    HTML CSS

    Curso de HTML5 e CSS3

    Tutorial, teaching, or resource collection on HTML and CSS, aimed at beginners. It likely contains sample websites, examples of markup, styling, exercises, and reference materials related to web front-end development using HTML and CSS. CSS styling samples and layout demonstrations. Educational documentation (README, explanations). Structured project examples (e.g. small websites). Version history/incremental improvements.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 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
  • 5
    Memories

    Memories

    Build a full stack MERN application

    Project MERN Memories is a full-stack application built as a learning tutorial, using the MERN stack: React on the front end, Node.js and Express on the back end, and MongoDB for data persistence. The app is called “Memories” and allows users to post interesting events from their lives (memories), providing a simple social media–style interface and back-end API to support create, read, update, delete of posts. The repository is tied to a video tutorial series that covers the project from start...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    simple-java-maven-app

    simple-java-maven-app

    For an introductory tutorial on how to use Jenkins

    simple-java-maven-app is a reference repository created for the Jenkins tutorial on building a Java application with Maven. It contains a minimal Java program that prints “Hello world!” and includes unit tests to validate functionality, with test results exported in JUnit XML format. The repository provides an example that demonstrates how to configure a Jenkins Pipeline for building and delivering applications. It also includes scripts that define commands executed in pipeline stages...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    sqlc SQL Compiler

    sqlc SQL Compiler

    Generate type-safe code from SQL

    sqlc generates type-safe code from SQL. You write queries in SQL. You run sqlc to generate code with type-safe interfaces to those queries. You write application code that calls the generated code.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    Mall Learning

    Mall Learning

    Tutorial and sample-code repository

    mall-learning is a tutorial and sample-code repository that explores an entire e-commerce system architecture from backend to frontend. The associated “mall” project (with tens of thousands of stars) is an open-source full-stack e-commerce platform built with Spring Boot, MyBatis, Elasticsearch, RabbitMQ, Redis, MongoDB, MySQL and containerized via Docker. The learning repository breaks down architecture, business modules (products, orders, marketing, members), deployment (Linux, Docker...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Realtime Chat Application

    Realtime Chat Application

    Build and deploy a real time chat application

    This full-stack tutorial project shows how to build and deploy a real-time chat app using React on the client and Node/Express with Socket.io on the server. It covers the mechanics of establishing WebSocket connections, broadcasting and receiving messages, and maintaining active user rooms. The repository includes scripts and instructions to spin up both client and server quickly so you can experiment locally. It illustrates common patterns like event-driven messaging, joining/leaving rooms...
    Downloads: 2 This Week
    Last Update:
    See Project
  • AI-based, Comprehensive Service Management for Businesses and IT Providers Icon
    AI-based, Comprehensive Service Management for Businesses and IT Providers

    Modular solutions for change management, asset management and more

    ChangeGear provides IT staff with the functions required to manage everything from ticketing to incident, change and asset management and more. ChangeGear includes a virtual agent, self-service portals and AI-based features to support analyst and end user productivity.
    Learn More
  • 10
    Docker Curriculum

    Docker Curriculum

    A comprehensive tutorial on getting started with Docker

    Docker Curriculum is a hands-on tutorial that teaches Docker from first principles to practical deployment through a sequence of guided exercises. It starts with images and containers, then layers on volumes, networks, and multi-container composition so learners grasp how pieces fit together. The material emphasizes doing over reading: you build images, run services, and push to registries as you go, reinforcing concepts with real commands. It also connects Docker to everyday developer...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Hello Python

    Hello Python

    Comprehensive tutorial repository aimed at teaching the Python program

    Hello-Python is a comprehensive tutorial repository aimed at teaching the Python programming language from scratch for beginners. It includes over 100 classes and about 44 hours of video instruction, combined with code samples, projects, and a chat community for support. The material covers the fundamentals—variables, data types, loops, functions—as well as intermediate topics like date handling, list comprehensions, file IO, regular expressions, modules, and packages. The course is designed...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Krypt

    Krypt

    Build a Web 3.0 React Solidity blockchain application

    This repository accompanies a step-by-step tutorial for building a Web3 decentralized application that connects a React front end to Ethereum smart contracts written in Solidity. It walks you through setting up MetaMask, configuring a local or test blockchain, and wiring contract methods to a clean, modern UI. The project emphasizes end-to-end learning: from authoring and compiling a smart contract, to deploying it, and then interacting with it via web3 libraries in React. It demonstrates core...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    3D Website with Three.js

    3D Website with Three.js

    The most impressive websites in the world use 3D graphics

    Project_3D_developer_portfolio is a code-repository and tutorial project that teaches how to build a developer portfolio website enhanced with 3D graphics and animations, using technologies like React, Three.js, React Three Fiber, Tailwind CSS, Vite and more. The idea is to help developers create “the most impressive websites” by blending immersive 3D scenes and interactive UI elements with modern web frameworks. The README walks through the tech stack, features and how to get started...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Hello Git & GitHub

    Hello Git & GitHub

    Tutorial repository designed to teach how to use the Git vc system

    Hello-Git is a tutorial repository designed to teach how to use the Git version-control system and the GitHub platform from the ground up, aimed at beginners. The course spans around 5 hours of instruction and covers more than 25 Git commands along with GitHub workflows, installation/configuration, terminal usage, branching, merging, collaboration, and authentication. It is structured to introduce learners not only to the syntax of Git commands but also to development workflows such as feature...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Rust Course

    Rust Course

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

    The Rust语言圣经 (Rust Language Bible) is a comprehensive, Chinese-language Rust tutorial that aims to take learners from beginner concepts to advanced mastery. The course is carefully designed with a structured catalog, vivid and approachable language, and an engaging style that avoids the dry and mechanical tone of many technical books. It covers the basics of Rust, such as ownership, borrowing, lifetimes, traits, and generics, but also dives deep into advanced topics like performance...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Servant

    Servant

    Haskell DSL for describing, serving, querying, mocking web apps

    Servant provides a type-level domain-specific language (DSL) in Haskell for describing web APIs. From a single API specification, developers can derive server implementations, client libraries, documentation, and more—ensuring consistency and type safety across the stack. We have a tutorial that introduces the core features of servant. After this article, you should be able to write your first server web services, learning the rest from the haddocks' examples. The core documentation can...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Fulcro

    Fulcro

    A library for development of single-page full-stack web applications

    Fulcro is a batteries-included, full-stack library for building data-driven web applications in Clojure and ClojureScript. It integrates seamlessly with React, supports web, native, and desktop (Electron) targets, and enables strong local reasoning while facilitating rapid development and scalable production-level UIs. The rewrite of Fulcro Inspect is available via the releases page of Fulcro Inspect. And there are preliminary instructions for using it with the latest Fulcro. The alpha...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    TIL

    TIL

    Today I Learned

    ... tutorial or book; readers can dip in anywhere and learn something useful in a minute. The repo format also encourages community contributions and personal forking, making it a template for teams to build their own shared knowledge base. Over years, it becomes both a reference and a record of the author’s learning journey, with the git history revealing how practices evolved.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    OpenAI Quickstart Python

    OpenAI Quickstart Python

    Python example app from the OpenAI API quickstart tutorial

    openai-quickstart-python is an official OpenAI repository containing multiple Python quickstart applications that demonstrate how to use different OpenAI API endpoints, including Chat and Assistants. It provides practical, beginner-friendly examples to help developers quickly learn how to send requests, handle responses, and build basic applications using the OpenAI Python SDK. The examples folder includes small, self-contained projects showcasing common use cases like chat completions, tool...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    OpenAI Quickstart Node

    OpenAI Quickstart Node

    Node.js example app from the OpenAI API quickstart tutorial

    OpenAI Quickstart Node.js is an example application designed to help developers learn how to use the OpenAI API with Node.js. The repository provides structured sample code for a variety of API endpoints, including chat completions, assistants, embeddings, fine-tuning, moderation, batch processing, and image generation. Each folder contains runnable scripts that demonstrate both basic usage and more advanced scenarios. By following the examples, developers can quickly understand how to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Mistral Finetune

    Mistral Finetune

    Memory-efficient and performant finetuning of Mistral's models

    ... or instruct models. It supports function-calling style datasets (via "messages" keys) as well as plain text formats, with guidelines on formatting, tokenization, and vocabulary extension (e.g. extending vocab to 32768 for some models) before finetuning. The project also provides tutorial notebooks (e.g. mistral_finetune_7b.ipynb) to walk through the steps.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    GoNB

    GoNB

    GoNB, a Go Notebook Kernel for Jupyter

    ... be used as a C kernel. It already includes many goodies: cache between cell of results, contextual help and auto-complete (with gopls), compilation error context (by mousing over), bash command execution, images, html, etc. See the tutorial. It's been heavily used by the author (in developing GoMLX, a machine learning framework for Go), but should still be seen as experimental — if we hear success stories from others, we can change this.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    React Projects

    React Projects

    Collection of React example / tutorial projects

    This repository is a collection of small-to-medium React applications that showcase practical patterns, from stateful widgets to multi-page interfaces. Each project is self-contained and demonstrates specific techniques—hooks for state and effects, context for global state, custom hooks for reuse, and reducer patterns for complex updates. The codebases include common UI tasks like forms, modals, lists, filtered search, and pagination, along with data fetching and basic routing where...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    PAGE
    PAGE is a drag-and-drop GUI generator for Python and Tkinter which generates Python modules that display a relatively simple GUI constructed from Tk and Ttk widget sets using the Place Geometry Manager. PAGE supports the construction of multiple toplevel GUI's. PAGE is a cross-platform tool running on any OS that has a current version of Python installed. PAGE output requires only Python Tkinter and runs on Linux, Unix, Windows, and even Rasperian. Version 8 is a major release...
    Leader badge">
    Downloads: 648 This Week
    Last Update:
    See Project
  • 25
    RunaWFE Free

    RunaWFE Free

    is low code bpm platform, which is easy to install and easy to use

    ..., deploy new business process definitions. Administrators can: create /remove actors and groups, include /exclude actors to/from groups, grant permissions on system objects to actors and groups, forcibly stop business process instances, add/change actors substitutions rules. Tutorial: https://runawfe.org/doc/Tutorial InstallationGuide: https://runawfe.org/doc/InstallationGuide Documentation: https://runawfe.org/doc/Documentation
    Downloads: 11 This Week
    Last Update:
    See Project