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/kempy007/checkers

Cosmos SDK Tutorial

blockchain tutorial

Last synced: 16 Jan 2026

https://github.com/sano-jin/rust-hands-on-wiki

A hands on of Rust language creating a simple wiki.

blog-app rust tutorial web-development wiki

Last synced: 28 Oct 2025

https://github.com/nongol7090/ci-cd-node-app

🚀 Build and deploy a Node.js app effortlessly with a CI/CD pipeline using GitHub Actions and Docker for seamless integration and delivery.

angular angular-cli angular20 aws-cloudformation circleci continuous-deployment docker e2e-tests eksctl example hibernate mongodb nodejs protractor react redux ssr tutorial

Last synced: 14 Apr 2026

https://github.com/kskitek/k8sfirststeps

First steps in Kubernetes - introductory presentation and workshop materials

k8s kubernetes presentation tutorial

Last synced: 01 May 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/paulfioravanti/apollo-fullstack-tutorial

My sandbox for the Apollo Tutorial

apollo graphql tutorial typescript

Last synced: 13 Oct 2025

https://github.com/johannesrabauer/optionals

This is my script for the corresponding youtube video.

introduction java optional tutorial

Last synced: 15 Oct 2025

https://github.com/pugn0/httrack-site-cloner

Tutorial passo a passo para baixar um site completo usando o HTTrack Website Copier, incluindo imagens, arquivos e scripts.

clone-site httrack offline-browsing site-ripper tutorial web-scraping website-downloader

Last synced: 24 Feb 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/googtech/shell-tutorial

It's a learning note for shell beginner.

learning-note linux shell tutorial

Last synced: 13 May 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/arsharaj/tutorial-webinar-aktu-ai-ml-dl

Study material related to this webinar

python tutorial webinar

Last synced: 11 Jul 2025

https://github.com/rominalodolo/loginformjavafx

JavaFX Login Form Tutorial using Scene Builder | JavaFX and Scene Builder Tutorial | 2020 Version

form fxml java javafx login scenebuilder tutorial youtube

Last synced: 14 Apr 2026

https://github.com/chilipp/psyplot-ks-seminar-20210228

KS Seminar talk about psyplot on January 28th, 2021

jupyter-notebook matplotlib presentation psyplot python tutorial visualization

Last synced: 21 Apr 2026

https://github.com/thecrab/nombaplet

This is the NombaPlet app repo.

nombaplet tutorial website

Last synced: 13 Oct 2025

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/ahmedfahim21/c02-envision-project

The goal of this project is to teach frontend Web Development, starting off with HTML, CSS and JavaScript to building a Movie website in ReactJS.

javascript reactjs tutorial

Last synced: 08 Apr 2025

https://github.com/bessouat40/keycloak-postgres-docker

Minimalist example of keycloak connection with a postgres database.

beginner beginner-project docker docker-compose keycloak postgresql tutorial

Last synced: 06 May 2026

https://github.com/aboualine/hangman-game

This project implements the classic Hangman game. Players try to guess a hidden word by suggesting letters. The game randomly selects words and provides feedback on correct and incorrect guesses. It's a great project, practicing basic game development, and exploring string manipulation. The code is well-commented and easy to follow.

beginner c cli console-game education game hangman learning open-source programming software-development tutorial word-game

Last synced: 01 Apr 2025

https://github.com/mustafaahmed313/typescript-for-jsdevs

This repository is a shorthand tutorial that explain the basic differences between typescript and Javascript for all javascript developers.

js-developer programming-language strongly-typed tutorial types typescript

Last synced: 13 Oct 2025

https://github.com/star2dust/numpy-notes

A tutorial to learn numpy and matplotlib.

matplotlib numpy tutorial

Last synced: 16 Jun 2026

https://github.com/quanglv1996/ros-robot-mpo500

The source code contains instructions for installing the ROS operating system and Robot control library packages.

install mpo500 ros ros-noetic slam-algorithms tutorial

Last synced: 09 May 2026

https://github.com/khaledsalshibani/markdown-tutorial

A simple guide to learn Markdown with examples.

guide markdown tutorial

Last synced: 01 Jun 2026

https://github.com/freeclimbapi/node-list-conferences-how-to-guide

Node - List Conferences Tutorial

connecting-calls tutorial

Last synced: 18 Feb 2026

https://github.com/sshaplygin/make-file-tutorial

It is simple tutorial about make file by article from habr.com

cpp makefile tutorial

Last synced: 15 Mar 2025

https://github.com/myworldbox/tutorial

All tutorial notes related coding

git tutorial

Last synced: 08 Apr 2025

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/yxuco/vue-nft-delivery

An web3 app using Vue.js and Node.js to authenticate Ethereum user and verify NFT ownership.

nft nodejs signature tutorial vuejs web3

Last synced: 09 May 2026

https://github.com/guardsarm/rust-memory-safety-examples

Educational examples demonstrating memory-safe programming patterns in Rust

education examples memory-safe rust security tutorial

Last synced: 13 Mar 2026

https://github.com/obitech/practice_python

Refreshing my Python with practicepython.org

python tutorial

Last synced: 27 Jan 2026

https://github.com/welli7ngton/flaskr-blog

Este repositório contém o código-fonte de um blog simples desenvolvido usando o framework Flask. O projeto é baseado no tutorial disponível na documentação oficial do Flask, que fornece uma introdução passo a passo ao desenvolvimento de aplicativos web com Flask.

blog docs flask flask-application pyhton3 self-learning sqlite3 tutorial

Last synced: 11 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/stephencavender/react-tictactoe-tutorial

Follow-along repo for https://reactjs.org/tutorial/tutorial.html

javascript react reactjs tutorial

Last synced: 11 May 2026

https://github.com/brlin-tw/hello-gnu-build-system

This is a starter project for learning GNU Build System and its features and constraints.

autoconf autoheader automake gnu-build-system limitations tutorial

Last synced: 02 Jan 2026

https://github.com/jaygaha/ai-mastery-roadmap

A collaborative AI learning roadmap. I'm documenting my journey from grasping the fundamentals of Python to mastering Machine Learning. Feel free to fork and contribute — let's build our AI skills together!

artificial-intelligence beginners-guide data-science deep-learning education numpy python python-programming self-taught tutorial

Last synced: 18 Jan 2026

https://github.com/wr-projects/github-sandbox

👋 In support of new code explorers, we have set up a project so that everyone can test their many skills in using GitHub commands.

2022 2022-project github github-organization new-user open-source sandbox testing tutorial webreadyprojects wrprojects

Last synced: 17 Jun 2025

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/someb1oody/rustguide

Rust Primer Notes

chinese english rust-lang tutorial

Last synced: 19 Jan 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/krystof2so/sublimetutorfr

SublimeTutor - Translate FR

editor sublime-text-3 tutorial

Last synced: 15 Mar 2025

https://github.com/gstavrinos/opencltutorial

Imported from here: https://bitbucket.org/Anteru/opencltutorial

cpp11 opencl tutorial

Last synced: 16 Jun 2026

https://github.com/svelterust/saltos

Tutorial for creating an x86 operating system from scratch using Zig

osdev tutorial x86 zig

Last synced: 01 Jul 2025

https://github.com/angeligareta/basics-web-development

Example of a Landing Page using the web technologies HTML, CSS, and Javascript.

css3 html5 javascript landing-page tutorial

Last synced: 24 Apr 2026

https://github.com/zackproser/aws-react-golang-sam-codepipeline

An example React.js and Golang Lambda app for deployment to AWS, leveraging CodePipeline and AWS Serverless Application Model (SAM).

aws golang reactjs sam tutorial

Last synced: 11 Apr 2026

https://github.com/elzup/java-blank-tutorial

Java Programming basic tutorial with JUnit test

java junit5 tutorial

Last synced: 11 Jul 2025

https://github.com/makigas/tutorial-svelte-ejemplo-eventos

Código de ejemplo usado en los capítulos 17 y 18 de mi curso de Svelte

makigas svelte tutorial

Last synced: 14 Jun 2026

https://github.com/chilipp/psyplot-ak-viewer-workshop-20210412

Presentation material for the psyplot demonstration at the Datahub AK Viewer workshop

jupyter jupyter-notebook presentation psyplot python tutorial visualization

Last synced: 24 Apr 2026

https://github.com/jaygaha/laravel-graphql-basic

Simple graphQL demo using Laravel

api beginner graphql laravel tutorial

Last synced: 09 Apr 2026

https://github.com/mouhcine-flutter/tutorial-kotlin

tutorial during my UDEV integration to CGI

audio-player kotlin kotlin-android tutorial

Last synced: 24 Mar 2025

https://github.com/ogcincubator/sushi-workshop

This workshop shows different ways of consuming data from OGC API - Features services.

jupyter leaflet ogc ogcapi python qgis standards tutorial workshop

Last synced: 24 Apr 2026

https://github.com/ahkarami/playing-with-mxnet

This repository shows my history of MXNet learning.

deeplearning mxnet tutorial

Last synced: 19 Oct 2025

https://github.com/tehlers/bevy-introduction

An introduction to the game engine Bevy made with presenterm.

bevy game-development tutorial

Last synced: 18 Apr 2026

https://github.com/howiprompt/self-hosted-ai-code-review-pipeline-offline

Developers building private AI workspaces lose over 40 hours manually wiring raw inference engines to security tools, leaving local reposito

ai-agents autonomous-agents free guide howiprompt tutorial

Last synced: 14 Jun 2026

https://github.com/anastasia-a-zhivaeva/tic-tac-toe

Application from React tutorial https://reactjs.org/tutorial/tutorial.html

game react tutorial typescript unit-testing

Last synced: 02 May 2026

https://github.com/ryan-haskell/gtk-hello

My first vala application

elementaryos tutorial vala

Last synced: 23 Mar 2025

https://github.com/marcosvbras/androidexamples

Examples with several Android Components

android examples kotlin mobile mobile-app tutorial

Last synced: 25 Apr 2026

https://github.com/siakhooi/reactjs-tutorial-tic-tac-toe

ReactJS Tutorial - Tic-Tac-Toe (reactjs, eslint, jest)

eslint javascript jest reactjs tutorial

Last synced: 19 Apr 2026

https://github.com/zanvari/stable-diffusion-lab

Hands-on tutorials for generating and editing images using Stable Diffusion with Hugging Face Diffusers — includes text-to-image, inpainting, and image-to-image pipelines.

diffusers generative-ai gradio huggingface image-generation notebooks stable-diffusion streamlit text-to-image tutorial

Last synced: 09 May 2026

https://github.com/achie72/druid-dash-2

PICO-8 puzzle game made for Pursuing Pixels James Jam Game Gam #3

game-development gamejam lua pico-8 pico8 tutorial

Last synced: 29 Mar 2025

https://github.com/faizantkhan/numpy

NumPy Practice Repository Dive into the world of numerical computing with our collection of NumPy exercises. Perfect for beginners and seasoned programmers alike, this repository offers a range of challenges to sharpen your array manipulation and data analysis skills.

data-science library machine-learning numpy numpy-arrays numpy-library numpy-python outlier outlier-detection python pythonlibrarires tutorial

Last synced: 21 May 2026

https://github.com/thetoxin/pyneuronet

Example simple neural net in python

example machine-learning neural-network python tutorial

Last synced: 20 Oct 2025

https://github.com/turkunov/ml-from-scratch

Thoroughly documented implementations of ML and DS concepts

ds implementation interview ml pytorch tutorial

Last synced: 26 Apr 2026

https://github.com/akshaybabloo/unrealengine_4_notes

UnrealEngine 4 Notes

tutorial unrealengine

Last synced: 23 Jan 2026

https://github.com/haru52/nextjs-blog

Next.js tutorial.

blog nextjs react tutorial typescript

Last synced: 14 Apr 2026

https://github.com/cdarlint/hadoop-unittest

learn unit test on hadoop via mini dfs cluster

hadoop minicluster minidfscluster tutorial unittest wordcount

Last synced: 07 Jun 2026

https://github.com/aavache/cpp-tutorial

Get started with C++ with this tutorial repository. It contains plenty of intuitive examples.

cmake cpp cpp-programming getting-started patterns pointers programming tutorial

Last synced: 19 Jul 2025

https://github.com/freeclimbapi/java-list-conferences-how-to-guide

Java - List Conferences Tutorial

connecting-calls tutorial

Last synced: 18 Jun 2026

https://github.com/monk-afk/minetest_postgresql

Tutorials for Creating a Minetest Server, or MultiCraft Server, on Debian with PostgreSQL Backend

minetest multicraft postgresql tutorial

Last synced: 04 Jan 2026

https://github.com/brian-izaki/ntask-front

front-end do livro "Construindo APIs com Node"

browser-request frontend-web livro tutorial

Last synced: 28 Feb 2025

https://github.com/freeclimbapi/node-make-a-queue-how-to-guide

Node - Make a Queue Tutorial

queues tutorial

Last synced: 15 Jun 2026

https://github.com/icyjoseph/phasertutorial

Learning Phaser to hack a game later on!

hackaton learning phaser3 tutorial

Last synced: 15 Mar 2025

https://github.com/cacilhas/tree

tree datatype according to http://homepages.inf.ed.ac.uk/stg/NOTES/node62.html

exercise mlton smackage sml standard-ml tree-structure tutorial

Last synced: 11 Oct 2025

https://github.com/chingc/tutorial-github-actions

A quickstart and reference for GitHub Actions to help you get up and running fast.

documentation github-actions quickstart readme reference tutorial

Last synced: 18 May 2026

https://github.com/hoxtygen/codeplanks.com

‎ Personal blog running on NextJs. Still under development

blog nextjs tutorial

Last synced: 27 Apr 2026

https://github.com/howiprompt/universal-hot-swap-local-ai-workbench

Eliminate "Model Fragmentation" and memory overload caused by daily weight releases that break static wrappers and force 100B+ parameter sys

ai-agents autonomous-agents free guide howiprompt tutorial

Last synced: 14 Jun 2026

https://github.com/mihneadb/mongo-api-demo

Simple project showing off how to integrate an external API and store data into Mongo

api demo docker docker-compose example mongodb python scraper sentiment-analysis tutorial

Last synced: 02 May 2026

https://github.com/dipaolo/price-extractor

The source code of a video tutorial: how to parse prices from a web site and store them to DB (links in README)

parsing python scraping selenium tutorial web-parser

Last synced: 15 May 2026

https://github.com/vasiliy-l/tutorial-ios-qr-code-reader

A QR Code Scanner App in Swift

avfoundation ios swift tutorial

Last synced: 30 Mar 2025

https://github.com/leesharma/flask-api

A tutorial application to play around with building API servers in Flask.

flask lynda tutorial

Last synced: 27 Apr 2026

https://github.com/piyalidas10/pdf-tutorials

PDF / Images Tutorials for UI/Front-end

frontend tutorial tutorials ui

Last synced: 15 Mar 2025

https://github.com/timstaley/voevent-parse-tutorial

Getting started with XML, VOEvent and voevent-parse.

deprecated-repo tutorial voevent

Last synced: 15 May 2025

https://github.com/shuuji3/terraform-tutorials

Terraform Tutorials - HashiCorp Learn

terraform tutorial

Last synced: 22 Mar 2025

https://github.com/peter22-cell/walkthroughjs

🎨 Create interactive tutorials and onboarding experiences for web apps easily, with a beautiful design and no dependencies required.

frontend guide javascript onboarding product-tour react tutorial ui ux vue walkthrough

Last synced: 29 Apr 2026

https://github.com/thetoxin/hibernatetest

Example project for studing Hibernate

example hibernate java study tutorial

Last synced: 26 May 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