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/mochafreddo/typechain

This GitHub repository hosts a simple blockchain implementation in TypeScript. It uses Node.js and Nodemon, and includes instructions for setup and execution in the README.

blockchain crypto education learning nodejs nodemon tutorial typescript

Last synced: 12 Apr 2026

https://github.com/expoverse/npm-package-math

This is a dual purpose NPM package that demonstrates how to create your own NPM package and is also for math functions that are required in applications. This package can be downloaded and imported into any project that requires math.

core example functions helper javascript javascript-library learning library math npm-package package tutorial

Last synced: 16 Apr 2026

https://github.com/tomerfi/dependency-injection-java-part2-tutorial

Dependency Injection in Java is easy - Part 2 - Leveraging with Google Guice.

blog-post dependency-injection dev guice java tutorial

Last synced: 29 Mar 2025

https://github.com/llnl/raja-tutorials

Materials to support RAJA hands-on tutorials

tutorial

Last synced: 04 Mar 2026

https://github.com/edserranoc/markdown-essentials

🚀 Master Markdown in Minutes! A complete guide with examples, tips, and tricks.

jupyter-notebook markdown tutorial

Last synced: 02 May 2026

https://github.com/freeclimbapi/java-list-recordings-tutorial

Java - List Recordings Tutorial

recordings tutorial

Last synced: 30 Jun 2026

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

Writing a 2D Platform Game in Zig language with SDL

build dev devel game learning platformer sdl2 sdl3 stb stb-image tutorial zig

Last synced: 16 Apr 2026

https://github.com/freeclimbapi/java-update-a-queue-tutorial

Java - Update a Queue Tutorial

queues tutorial

Last synced: 21 Jun 2026

https://github.com/jasdumas/bad-tomatoes

A tutorial to web scrape movie ratings :tomato:

movies r tutorial web-scraping

Last synced: 28 May 2026

https://github.com/mr-reutcky/tip-calculator

Learn how to create a simple and interactive tip calculator using HTML, CSS, and JavaScript. This tutorial covers building a user-friendly interface to calculate tips based on bill amounts and tip percentages. Perfect for beginners!

html-css-javascript tip-calculator tutorial webapplication

Last synced: 23 Feb 2026

https://github.com/hermit-os/tutorial

https://hermitcore.github.io/tutorial/

tutorial unikernels

Last synced: 30 Aug 2025

https://github.com/garfield1002/fastapi-todo-list

A tutorial todo list API using FastAPI, Redis and Docker

docker fastapi fastapi-redis python3 redis tutorial

Last synced: 06 May 2026

https://github.com/mackysoft/unity-githubactions-automatictest-example

A example project for automated testing using Unity and GitHub Actions.

automation ci example github-actions test tutorial unity

Last synced: 06 May 2026

https://github.com/rfluethi/german-translation-for-lesson-introduction-to-wordpress

German translation and redesign of "Introduction to WordPress" enhances accessibility for German speakers, part of OER for free, adaptable learning.

content-localization cultural-adaptation education german-translation learning open-educational-resources training tutorial video-production wordpress

Last synced: 02 Aug 2025

https://github.com/guessi/etcd-cluster-on-k8s

Step by step tutorial for running etcd-cluster on Amazon EKS cluster

amazon-eks eks etcd etcd-cluster etcdv3 kubernetes tutorial

Last synced: 19 Aug 2025

https://github.com/guillaumefalourd/poc-go-mod

POC of a Golang module 🐿

golang hello-world module poc tutorial

Last synced: 06 Jun 2026

https://github.com/couchbase-examples/java-transactions-quickstart

A Spring Boot application that illustrates using Couchbase transactions with Java SDK

acid couchbase how-to howto java spring-boot transactions tutorial

Last synced: 20 Feb 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/david-dj-777/metamask-clone

🪙 Build a blockchain wallet management plugin for IntelliJ IDEA, inspired by MetaMask, to streamline your development with Web3 functionality.

blockchain cranq educational ethereum evm ganache infura ipfs ipfs-deploy javascript metamask react react-hooks sanity-io tutorial uniswap-sdk uniswap-v2 web3js

Last synced: 09 Apr 2026

https://github.com/nevrome/tutorial_cologne_may2017

R Tutorial für den Grünen Tisch in Köln am 17.5.2017

3d r r-package tidyverse tutorial

Last synced: 15 Jun 2026

https://github.com/scorchinghot/core-machine-learning-exploration

This repository provides a hands-on exploration of classical machine learning algorithms applied to the MovieLens 100k dataset, aiming to build intuition and understanding of core ML concepts.

core-ml data-science hands-on machine-learning ml-algorithms python scikit-learn tutorial

Last synced: 05 Oct 2025

https://github.com/kasir-barati/golang

A very simple application. I write it to calculate some data for me. I think it is a heavy process, therefore i use golang

go golang programming programming-language tutorial

Last synced: 05 Sep 2025

https://github.com/schalkneethling/astros

Making a blog with Astro!

astro blog learning-by-doing tutorial

Last synced: 24 Jun 2026

https://github.com/dylancheetah/mongo-todo

A todo list REST API that demonstrates basic backend development concepts.

backend express mongodb nodejs rest-api todo-list tutorial

Last synced: 13 Apr 2026

https://github.com/pwildenhain/portfolio-app

Portfolio app built following the Real Python Django tutorial: https://realpython.com/courses/django-portfolio-project/

django portfolio python tutorial

Last synced: 06 May 2026

https://github.com/odziom91/pingwinator

Polski poradnik o gamingu na dystrybucjach Linux oparty na systemie operacyjnym CachyOS. Poradnik napędza Polska Społeczność Linuksa!

archlinux cachyos fedora gaming gaming-on-linux gry linux opensuse poradnik tutorial

Last synced: 17 Apr 2026

https://github.com/thinkswan/react-express-file-uploader

A React app for uploading files to an Express server.

express javascript react tutorial

Last synced: 05 Apr 2026

https://github.com/kevingimbel/blog-patch-example

Part of https://kevingimbel.de/blog/2020/12/apply-a-patch-from-a-github-pr/

blog demo-content tutorial

Last synced: 09 Mar 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/cybex-dev/java_reflection_xml

A simple example using Java Reflection to read and XML file, create a class of students using reflection (methods and field calls), add students to classes, and write out by recreating XML file.

example example-code example-project java java-reflection java-reflection-api java-xml reflection tutorial tutorials xml

Last synced: 02 Jul 2025

https://github.com/klebann/moodle-plugin-helloworld

Hello world plugin created for education purposes following tutorial on https://learn.moodle.org/.

education moodle moodle-plugin plugin tutorial

Last synced: 07 Oct 2025

https://github.com/salmanbe/laravel-excel-tutorial

Laravel tutorial to export database records to Excel using maatwebsite/excel.

laravel laravel-excel maatwebsite-excel mysql php tutorial

Last synced: 07 May 2026

https://github.com/tao12345666333/practical-python

A Practial Tour of Python

practical-python python tutorial

Last synced: 07 Oct 2025

https://github.com/thinkswan/express-redis-cache

An Express app that caches data in Redis.

express javascript node redis tutorial

Last synced: 10 Apr 2026

https://github.com/rezazenouzi/htmltutorials

learn html and introduce with its features and tags and also learn how to use tags

html html5 rezzen tutorial tutorials youtube

Last synced: 08 Oct 2025

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

Node - Get a Queue Tutorial

queues tutorial

Last synced: 27 Jan 2026

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

Android-Kotlin fundamentals course

android tutorial

Last synced: 17 Apr 2026

https://github.com/ryderdamen/circleci_deploy_google_cloud_function_example

An example (and tutorial) of how to deploy a Google Cloud Function with CircleCI.

cd ci circleci gcp google-cloud-functions tutorial

Last synced: 08 Oct 2025

https://github.com/zeppaman/docker-basics-tutorial

Docker tutorial for base operation

docker docker-turorial tutorial

Last synced: 05 Oct 2025

https://github.com/kinneko-de/sample-protobuf-tutorial-styleguide

Template repository with samples of most things that can go wrong with protobuf. Can be used to evaluate protobuf code editor and to train the style guide.

format lint protobuf protocol-buffers styleguide styleguide-protobuf styleguides template tutorial

Last synced: 01 Feb 2026

https://github.com/silvestrevivo/svelte-intro-tutorial

SvelteJS application as intro tutorial, regarding the YouTube video from @mschwarzmueller

css3 html5 javascript sveltejs tutorial youtube

Last synced: 04 May 2026

https://github.com/florianvazelle/fyc-vulkan

Find Your Course - Course on Vulkan to finalize our degree

french tutorial tutorial-code tutorial-exercises tutorial-videos vulkan

Last synced: 17 Aug 2025

https://github.com/nohomey/vscode-debugging

Tutorial how to set up and debug a C++ process with VSCode from Linux

cpp debugging tutorial vscode

Last synced: 21 Aug 2025

https://github.com/salilab/actin_tutorial

IMP/PMI tutorial, modeling the complex of actin and tropomodulin-gelsolin chimera

integrative-modeling tutorial

Last synced: 19 Jan 2026

https://github.com/makosai/gecs-tutorial

A starter project branched by phases to help you learn how to use gecs.

ecs gecs godot guide tutorial

Last synced: 09 Oct 2025

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

FastAPI チュートリアル

fastapi tutorial

Last synced: 17 Apr 2026

https://github.com/palewire/first-pull-request

How to propose changes to open-source software using GitHub pull requests

education git github guide pull-requests sphinx training tutorial version-control

Last synced: 18 May 2026

https://github.com/xantosromerodev/html-tutorial

Tutorial completo de HTML W3Schools en español.

html5 tutorial w3schools

Last synced: 02 Jan 2026

https://github.com/jeremy-miller/weather

API server for retrieving the weather of a particular city

tutorial

Last synced: 14 Jan 2026

https://github.com/aneilmac/gameoflife

FRP Game of Life implemented with Reactive Banana

functional-reactive-programming haskell reactive-banana-library tutorial

Last synced: 22 Jul 2025

https://github.com/yulei-chen/react-router-tutorial

An alternative take on React Router's official tutorial

codehike react-router-v6 tutorial

Last synced: 30 Jun 2025

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

React/typescript application following the YouTube tutorial from faztweb.com

fazt reactjs tutorial typescript youtube

Last synced: 05 Apr 2026

https://github.com/szczyglis-dev/quantum-random-bit-generator

[QSharp] Basics of quantum computing - usage of Q# language in Azure Quantum services. An example that shows how to generate a fully random number using a qubit

azure example hadamard-gate microsoft qsharp quantum quantum-algorithms quantum-computing quantum-mechanics qubit qubits random-generation superposition tutorial

Last synced: 26 May 2026

https://github.com/mickablondo/golang-exercises

Exercises to learn coding with golang.

golang tutorial

Last synced: 14 Jan 2026

https://github.com/opastorello/luleey-xs2510-udm-gpon-guide

Manual da comunidade: usar um stick SFP+ GPON LuLeey LL-XS2510 (Realtek RTL960x) no lugar da ONT, direto numa UniFi UDM - HGU vs SFU, dual-bank, MACKEY, VLAN, scripts e troubleshooting

fiber gpon guide ll-xs2510 luleey ont onu pppoe rtl960x sfp-onu tutorial ubiquiti udm unifi xpon

Last synced: 19 Jun 2026

https://github.com/nimjay/machine-learning-tutorial

Easy-to-digest Machine Learning tutorial.

machine-learning tutorial

Last synced: 08 Jan 2026

https://github.com/demonshreder/simplehttp

Simple HTTP server example for Go

go golang http learning tutorial

Last synced: 14 Jan 2026

https://github.com/macagua/example-vuejs2-bootstrap3-dialog

A Vue.js project that integrates the bootstrap3-dialog

bootstrap3 dialog tutorial vue vue2-demo vuejs vuejs2 vuejs2-bootstrap3-dialog

Last synced: 08 May 2026

https://github.com/naimur-29/learning-react

Following some projects from tutorial and trying to learn react...

react reactjs tutorial

Last synced: 13 Apr 2026

https://github.com/stabla/toolslinkslist

🗃 Link's database of really nice things (js plugin, photoshop tutorial, security, UX, UI and more)

database inspiration links ressources tools tutorial

Last synced: 07 Apr 2025

https://github.com/aldro61/colosse-tutorial

Configuring your environment and running jobs on the Colosse super computer @ Calcul Quebec

calculquebec colosse supercomputing tutorial

Last synced: 11 Oct 2025

https://github.com/syncfusionexamples/explore-form-support-in-the-vue-file-uploader-component

A quick-start Vue project that shows how to use the Syncfusion Vue File Upload component in an HTML form to upload files to a server. This project contains code to add the uploader component and upload a file to the server along with form data.

asynchronous-upload auto-upload customize-drop-area ej2-uploader file-upload-forms form-support html-form multiple-file-upload synchronous-upload tutorial upload-box uploader vue vue-components vue-file-upload vue-ui-components vuejs web-api-upload

Last synced: 11 Oct 2025

https://github.com/angeldollface/yew-tutorial-app

A small tutorial app for Yew.rs. :spider_web: :lock: :crab:

mit-license rust-lang tutorial tutorial-sourcecode yew-components yew-demo yew-framework

Last synced: 06 Jun 2026

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/haru52/nextjs-blog

Next.js tutorial.

blog nextjs react tutorial typescript

Last synced: 14 Apr 2026

https://github.com/devbm7/courses-dl-ai

Short Course on working in AI ML field

o1 openai python reasoning tutorial

Last synced: 08 May 2026

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

typescript-tutorial with code and chapter

react tutorial typescript

Last synced: 18 Apr 2026

https://github.com/chanhi2000/tddtutorial

A kotlin-based Tetris TDD project made by @orfjackal

intellij intellij-idea intellijidea java java-8 java8 kotlin tdd tdd-java tutorial

Last synced: 13 Apr 2026

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

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

italian programmazione swift swiftui tutorial youtube

Last synced: 19 Apr 2026

https://github.com/applitools/tutorial-protractor-basic

Applitools tutorial using Protractor

applitools protractor tutorial

Last synced: 23 Aug 2025

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/piyalidas10/pdf-tutorials

PDF / Images Tutorials for UI/Front-end

frontend tutorial tutorials ui

Last synced: 15 Mar 2025

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