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-06-26 00:26:10 UTC
- JSON Representation
https://github.com/asifvora/webpack-react
Tutorial: How to set up React, webpack 4, and Babel 7 (2018) React is mostly used for Single Page Applications.
babel javascript react reactjs tutorial webpack webpack-react
Last synced: 11 Apr 2026
https://github.com/andrei15193/react-model-view-viewmodel-sample-todo-list
A sample todo list application to illustrate react-model-view-viewmodel usage.
model model-view-viewmodel mvvm react sample tutorial view viewmodel
Last synced: 07 Apr 2025
https://github.com/blaze2216/java-learning-journey
🚀 My Java learning journey from basics to advanced concepts. 10+ well-documented programs covering fundamentals, loops, user input, and algorithms. Each program includes detailed comments and demonstrates clean coding practices.
algorithms beginner best-practices coding-journey documentation education java learning programming tutorial
Last synced: 29 Jul 2025
https://github.com/syamkakarla98/machine_learning_course
This course covers the explanation and examples on supervised and unsupervised algorithms.
algorithm hacktoberfest hacktoberfest2019 jupyter-notebook machine-learning matplotlib neural-network numpy pandas python python3 scikit-learn scipy seaborn supervised-machine-learning tensorflow tutorial unsupervised-machine-learning
Last synced: 11 Apr 2026
https://github.com/spack/spack-tutorial-ami
Setup scripts for our Spack tutorial AMI
Last synced: 13 Mar 2026
https://github.com/applitools/example-selenium-csharp-nunit-classic
Applitools Example: Selenium C# NUnit with the Classic runner
applitools applitools-example applitools-eyes applitools-tutorial csharp dotnet nunit selenium selenium-webdriver test-automation tutorial visual-testing webdriver
Last synced: 15 Apr 2025
https://github.com/applitools/example-cypress-javascript
Applitools Example: Cypress in JavaScript
applitools applitools-example applitools-eyes applitools-tutorial cypress javascript test-automation tutorial ultrafast-grid visual-testing
Last synced: 15 Apr 2025
https://github.com/applitools/example-webdriverio-javascript
Applitools Example: WebdriverIO in JavaScript
applitools applitools-example applitools-eyes applitools-tutorial execution-cloud javascript test-automation tutorial ultrafast-grid visual-testing webdriverio webdriverio-v7 webdriverio-v8
Last synced: 15 Apr 2025
https://github.com/silentgameplays/simple-ubuntu-setup-for-gaming
Simple Ubuntu Setup for Gaming
gaming linux optimization tutorial ubuntu
Last synced: 28 Jul 2025
https://github.com/kathleenwest/mslearn-dotnet-docker
This is a simple microservices demo with a frontend web app (razor) and backend web api (asp.net core). The frontend utilizes the Blazor WebAssembly script in the browser. The backend web api simply delivers a Product listing and serves images for those products. The frontend web app queries the backend web api for products, then displays each one.
asp-net-core backend blazor blazor-webassembly containers content-security-policy docker docker-compose docker-container docker-tutorial entity-framework-core frontend how-to microservices mslearn products razor store tutorial web-api
Last synced: 04 Apr 2026
https://github.com/arjunprabhulal/google-adk-masterclass
Build AI agents with Google's Agent Development Kit (ADK). 20 modules from basics to advanced topics.
agent-development-kit ai-agents crash-course crash-courses gemini google-adk llm masterclass mcp mcp-toolbox python tutorial vertex-ai
Last synced: 22 Apr 2026
https://github.com/flowforfrank/breakout
🎱 Recreation of the famous Atari Breakout in Phaser
breakout breakout-game game-development javascript javascript-game phaser phaser3 phaserjs tutorial webtips
Last synced: 25 Jul 2025
https://github.com/gitbolt/solana-linktree
🖇️ Linktree Clone on Solana with tutorial
anchor-lang rust solana tutorial typescript
Last synced: 25 Jul 2025
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/kasir-barati/html-css
A comprehensive course for HTML/CSS
aparat course css css-spec html html-specification tutorial youtube
Last synced: 24 Jul 2025
https://github.com/mizrael/asyncservices
Sample repository showing how to handle requests asynchronously.
aspnet-core dotnet-core mongodb pubsub rabbitmq tutorial web-api
Last synced: 11 Apr 2026
https://github.com/leahkemp/rezbaz2020_snakemake_workshop
Snakemake workshop for RezBaz2020.
snakemake tutorial workflow-language workshop
Last synced: 12 Feb 2026
https://github.com/saeedkohansal/php-oop-crud-pdo-mysql-script
I will teach you how to create a PHP Object-Oriented CRUD system using the PDO extension and MySQL database from scratch. You should know the basics of PHP to handle this. After watching this video, you will know how to do a complete PHP CRUD operation. It's a video about backend web development and database.
backend course crud database dummy-data gilgeekify howto learn-to-code mysql object-oriented-programming oop pdo pdo-mysql php phpmyadmin script sql-injection sql-query tutorial web-development
Last synced: 05 Jan 2026
https://github.com/jmuchovej/intro.jl
A brief intro to Julia & Gen
docker gen julia julialang probabilistic-programming tutorial
Last synced: 11 Apr 2026
https://github.com/flowforfrank/faceapi
🤖 Face expression recognition created with face-api.js
emotion-detection emotion-recognition face-recognition faceapi faceapi-js javascript tutorial webtips
Last synced: 08 Mar 2026
https://github.com/zoelabbb/serial-key-windows-10
This is windows 10 license & tutorial how to activate windows using KMS
license microsoft tutorial windows windows-10
Last synced: 05 Nov 2025
https://github.com/javitocor/currency-converter-react-native
A mobile app calling acustom api to convert currencies,following the instructions by Spencer Carli. Built with React Native.
currency-converter eslint-config expo mobile-app native react-native-app tutorial
Last synced: 12 Apr 2026
https://github.com/krshrimali/deep-learning-on-the-weekends
Some ideas and work on weekends (and some times on the week days as well *winks*)
computer-vision deep-learning keras-models p5js projects pytorch tutorial
Last synced: 01 May 2026
https://github.com/felipewind/heroku-quarkus-angular-docker
Demo project to deploy Quarkus/PostgreSQL and Angular/Nginx as containers on Heroku
angular containers docker docker-compose heroku heroku-deployment quark tutorial
Last synced: 16 Apr 2025
https://github.com/collapseindex/eval-guide
Learn ML evaluation metrics from scratch! Beginner-friendly Jupyter notebooks with code, visuals, and analogies - all pre-run with outputs. Master accuracy, F1, RMSE, ROC/AUC, cross-validation. Just read or run yourself. Includes challenge exercises. Perfect for ML beginners!
beginner-friendly beginners-guide classification confusion-matrix data-science education f1-score interactive-learning jupyter-notebooks-explaining machine-learning precision-recall python regression roc-auc scikit-learn text-classification tutorial
Last synced: 13 Jan 2026
https://github.com/ajb413/wpf-pubnub-desktop-notifications
Windows Desktop notifications with C#, WPF, MVVM, and PubNub.
csharp desktop dotnet mvvm mvvm-architecture notification notifications pubnub tutorial windows windows-desktop-notifications windows-forms wpf wpf-desktop
Last synced: 22 Jul 2025
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/appcoda/drag-and-drop-demo
A simple demo for Drag & Drop APIs in iOS 11
drag-and-drop swift swift4 tutorial tutorial-code xcode xcode9
Last synced: 26 May 2026
https://github.com/javascript-tutorial/da.javascript.info
Modern JavaScript Tutorial in Danish
Last synced: 07 Apr 2025
https://github.com/javascript-tutorial/tk.javascript.info
Modern JavaScript Tutorial in Turkmen
Last synced: 07 Apr 2025
https://github.com/aadya940/pycoding
An Agentic Python Library and CLI Tool to automate Coding tutorial generation.
agent agentic-ai ai artificial-intelligence automation coding content python tutorial
Last synced: 19 Jul 2025
https://github.com/tomheaton/react-tutorial
a react tutorial
react tailwindcss tutorial vite
Last synced: 11 Apr 2026
https://github.com/pedrorijo91/scala-play-forms
scala-play-forms blog post code
form play-framework playframework scala tutorial
Last synced: 18 Feb 2026
https://github.com/solo-steven/toy-lang-in-rust
A toy language build by myself
learning-by-doing llvm rust toy-project tutorial
Last synced: 09 Mar 2025
https://github.com/websolutionstuff/laravel-9-crud-operation-example
As we know Laravel 9 was officially released yesterday with many new functionalities like Symfony 6.0 components, Symfony Mailer, Flysystem 3.0, improved route list output, a Laravel Scout database driver, etc, and many more and laravel 9 version requires a minimum PHP version of 8.0. So, here I will show you how to create CRUD operation in laravel 9, in this site we have performed many crud operations with example crud operation in ajax crud operation in laravel 8 etc. So, today I will give you laravel 9 crud application example or how to create crud in laravel 9.
crud crud-application crud-operation example html laravel laravel-9-crud-operation laravel-crud-operation laravel8 laravel9 php tutorial
Last synced: 30 Mar 2025
https://github.com/survivingwithandroid/esp32-weather-station
Build a weather station using ESP32
bmp280 esp32 iot schematics sensor tutorial weather-station
Last synced: 22 May 2026
https://github.com/marcospb19/explicacao-recursao
Portuguese explanation for recursion and call stack overflow.
learn portuguese readme recursion tutorial
Last synced: 05 Jan 2026
https://github.com/coolcodersj/python-thetutorial
learn learn-to-code learning python python3 tutorial tutorials
Last synced: 05 Mar 2025
https://github.com/thesoenke/serverless-tutorial
Serverless Tutorial mit OpenFaaS
Last synced: 02 Sep 2025
https://github.com/BAMresearch/jupyter_tutorial_sas
A programming tutorial for looking at SAS Data with Python. Part of the 'Better with Scattering' Workshop.
data-science programming-exercises small-angle-neutron-scattering small-angle-scattering small-angle-xray-scattering tutorial
Last synced: 16 Jan 2026
https://github.com/sinalalebakhsh/portswigger
Solving PortSwigger Labs in YouTube
portsw portswigger-labs securi tutorial
Last synced: 05 Apr 2025
https://github.com/bestia-dev/rust01_the_beginning
First steps for Rust development.
Last synced: 12 Jan 2026
https://github.com/danielgospodinow/catter
Love cats and modern software systems? Here's a cat facts application which has an architecture that fits modern needs
authentication aws cats circuit-breaker docker go google jenkins kotlin kubernetes openid rabbitmq react reactive-programming rest saga-pattern software-architecture spring-boot tutorial webflux
Last synced: 04 Nov 2025
https://github.com/ga58lar/ros2-docker-example
ROS2 Docker example
docker dockerfile ros2 tutorial
Last synced: 30 Mar 2025
https://github.com/mfaisalkhatri/selenium-json-data-driven
This repository contains code example for handling test data from JSON file using Google Gson library
datadriven datadriventesting gson-library seleniumwebdriver testautoma tutorial webautomation
Last synced: 21 Feb 2026
https://github.com/relintai/programming_tutorials
Hungarian programming tutorials that I'm writing. (Might translate them later.)
hungarian magyar oop programming sdl2 tutorial
Last synced: 05 Apr 2025
https://github.com/schadokar/colorcli
the `colorcli` is to return the name of the hexcode of the color. If the hexcode doesn't exist then `colorcli` can add the color.
Last synced: 14 May 2025
https://github.com/davidmoremad/fraud-exercise
Creamos una BBDD de transacciones y mediante Python detectamos actividad fraudulenta
curso ejerciciosresueltos python supabase tutorial
Last synced: 19 Apr 2026
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/tversteeg/learn-sfx
How to use Rust libraries to create your own sound effects
cpal rust sdl2 sfx sound-effects tutorial
Last synced: 19 Apr 2025
https://github.com/Azure/iot-central-compute
A simple way to do compute and data transformation on data sent to Azure IoT Central using Azure Functions and a slightly modified version of the Azure IoT Central Device Bridge.
azure-functions data-transformation iot iot-central javascript nodejs tutorial
Last synced: 08 May 2025
https://github.com/anjannair/blog
Providing information and references about my experiences with technology and programming.
documentation journal tutorial
Last synced: 08 Mar 2026
https://github.com/noeldemartin/tcm-ionic-workshop
Chat Ionic application to be built in a workshop in Tecnocampus Mataró.
firebase ionic tutorial workshop
Last synced: 04 May 2026
https://github.com/vincerubinetti/intro-to-svgs
The basics of SVGs, for academics
example graphics image svg training tutorial vector vector-graphics
Last synced: 31 Mar 2025
https://github.com/hyperspy/holospy-demos
HoloSpy Jupyter Notebook demos
data-analysis data-visualization electron-holography hyperspy materials-science multi-dimensional physical-sciences tutorial
Last synced: 29 Apr 2026
https://github.com/tienhuynh-tn/git-github-basic-tutorial
:octocat: Basic knowledge of Git/GitHub :octocat:
basic git git-tutorial git-tutorials github github-tutorial github-tutorials knowledge share tutorial vietnamese
Last synced: 20 May 2026
https://github.com/mapmeld/scraping-by-in-nodejs
Tutorial for jQuery users to learn NodeJS by writing a scraper module
Last synced: 10 May 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/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/javascript-tutorial/si.javascript.info
Modern JavaScript Tutorial in Sinhala
Last synced: 15 Aug 2025
https://github.com/rajdeep2804/darknet_yolo_tutorial
This repo acts like a training guide for yolo object detection model for custom data.
darknet object-detection training tutorial yolo yolov3
Last synced: 16 Aug 2025
https://github.com/kuduxaaa/python
Python -ის სახელმღვანელო დამწყებთათვის ქართულ ენაზე
code learn-python learning lesson python tutorial
Last synced: 16 Aug 2025
https://github.com/springload/redux-form-exercise
Exercises to understand better redux-form, how it works and how to use it.
exercise learn learning-exercise react redux redux-form tutorial
Last synced: 18 Apr 2026
https://github.com/ikr4-m/vbscript-learning
Sekumpulan listing dasar tentang dunia Visual Basic (Visual Studio / Visual Basic 6.0) terampung dalam sebuah penampungan atau yang biasa kita sebut repository.
database repository tutorial vbscript
Last synced: 14 Jun 2026
https://github.com/suewonjp/django-tutorial-todolist
Tutorial web app for Django framework
Last synced: 03 Jun 2026
https://github.com/amen-souissi/e2e-web-app-tutorial
end 2 end web app tutorla
apollo apollo-client apollo-server-express docker docker-compose expo graphql material-ui postgresql react-native reactjs redux smashtest subscriptions tutorial type-graphql typescript websocket
Last synced: 20 Jun 2025
https://github.com/zerotohero-dev/octomate
Octomate: Automation made easy.
automation buddy-works byte-sized bytesized-javascript bytesized-tv ci-cd demos deps deps-url javascript learning libary pipeline podcast screencast trainings tutorial vidcast videocast videos
Last synced: 05 Jul 2025
https://github.com/ginberg/crypto
Tutorial: Create your cryptocurrency dashboard in R shiny
cryptocurrency r shiny tutorial
Last synced: 03 Jul 2025
https://github.com/amarlearning/simple-neural-network
Simple Neural Network written in Python and Numpy (w/o any scify libraries)
beginner-friendly machine-learning neural-network numpy python3 tutorial
Last synced: 06 May 2026
https://github.com/nfantone/2d-roguelike
Unity3D tutorial for a 2D Roguelike game
Last synced: 07 Jan 2026
https://github.com/pjaskulski/escriptorium_tutorial
Wprowadzenie do aplikacji eScriptorium i Kraken
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/zachwhaley/cmake-prep
cmake practice preparation tutorial
Last synced: 19 Mar 2026
https://github.com/eggy115/objective-c
Objective-C
examples objective-c objective-c-examples objective-c-scripts objectivec objectivec-examples programs script scripts tutorial
Last synced: 30 May 2026
https://github.com/bradgarropy/static-web-server
server static-server static-web-server tutorial web-server
Last synced: 18 Mar 2026
https://github.com/imvickykumar999/djangowithharry
Django Tutorial In Hindi : https://youtu.be/JxzZxdht-XY?t=8753
bootstrap codewithharry django imvickykumar999 tutorial
Last synced: 06 May 2026
https://github.com/alexmhack/django_url_shorter
a django url service for shortening a url and also counting its clicks
advanced-programming django2 project python3 tutorial url-shortener
Last synced: 19 Apr 2026
https://github.com/devlights/try-python
This is my TUTORIAL project for Python.
jetbrains pycharm pycharm-ide pytest python python3 tutorial
Last synced: 18 Jan 2026
https://github.com/gvwilson/aida
AI data analysis
ai data-science open-source tutorial
Last synced: 13 Jun 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/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/veracioux/tuterm-collection
A collection of tuterm scripts
bash cli demo good-first-project hacktoberfest tuterm tutorial
Last synced: 09 Feb 2026
https://github.com/kathleenwest/minimalwebapientityframeworkcoresqlite
A minimal ASP.NET Core web api project to showcase Entity Framework Core with both SQLite and in-memory database implementations. This basic web api features CRUD operations with Http Verb Operations (Get, Post, Put, and Delete). Features tutorial-style YouTube videos for some topics.
asp-net-core asp-net-core-web-api crud csharp database demo entity-framework-core how-to in-memory-database learning-by-doing microsoft-learn minimal-web-api pizza pizza-shop sqlite swagger swagger-ui tutorial web-api youtube
Last synced: 28 Apr 2026
https://github.com/gabriel-logan/how-to-bundle-examples
Repository containing demonstration codes on how to build the final bundle with webpack, rollup or tsup, compiling for esm, cjs etc.
bundle bundler example examples examples-javascript examples-typescript rollup rollup-config rollup-configuration rollup-tutorial tsup tsup-config tsup-configuration tsup-tutorial tutorial webpack webpack-config webpack-configuration webpack-tutorial
Last synced: 06 Jan 2026
https://github.com/aman9026/custom-filters
Simple guide with code snippets for creating Custom-Filters by Image-Processing
digital-image-processing filter filters guide image-processing mlops numpy numpy-arrays opencv python3 tutorial tutorial-code
Last synced: 05 May 2026
https://github.com/mozilla-services/subscriber_demo
A Companion suite for https://blog.mozilla.org/services/2017/02/23/managing-push-subscriptions/
demonstration python3 tutorial webpush
Last synced: 17 Jul 2025
https://github.com/colemurray/movie-rec-tutorial
cloud-infrastructure google-dataproc machine-learning spark tutorial
Last synced: 28 Jan 2026
https://github.com/miguelmota/consensys-zkevm-messenger-l1-to-l2-example
Send a message from L1 Goerli to L2 ConsenSys zkEVM testnet.
bridge consensys-zkevm cross-chain ethereum example hardhat messenger multi-chain solidity tutorial zk zkevm
Last synced: 04 May 2026
https://github.com/peterpeterparker/json-to-enum
Map a JSON file to ENUM in Java
java json maven properties tutorial
Last synced: 06 Jan 2026
https://github.com/pmuens/ziglearn
Learning Zig via ziglearn.org
tutorial zig zig-lang zig-programming-language
Last synced: 04 Jan 2026
https://github.com/dangom/mrtoolkit-recon
Tutorial exercises on MR Image Reconstruction and Parallel Imaging
Last synced: 12 May 2026
https://github.com/astrolabsoftware/fink-client-tutorial
Tutorial to learn how to use the Fink client
apache-kafka astronomy python tutorial
Last synced: 20 Oct 2025
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