An open API service indexing awesome lists of open source software.

Tutorial

A tutorial, in education, is a method of transferring knowledge and may be used as a part of a learning process. More interactive and specific than a book or a lecture, a tutorial seeks to teach by example and supply the information to complete a certain task.

https://github.com/jmrecodes/hackmd-notes

Accumulated General Knowledge Base HackMD notes

github-badges guide knowledge-base laravel prompt-engineering tutorial

Last synced: 19 Feb 2026

https://github.com/thinkswan/js-linked-list

An implementation of the linked list data structure in JavaScript.

data-structures javascript tutorial

Last synced: 03 Jun 2026

https://github.com/thetoxin/springtest

Example project for studing Spring

example java spring study tutorial

Last synced: 17 Apr 2026

https://github.com/sumeetsarkar/art-of-go

Learning Go

go golang tutorial

Last synced: 04 Aug 2025

https://github.com/morphclue/android-tutorial

Android-Kotlin fundamentals course

android tutorial

Last synced: 17 Apr 2026

https://github.com/methminug/forms-with-react-hooks

Check out this code's Medium article on forms with React Hooks. 😊

react react-hooks tutorial

Last synced: 17 Apr 2026

https://github.com/apiverve/translator-app-vue-tutorial

Language translator app built with Vue 3 for translating text between 100+ languages

apiverve language localization translation translator tutorial vue vuejs

Last synced: 25 Jun 2026

https://github.com/alexmhack/python-with-secrets-manager

Testing a simple python application by making use of GCP Secrets Manager for the environment variables

aws environment-variables gcp learning python3 secrets secrets-manager testing tutorial

Last synced: 17 Apr 2026

https://github.com/e6qu/rust-lean-aeneas

Comprehensive tutorial series: formal verification of Rust programs using Lean 4 and Aeneas — from arithmetic proofs to a verified multi-agent LLM harness

aeneas formal-verification lean4 llm-agents rust theorem-proving tui tutorial

Last synced: 04 Apr 2026

https://github.com/timcnicholls/angular-tour-of-heroes

Angular Tour of Heroes Tutorial example

angular javascript tutorial

Last synced: 04 Apr 2026

https://github.com/ot-nemoto/fastapi-tutorial

FastAPI チュートリアル

fastapi tutorial

Last synced: 17 Apr 2026

https://github.com/eic/tutorial-jana2

EIC Tutorial: Reconstruction in JANA2

tutorial

Last synced: 05 Apr 2026

https://github.com/vicjun22/contract-first-with-swagger_spring-boot

This repository demonstrates how to integrate Swagger into a Spring Boot project to generate API documentation.

contract-first java maven openapi springboot swagger swagger-ui tutorial

Last synced: 18 Apr 2026

https://github.com/nicolocurioni96/simpleapp

Simple SwiftUI app List and Navigation with detail

ios ios15 swift swiftui tutorial tutorials

Last synced: 18 Apr 2026

https://github.com/frontendfixer/typescript-tutorial

typescript-tutorial with code and chapter

react tutorial typescript

Last synced: 18 Apr 2026

https://github.com/apiverve/horoscope-app-react-tutorial

Daily horoscope app built with React for zodiac sign readings

apiverve astrology daily-horoscope fortune horoscope react tutorial zodiac

Last synced: 25 Jun 2026

https://github.com/jcbritobr/flux-xor-ml

Simple flux model thats solves the xor problem.

flux julia machine-learning tutorial

Last synced: 19 Apr 2026

https://github.com/thc1006/rps_gesture_referee_demo

🎮 Production-ready real-time Rock-Paper-Scissors gesture recognition system using MediaPipe & OpenCV. Features: instant hand tracking (30+ FPS), 95% accuracy, fuzzy matching, TDD methodology with 95% test coverage. Bilingual (EN/繁中). Perfect for CV learning & interactive apps.

computer-vision demo educational game-development gesture-recognition hand-gesture-recognition hand-tracking high-performance interactive-systems machine-learning mediapipe opencv pose-estimation production-ready python real-time-detection rock-paper-scissors tdd test-driven-development tutorial

Last synced: 19 Apr 2026

https://github.com/isensee-bastian/set-generics

Tutorial code for my video Generics Part 3: How to use Generics in Golang

basic-programming beginner-tutorial-series data-structures generics golang interfaces learn-to-code sets tutorial types youtube

Last synced: 19 Apr 2026

https://github.com/kinneko-de/sample-react-vscode

Sample application how to start a React app from Visual Studio Code in different browsers

chrome firefox react sample tutorial visual-studio-code windows

Last synced: 19 Apr 2026

https://github.com/jiji262/awesome-openclaw

Curated map of the OpenClaw ecosystem: official repos, deployment tools, dashboards, connectors, tutorials, and alternatives.

ai-agent awesome-list curated-list dashboard openclaw plugin self-hosted tutorial

Last synced: 20 Apr 2026

https://github.com/flavienbwk/docker-logstash

A repo to use and experiment with Logstash, useful for cluster migrations.

docker docker-compose elasticsearch logstash tutorial

Last synced: 20 Apr 2026

https://github.com/apiverve/address-parser-node-tutorial

Street address parser that extracts structured components from addresses using Node.js

address-parser address-validation apiverve express geocoding nodejs street-address tutorial

Last synced: 25 Jun 2026

https://github.com/hanzopgp/cryptozombies

Learning how to code decentralized applications thanks to cryptozombies.

blockchain decentralized-application ethereum personal smart-contract tutorial

Last synced: 20 Apr 2026

https://github.com/silvestrevivo/react-typescript-hooks2

Small React-Redux application with hooks and typescript

javascript reactjs tutorial typescript udemy

Last synced: 20 Apr 2026

https://github.com/sammychinedu2ky/reactive-variables

A Web app that depicts local state management using apollo reactive variables

reactive-variables tutorial

Last synced: 20 Apr 2026

https://github.com/lucasmagnum/flutter-example-startup-name-generator

A flutter app example. https://codelabs.developers.google.com/codelabs/first-flutter-app-pt1/#0

example-project flutter mobile-app tutorial

Last synced: 21 Apr 2026

https://github.com/asmaloney/guildwars2-macos

A place for issues related to my blog post about playing GW2 on macOS

guildwars2 gw2 macos tutorial wine

Last synced: 05 Jun 2026

https://github.com/louisantoninlesieur/supabase-render-tuto

This is a very basic API to follow the "Easy host your first database with Supabase + Render" tutorial on Medium.

api host render supabase tutorial

Last synced: 21 Apr 2026

https://github.com/hasansezertasan/python-build-systems

I'm exploring Python Build Systems and the tools built around them and these are my notes.

build-systems discovery notes poetry python research setuptools tutorial

Last synced: 05 Jun 2026

https://github.com/marshallmcdonnell/redux-intro-re-ducks

Working examples of David Ceddia's excellent React-Redux tutorial

ducks ducks-pattern react react-redux tutorial

Last synced: 22 Apr 2026

https://github.com/catchsubu/dependencyinjection

A comparative Dependency Injection tutorial showcasing Microsoft.Extensions.DependencyInjection (built-in) and Autofac containers with practical .NET Core and .NET Framework examples.

autofac csharp dependency-injection design-patterns dotnet dotnet-core ioc-container microsoft-extensions-dependencyinjection solid-principles tutorial

Last synced: 22 Apr 2026

https://github.com/apiverve/ocr-scanner-python-tutorial

OCR scanner that extracts text from images using Python

apiverve cli document-scanner image-to-text ocr python text-extraction tutorial

Last synced: 25 Jun 2026

https://github.com/hoijui/lwjgl-book-game26-kotlin

LWJGL-Book - Chapter 26 - in Kotlin

example-project kotlin-port lwjgl opengl tutorial

Last synced: 22 Apr 2026

https://github.com/thetoxin/javarushtasks

My solution of tasks on JavaRush

java javarush solutions study tasks tutorial

Last synced: 05 Jun 2026

https://github.com/sushantrahate/role-based-access-control

Role-based access control (RBAC) is essential for managing user permissions and access to specific features within an application.

rbac tutorial webdev

Last synced: 24 Apr 2026

https://github.com/edneimonteiro/internal-apim

Azure API Management Internal (VNet) — Terraform reference with CAF naming, private DNS and private endpoints

apim azure caf infrastructure-as-code networking private-dns terraform tutorial vnet

Last synced: 06 Jun 2026

https://github.com/janbaig/visitor-design-pattern

Implementation and Explanation of the Visitor Design Pattern

design-patterns tutorial visitor-design-pattern

Last synced: 25 Apr 2026

https://github.com/nicolocurioni96/tutorial-swift-intermedio

Swift programming tutorials, Intermediate tutorials (ITA language) 🇮🇹

ios iosdevelopment programming swift swiftui tutorial

Last synced: 25 Apr 2026

https://github.com/applitools/tutorial-selenium-ruby-ultrafastgrid

Applitools Selenium Ruby tutorial with Ultrafast Grid

applitools ruby tutorial

Last synced: 06 Jun 2026

https://github.com/hanxi/bash-tutorial

Bash 脚本教程

bash book shell tutorial

Last synced: 26 Apr 2026

https://github.com/fmind/android-tutorial-favorite

An Android tutorial to demonstrate the use of local and on device tests

android junit mokito testing tutorial

Last synced: 26 Apr 2026

https://github.com/centrogeo/tutorial-shiny-cig2022

Tutorial de Shiny para la semana de divulgación de las CIG 2022

r shiny tutorial

Last synced: 27 Apr 2026

https://github.com/antonio-f/autograd-tutorial

Pytorch Autograd Tutorial: contains the official tutorial notebook (autograd_tutorial.ipynb) with a couple of basic examples added.

101 autograd backward examples gradients pytorch pytorch-tutorial tutorial

Last synced: 27 Apr 2026

https://github.com/didinj/html5-background-color-examples

HTML5 Tutorial : Set or Change HTML Background Color

background background-color change color examples html html5 set tutorial

Last synced: 08 Feb 2026

https://github.com/modcommunity/how-to-install-mods-in-oblivion

A guide on how to download and install mods in Oblivion for PC.

guide how-to mod modding mods oblivion oblivion-mods obse tutorial vortex wrye-bash

Last synced: 08 Feb 2026

https://github.com/freeclimbapi/c-sharp-stream-recording-tutorial

C# - Stream Recording Tutorial

recordings tutorial

Last synced: 19 Jun 2026

https://github.com/gorkemgul/html5_tutorial

The HTML5 tutorial that I prepared right after I finished learning HTML5. Indeed, it includes a little bit CSS as well.

css html html5 tutorial

Last synced: 16 Oct 2025

https://github.com/jermspeaks/nextjs-dashboard

The tutorial dashboard

dashboard nextjs tutorial

Last synced: 15 Apr 2026

https://github.com/lamestation/snake

Create your own Snake game!

game lamestation propeller snake spin tutorial

Last synced: 09 Feb 2026

https://github.com/apiverve/number-to-words-html-tutorial

Number to words converter that converts numbers to written form using vanilla JavaScript

apiverve html javascript number-converter number-to-words text-conversion tutorial vanilla-js

Last synced: 25 Jun 2026

https://github.com/fab2bprog/exemple-utilisation-csharp-avec-mysql

Exemple C# avec base de données mysql : Servira au developpement de votre application. Classes CRUD. Fonctions de recherche etc...

base-de-donnees crud crud-application crud-sample csharp csharp-code database exemple howto-tutorial mariadb mariadb-database mysql sql tutorial

Last synced: 13 Apr 2026

https://github.com/aprezcuba24/snippet

Aplicación para guardar recetas de código

angular electron example rxjs snippets tutorial

Last synced: 12 Apr 2026

https://github.com/p-org/p-tutorials-sosp2023

This repository maintains the material related to P Tutorials at SOSP 2023

tutorial

Last synced: 09 Feb 2026

https://github.com/apiverve/username-checker-node-tutorial

Username profanity checker that validates usernames for inappropriate content using Node.js

apiverve content-moderation express nodejs profanity-checker tutorial user-registration username-validation

Last synced: 25 Jun 2026

https://github.com/caiofov/prolog-tutorial

Studying Prolog language.

prolog tutorial

Last synced: 09 Feb 2026

https://github.com/daffafaizan/go-rest-api

My first Go project creating a REST API.

go rest-api tutorial

Last synced: 24 Jul 2025

https://github.com/howiprompt/deepseek-local-installer-script-mac-windows-no-docker

Developers lose critical hours fighting installation errors because 70% of local DeepSeek setups fail due to mismatched CUDA drivers or miss

ai-agents autonomous-agents free guide howiprompt tutorial

Last synced: 14 Jun 2026

https://github.com/apiverve/crypto-tracker-react-tutorial

Bitcoin price tracker with real-time data built with React

apiverve bitcoin crypto-tracker cryptocurrency finance price-tracker react tutorial

Last synced: 25 Jun 2026

https://github.com/ansh-info/responsible-healthcare-ai

AI-powered healthcare test result prediction using machine learning, with a focus on fairness, explainability, and responsible AI practices.

ai classification data-science deep-learning jupyter-notebook machine-learning neural-network prediction predictive-modeling python3 pytorch random-forest shape tensorflow tutorial xai

Last synced: 14 Apr 2026

https://github.com/andrewjbateman/javascript-mousemove-shadow

:clipboard: Javascript30 tutorial 16 from Wes Bos. Javascript code to move shadown around text when mouse is moved.

css-text-shadow javascript-mousemove-shadow mouse mouse-move tutorial

Last synced: 15 Oct 2025

https://github.com/didinj/html-table-example

HTML 5 Tutorial: Table Example

example html html5 html5table htmltable table tutorial

Last synced: 18 Mar 2026

https://github.com/erossini/fsharptutorial

F# tutorial: building applications, data programming and tests

application data-programming test tutorial

Last synced: 10 Feb 2026

https://github.com/yaroslaff/locker-example-notebook

Simple notebook (no backend), example application of locker-server technology

example frontend locker notebook tutorial

Last synced: 27 Feb 2026

https://github.com/heiwa4126/tutorial-recoil0

RecoilのチュートリアルをTypeScriptのVite4で

immer react recoil tutorial typescript vite

Last synced: 04 May 2026

https://github.com/hello-andrew-yan/spigot-smoke

Tutorial on how to implement a smoke sphere in Minecraft using the SpigotAPI.

java minecraft minecraft-plugin spigot spigot-plugin tutorial

Last synced: 27 Feb 2026

https://github.com/davidjnevin/django_girls_tutorial

Django Girls Blog Tutorial

blog django tutorial

Last synced: 16 Apr 2026

https://github.com/didinj/html-button-example

HTML Tutorial: Button Examples

button examples html html-button html5 tutorial

Last synced: 10 Feb 2026

https://github.com/inbo/dwc-in-r

Training material for standardizing data to Darwin Core using R

course-materials oscibio r rstats tutorial

Last synced: 18 May 2026

https://github.com/themarlboroman/doctrineless-symfony

A repo-tutorial to see how we can do database work in symfony without doctrine and with PDO.

doctrine pdo symfony2 tutorial

Last synced: 04 Jan 2026

https://github.com/zjeffer/xcb-tutorial

https://www.codeproject.com/articles/1089819/an-introduction-to-xcb-programming

c tutorial xcb

Last synced: 07 Apr 2025

https://github.com/penge/csharp-web-app-examples

Example Web app projects in C#

aspnet-core csharp example tutorial web-app

Last synced: 14 Oct 2025

https://github.com/favstats/statistische-modellbildung-ii

Alle Materalien für das Tutorium zu Statistische Modellbildung II

learnr r social-sciences statistics tidyverse tutorial

Last synced: 02 Apr 2025

https://github.com/kteavery/dip-into-data-tutorial

Data science tutorial for grades 9 and 10, covering classification, clustering, and regression

data-science jupyter-notebook python tutorial

Last synced: 04 May 2026

https://github.com/singhrahuldps/java_blog

Repository for blog @

java8 tutorial

Last synced: 28 Jun 2025

https://github.com/cat-lips/tutorial.animatedfish

Animated Fish Tutorial

csharp godot tutorial

Last synced: 04 May 2026

https://github.com/mateusai/plane-shooter-with-ceramic

A simple game made with the Ceramic framework

ceramic game game-development shooter-game tutorial

Last synced: 11 Feb 2026

https://github.com/h-iaac/cst-tutorial-babybot.github.io

This website provides information about a and reproducible Docker-based environment for training and integrating infant behavior models using the CST (Cognitive System Toolkit). It was developed as part of a tutorial presented at the ICDL (International Conference on Development and Learning).

attention cognitive-architectures cognitive-robotics cognitive-science coppeliasim docker java mimo perception sensorial tutorial

Last synced: 11 Feb 2026

https://github.com/jkosla/nexus-tutorial

Dev.to Tutorial Repository

devops jenkins nexus tutorial

Last synced: 22 Jan 2026

https://github.com/divertimentos/tutorial-django-todolist-pretty-printed

A simple to-do list app made with love using Django.

django python todoapp todolist tutorial

Last synced: 12 Apr 2026

https://github.com/bryantson/copilot-simple-command-execution-webapp

Made for my Udemy course titled "GitHub Copilot - The Complete Guide learning from an expert. See the link below. GitHub Copilot tutorial that demonstrates a simple web app console creation.

copilot-tutorial github githubcopilot javascript learning nodejs tutorial webdevelopment

Last synced: 15 Feb 2026

https://github.com/fblupi/blogfacilito

Ruby on Rails tutorial

blog rails tutorial

Last synced: 18 Apr 2026

https://github.com/erictleung/tutorial-sweave-and-knitr

:pencil: Tutorial on using Sweave and knitr with R and RStudio for reproducible research

knitr literate-programming rstudio sweave tutorial

Last synced: 12 Feb 2026