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-01-19 00:25:26 UTC
- JSON Representation
https://github.com/suissa/bot-telegram
Exemplo de como criar um BOT para o melhor app de mensagens do mundo: Telegram.
bot curso nois que suissera telegram telegram-bot telegram-bot-api tutorial veio voa webschool
Last synced: 26 Mar 2025
https://github.com/colyseus/tutorial-phaser
Tutorial: Real-time Multiplayer with Phaser and Colyseus
colyseus phaser phaser-tutorial tutorial
Last synced: 09 Apr 2025
https://github.com/minapecheux/unity-tutorials
The code for Unity/C# tutorials I published in video format on YouTube (🇬🇧 + 🇫🇷).
csharp csharp-code programming tutorial tutorials unity unity-3d unity-editor unity-game unity-tutorial unity3d
Last synced: 10 Apr 2025
https://github.com/frcteam3255/frc-java-tutorial
A tutorial on how to program a robot for use in the FIRST Robotics Competition
first frc frc-java frc-java-tutorial frc-robot java programming roborio robotics robotics-competition software tutorial visual-studio vscode
Last synced: 24 Oct 2025
https://github.com/cosmosregistry/chain-minimal
Mini - A minimal Cosmos SDK chain template
cosmos-sdk cryptocurrency go golang tutorial
Last synced: 03 Apr 2025
https://github.com/MinaGhadimiAtigh/hyperbolic_representation_learning
The repository for Hyperbolic Representation Learning for Computer Vision, ECCV 2022
computer-vision eccv2022 hyperbolic-embeddings tutorial
Last synced: 03 Apr 2025
https://github.com/tyaga001/devtoolsacademy
everything about awesome developer tools
blogging claude-ai compare database developer-tools devtools javascript mdx nextjs open-source openai react review-tools shadcn-ui tailwindcss technical-writing tutorial typescript
Last synced: 09 Apr 2025
https://github.com/fiware/tutorials.iot-over-mqtt
:orange_book: FIWARE 203: Provisioning Ultralight with an alternative transport: IoT over MQTT
fiware fiware-iot-agents iot iot-agent mqtt mqtt-broker tutorial ultralight
Last synced: 06 Apr 2025
https://github.com/eleev/swift-algorithms-data-structs
📒 Algorithms and Data Structures. The used approach attempts to fully utilize the Swift and POP.
algorithms apple data-structures datastructures education ios learning playground playgrounds scenekit spritekit swift swift-algorithms swift-datastructures tutorial visualization xcode
Last synced: 20 Sep 2025
https://github.com/storopoli/julia-workshop
JuliaCon 2022 - Introduction to Julia Tutorial
Last synced: 21 Mar 2025
https://github.com/oceanpresentchao/llm-react
从零搭建Agent框架(Build LLM ReAct Agent from scratch)
agent from-scratch llm openai-api tutorial typescript
Last synced: 01 May 2025
https://github.com/wtfacademy/wtf-starknet
Education Platform to onboard developers to Starknet.
blockchain cairo crypto cryptocurrency ethereum layer2 starknet tutorial tutorials zk zkp
Last synced: 27 Apr 2025
https://github.com/pietheinstrengholt/laravel-docker-k8s
Laravel using Docker and Kubernetes
docker-image k8s kubernetes laravel laravel-framework laravel5 minikube tutorial
Last synced: 10 Jun 2025
https://github.com/javascript-tutorial/ar.javascript.info
Modern JavaScript Tutorial in Arabic
Last synced: 04 Apr 2025
https://github.com/WTFAcademy/WTF-Starknet
Education Platform to onboard developers to Starknet.
blockchain cairo crypto cryptocurrency ethereum layer2 starknet tutorial tutorials zk zkp
Last synced: 13 May 2025
https://github.com/tomdoestech/youtube-clone
nextjs nodejs react tutorial typescript
Last synced: 03 Sep 2025
https://github.com/ThoughtWorksInc/sinais
🔣 Desenvolvimento passo a passo do exemplo `sinais` em Go.
Last synced: 28 Mar 2025
https://github.com/guimcaballero/bevy_rhythm
A small rhythm game implemented in Bevy, with an accompanying tutorial.
bevy bevy-engine gamedev rust tutorial
Last synced: 02 Sep 2025
https://github.com/davidruvolo51/shinyapptutorials
a collection of shiny app demonstrations :bar_chart:
r rstudio shiny shiny-applications shiny-tutorials shinyapps tutorial
Last synced: 21 Sep 2025
https://github.com/davidruvolo51/shinyAppTutorials
a collection of shiny app demonstrations :bar_chart:
r rstudio shiny shiny-applications shiny-tutorials shinyapps tutorial
Last synced: 30 Jul 2025
https://github.com/riskers/generate-pages-tutorial
教你一步步从零构建 webpack 开发多页面环境
config tutorial webpack webpack2
Last synced: 27 Oct 2025
https://github.com/florianrappl/mario5ts
The TypeScript version of the Mario5 demo application.
codeproject game html5 mario tutorial typescript
Last synced: 30 Oct 2025
https://github.com/thoughtworksinc/sinais
🔣 Desenvolvimento passo a passo do exemplo `sinais` em Go.
Last synced: 30 Apr 2025
https://github.com/lewislepton/kha-tutorial-series
source code from kha tutorial series
creativecoding gamedev haxe kha learn series tutorial
Last synced: 29 Oct 2025
https://github.com/smartlab-purdue/robust-control-tutorial
Robust control tutorial by Purdue SMART Lab: Sliding Mode Control (SMC) with MATLAB/Simulink example implementation
control-theory control-tutorials controller-design matlab nonlinear-control robot-control robotics robotics-control robust-control simulink sliding-mode-control tutorial uncertainty
Last synced: 14 Apr 2025
https://github.com/brayandiazc/aprendiendo-javascript
Guía completa y amigable para aprender JavaScript desde cero y en español. Incluye ejemplos prácticos, ejercicios y recursos adicionales.
aprendiendo-javascript aprendizaje desarrollo-web educacion ejemplos-javascript javascript programacion recursos tutorial
Last synced: 11 Aug 2025
https://github.com/phacks/redux-todomvc
A TodoMVC written with React, Redux and Immutable
Last synced: 14 Aug 2025
https://github.com/anupam-dagar/github-education-portfolio
A portfolio made using React and tools from GitHub Student Developer Pack
deployment domain github github-pages heroku namecheap react tutorial
Last synced: 25 Mar 2025
https://github.com/jlouis/graphql-erlang-tutorial
A tutorial for the graphql-erlang system
documentation erlang graphql tutorial
Last synced: 25 Mar 2025
https://github.com/greendelta/openlca-python-examples
Explains the usage of the openLCA API from Python (Jython)
jython openlca python tutorial
Last synced: 09 Apr 2025
https://github.com/mohitmishra786/underTheHoodOfExecutables
A guide that explains how programs transform from source code to executables. Deep dive into ELF format, linking processes, and binary optimization techniques. Perfect for systems programmers, C developers, and anyone interested in low-level programming concepts.
binary-analysis binary-format c-programming compilation computer-science dynamic-linking educational elf executable linker loader low-level-programming operating-systems optimization performance-optimization programming-guide reverse-engineering static-linking system-programming tutorial
Last synced: 04 May 2025
https://github.com/szaza/tensorflow-java-examples-spring
Tensorflow Java tutorial with Spring and Gradle. This is a simple example application, which uses Yolo with TF Java API and Spring Framework.
java spring tensorflow tutorial
Last synced: 15 Oct 2025
https://github.com/ghoshnirmalya/reddit-clone
:arrow_up: :arrow_down: This is a sample application for building a clone of Reddit using React and Firebase
firebase react sitepoint tutorial
Last synced: 24 Oct 2025
https://github.com/hashicorp-education/learn-terraform-import
Learn how to import existing configuration into Terraform
Last synced: 24 Jul 2025
https://github.com/ivanvorobei/sppagecontroller
Mimicrate to UIPageViewController. Has native system and scroll view paging. Support scroll to page and layout margins from container.
controller onboarding page pages swift tutorial uikit uipageviewcontroller xcode
Last synced: 28 Jun 2025
https://github.com/rubixml/cifar-10
Use the famous CIFAR-10 dataset to train a multi-layer neural network to recognize images of cats, dogs, and other things.
artificial-intelligence cifar-10 computer-vision cross-validation deep-learning deep-neural-networks example-project image-classification image-recognition machine-learning machine-learning-tutorial neural-network object-detection php php-ai php-machine-learning php-ml pipeline rubix-ml tutorial
Last synced: 30 Jul 2025
https://github.com/mfactory-lab/lagom-on-kube
This tutorial describes how to bootstrap a production-ready Lagom microservices cluster in a Kubernetes environment.
ansible aws cassandra docker kubernetes kubernetes-cluster lagom lagom-services lightbend microservice microservice-framework scala service-discovery telegram telegram-api telegram-bot tutorial wolfram-alpha wolfram-alpha-api
Last synced: 17 Jan 2026
https://github.com/yasslab/codespaces-railstutorial
🎓 Railsチュートリアルで採用しているクラウド開発環境『GitHub Codespaces』のテンプレートです。
codespaces devcontainer rails ruby ruby-on-rails template tutorial
Last synced: 16 May 2025
https://github.com/jiujuan/gin-tutorial
golang Gin tutorial,executable samples. Gin is a HTTP web framework written in Go (Golang).
Last synced: 12 Apr 2025
https://github.com/ionicthemes/ionic-google-login
Ionic 4 starter app to show you how to add Google Log In to an Ionic App using Google Sign-In Cordova Plugin.
google-authentication google-login google-plus-login ionic ionic-4 ionic-apps ionic-framework ionic3 ionic4 ionic4-example tutorial
Last synced: 03 Jul 2025
https://github.com/hashicorp-education/learn-terraform-modules
Companion module to the Advanced Modules track on learn.hashicorp.com
hashicorp terraform terraform-modules tutorial
Last synced: 09 Apr 2025
https://github.com/the-akira/python-matematica
Explorando aspectos fundamentais da matemática com Python e Jupyter
algorithms calculus mathematics matplotlib numpy pandas python3 scientific-computing scipy sympy tutorial
Last synced: 12 Apr 2025
https://github.com/vickychijwani/android-dev
:zap: Curated list of resources for Android app development. Prepare for battle!
android android-apps android-dev android-development awesome awesome-list icons material material-design tutorial
Last synced: 24 Dec 2025
https://github.com/rafacdomin/auth-react-contextapi
Example of how to use the Context API from React to authenticate users in your app https://dev.to/rafacdomin/autenticacao-no-react-com-context-api-e-hooks-4bia
context-api devto example react react-native reactjs tutorial
Last synced: 11 Apr 2025
https://github.com/mouse0w0/bungeecord-cn-translation
BungeeCord Plugin Development Chinese translation,《BungeeCord插件开发》中文翻译
bungeecord-plugin chinese-translation minecraft tutorial
Last synced: 21 Feb 2025
https://github.com/kondrak/oculusvr_samples
Samples for Oculus Rift and OpenGL
oculus-rift opengl tutorial virtual-reality vr
Last synced: 12 Apr 2025
https://github.com/envoy-vc/my-obsisian-vault-template
A knowledge management template for https://obsidian.md, in which to grow your ideas
knowledge-discovery knowledge-graph knowledge-management obsidian obsidian-community obsidian-md obsidian-notes obsidian-theme obsidian-vault tutorial
Last synced: 18 Jun 2025
https://github.com/codingforentrepreneurs/supercharged-web-scraping-with-asyncio
Scrape websites asynchronously with Python 3.8+, Asyncio, & arsenic (aka Selenium for Async).
arsenic async asynchronous asyncio python3 python38 selenium tutorial web-scraping
Last synced: 29 Jun 2025
https://github.com/zaiste/flutter-in-practice-tutorial
Flutter in Practice is a free programming tutorial for beginners and non-programmers on how to write mobile applications using Flutter framework, Dart programming language and Reactive Extensions.
flutter flutter-architecture flutter-in-practice flutter-tutorial tutorial
Last synced: 30 Apr 2025
https://github.com/rscarrera27/flask-graphql-large-application-example
✨How to structure GraphQL server with flask+graphene✨
flask flask-graphql graphene graphql graphql-api graphql-mongoengine tutorial
Last synced: 27 Oct 2025
https://github.com/jfriedlein/usrmat_ls-dyna_fortran
Basics to implement user-defined materials (usrmat, umat) in LS-Dyna with Fortran
documentation fortran90 ls-dyna material-model ttb tutorial umat utan
Last synced: 01 Mar 2025
https://github.com/lelinhtinh/kobo-tieng-viet
Hướng dẫn sửa lỗi font Tiếng Việt cho máy đọc sách Kobo
kobo tips-and-tricks tutorial vietnamese
Last synced: 11 Jun 2025
https://github.com/pmocz/sph-python
Smoothed-Particle Hydrodynamics simulation of Toy Star
astrophysics scientific-computing smoothed-particle-hydrodynamics star tutorial
Last synced: 27 Oct 2025
https://github.com/twtrubiks/cors-tutorial
Use Django To Introduce CORS and Same-Origin Policy
cors django jsonp same-origin-policy tutorial
Last synced: 15 Apr 2025
https://github.com/lmammino/distributed-jwt-cracker
An experimental distributed JWT token cracker built using Node.js and ZeroMQ
article brute-force brute-force-attacks bruteforce cracker cracking-jwt-tokens distributed distributed-systems jwt node node-tutorial nodejs tutorial zeromq
Last synced: 15 Mar 2025
https://github.com/Ideefixze/TutorialUnityMultiplayer
How to use Command Design Pattern to make custom networking for Unity?
game-development network network-programming socket-programming tutorial unity
Last synced: 25 Apr 2025
https://github.com/chris00/ocaml-cairo
Binding to Cairo, a 2D Vector Graphics Library.
cairo cairo-drawing drawing dune ocaml ocaml-bindings stroke tutorial
Last synced: 09 Apr 2025
https://github.com/nalgeon/tryxinyminutes
Live code tutorials in your browser
code interactive learning tutorial
Last synced: 17 Jun 2025
https://github.com/hashicorp-education/learn-terraform-provision-aks-cluster
azure hashicorp kubernetes terraform tutorial
Last synced: 30 Apr 2025
https://github.com/pedroeml/checkpoint-mobile-access-vpn
Linux setup to work with Check Point Mobile Access VPN.
linux-setup sdkman ssl tutorial vpn
Last synced: 04 Apr 2025
https://github.com/ce-programming/asm-docs
Documentation about native assembly programming on the TI CE calculators (84+CE / 83PCE)
calculator documentation ti-83-premium-ce ti-84-plus-ce tutorial
Last synced: 12 Sep 2025
https://github.com/potato47/cocos-creator-tutorial
基于 Cocos Creator 2.0 的最新教程(缓慢更新中,预计3.0之前结稿),QQ群:863758586
Last synced: 17 Jan 2026
https://github.com/ema2159/tinyrenderer_rs
tinyrenderer implementation using Rust
3d 3d-graphics 3d-models computer-graphics didactic graphics learning opengl renderer rendering rendering-pipeline rust rust-lang rustlang tinyrenderer tutorial
Last synced: 23 Jul 2025
https://github.com/livrasand/reviw
Reliable converter that transforms HTML files into JWPUB
config css framework html javascript jehovah jehovahs-witness jehovahs-witnesses jw jw-library jw-org jwlibrary jwpub theocratic-app tutorial
Last synced: 29 Aug 2025
https://github.com/professorjosedeassis/mysql
MySQL tutorial - Aprenda a trabalhar com o banco de dados MySQL desenvolvendo projetos com foco no mercado de trabalho.
mysql mysql-database mysql-server query sql tutorial
Last synced: 22 Aug 2025
https://github.com/davepartner/fireblogger
Ionic 2 social media microblogging platform built with firebase 3 as backend
android firebase geofire hackathon ionic ionic-framework ionic2 ionic3 ios mobile social-network starter-kit tutorial youtube
Last synced: 24 Jul 2025
https://github.com/david-palma/wifi-cracking
A guide to using the Aircrack-ng suite for cracking 802.11 WEP and WPA/WPA2-PSK keys, including techniques like packet sniffing and injection attacks to test Wi-Fi network security.
aircrack-ng education hack hacking infosec injection-attacks packet-sniffing practice security tutorial wep wifi wifi-cracking wireless-security wpa wpa2 wpa2-psk
Last synced: 19 Jun 2025
https://github.com/mishmanners/stream-deck-template
Template for the Elgato Stream Deck's standby screen/screensaver.
elgato elgato-stream-deck streaming tutorial
Last synced: 30 Oct 2025
https://github.com/wajahatkarim3/bottomnavarchdemo
The demo project for Bottom Navigation with Navigation Architecture Components article
android android-app android-architecture android-development architecture-components bottom-navigation bottom-navigation-view bottomnavigation bottomnavigationview jetpack jetpack-android jetpack-navigation kotlin kotlin-android medium tutorial
Last synced: 02 Aug 2025
https://github.com/sktime/sktime-tutorial-pydata-global-2021
Introduction to sktime at the PyData Global 2021
machine-learning pydata time-series tutorial
Last synced: 13 Jun 2025
https://github.com/hyperspy/hyperspy-demos
HyperSpy Jupyter Notebooks demos
data-analysis data-visualization hyperspy materials-science multi-dimensional physical-sciences python tutorial
Last synced: 13 May 2025
https://github.com/danidiaz/really-small-backpack-example
A really small example of the Backpack module system for Haskell
Last synced: 18 Jan 2026
https://github.com/scverse/scvi-tutorials
Notebooks used in scvi-tools tutorials
Last synced: 07 Jul 2025
https://github.com/K3V1991/How-to-download-and-install-WSA
How to download and install the Windows Subsystem for Android
appx channel developer download file framework how-to install msixbundle powershell productid tutorial virtual-machine-platform w11 windows windows-11 windows-subsystem-for-android wsa
Last synced: 12 Mar 2025
https://github.com/davidmoten/java-builder-pattern-tricks
Tricks to use with the java builder pattern
Last synced: 08 May 2025
https://github.com/changhuixu/rabbitmq-labs
The source code for my RabbitMQ tutorials.
demo docker docker-compose dotnet dotnetcore message-broker message-queue multi-container rabbitmq rabbitmq-docker rabbitmq-management tutorial webapi worker worker-queue worker-service
Last synced: 20 Aug 2025
https://github.com/CE-Programming/asm-docs
Documentation about native assembly programming on the TI CE calculators (84+CE / 83PCE)
calculator documentation ti-83-premium-ce ti-84-plus-ce tutorial
Last synced: 26 Sep 2025
https://github.com/codingforentrepreneurs/chatxchannels
Learn to Build Real Time Chat with Django Channels
channels django django-channels real-time tutorial websockets
Last synced: 18 Jan 2026
https://github.com/twtrubiks/nginx-rtmp-tutorial
Docker Nginx 搭配 RTMP HLS 建立簡易直播 Server
docker docker-compose hls-stream nginx rtmp-server rtmp-stream tutorial
Last synced: 15 Apr 2025
https://github.com/discordjs/commando-guide
Beginner's guide for discord.js-commando.
commando discord discord-api discord-bot discord-js tutorial
Last synced: 03 Oct 2025
https://github.com/taniarascia/card
A well-designed card element.
card css design development scss tutorial
Last synced: 25 Mar 2025
https://github.com/goxr3plus/java-speech-recognizer-tutorial--calculator
:lips: Java-Speech-Recognizer-Tutorial--Calculator
calculator speech-recognizer tutorial
Last synced: 30 Apr 2025
https://github.com/codingforentrepreneurs/mvp-landing
Learn to build & deploy a MVP landing page using Django, Python, & Bootstrap. The tutorial series covers the Django basics using Django 3, Python 3.8, and Bootstrap 4.5.
beginner django django3 landing-page mvp-landing python python3-8 tutorial web-application
Last synced: 16 Jun 2025
https://github.com/nextcloud/app-tutorial
Tutorial app which is built in the tutorial
app development frontend hacktoberfest nextcloud php tutorial
Last synced: 06 Apr 2025
https://github.com/spack/spack-tutorial
Standalone Spack Tutorial Repository
Last synced: 26 Jun 2025
https://github.com/jovanbulck/sgx-tutorial-space18
Tutorial: Uncovering and mitigating side-channel leakage in Intel SGX enclaves
attack enclave sgx side-channel tutorial
Last synced: 16 Jan 2026
https://github.com/ajaybhat/Tensorflow-For-Beginners
Introduction to deep learning with Tensorflow.
anaconda cnn convolutional-networks convolutional-neural-networks covnet-image-classifier deep-learning deep-neural-networks image-classification neural-network neural-networks python tensorflow tutorial
Last synced: 24 Apr 2025