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.
- GitHub: https://github.com/topics/tutorial
- Wikipedia: https://en.wikipedia.org/wiki/Tutorial
- Last updated: 2026-07-05 00:25:56 UTC
- JSON Representation
https://github.com/toolbuddy/linear-algebra-4fun
Learning Linear Algebra for fun!
learning linear-algebra papogen tutorial
Last synced: 03 Jan 2026
https://github.com/koubae/people
Django Social Media App - Social Networking called "People", built to learn the framework
back-end django django-example django-project example facebook facebook-clone front-end javascript javascript-framework learn mysql python python-web-development social social-media social-network tutorial web-application web-django
Last synced: 19 Apr 2026
https://github.com/gnebbia/tcpdump_tutorial
Some notes about tcpdump
appunti guida guide network-analysis notes tcpdump tutorial
Last synced: 04 Mar 2026
https://github.com/pacheco95/khronos-vulkan-tutorial-cpp
Implementation of the original Khronos Vulkan Tutorial using the C++ binding
cplusplus cpp cpp-bindings game-development game-engine khronos khronosgroup rendering-2d-graphics rendering-3d-graphics rendering-engine tutorial vulkan vulkan-engine vulkan-game-engine vulkan-sdk
Last synced: 29 Jun 2026
https://github.com/harastaivan/tic-tac-toe
repository made for learning react
Last synced: 12 Apr 2026
https://github.com/abhilashg001/spring-melon
A repository that contains my notes on Spring Boot
full-stack-web-development java notes spring-boot tutorial web-development
Last synced: 24 Apr 2026
https://github.com/elastisys/tutorial-friends-with-kubernetes
Tutorial to avoid common pitfalls when porting applications to Kubernetes
Last synced: 07 May 2026
https://github.com/jrcichra/vscode_c_project
Files needed to get started writing C in VSCode
Last synced: 12 Sep 2025
https://github.com/edgomez/vulkan_tutorial
Following the vulkan-tutorial.com
Last synced: 25 May 2026
https://github.com/toolbuddy/analysis_tools
📊 Learning how to use analysis tools, like gprof, perf, valgrind, ...
analysis learning tools tutorial
Last synced: 18 Mar 2025
https://github.com/freeclimbapi/java-list-queues-tutorial
Java - List Queues Tutorial
Last synced: 14 Jul 2025
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/ashmalzahra/redux-toolkit-tutorial
This Project is about practicing the concepts relating to - creating a store, start defining and dispatching actions, and reducers.
reactjs redux redux-thunk tutorial
Last synced: 09 May 2026
https://github.com/1git2clone/proc-macro-example
A short getting started on derive macros guide in Rust.
compile-time-meta-programming compile-time-reflection guide proc-macro proc-macro-derive reflection rust tutorial
Last synced: 03 Jul 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/eregalado/full-fledged-backend-arch
Tutorial on full-fledged backend architecture in Java
architecture architecture-components backend feign-client java-8 service-layer spring spring-boot spring-cloud tutorial tutorial-code
Last synced: 18 Apr 2026
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/michaelgermini/laravel-from-zero-to-production
Complete Laravel learning resource with 5 real projects - from beginner to advanced
api beginner-friendly blog documentation ecommerce education forms framework laravel learning php projects tutorial web-development
Last synced: 18 May 2026
https://github.com/udayraj123/webdworkshop
Useful material for beginners in web development. Focused in a hands-on way with more examples. This was used in the series of lectures conducted by me at IIT Guwahati.
css example-code guide html js practice tutorial web-development
Last synced: 10 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/jwill9999/react_navigation_template
Reactjs navigation example and template
browserhistory dev dev-server development-environment history-api-fallback historyapifallback hot-reload react react-components react-router reactive-programming reactjs tutorial webpack2
Last synced: 10 May 2026
https://github.com/masamallow/langchain-tutorials
Hands-on tutorials for Official LangChain.
chatbot genai genai-chatbot langchain llm llm-chatbot openai tutorial
Last synced: 10 May 2026
https://github.com/ilyasbozdemir/c-sharp-dokuman
Learn C# programming from scratch with step-by-step tutorials, examples, and exercises. Ideal for beginners and intermediate developers.
beginner-friendly c-sharp coding-exercises csharp-basics csharp-docs developer-tools dotnet learning-resources oop programming tutorial
Last synced: 10 May 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/silvestrevivo/react-github-finder
Web application using React-Hooks, following the Udemy tutorial from @bradtraversy
Last synced: 19 Apr 2026
https://github.com/antonio-f/attention_mechanism_tf1
Neural Machine Translation with Attention - Keras and TensorFlow 1.X
artificial-intelligence attention attention-mechanism bidirectional-lstm deep-learning keras neural-machine-translation python seq2seq sequence-models tensorflow tutorial
Last synced: 20 Apr 2026
https://github.com/julienxx/elm-bingo
Code for the Pragmatic Studio Elm course
Last synced: 25 May 2026
https://github.com/freeclimbapi/c-sharp-make-a-queue-how-to-guide
C#- Make a Queue Tutorial
Last synced: 20 Apr 2026
https://github.com/jkosla/neural_network_from_scratch_numpy
Neural Network From Scratch in Python | Build a simple neural network from scratch using pure Python and NumPy. Learn about forward propagation, backpropagation, and training with gradient descent. Accompanies my Medium article.
ai aritificial-intelligence medium nerual-networks numpy python3 tutorial
Last synced: 10 Apr 2026
https://github.com/arsy786/react-redux-toolkit-tutorial
This repository hosts a React-based counter application developed as a guide to demonstrate the use of Redux Toolkit for state management.
2023 guide reactjs redux-toolkit tutorial
Last synced: 10 May 2026
https://github.com/sammychinedu2ky/reactive-variables
A Web app that depicts local state management using apollo reactive variables
Last synced: 20 Apr 2026
https://github.com/ikamranshahzad/golang-init
A collection of small Go (Golang) projects, each in its own folder
Last synced: 15 Apr 2025
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/heiwa4126/tutorial-react2
Reactの練習
function-components hooks react tutorial typescript vite
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/thorium/fsharptraining.fi
Finnish open-source F# training (by Ari-Pekka Lappi and me). Check parts 01-Basic and 04-MoreAdvancedStuff. Suomenkielinen avoin F#-opetusmateriaali. Katso kappaleet 01 ja 04.
f-sharp finnish suomi tutorial
Last synced: 15 Mar 2025
https://github.com/divertimentos/tutorial-flexbox-techsith
Tutorial de Flexbox disponibilizado pelo canal TechSith
Last synced: 22 Jun 2026
https://github.com/didinj/groovy-list-examples
Groovy list examples
example groovy groovy-language list tutorial
Last synced: 29 Mar 2025
https://github.com/made2591/java-8-steps
This repo contains just some examples and a few notes about what Java 8 - mainly notes and example of functional interfaces, lambda expressions, method references, default methods, collections enhancements, streams and related utils (pipelines, operations, terminals)
default-method features guide java java-8 lambda lambda-expressions note notes tutorial tutorial-code
Last synced: 12 May 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/reubano/devcraft-workshop
Materials for the DevCraft workshop on stream processing
data functional-programming meza python riko stream-processing tutorial
Last synced: 04 May 2026
https://github.com/vsvito420/learning-python
Python Übungen mithilfe von w3schools.com/python .
Last synced: 23 Mar 2025
https://github.com/augustoasilva/todo-go-app-tutorial
Repositório do projeto ToDo App feito em Go para série de Artigos no meu Blog.
Last synced: 13 Jul 2025
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/switcherapi/switcherapi-tutorials
Examples & code snippets
feature-flags switcher-api tutorial
Last synced: 30 Mar 2025
https://github.com/victorrseloy/tutorial-react-e-flux-calculadora
Mais um tutorial de react e flux, você pode acompanhar o passo a passo aqui https://mestredocodigo.com.br/calculadora-em-javascript-com-react-e-flux/
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/applitools/tutorial-selenium-ruby-ultrafastgrid
Applitools Selenium Ruby tutorial with Ultrafast Grid
Last synced: 06 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/neo/phonegap-start
PhoneGap Hello World app by Neo
demo phonegap practice 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/arielspencer/pull-request
👾 Descubra como criar um pull request de maneira descomplicada com as instruções deste guia.
github open-source pull-request pull-requests tutorial
Last synced: 15 May 2025
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/thalsi/git
Master Git step-by-step from beginner to advanced. Check off tasks as you complete them!
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.
Last synced: 07 Jun 2026
https://github.com/liteobject/bash.training
bash cli linux training-materials tutorial
Last synced: 27 Apr 2026
https://github.com/leesharma/flask-api
A tutorial application to play around with building API servers in Flask.
Last synced: 27 Apr 2026
https://github.com/kevinbird61/grpc-practice
Practice & Tutorial of grpc and protocol buffer
Last synced: 29 Apr 2026
https://github.com/davibmmgallo/monogame-tutorial
Getting started with monogame development
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
https://github.com/antonio-f/florence-2-test
Florence-2 quick test
colab-notebook florence-2 huggingface-transformers image-captioning image-to-text jupyter-notebook multimodal-large-language-models python referring-expression-comprehension tutorial vision-foundation-model visual-grounding
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/itsagurin/django-study
A small blog project using the Django framework
blog django learning-by-doing python tutorial
Last synced: 28 Apr 2026
https://github.com/pwildenhain/vidly
Example video rental app, built from mastering react course: https://codewithmosh.com/courses/357787
create-react-app javascript react tutorial
Last synced: 28 Apr 2026
https://github.com/lornajane/beyond-mysql-tutorial
Supporting material for my "Beyond MySQL" tutorial (includes PostgreSQL, CouchDB and Redis)
couchdb postgresql redis sample tutorial
Last synced: 13 May 2026
https://github.com/rigelrozanski/shelldown
Let your markdown tutorials test themselves!
automation bash markdown markdown-parser shell-script tutorial tutorial-code
Last synced: 11 Apr 2026
https://github.com/samuelbarreto/aws-eks-completo-estudo
Elastic Kubernetes Service AWS | Português
aws aws-eks aws-eks-cluster aws-eks-platform-infrastructure container kubernetes microservices microservices-architecture portugues tutorial yaml
Last synced: 28 Apr 2026
https://github.com/lahcenezzara/fastapi-getting-started
Getting Started with FastAPI
api backend beginner crud fastapi http json pydantic python rest-api tutorial uvicorn web-development web-framework
Last synced: 09 May 2026
https://github.com/xeverous/xeverous.github.io
This repo only holds generated website. The actual project is here: https://github.com/Xeverous/the_website
Last synced: 26 May 2026
https://github.com/anakloss/tutoriales-js
Tutorial Javascrip - NodeJs
fullstack javascript nodejs practice-project tutorial
Last synced: 19 May 2026
https://github.com/cuunoong/todo-tutorial
🚀 Cara Cepat dan Mudah Bikin Todo App Flutter Seperti Pro dengan Supabase dan FCA-CLI
clean-architecture flutter tutorial
Last synced: 30 Jul 2025
https://github.com/vasiliy-l/tutorial-ios-custom-dialog-box
Custom dialogs development in Swift
Last synced: 30 Mar 2025
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/srmoore/oidc_django_demo
Small demo Django application using private keys and OpenID Connect
django django-application oidc tutorial
Last synced: 29 Apr 2026
https://github.com/hussein-249/x86-64-practice
A series of tutorials for beginners of computer science to learn x86-64 assembly language.
assembly-language beginner-friendly tutorial
Last synced: 28 Jul 2025
https://github.com/app-generator/tutorial-django
Django Tutorial - Learn to code in Django | AppSeed
appseed django elearning tutorial
Last synced: 07 Apr 2025
https://github.com/rileyseaburg/dev-connect
A MERN stack example of a simple social media app.
sample traversy-media tutorial
Last synced: 31 Jul 2025
https://github.com/ethand91/nextjs-chakra-sample
Simple sample made with Next.js and Chakra-UI
Last synced: 21 May 2026