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-25 00:28:12 UTC
- JSON Representation
https://github.com/zoltan-nz/flask-playground
Python Flask, playground, tutorial, best practices, modern implementation
flask playground python tutorial
Last synced: 24 Apr 2026
https://github.com/crissccl/digital_controlsim
Tutorial-oriented simulation of a discrete-time PI control loop applied to a first-order system. Includes actuator saturation to emulate real microcontroller behavior. Designed for educational purposes and digital control learning.
arduino digital-control education esp32 first-order-system matlab pi-controller saturation simulation teensy tutorial
Last synced: 06 May 2026
https://github.com/makstyle119/php
PHP from beginner to advanced
begginer-friendly makstyle119 php tutorial
Last synced: 11 Apr 2026
https://github.com/running-grass/bevy-tutorial
bevy 教程
bevy bevy-engine document ecs game-development tutorial
Last synced: 24 Apr 2026
https://github.com/leomaurodesenv/smm-data-mining
Tools and results ~ Knowledge Discovery on the Super Mario Maker
data-mining research-project toolkit tutorial
Last synced: 31 Jan 2026
https://github.com/francescodisalesgithub/exercisesdonefromlinuxcommandsbook
Some exercises done from the book Linux Commands,C,C++,Java,Python by Manjunath.R and some optional exercises made by me
exercise java learning serialization tutorial understanding
Last synced: 14 Apr 2026
https://github.com/makstyle119/python
Python from beginner to advanced
begginer-friendly makstyle119 python tutorial
Last synced: 11 Oct 2025
https://github.com/srinidhibhat45/djangoblogapp
A Django Blog app based on a tutorial by Corey Schafer on YouTube
beginner beginner-friendly blog coreymschafer django hacktoberfest open-source python python3 tutorial webapp youtube
Last synced: 14 Apr 2026
https://github.com/shubhansu-kr/cse310-javaprogramming-tutorial
Tutorial Java Files for CSE310: Java Programming course | LPU | Sem4
code java lpu oops-in-java sem4 tutorial
Last synced: 16 Jun 2026
https://github.com/pandevim/learn_sql
This repository will help you to learn SQL!
Last synced: 24 Apr 2026
https://github.com/senior-sigan/springboottutorial
java mybatis spring-boot tutorial
Last synced: 29 Apr 2026
https://github.com/javieraviles/trunk-based-development
Example exercise of how to apply trunk based development methodology
example how-to trunk-based-development tutorial
Last synced: 19 Mar 2026
https://github.com/infinitode/python-projects
An open-source GitHub repository containing Python project ideas, steps, tips, and code solutions.
advanced advanced-projects beginners code-solution code-solutions examples examples-python free intermediate intermediate-projects open-source project-ideas python python-projects python-solutions readme tutorial tutorials
Last synced: 06 Sep 2025
https://github.com/seokminhong/remix-jokes-workers
Remix Jokes Demo App for Cloudflare Workers
cloudflare-workers remix tutorial
Last synced: 19 May 2026
https://github.com/eduardoprofe666/jframe-draggable
Proyecto del tutorial en Youtube de como hacer un JFram personalizado draggable
drag java java-swing jframe tutorial youtube
Last synced: 21 Apr 2026
https://github.com/huaying/react-games
Small games written in React.js
game react react-game react-tutorial tutorial
Last synced: 13 May 2026
https://github.com/drsmile444/tensorflow-ml-bot-example
🤖 Telegram Bot example using Machine Learning and Tensorflow
example telegram telegram-bot tensorflow tutorial
Last synced: 13 May 2026
https://github.com/s-light/workshop__blender_web_creative_worlds
Workshop for blender3dschool.de - Blender & Web: creative worlds ;-)
a-frame blender blender-addon tutorial workshop
Last synced: 12 Oct 2025
https://github.com/saeedkohansal/php-session-full-tutorial
A session is a way to store and manage user-specific information across requests. It involves assigning a unique ID to each client and storing data on the server. This maintains state for users, such as login status or shopping cart contents. In programming, it refers to a period of interaction between a user and a system, commonly used in web...
backend backenddevelopment gilgeekify howto howtocode php php-session php-sessions phpsessid phpsession programming server server-side serverside session-cookie tutorial web-development webbrowser webdeveloper webdevelopment
Last synced: 13 Oct 2025
https://github.com/stevecondylios/contactforminrails6
A contact form in production in rails 6
Last synced: 06 May 2026
https://github.com/soyelmoreno/fullstack4fe-v2
Tutorial: Working through Frontend Masters course: "Full Stack for Frontend Engineers"
frontend-masters full-stack tutorial
Last synced: 13 Oct 2025
https://github.com/loitd/rubycourse
Repository for the Youtube playlist: "Học lập trình Ruby căn bản" at https://www.youtube.com/channel/UCb8t2YTgLsAbTcdafpZzFuw
basic devise excercises learning programming-language ruby ruby-on-rails tutorial tutorial-code tutorials youtube-playlist
Last synced: 21 Jan 2026
https://github.com/kai9987kai/pygame-tutorials
Pygame tutorial snapshots plus an advanced research-informed version of the final game.
Last synced: 10 Jun 2026
https://github.com/marcospb19/godot-enet-packet-server-example
Minimal example on how to setup a raw-packet `ENet` client and server in Godot 4.2
enet godot multiplayer network tutorial
Last synced: 11 Jun 2025
https://github.com/javascript-tutorial/ur.javascript.info
Modern JavaScript Tutorial in Urdu
Last synced: 04 Sep 2025
https://github.com/divertimentos/tutorial-selenium-real-python
Tutorial de Selenium
Last synced: 21 Apr 2026
https://github.com/choidae1/git-github-study
Repo for learning 「깃&깃허브 입문」(이지스퍼블리싱)
Last synced: 21 Apr 2026
https://github.com/stevepolitodesign/auto-unsubscribe-from-email-in-rails
Learn how to add a link to any Rails Mailer that will allow a user to automatically unsubscribe from that email. As an added bonus, we'll build a page allowing a user to update their email preferences across all mailers.
Last synced: 13 Oct 2025
https://github.com/afteracademy/goserve-docs
Official documentation for goserve - a robust Go backend framework for building production-ready REST APIs.
api-documentation api-framework clean-architecture docker documentation getting-started gin-framework go golang goserve jwt-authentication kong-gateway microservices mongodb nats postgresql redis rest-api tutorial
Last synced: 05 Feb 2026
https://github.com/gnebbia/bash_scripting_tutorial
A personal tutorial for Bash scripting
Last synced: 05 Jun 2026
https://github.com/zhh2001/p4-language-guide-zh
P4(P4_16)语言中文教程:从数据平面编程、Parser、Match-Action Pipeline 到架构与实战(BMv2 / P4Runtime)
bmv2 chinese data-plane p4 p4-16 p4lang p4runtime sdn tutorial
Last synced: 20 Apr 2026
https://github.com/ibmstreams/streamsx.tutorial.teda
Tutorials for TEDA
ibm-streams stream-processing tutorial
Last synced: 21 Feb 2026
https://github.com/hun756/cpp-snippets
C++ Short Code Snippets
30seconds cpp cpp-library cpp11 cpp17 snippet snippets snippets-collection tutorial tutorial-code tutorials
Last synced: 19 Apr 2026
https://github.com/seadowg/dip-lesson
Using Dependency Inversion to help you (re)write testable code
dependency-inversion-principle java test-driven-development tutorial
Last synced: 15 Apr 2026
https://github.com/abdulmumin1/yt-kivycalculator
Calculator app for youtube tutorial.
Last synced: 21 May 2026
https://github.com/flowforfrank/classifier
🤖 Image classification with TensorFlow.js
classification image-classification javascript tensorflow tensorflow-js tutorial webtips
Last synced: 20 Apr 2026
https://github.com/dryrel/gad2017_lab
Unity Engine - Game Development I (C#)
bahcesehir-university education tutorial unity
Last synced: 25 Apr 2026
https://github.com/achie72/druid-dash-2
PICO-8 puzzle game made for Pursuing Pixels James Jam Game Gam #3
game-development gamejam lua pico-8 pico8 tutorial
Last synced: 29 Mar 2025
https://github.com/000daniel/000daniel.github.io
A website about confusing C# programming topics made easy to understand.
csharp document documentation easy made-easy program programming simple tutorial website
Last synced: 04 Jun 2026
https://github.com/fzaninotto/ra-relationships-tutorial
A sample react-admin app demonstrating fields for relationships. Support for a video tutorial on YouTube.
Last synced: 13 Oct 2025
https://github.com/santiagodotsh/expo-sticker-smash
🍩 📱 Sticker Smash app with React Native and Expo.
expo images react react-native tutorial typescript
Last synced: 11 Apr 2026
https://github.com/frozen-beak/hash_table
Hash Table in rust from scratch with djb2 algorithm
Last synced: 23 Mar 2025
https://github.com/serihiro/rails_mini_blog_tutorial
Rails5 web application tutorial
Last synced: 27 Apr 2026
https://github.com/silvestrevivo/native-manager
React Native application following the Udemy Tutorial from @StephenGrider
firebase react react-native reactjs stephengrider tutorial udemy
Last synced: 11 Apr 2026
https://github.com/bruvellu/3d-tutorial
Tutorial on how to visualize 3D data in Fiji using built-in tools and 3Dscript
3d 3d-visualization 3dscript fiji imagej tutorial
Last synced: 13 Jan 2026
https://github.com/macagua/product_video_preview
Tutorial of "How to Create a Widget in Odoo"
addon example frontend javascript odoo odoo-13 python tutorial
Last synced: 09 May 2026
https://github.com/000daniel/collision-mask-layer
A page dedicated to explaining how collision masks/layers works in the Godot game engine
collision collision-detection collision-layer collision-mask document documentation game-engine godot layer make-easy mask simple tutorial
Last synced: 03 Feb 2026
https://github.com/freeclimbapi/java-list-calls-how-to-guide
Java - List Calls Tutorial
Last synced: 01 Jul 2025
https://github.com/foufou-exe/iac-terraform-ansible-aws-webserver-demo
Complete example of deploying a Debian web server on AWS EC2 using Terraform and Ansible. Perfect for learning infrastructure as code (IaC) basics. 🤖
ansible automation aws cloud debian devops ec2 example iac infrastructure-as-code linux open-source terraform tutorial webserver
Last synced: 11 Apr 2026
https://github.com/der3318/winrt-fd-sample
Notes and Samples to Use WinRT Face Detector
Last synced: 27 May 2026
https://github.com/jennasys/pyuseref
Python version of useRef demo at: https://dev.to/ziratsu/the-useref-hook-in-react-3h98
parcel python react transcrypt tutorial
Last synced: 10 Jun 2026
https://github.com/silvestrevivo/react-hooks-2
React-hooks application developed the Udemy Tutorial from @reedbarger
react-hooks-application reactjs tutorial udemy-tutorial
Last synced: 11 Apr 2026
https://github.com/shearichard/nim-tutorial-exercises
My versions of the Nim tutorial exercises
Last synced: 28 May 2026
https://github.com/applitools/tutorial-watir-ruby-basic
Applitools Watir tutorial
applitools ruby tutorial watir
Last synced: 28 May 2026
https://github.com/kasir-barati/react
ReactJS tutorial
npm react tutorial typescript vite
Last synced: 16 Apr 2026
https://github.com/mzaini30/w3
Tutorial W3 CSS
css-framework simple tutorial w3css
Last synced: 23 Mar 2025
https://github.com/hoptical/scala-exploration
an Introduction to Scala with Jupyter notebook
Last synced: 15 Feb 2026
https://github.com/svelterust/saltos
Tutorial for creating an x86 operating system from scratch using Zig
Last synced: 01 Jul 2025
https://github.com/mauranne-lg/flask_tutorial
This project is the result of the Flask step-by-step tutorial. See more on https://flask.palletsprojects.com/en/2.3.x/tutorial/
Last synced: 05 Jan 2026
https://github.com/snaka/storybook-tutorial-taskbox
This repository is a practical application of the contents of following page
Last synced: 11 Apr 2026
https://github.com/bessouat40/python-fastapi-template
Example of FastAPI deployment and API calls
api beginner beginner-friendly beginner-project fastapi python rest-api template template-project tutorial
Last synced: 11 Apr 2026
https://github.com/jaygaha/ai-mastery-roadmap
A collaborative AI learning roadmap. I'm documenting my journey from grasping the fundamentals of Python to mastering Machine Learning. Feel free to fork and contribute — let's build our AI skills together!
artificial-intelligence beginners-guide data-science deep-learning education numpy python python-programming self-taught tutorial
Last synced: 18 Jan 2026
https://github.com/mcanouil/mctrainings
Training Workshops from Mickaël Canouil
Last synced: 15 Jul 2025
https://github.com/brlin-tw/hello-gnu-build-system
This is a starter project for learning GNU Build System and its features and constraints.
autoconf autoheader automake gnu-build-system limitations tutorial
Last synced: 02 Jan 2026
https://github.com/meicloudie/js_buoi1
CyberSoft Academy - JavaScript
course-project javascript tutorial
Last synced: 16 Mar 2025
https://github.com/educhastenier/spring-boot-kotlin-blog-tutorial
Spring-boot, Kotlin, Mustache tutorial material
kotlin mustache mustache-templates spring-boot tutorial
Last synced: 11 Apr 2026
https://github.com/herve07h22/expert-javascript-booking
Support du cours en ligne Expert javascript
clean-architecture javascript tutorial
Last synced: 02 Jul 2025
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/jccampagne/sql_playground
play with SQL / PLSQL - tutorial
learning-by-doing postgresql sql tutorial
Last synced: 16 Mar 2025
https://github.com/0-mostafa-rezaee-0/genai_image_tutorial
Step-by-step tutorial to implement DDPM and PGGANs on Chest X-Ray images, addressing imbalanced datasets in medical imaging.
ddpm genai medical-imaging pggan resnet-50 tutorial vgg16
Last synced: 31 Mar 2025
https://github.com/gerbenjacobs/unix-piping-course
This course will show you how to make a Go binary that acts as a unix tool. We will read data from stdin, convert it to our custom JSON model and push it through to stdout, completing the cycle.
Last synced: 10 Mar 2026
https://github.com/nicolocurioni96/weatherkittutorial
WeartherKit tutorial
ios16 swift5-7 swiftui tutorial weatherkit
Last synced: 15 May 2026
https://github.com/felipefacundes/hdparm_tuto
Tradução em português do artigo da Linux Magazine de 2006 sobre HDPARM (atualizado).
hd hdparm improvement performance portuguese ssd tutorial tutorial-exercises tutorials
Last synced: 24 Mar 2025
https://github.com/hcl-tech-software/code-realtime-art-tutorial
A VS Code extension for learning Code RealTime and the Art language
art code-realtime cpp realtime statemachine tutorial
Last synced: 21 Feb 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/rominalodolo/linux_terminal_course
Youtube tutorial by Free Code Camp - The 50 Most Popular Linux & Terminal Commands - Full Course for Beginners. Link: https://www.youtube.com/watch?v=ZtqBQ68cfJc
bash command-line linux permissions sort sudo tutorial whoami youtube zip
Last synced: 04 May 2026
https://github.com/ahmedfahim21/c02-envision-project
The goal of this project is to teach frontend Web Development, starting off with HTML, CSS and JavaScript to building a Movie website in ReactJS.
Last synced: 08 Apr 2025
https://github.com/rfluethi/wordpress-playgrounds
This repository contains various blueprints for the WordPress Playground and serves as a training resource for WordPress. It is designed to help users learn and practice WordPress configurations and features.
blueprints configuration education learning playground training tutorial wordpress wordpress-playground
Last synced: 08 Apr 2025
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/chenxingqiang/kube-operator-tutorial
make a k8s Operator focusing on Kube-Operator-Tutorial.
Last synced: 04 Feb 2026
https://github.com/jjyr/vulkan-tutorial-c
Learn https://vulkan-tutorial.com/Introduction with C
Last synced: 21 May 2026
https://github.com/kevinlin1/nifty-web-apps-java
Build a web app for any Java programming assignment.
education java tutorial web-app
Last synced: 08 Apr 2025
https://github.com/kskitek/graalvmlt
graalvm lightning-talk presentation tutorial
Last synced: 12 Jul 2025
https://github.com/sano-jin/rust-hands-on-wiki
A hands on of Rust language creating a simple wiki.
blog-app rust tutorial web-development wiki
Last synced: 28 Oct 2025