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/vmandic/reduxweatherlist

Learning React and Redux by following an Udemy.com course.

course learning react redux tutorial

Last synced: 16 Apr 2026

https://github.com/luhuadong/fctc-art-pi-book

📚《从端到云物联网开发指南》开源图书,基于 RT-Thread ART-Pi 开发套件实现

cloud documentation iot mcu rt-thread tutorial

Last synced: 03 Mar 2026

https://github.com/gamersi/account-tutorial-mongodb

Tutorial für ein Accountsystem mit mongodb

account accounting accounts accountsystem nodejs tutorial

Last synced: 16 Apr 2026

https://github.com/bhgomes/rust-tutorial

Rust tutorial focused on type-theoretic and mathematical ideas

rust rust-lang rust-tutorial tutorial

Last synced: 16 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/llnl/raja-tutorials

Materials to support RAJA hands-on tutorials

tutorial

Last synced: 04 Mar 2026

https://github.com/akagi201/learning-js

notes and codes while learning JavaScript

css html javascript learning tutorial

Last synced: 16 Apr 2026

https://github.com/kahsolt/tiny-q

Tiny-Q is a minimal framework to show quantum computation basics in a tensor/matrix perspective view.

educational quantum-computing tutorial

Last synced: 04 Mar 2026

https://github.com/maxwell-hauser/ps1_py_co_sys_and_logic_course_summary

Computer Systems and Logic course materials - 16 comprehensive Python projects covering signals, number systems, binary arithmetic, data representation, and communication protocols.

binary-arithmetic computer-science digital-signals education number-systems python tutorial

Last synced: 04 Mar 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/po8rewq/vite-react-weather-app

Source code for the tutorial on how to create a weather application with viteks and react

react tutorial tutorial-sourcecode typescript vitejs

Last synced: 16 Apr 2026

https://github.com/der3318/repackapk-readme

Notes and Libraries for Android Application Package Postprocessing

apk notes tutorial

Last synced: 04 Mar 2026

https://github.com/flowforfrank/css-paint

🎨 Background image generated with the CSS Paint API

css css-paint css3 javascript paint-api tutorial webtips

Last synced: 17 Apr 2026

https://github.com/ajaybhatia/link-book

A simple link book using meteor and react with hooks

meteor meteorjs react react-hooks-demo reactjs tutorial

Last synced: 17 Apr 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/antoniolofiego/hashnode-dockerseries-expressapp

A simple Express application running in a Docker container for my Docker tutorial series on Hashnode.

docker express hashnode tutorial

Last synced: 17 Apr 2026

https://github.com/solomonkassa/javascript-tutorial-complete

A complete, comprehensive, organized JavaScript tutorial with everything needed to learn JavaScript from absolute beginner to advanced developer.

javascript oop tutorial tutorial-code typescript

Last synced: 03 Apr 2026

https://github.com/dup4/install-nginx-from-sources

install nginx from sources

install nginx source tutorial

Last synced: 17 Apr 2026

https://github.com/yukihirai0505/coursera

personal repo for coursera

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/senior-sigan/nou_poisk_fall_2022

Код с осенней школы НОУ Поиск. Где делали игры на LÖVE2D

love2d lua tutorial

Last synced: 17 Apr 2026

https://github.com/andrewmcodes-archive/rails_tailwind

Example for adding TailwindCSS 1.1 to your Rails app

postgres rails tailwind tailwind-css tutorial webpacker

Last synced: 12 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/thinkswan/ember-todo-list

An Ember app that allows users to manage a todo list.

ember handlerbars javascript tutorial

Last synced: 18 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/cbhihe/doc_git-quickstart

Hands-on introduction to Git{Hub,Lab} (23 pages)

bash documentation git tutorial tutorial-code

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/son-link/ejemplos-dialogos-bash

Scripts de los ejemplos que estoy usando en un tutorial de como crear diálogos para scripts Bash

bash bash-script dialog ejemplos kdialog tutorial zenity

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/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/curiousily/getting-started-with-tensorflow-js

Tutorial on the basics of TensorFlow.js in the browser. Includes Tensors, visualization with tfjs-vis and building a simple model.

deep-learning machine-learning tensorflow tensorflow-js tensorflow-tutorials tutorial visualizations

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/thinkswan/react-todos-with-hooks

A React todo app using hooks.

hooks javascript react 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/rkristelijn/dhtmlx-json-node

This is a short tutorial to set up dhtmlx (dhx) using only JSON and node/mongodb as a back-end and the REST API. Recently I followed the 'Your First App' tutorial and felt unsatisfied with what I've learned. So I decided to push a little harder and use a demo app 'CRM System' as the base and create my own tutorial.

crm dhtmlx dhx json node tutorial

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/silvestrevivo/react-github-finder

Web application using React-Hooks, following the Udemy tutorial from @bradtraversy

hooks reactjs tutorial udemy

Last synced: 19 Apr 2026

https://github.com/applitools/tutorial-ruby-screenshots

Applitools tutorial using Ruby Images SDK

applitools ruby tutorial

Last synced: 04 Jun 2026

https://github.com/srinidhibhat45/javascript-todo

A Simple JavaScript Todo App made by following a tutorial from YouTube by CodeWithHarry

bootstrap codewithharry css hacktoberfest html javascript js netlify todo tutorial webapp website

Last synced: 20 Apr 2026

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

This tutorial uses “salmanbe/mapquest" plugin to import latitude and longitude from Map Quest API

laravel mapquest php tutorial

Last synced: 20 Apr 2026

https://github.com/theaswanson/my-authenticated-app

A sample .NET Angular app with Azure AD auth using MSAL.

angular authentication azuread dotnet msal msal-angular template tutorial

Last synced: 04 Jun 2026

https://github.com/virginiegodfrin/symfo-security

Résultat de tuto:

sf3 symfony tutorial

Last synced: 20 Apr 2026

https://github.com/webmastervetea/tutorial-completo-de-desarrollo-web

Aprende a construir tu primera página web desde cero. Cubre los fundamentos de HTML5 (estructura, etiquetas semánticas, formularios, multimedia), las bases de CSS para dar estilo y el manejo de atributos y clases.

css flexbox html5 javascript tutorial

Last synced: 20 Apr 2026

https://github.com/waterlink/expensemanager

This is an example application that is developed in the Ultimate Tutorial: Getting Started With Kotlin on Android

android ebook java kotlin tutorial

Last synced: 20 Apr 2026

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

C#- Make a Queue Tutorial

queues tutorial

Last synced: 20 Apr 2026

https://github.com/rubberducksbr/ruby4beginners

Repositório voltado para iniciantes na programação que desejam aprender Ruby

automated-testing beginner-code ruby ruby-on-rails test-automation tutorial

Last synced: 04 Jun 2026

https://github.com/mfdeveloper/android-uitest

A basic android UI test example application using Espresso framework

android android-tests espresso-tests test-automation test-runner tutorial

Last synced: 20 Apr 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/ot-nemoto/flask-tutorial

Flask チュートリアル

flask tutorial

Last synced: 21 Apr 2026

https://github.com/liatemplates/webdev

A simple LiaScript template for web development

css html javascript liascript liascript-template template tutorial webdevelopment

Last synced: 21 Apr 2026

https://github.com/davzoku/get-started-r-quarto

Getting Started with R and Quarto

notes quarto r rstudio tutorial

Last synced: 21 Apr 2026

https://github.com/fhdsl/gdscn_biodigs_book

Getting started guide for using BioDIGS data in the classroom. Includes general information about BioDIGS.

anvil biodigs course gdscn r-programming tutorial

Last synced: 21 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/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/pmocz/advectiondiffusion-jax

Solve the advection diffusion equations looped into an optimization problem with JAX/autodiff

automatic-differentiation jax scientific-computing 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/ucan-lab/react-tutorial

React tutorial

learning react tutorial

Last synced: 05 Jun 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/thetoxin/javarushtasks

My solution of tasks on JavaRush

java javarush solutions study tasks tutorial

Last synced: 05 Jun 2026

https://github.com/tailorvj/hardhat-gitpod

Set up your HardHat Solidity smart contract development environment on Gitpod.io

deployment gitpod hardhat howto smart-contracts solidity tutorial

Last synced: 23 Apr 2026

https://github.com/gstavrinos/opencltutorial

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

cpp11 opencl tutorial

Last synced: 16 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/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/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/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/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/qobulovasror/create-any-docs

University web course assignments

documentation mysql php tutorial

Last synced: 25 Apr 2026

https://github.com/iampriteshkumar/desktop-tutorial

GitHub Desktop tutorial repository.

git github githubdesktop practice tutorial

Last synced: 25 Apr 2026

https://github.com/hugolebredo/react_tutorial_2

Pequeños ejercicios para aprender a trabajar con arrays en el estado de la aplicación en React ⚛️

reactjs tutorial tutorial-code

Last synced: 25 Apr 2026

https://github.com/neo/phonegap-start

PhoneGap Hello World app by Neo

demo phonegap practice tutorial

Last synced: 26 Apr 2026

https://github.com/yisuschrist/python-async-tutorial

Simple async tutorial extracted from RealPython

async markdown python tutorial

Last synced: 26 Apr 2026

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/toelt-llc/paper-nn-performance-bootstrap-tutorial

This repository contains material that has been linked in the MAKE paper on bootstrapping. No paper files are contained here. Only code.

paper python tutorial

Last synced: 26 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/demapy/realtime-chat

Socket.IO - project tutorial to understand how things works together.

chat socket-io sqllite tutorial

Last synced: 26 Apr 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/quantam-studios/topdownshooterlesson

A game made for programming lessons of the CCHS Makers Club specific to game design.

c-sharp-unity tutorial unity

Last synced: 07 Jun 2026

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/smallstepman/rs-tokio-chat-server

hello world tokio project

learning rust tokio tutorial youtube

Last synced: 27 Apr 2026

https://github.com/javpet/js-drumkit

JS Drumkit based on Wes Bos' tutorial #1

drum js js-drumkit kit music tutorial

Last synced: 27 Apr 2026