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/javascript-tutorial/si.javascript.info

Modern JavaScript Tutorial in Sinhala

javascript sinhala tutorial

Last synced: 15 Aug 2025

https://github.com/wsdltophp/packagecolissimopickuppoint

PHP SDK for Colissimo Pickup Point Web Services with SOAP

colissimo-webservices packagegenerator php soap-client tutorial

Last synced: 15 Aug 2025

https://github.com/nexmo/ruby-passwordless-login

Passwordless Login with Nexmo Verify

tutorial

Last synced: 17 Aug 2025

https://github.com/bradgarropy/npm-publish

📦 npm package tutorial

npm package publish registry tutorial

Last synced: 21 Aug 2025

https://github.com/sandyherho/tutoreksplor

Materi pelatihan eksplorasi data menggunakan R

openscience pemrograman r reproducible-science statistika tutorial

Last synced: 16 Jan 2026

https://github.com/raleighlittles/rubyonrails-tutorial

Full code for Michael Hartl's Ruby on Rails Tutorial!

michael-hartl rails ruby ruby-on-rails tutorial

Last synced: 14 Apr 2025

https://github.com/ruslanys/meetup-devkg-22

Spring Boot - в продакшн за 5 минут

devkg getting-started java meetup sample spring-boot tutorial

Last synced: 28 Apr 2026

https://github.com/vinibiavatti1/graphqltutorial

This repository works as a tutorial for GraphQL. Follow the sources or check the wiki to learn it

graphql graphql-tutorial query query-language rest-api tutorial

Last synced: 16 May 2026

https://github.com/uncomputable/tackling-bulletproofs

In-depth survey into what Bulletproofs are and how they work

cryptography learning mathematics pdf tutorial zero-knowledge-proof

Last synced: 19 Mar 2026

https://github.com/onlyphantom/covidrt

Code answers, references for a real-time covid 19 dashboard tutorial series in R

coronavirus covid-19 covid19 dashboard data-visualization jhu-csse r shiny tutorial

Last synced: 28 Mar 2025

https://github.com/javascript-tutorial/tk.javascript.info

Modern JavaScript Tutorial in Turkmen

javascript turkmen tutorial

Last synced: 07 Apr 2025

https://github.com/sanikamal/vuejs-omnibus

A collection of Code Snippet, tutorials and mini project of Vue.js, Vuex, axios and different other related technologies.This is a repository to discover Vue for beginners to advanced

axios nuxtjs tutorial vue-project vuejs vuetify vuex

Last synced: 11 Apr 2026

https://github.com/ebadier/mariosokoban

My C++ version of Mario Sokoban

cplusplus mario sdl sokoban tutorial video-game

Last synced: 28 May 2026

https://github.com/dangom/mrtoolkit-recon

Tutorial exercises on MR Image Reconstruction and Parallel Imaging

mri tutorial

Last synced: 12 May 2026

https://github.com/nfantone/2d-roguelike

Unity3D tutorial for a 2D Roguelike game

game tutorial unity3d

Last synced: 07 Jan 2026

https://github.com/venenux/alpine-wiki

[mirror] .. to provide NON-MINIMALIST documentation for MINIMALIST distro

alpine alpine-linux documentation guide linux tutorial wiki

Last synced: 12 Jun 2025

https://github.com/jsbroks/vue-hangman

Recreated Tranversy Media hangman game in Vue 3

api hangman-game hangman-in-vue tutorial vue-composition-api vue3 youtube

Last synced: 30 Apr 2025

https://github.com/bhattbhavesh91/tensorgram-tutorial

Tutorial on TensorGram which is a real-time remote service to get the Keras callbacks to the telegram including the details of metrics.

keras telegram telegram-bot tensorflow tensorflow2 tensorgram tutorial

Last synced: 04 May 2026

https://github.com/amsokol/openshift-lab01-hyper-converged

Step by step tutorial how to deploy hyper-converged infrastructure by OpenShift Origin + Gluster for CentOS Atomic Host (deploying containerized Gluster storage with Atomic Host and OpenShift)

cloud containers docker gluster glusterfs how-to howto hyper-converged hyperconverged openshift openshift-origin tutorial

Last synced: 12 Apr 2025

https://github.com/soypat/go-mod-tricks

go.mod file and `go mod` command tricks to make using modules a breeze.

cheatsheet cheatsheets go go-mod go-module go-modules tutorial

Last synced: 06 Oct 2025

https://github.com/cj-mills/fastai-to-libtorch-to-unity-tutorial

This follow-up to the fastai-to-unity tutorial covers creating a LibTorch plugin for the Unity game engine.

fastai image-classification libtorch tutorial unity

Last synced: 09 Oct 2025

https://github.com/fairdatasociety/fdp-todo-app-tutorial

An interactive how-to guide for beginners on getting started with building dApps on Fair Data Protocol using fdp-storage, FairOS and fdp-play.

fairdataprotocol fairos fdp-storage todoapp tutorial

Last synced: 31 May 2026

https://github.com/albogdano/react-para

React + Para quickstart example

create-react-app para react starter-kit tutorial

Last synced: 15 Oct 2025

https://github.com/fogarecious/rustemo_tutorial

Tutorial of Rustemo

rust rustemo tutorial

Last synced: 24 Jan 2026

https://github.com/lat-lon/deegree-workshop

Quickstart Tutorial for setting up INSPIRE Network Services with deegree web services

configuration deegree docker docker-commands inspire ogc-services slide tutorial wfs workshop-materials

Last synced: 23 Jan 2026

https://github.com/shybovycha/irrlicht-newton-tutorials

A set of tutorials on how to create games with Irrlicht and Newton Game Dynamics.

game-development irrlicht tutorial

Last synced: 22 Feb 2026

https://github.com/sqitchers/sqitch-firebird-intro

A tutorial introduction to Sqitch change management on Firebird

firebird sqitch tutorial

Last synced: 23 Jan 2026

https://github.com/margato/redis-spring-tutorial

Tutorial de como integrar Redis com aplicação Spring Boot

cache docker dockercompose guide redis spring sprintboot tutorial

Last synced: 28 Jan 2026

https://github.com/javascript-tutorial/ku.javascript.info

Modern JavaScript Tutorial in Kurdish | فێرکاری مۆدێرن جاڤاسکڕێپت بە زمانی کوردی

javascript kurdish kurdistan rojcode tutorial

Last synced: 28 Oct 2025

https://github.com/weso/rdfvalidation_eswc16

RDF and Linked Data Validation - ESWC 2016 Tutorial

rdf rdf-validation tutorial

Last synced: 24 Jan 2026

https://github.com/drkenreid/introductory-data-science

Hands-on machine learning tutorials in Google Colab, covering various algorithms and techniques for learners at different levels.

cnn data data-science deep-learning learning-datascience learning-machine-learning learning-python neural-network neural-networks regression rnn science tutorial tutorial-exercises tutorials

Last synced: 28 Jan 2026

https://github.com/idanov/craftinginterpreters

Implementation of craftinginterpreters.com in Rust

craftinginterpreters interpreter learning-by-doing rust tutorial

Last synced: 25 Feb 2026

https://github.com/cubrid-labs/cubrid-cookbook

Production-ready examples for CUBRID — Python, Node.js, Go with popular frameworks

celery cookbook cubrid cubrid-database database django drizzle-orm examples fastapi flask golang gorm nodejs pandas python sqlalchemy streamlit tutorial typescript

Last synced: 27 Mar 2026

https://github.com/dinau/nelua-platformer

Nelua game tutorial with SDL2

examples game lua luajit nelua nim sdl2 tutorial

Last synced: 31 Jan 2026

https://github.com/launchscout/litelement-tic-tac-toe

The tic-tac-toe game from the React tutorial, implemented in Web Components using LitElement

lit-element react tutorial webcomponents

Last synced: 15 Apr 2026

https://github.com/bestia-dev/cheatsheets

All my experience packed into cheatsheets

maintained ready-for-use tutorial

Last synced: 02 Feb 2026

https://github.com/melasistema/hyde-wizard

Welcome to the Hyde Wizard repository! This magical project brings to life "The Tale of Zoe: From Doodler to Best-Seller", a whimsical journey of creativity and web development powered by HydePHP and Layouts Manager. You can find the tutorial link in the README.md!

blogging flowbite font-manager google-fonts hydephp landing-page layout-manager tailwindcss tutorial

Last synced: 08 Feb 2026

https://github.com/whirlxd/fetch-data-from-api

How to fetch data from a restful api

api fetch hype node-fetch restful-api tutorial

Last synced: 17 Mar 2026

https://github.com/gvwilson/btt

Building Tech Together

codebender software-engineeering tutorial

Last synced: 08 Feb 2026

https://github.com/bloginnovazione/laravel11-vue

Laravel 11 and Vue.js: installation, configuration and examplesLaravel 11 e Vue.js: installazione, configurazione ed esempi

bloginnovazione laravel php software-development software-engineering tutorial

Last synced: 15 Apr 2026

https://github.com/danieljancar/stellar-smart-contract

A simple Stellar smart contract environment to get you started with Blockchain and Web 3.0. 🌱🔥

blockchain rust smart-contracts stellar tutorial

Last synced: 09 Feb 2026

https://github.com/pjecz/pjecz-curso-libreoffice

Curso básico de LibreOffice para aprender sobre el procesador de textos, la hoja de cálculo y más herrmientas de lo que constituye la suite de ofimática libre más utilizada en el mundo.

documentation hactoberfest hactoberfest-accepted libreoffice tutorial

Last synced: 09 Feb 2026

https://github.com/glaucia86/course-nodejs-intro

Repository responsible for the examples created during the Microsoft Learn course: Introduction to Node.js

exercise javascript learning learning-by-doing nodejs npm tutorial

Last synced: 09 May 2026

https://github.com/pythoncoderunicorn/rtweet-tutorial

Beginner intro to the R package rtweet for scraping the Twitter API for tweets

rtweet tutorial twitter-api twitter-bot

Last synced: 09 Feb 2026

https://github.com/michaelborn/today-i-learned

I shamelessly stole this idea from https://github.com/jbranchaud/til

learn-to-code learning learning-by-doing tutorial

Last synced: 10 Feb 2026

https://github.com/onlyphantom/accomplish

A multi-series tutorial walking through the development of a task manager app, CRUD operations, and a cohesive UI design using the latest from Bootstrap and Material Design.

bootstrap4 flask flask-application flask-sqlalchemy material-ui tutorial

Last synced: 16 Apr 2026

https://github.com/yasenstar/ontology-pizza-cn

pizza.owl的本体模型教程的中文版本与建模实践的源码仓库

modeling ontology owl pizza pizza-owl protege semantics tutorial

Last synced: 10 Feb 2026

https://github.com/tshenolo/peoplesoft-app-engine-values

learn how to create all the required PeopleSoft objects to pass values to an application engine program.

app-engine peoplesoft tutorial

Last synced: 11 Feb 2026

https://github.com/eriksjolund/find-the-nearest-runestone-in-sweden

Step-by-step instructions of how to find runestones in Sweden with https://app.raa.se/open/fornsok/ (A database from the Swedish National Heritage Board, Riksantikvarieämbetet)

archaeological-monuments rock-art runes runestone sweden tourist-attractions tourist-guide tutorial

Last synced: 19 Mar 2026

https://github.com/fiware/tutorials.big-data-spark

:blue_book: FIWARE 306: Real-time Processing of Context Data using Apache Spark

apache-spark big-data-analytics fiware fiware-cosmos orion-spark-connector spark tutorial

Last synced: 27 Feb 2026

https://github.com/robertobochet/keras-talk

Jupyter notebook for the Keras talk, part of the Python Course 2021 by Politecnico Open unix Labs

course jupyter-notebook keras neural-network politecnico-di-milano politecnico-open-unix-labs python slides talk tensorflow tensorflow-tutorials tutorial tutorial-code

Last synced: 13 Feb 2026

https://github.com/piotrpersona/etcd-core

Core concepts of etcd database assembled in a single document.

coreos-etcd etcd etcd-tutorial raft tutorial

Last synced: 19 Mar 2026

https://github.com/prathameshdhande22/my-tutorial-references

This Repository contains my learned new technology references which i can refer in future.

click dwm jupyter learning notebook-jupyter practice python python-telegram-bot python3 tutorial

Last synced: 14 Feb 2026

https://github.com/benaandrew/fusion360tutorial

Guide to 3D modelling to Fusion 360

3d-modelling fusion360 tutorial

Last synced: 19 Mar 2026

https://github.com/frnt-end/the-string-theory-react-typescript

⚛️ React & Typescript Project. In this app you can practice 🧪 JS String Methods. Watch DEMO ✨ https://Frnt-End.github.io/The-String-Theory-React-Typescript 🍦

application exercises form frontend function js learning methods practice react sass string strings-manipulation testing tutorial typescript ui

Last synced: 16 Feb 2026

https://github.com/don-phdev/rails-sidekiq

Tutorial on how to start a Rails 7 app with Sidekiq

foreman procfile rails7 ruby-on-rails sidekiq tutorial

Last synced: 16 Feb 2026

https://github.com/pjaskulski/escriptorium_tutorial

Wprowadzenie do aplikacji eScriptorium i Kraken

escriptorium kraken tutorial

Last synced: 19 Mar 2026

https://github.com/lucretia/lispy

An implementation of a Lisp from Build your own Lisp written in Ada 2012.

ada ada-port ada2012 gnat lisp mpc port tutorial tutorial-exercises tutorial-sourcecode tutorials

Last synced: 16 Apr 2026

https://github.com/cbhihe/doc_python-virtual-environments-quickstart

A hands-on python VE tutorial for Linux users

bash linux pyenv python shell tutorial virtualenv

Last synced: 05 Mar 2026

https://github.com/hmemcpy/toolkata

Interactive tutorials for learning developer tools - starting with jj (Jujutsu) for git users

effect-ts git jujutsu nextjs tutorial typescript

Last synced: 02 Apr 2026

https://github.com/mohaphez/linux-tutorial-tricks

Here I‍ note all I know about linux commands , tricks, and what I have from experiences.

bash linux linux-commands linux-tutorial regular-expression tutorial vim

Last synced: 19 Apr 2026

https://github.com/enkaypeter/custom-artisan-command

Create custom artisan commands with laravel 5.4

laravel php tutorial

Last synced: 25 Apr 2026

https://github.com/thesephist/web-audio-workshop-2020

Web Audio API Workshop for Hack the Fog and hackswiftly 2020

replit tutorial web-audio-api workshop

Last synced: 25 Apr 2026

https://github.com/cutwell/langchain-in-y-seconds

Learn the entire LangChain tech-stack fast 🏃‍♀️

generative-ai langchain langserve langsmith llm tutorial

Last synced: 25 Apr 2026

https://github.com/yujiosaka/wdb109_puppeteer

WEB+DB PRESS Vol.109 特集「速習Puppeteer──ヘッドレスChromeでテスト&スクレイピング」サンプルコード

e2e-tests headless-browsers headless-chrome puppeteer sample scraper scraping tutorial

Last synced: 29 Apr 2026

https://github.com/goodnesskay/laravel-auto-mail-tutorial

A tutorial that shows how to automate mails in your Laravel Application

automation laravel mail tutorial

Last synced: 29 Apr 2026

https://github.com/didinj/grails-spring-security-rest-api-example

Securing REST API with Grails 3 and Spring Security Rest

example grails grails3 plugin rest restapi security spring tutorial

Last synced: 29 Apr 2026

https://github.com/theryansmee/jest-mocking-like-a-pro

Mocking data like a pro (Jest & Angular tutorial)

angular jest mocking tutorial unit-testing

Last synced: 30 Apr 2026

https://github.com/ranitmanik/html-css-docs

This documentation is a beginner's guide for web development with HTML and CSS.

css3 docs documentation html5 jetbrains learning tutorial web-development webdevolopement writers-community writerside

Last synced: 21 Jun 2025

https://github.com/snipcart/snipcart-angular

A tutorial on integrating a single page Angular app with Snipcart's shopping cart platform.

angularjs ecommerce javascript tutorial

Last synced: 14 Apr 2026