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-04-07 00:25:05 UTC
- JSON Representation
https://github.com/marcosvbras/androidexamples
Examples with several Android Components
android examples kotlin mobile mobile-app tutorial
Last synced: 27 Mar 2025
https://github.com/welli7ngton/flaskr-blog
Este repositório contém o código-fonte de um blog simples desenvolvido usando o framework Flask. O projeto é baseado no tutorial disponível na documentação oficial do Flask, que fornece uma introdução passo a passo ao desenvolvimento de aplicativos web com Flask.
blog docs flask flask-application pyhton3 self-learning sqlite3 tutorial
Last synced: 28 Dec 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/pereprior/space-invaders
Tutorial de Python para principiantes
pygame pygame-games python space-invaders tutorial tutorial-code
Last synced: 24 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/lucasmagnum/flutter-example-startup-name-generator
A flutter app example. https://codelabs.developers.google.com/codelabs/first-flutter-app-pt1/#0
example-project flutter mobile-app tutorial
Last synced: 12 Dec 2025
https://github.com/ytake/hack-application-tutorial
dependency-injection example hacklang hhvm middleware tutorial
Last synced: 08 Jan 2026
https://github.com/liatemplates/webdev
A simple LiaScript template for web development
css html javascript liascript liascript-template template tutorial webdevelopment
Last synced: 13 Dec 2025
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: 23 Nov 2025
https://github.com/renmusxd/splash_ml
learn learn-to-code learning-python machine-learning tutorial
Last synced: 31 Mar 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/freeclimbapi/node-send-sms-during-call-how-to-guide
Node - Send SMS During Call Tutorial
Last synced: 26 Jan 2026
https://github.com/rominalodolo/loginformjavafx
JavaFX Login Form Tutorial using Scene Builder | JavaFX and Scene Builder Tutorial | 2020 Version
form fxml java javafx login scenebuilder tutorial youtube
Last synced: 24 Nov 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
https://github.com/mindsers/tutorial-listtweets
Tutorial source on how to list tweets using the Twitter API
mindsersit-tutorials tutorial tweets twitter-api
Last synced: 29 Jul 2025
https://github.com/abhilashg97/spring-melon
A repository that contains my notes on Spring Boot
full-stack-web-development java notes spring-boot tutorial web-development
Last synced: 22 Feb 2025
https://github.com/noeldemartin/knowtech-ionic-workshop
Código para el curso sobre Ionic Framework impartido en KnowTech.
Last synced: 27 Feb 2025
https://github.com/taberkkaya/python_learning_hub
Code examples and projects
begginers python python-basics python-tutorial tutorial w3schools
Last synced: 08 Apr 2025
https://github.com/edserranoc/markdown-essentials
🚀 Master Markdown in Minutes! A complete guide with examples, tips, and tricks.
jupyter-notebook markdown tutorial
Last synced: 01 Apr 2025
https://github.com/bobbyma2014/coordinate-transform
A simple app that shows the transformation of coordinates
csharp robotics tutorial unity3d windows-app
Last synced: 01 Apr 2025
https://github.com/hu2di/javascript-tutorial
Learning Java Script
basic html javascript tutorial
Last synced: 08 Apr 2025
https://github.com/enygma/sunphp17
Application setup for Sunshine PHP 2017 Tutorial
security sunphp17 sunshinephp tutorial
Last synced: 03 Jul 2025
https://github.com/aaditya29/quantitative-finance-with-python
Quantitative Finance With Python Materials From Basic
python python3 quantitative-finance tutorial
Last synced: 01 Apr 2025
https://github.com/djdarcy/mcp-server-tutorial
A detailed hands-on tutorial for learning Model Context Protocol (MCP) server development with Python. Includes working examples, VSCode debugging setup, tests, and a step-by-step guide covering everything from basic architecture to deployment. Perfect for anyone wanting to build AI-integrated tools and to understand how Claude extensions work.
ai-assistant ai-integration ai-tools anthropic beginner-friendly claude claude-code claude-desktop debugging developer-tools examples learning-resources llm-tools mcp model-context-protocol python sdk step-by-step tutorial vscode
Last synced: 25 Oct 2025
https://github.com/minitauros/go-concurrency-training
Exercises for practicing concurrency and testing in Go.
concurrency go golang testing training tutorial
Last synced: 11 Mar 2026
https://github.com/bestia-dev/rust02_workspace_and_testing
Learning Rust - how to use workspace, binary, library and testing
Last synced: 09 Apr 2025
https://github.com/macagua/vauxoo_webinar_widgets_odoo13
Tutorial of Vauxoo Webinar "Crea widgets en Odoo 13 (Webinar técnico)"
example frontend javascript odoo odoo-13 tutorial vauxoo webinar widgets
Last synced: 12 Jul 2025
https://github.com/hoxtygen/codeplanks.com
Personal blog running on NextJs. Still under development
Last synced: 03 Jul 2025
https://github.com/bessouat40/keycloak-postgres-docker
Minimalist example of keycloak connection with a postgres database.
beginner beginner-project docker docker-compose keycloak postgresql tutorial
Last synced: 06 Mar 2025
https://github.com/aboualine/hangman-game
This project implements the classic Hangman game. Players try to guess a hidden word by suggesting letters. The game randomly selects words and provides feedback on correct and incorrect guesses. It's a great project, practicing basic game development, and exploring string manipulation. The code is well-commented and easy to follow.
beginner c cli console-game education game hangman learning open-source programming software-development tutorial word-game
Last synced: 01 Apr 2025
https://github.com/remy349/nextjs-dashboard-learning
Learning NextJS from the official learning page of nextjs.
nextjs tailwindcss tutorial typescript
Last synced: 25 Mar 2025
https://github.com/ik5/port_scanner
Example for creating a naive port scanner
golang javascript perl php port-scanner python3 ruby socket tcp-ip tcp-socket tutorial
Last synced: 12 Jun 2025
https://github.com/josedavila24/guias-abc
🚀📚 Repositorio con guías ABC 🎯 sobre el uso de diversas herramientas y tecnologías 🛠️💻. ¡Aprende de forma fácil y rápida! ⚡📖
git oracle-db tutorial ubuntu-server
Last synced: 01 Apr 2025
https://github.com/iamriteshkoushik/go-server
Tutorial driven web-server implementation in Go lang
akhil-sharma go tutorial web-server
Last synced: 09 Apr 2025
https://github.com/mouhcine-flutter/tutorial-kotlin
tutorial during my UDEV integration to CGI
audio-player kotlin kotlin-android tutorial
Last synced: 24 Mar 2025
https://github.com/asmaak0/personalized-learning-with-generative-ai-and-lms-integration
EDU TUTOR AI enhances learning with personalized tutoring using generative AI and LMS integration. Tailored support and custom materials boost student success. 🚀📚
css education firebase-database html javascript matplotlib streamlit tutorial
Last synced: 04 Jul 2025
https://github.com/pacovk/cdk-terraform-tutorial
A CDK portation of the official Terraform Lambda + ApiGateway tutorial
aws cdk lambda serverless terraform tutorial
Last synced: 01 Apr 2025
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: 30 Mar 2025
https://github.com/leonardofaria/webpack-lunch-and-learn
🍕& 📖at @Thinkific about webpack 4
javascript tutorial webpack webpack4
Last synced: 28 Nov 2025
https://github.com/monkstone/monkstone.github.io
My blog about JRubyArt
art jrubyart processing ruby tutorial
Last synced: 01 Jan 2026
https://github.com/atom-dispencer/codenameteabag
A programming guide with personality.
Last synced: 09 Apr 2025
https://github.com/gabrielbb/unity-space-shooter
Expand your knowledge and experience of working with Unity by creating a simple top down arcade style shooter.
tutorial unity unity-space-shooter
Last synced: 12 Jul 2025
https://github.com/nadjiel/petit-pixels
This project is a tutorial on how to set up games with pixel art aesthetics using Godot 4.3.
gamedev godot4-3 low-resolution pixel-art retro tutorial
Last synced: 27 Jan 2026
https://github.com/rrwen/r-spintro
Short introduction to practical spatial data processing for R
crs gis intro introduction learn r read spatial spatial-data tidyverse tutorial write
Last synced: 26 Oct 2025
https://github.com/julianpistorius/doit-tutorial
Playing with doit.
doit python tutorial tutorial-exercises workflow
Last synced: 29 Jun 2025
https://github.com/harmindersinghnijjar/dreambot-first-logger-script
A simple logger script using the DreamBot API for the popular MMO Old School Runescape.
dreambot dreambot-3 java runescape runescape-api runescape-bots tutorial
Last synced: 09 Apr 2025
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: 04 Jul 2025
https://github.com/lamestation/im-alive
Make some blinky lights blink!
alive lamestation led propeller spin tutorial
Last synced: 26 Jan 2026
https://github.com/applitools/example-selenium-csharp-mstest-classic
Applitools Example: Selenium C# MSTest with the Classic runner
applitools applitools-example applitools-eyes applitools-tutorial csharp dotnet mstest selenium selenium-webdriver test-automation tutorial visual-testing webdriver
Last synced: 11 Mar 2025
https://github.com/billy0402/nestjs-event-api
A tutorial project for Nest.js API tutorial.
nestjs nestjs-zod nodejs prisma restful-api swagger tutorial zod
Last synced: 13 Jun 2025
https://github.com/yeikerthegod/the
The word "the" is the most commonly used definite article in the English language, serving to specify a noun as known or recognizable within a context. It is essential for grammar and communication in English, appearing in nearly every sentence to provide clarity and specificity to the reader or listener.
bypass bypass-av hacking macos malware malware-analysis malware-samples python security thefatrat theme theme-next tutorial typescript
Last synced: 28 Feb 2025
https://github.com/wheelfate/hello-continuous-deployment
Simple tutorial about continuous deployment
ci-cd continuous-deployment github-actions html tutorial
Last synced: 12 Jul 2025
https://github.com/kinneko-de/sample-humanfriendly-id-go
Sample how to create a human-friendly identifier in Go
go golang human-friendly id sample tutorial
Last synced: 17 Mar 2025
https://github.com/divertimentos/pare-de-chutar-css
Tutoriais sobre "display: inline", "inline: block" e "display:block".
Last synced: 22 Feb 2026
https://github.com/flowforfrank/css-masonry
🖼️ Masonry layout created with CSS
columns css css-columns css3 grid grid-layout masonry masonry-layout responsive tutorial webtips
Last synced: 13 Jun 2025
https://github.com/stephencavender/react-tictactoe-tutorial
Follow-along repo for https://reactjs.org/tutorial/tutorial.html
javascript react reactjs tutorial
Last synced: 28 Feb 2025
https://github.com/thebeyondr/devconnector
Social media web app for developers 💻
express jsonwebtoken mongodb mongoose nodejs react redux traversy-media tutorial
Last synced: 28 Feb 2025
https://github.com/ethand91/nextjs-chakra-sample
Simple sample made with Next.js and Chakra-UI
Last synced: 16 Mar 2025
https://github.com/dodonki1223/vue-study
Vue.jsの勉強用リポジトリ
tutorial udemy vue vuejs vuejs-components
Last synced: 08 Jan 2026
https://github.com/aekiti/to-do-list-aepp
This project presents ready to use To-do list aepp with predefined Vue.js front-end framework.
aepp aeternity identity-aepp todo todolist tutorial tutorials vue
Last synced: 11 Mar 2025
https://github.com/silvestrevivo/svelte-intro-tutorial
SvelteJS application as intro tutorial, regarding the YouTube video from @mschwarzmueller
css3 html5 javascript sveltejs tutorial youtube
Last synced: 05 Jul 2025
https://github.com/julia-pfarr/git-gitlab_tutorial
Git & GitLab Tutorial, Beginner
git gitlab psychology tutorial workshop
Last synced: 05 Feb 2026
https://github.com/natancabral/linux-learn
The Linux command line is a text interface to your computer. Often referred to as the shell, terminal, console, prompt or various other names. This tutorial will teach you a little more about commands line on Linux.
bash linux linux-command sh shell shell-script terminal tutorial ubuntu
Last synced: 16 Mar 2025
https://github.com/aaditya29/api-with-python
Python API development Using FASTAPI
api apitutorial fastapi freecodecamp python tutorial
Last synced: 13 Jul 2025
https://github.com/fblupi/nodejs-express-postgres-sequelize-tutorial
Repository hosting code for the "Getting Started with Node, Express and Postgres Using Sequelize" tutorial by @waiyaki
express nodejs npm postgresql sequelize todos tutorial
Last synced: 06 Sep 2025
https://github.com/timeless-residents/handson-elm
A hands-on guide for learning the Elm programming language through basic concepts and practical examples
beginner-friendly elm functional-programming learning programming tutorial web-development
Last synced: 31 Jul 2025
https://github.com/inbo/rpubs
A repository with the source code of the documents on http://rpubs.com/INBOstats
Last synced: 05 Jul 2025
https://github.com/mehmetsylsz/selenium-automation-opensource
🤖 Master Selenium automation with real-world examples in Python. Contribute, learn, and enhance your skills in an open-source environment.
automation automation-testing eviden java maven open-source open-source-project practice pytest python selenium selenium-python testng-framework tutorial webdriver
Last synced: 06 Sep 2025
https://github.com/hu2di/android-in-app-billing
Android app for in-app purchase guides
android guide in-app-purchase tutorial
Last synced: 14 Jun 2025
https://github.com/ot-nemoto/cdk-workshop
AWS CDK Workshop - TypeScript ワークショップ
Last synced: 25 Dec 2025
https://github.com/vomnes/projects-vuejs
VueJS Projects following Grafikart tutorials
basics grafikart javascript tutorial vuejs
Last synced: 16 Mar 2025
https://github.com/znagadeon/processing-tutorial
UNIST Pinocchio 프로세싱 튜토리얼
arduino processing tutorial unist
Last synced: 11 Mar 2025
https://github.com/freeclimbapi/java-list-queue-members-tutorial
Java - List Queue Members Tutorial
Last synced: 06 Sep 2025
https://github.com/didinj/javascript-function-refactoring-recursive
Javascript Function: Refactoring & Recursive
examples function javascript js recursive refactoring tutorial
Last synced: 06 Jul 2025
https://github.com/ardakazanci/kotlinnotespowa
Kotlin & Android Best Practices
bestpractices kotlin kotlintutorial practice tutorial
Last synced: 09 Apr 2025