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-01 00:28:20 UTC
- JSON Representation
https://github.com/petrosdemetrakopoulos/restapimanagertutorial
Complete code of a tutorial for a REST API manager in Swift
Last synced: 26 Jun 2025
https://github.com/silvestrevivo/svelte-meetups
SvelteJS application as example, regarding the Udemy tutorial from @mschwarzmueller
javascript svelte-meetups svelte3 tutorial udemy
Last synced: 06 May 2026
https://github.com/medicinal-ruby/active_storage_demo
An ActiveStorage demo for S3 uploads + local disk. It's better than the paperclip gem, by far..
activestorage guide helpers rails rails5 rails6 tutorial tutorials
Last synced: 19 Jan 2026
https://github.com/da-huin/load-balancer-and-auto-scaling-tutorial
✨ In this article, we will learn how to set up Load Balancer and Auto Scaling.
auto-scaling aws ec2 load-balancer tutorial
Last synced: 07 Sep 2025
https://github.com/da-huin/spark-tutorial
✨ Tutorial of Spark.
easy jupyterlab simple spark tutorial
Last synced: 07 Sep 2025
https://github.com/da-huin/ai-notebook-tutorial
✨ Tutorial of Jupyter Notebook in GCP AI Platform.
ai-platform gcp jupyter notebook tutorial
Last synced: 07 Sep 2025
https://github.com/harukaionasao/git_basic_tutorial
Este repositório é um guia prático para iniciantes em Git e GitHub, com instruções passo a passo sobre instalação, configuração e operações básicas de controle de versão. Criado para tornar o aprendizado mais acessível, ele inclui dicas e melhores práticas para uso eficiente de repositórios.
beginner-friendly beginners configuracao git git-beginner git-best-practices git-branch github github-config tutorial
Last synced: 20 May 2026
https://github.com/vishal-biyani/puppet-lab
A simple Puppet lab to get started!
infrastructure puppet tutorial
Last synced: 20 May 2026
https://github.com/phuijse/jupyterbookuach
Tutorial y plantilla para confección del libros virtuales con jupyter book
Last synced: 08 Jun 2026
https://github.com/programmingrainbow/beginners-guide-to-sdl3-in-cpp
An in-depth guide to getting started with SDL3 in the C++ Language .
cpp cpp20 guide sdl3 sdl3-image sdl3-mixer sdl3-ttf tutorial
Last synced: 26 Mar 2025
https://github.com/umair13adil/flutter_in_urdu
This project is part of Youtube course: Flutter in Urdu.
course dart example flutter flutter-app flutter-demo flutter-examples flutter-ui tutorial urdu
Last synced: 14 May 2026
https://github.com/simonneutert/gilded_rose_kata
Refactor like a Boss (Refactor like Sandi Metz)
minitest refactoring ruby tdd-kata test-driven-development tutorial tutorial-code
Last synced: 15 Mar 2025
https://github.com/ethand91/photogridexample
Simple Photo Grid Example Using Jetpack Compose
android jetpack kotlin tutorial
Last synced: 20 May 2026
https://github.com/alessandro624/computerscienceguides
Raccolta di guide su vari argomenti relativi all'informatica
computer-science docker doxygen git guide junit linux mariadb maven mpi mysql programming software-development tutorial valgrind
Last synced: 08 Apr 2026
https://github.com/bechtle-ag/abap-learning
ABAP Learning
abap abap-development abaplint learning learning-exercises sap tutorial
Last synced: 06 Feb 2026
https://github.com/alexmhack/learning-kivy
Learning to develop cross platform applications using the python Kivy library.
chat-application desktop-application example-project kivy kivy-application kivy-framework kivy-language learning learning-by-doing python3 sockets tutorial tutorial-code
Last synced: 19 Jan 2026
https://github.com/sukhoy94/webpack-101
Tutorial wprowadzający w podstawy działania narzędzia Webpack
Last synced: 26 Mar 2025
https://github.com/mlibre/linux_essential_tutorial_presentation
Linux essential tutorial presentation
essential linux presentation slide tutorial
Last synced: 17 Mar 2025
https://github.com/thedvlprs/react-beginners-tutorial
:tada: Creat React App
create-react-app form-list props state tutorial
Last synced: 26 Mar 2025
https://github.com/azmainadel/amarshop-backend-django
Demo tutorial codebase for a Django class I took at BongoDev
backend demo django django-rest-framework python teaching tutorial
Last synced: 17 Feb 2026
https://github.com/deadlykam/tutorialproceduralanimationfix
A tutorial on fixing the procedural animation with baked animation in Unity3D.
animation animation-fix kamran kamran-wali tutorial unity unity3d wali
Last synced: 17 May 2026
https://github.com/saeedkohansal/javascript-alarm-web-application
This Is A Client-side Vanilla JavaScript Web Application, I'm Using localStorage From HTML Web Storage API To Save My Data Inside The Browser, The localStorage Object Stores Data With No Expiration Date So We Have All Data We Need In The User's Browser...
client-side css front-end gilgeekify html javascript tutorial tutorials web-application web-design web-development
Last synced: 17 May 2026
https://github.com/ivannz/fds2020-packaging
Contents for a session on Packaging in Python
Last synced: 17 May 2026
https://github.com/0xhericles/riscv-helpmate
RISC-V32I Helpmate
hardware processor risc risc-processor risc-v tutorial
Last synced: 23 Jun 2025
https://github.com/adessose/learndistributedecom
A C# sample project demonstrating the intricacies of distributed systems in an e-commerce setting, using microservices, MassTransit, and integrated telemetry with Jaeger and Application Insights.
applicationinsights asynchronous-communication distributed-systems education jaeger masstransit microservices telemetry tutorial
Last synced: 05 Apr 2025
https://github.com/ghostwriternr/github-battle
My code from Taylor McGinnis' unbelievably good ReactJS tutorial
Last synced: 03 May 2026
https://github.com/hidao80/mcp-tutorial-1
SQLite MCP Server tutorial for Cursor, VS Code, Windsurf, and Claude Desktop. Zero-configuration setup with uvx, cross-platform support, and DXT extension included. Perfect for learning Model Context Protocol integration.
ai-tools claude-desktop cursor mcp model-context-protocol sqlite tutorial vscode windsurf zero-config
Last synced: 17 Apr 2026
https://github.com/jaidevd/talentsprint-workshop
TalentSprint workshop on Machine Learning in November 2017
data-science jupyter-notebook machine-learning python sklearn tutorial
Last synced: 02 Aug 2025
https://github.com/andersonleite1/testes-unitarios-jest
Este artigo fornece uma introdução aos testes unitários usando Jest. Aborda os conceitos básicos dos testes unitários, incluindo isolamento, automatização, cobertura de código, feedback rápido e confiabilidade. O artigo também descreve o que é necessário saber para trabalhar com Jest, incluindo a instalação e configuração, escrita de testes...
jest jest-tests test testing tests tutorial
Last synced: 02 Aug 2025
https://github.com/pprattis/a-programming-tutorial-web-app-with-JDBC-client
A jdbc application that runs queries in pgAdmin to simulate the functionality of a programming tutorial class that saves the tutorial's theory and tests in the database.
bootstrap computer-science java jdbc jsp-servlet pgadmin pool-connection-jdbc-java postgresql query servlet sql student tutorial tutorials-platfrom web-application
Last synced: 28 Sep 2025
https://github.com/extcore/extcore-sample-filestorage
ExtCore framework 7 sample web application that uses file storage
asp-net-core dotnet dotnet-core dotnetcore extcore-framework sample tutorial
Last synced: 03 Aug 2025
https://github.com/kogakure/nix-darwin-home-manager-tutorial
Setting up an example flake using Nix, nix-darwin, and home-manager
home-manager nix nix-darwin tutorial
Last synced: 09 Nov 2025
https://github.com/cpilson/yelp-fusion-api-test
Yelp Fusion API Test
api cors heroku-instance react react-router reactjs redux tutorial tutorial-code yelp yelp-api yelp-fusion-api
Last synced: 09 Apr 2026
https://github.com/codetit4n/backpropagation
Simple Backpropagation using churn modelling dataset
churn-modelling ml python tensorflow tensorflow-tutorials tutorial
Last synced: 03 Oct 2025
https://github.com/gildas/helloworld
Very Simple Express.js server
docker helm istio kubernetes nodejs prometheus tutorial
Last synced: 09 Apr 2026
https://github.com/swappy514/python-learning-hub
A comprehensive, well-structured Python learning repository — from basics to advanced topics including OOP, recursion, data structures, debugging, and real-world industry examples. Perfect for beginners and intermediate learners aiming to master Python programming.
advanced algorithms beginner code-examples data-structures debugging industry-projects intermediate learning oop programming python recursion tutorial
Last synced: 10 Aug 2025
https://github.com/gozaddy/building-a-blog-with-gatsby
This is repo for my tutorial on building a blog with Gatsby
Last synced: 09 Apr 2026
https://github.com/petercamilleri/games_lessons
A series of simple demo programs for creating games in Ruby with the Gosu gem.
game-development gosu-gem ruby tutorial
Last synced: 04 Oct 2025
https://github.com/applitools/tutorial-webdriverio-ultrafastgrid
Applitools Ultrafast Test Grid VisualGridRunner tutorial using WebdriverIO 4
applitools tutorial webdriver webdriverio
Last synced: 19 Feb 2026
https://github.com/optimajet/dynamic-plugin-loading
Workflow Engine: Dynamic Plugin Loading
dynamic plugin tutorial workflow-engine
Last synced: 12 Aug 2025
https://github.com/prathameshdhande22/data-visualization-tutorial
Repository Contains all the stuff required for Data Visualization. Numpy Tutorial, Pandas Tutorial, Matplotlib Tutorial, Seaborn Tutorial
data-visualization jupyter-notebook matplolib numpy pandas pandas-dataframe python seaborn tutorial
Last synced: 09 Apr 2026
https://github.com/kennfatt/go-concurrency-control
A way to control concurrency in Go web application with MySQL database.
concurrency-control enorm ent golang tutorial
Last synced: 04 Oct 2025
https://github.com/petercamilleri/connect_n_game
A simple connect N (4..8) game with some simple AI players.
connect-four game ruby tutorial
Last synced: 04 Oct 2025
https://github.com/dariodip/golearngo
A workshop for learning the basic concepts of Go.
Last synced: 16 Aug 2025
https://github.com/philipyip1988/windows-11-installation-guide
Windows 11 Installation Guide for Dell Computers. These guides cover updating the BIOS, configuring the BIOS Setup, downloading Windows 11, preparing a Windows 11 Bootable USB with Intel VMD and network preinstallation drivers and preparing Upgrade and Clean Installs on Dell PC which satisfy Microsoft Soft or Hard System Requirements.
24h2 bios dell installation intel microsoft tutorial uefi vmd windows-11
Last synced: 10 Nov 2025
https://github.com/sanidhyy/gpt3-web-app-react
GPT-3 Web App created using React JS.
javascript nodejs reactjs tutorial
Last synced: 10 Apr 2026
https://github.com/frameright/image-display-control-demo-irregular-shapes
Demo of Image Display Control with Irregularly Shaped Image Containers
css demo frameright html image image-display-control iptc javascript metadata responsive-design responsive-images tutorial
Last synced: 19 May 2026
https://github.com/freeclimbapi/node-speech-recognition-how-to-guide
Node - Speech Recognition Tutorial
Last synced: 27 Feb 2026
https://github.com/cbillowes/gentle-intro-to-git
Follow a the course "A gentle introduction to Git"
Last synced: 25 Aug 2025
https://github.com/fpsvogel/lets-learn-ruby
A site listing resources to learn Ruby, Rails, and related skills.
book-list books bookshelf curriculum learning practice programming rails resources ruby ruby-on-rails study-materials tutorial web-development
Last synced: 27 Aug 2025
https://github.com/code-monad/ckb-tutorial-contract
a simple tutorial for how to write ckb contract using rust
ckb contract rust template-project tutorial
Last synced: 28 Aug 2025
https://github.com/twitu/monad-challenges
Solving the monad challenges
challenge haskell monads tutorial
Last synced: 24 May 2026
https://github.com/onderkalaci/pgcolor
Color data type (and more) for PostgreSQL
citus extension postgres postgresql prototype tutorial
Last synced: 19 Jun 2026
https://github.com/jotaaloud/overlappingjframecomponents
How to overlapp a JFrame component over Graphics ( Java )
color components java jframe tutorial
Last synced: 22 Mar 2025
https://github.com/becloudready/kubernetes-tutorials
Kubernetes Tutorials
containerization interview kubernetes tutorial
Last synced: 17 Jan 2026
https://github.com/shubhammandowara/learn
Learn all about AI
embedchain langchain langchain-app langchain-chains langchain-python learn-langchain llm llms tutorial
Last synced: 30 Apr 2026
https://github.com/tbhaxor/golang-turing-tutorial
This repository contains the codes used in the turing.com golang post
blog go-google go-programming golang snippets source-code turing tutorial tutorial-code tutorials
Last synced: 14 Mar 2025
https://github.com/derekjwilliams/some-gears
A growth chart for graphql applications
express graphql postgraphile react tutorial
Last synced: 18 Apr 2026
https://github.com/namecoder1/py_blockchain
Blockchain in Python with CLI interface
Last synced: 25 May 2026
https://github.com/lumunix/jekyll-docker
Jekyll blog template ready to go with docker!
docker docker-compose jekyll tutorial
Last synced: 30 Apr 2026
https://github.com/annimon-tutorials/newtab-firefox
NewTab addon template
firefox-addon html speed-dial tutorial
Last synced: 04 Jan 2026
https://github.com/danmadeira/tutorial-basico-latex
Tutorial básico de LaTeX
latex latex-examples tex text text-processing tutorial typography
Last synced: 10 Mar 2026
https://github.com/app-generator/blog-sample-nodejs-introduction
Node JS For Beginners - Blog Article (With Samples) | AppSeed
appseed-sample node-js tutorial
Last synced: 19 Oct 2025
https://github.com/nikos-kekatos/spaceex-tutorials
SpaceEx tutorials and features
executable plotting reachability-analysis spaceex spaceex-tutorials tutorial
Last synced: 15 May 2025
https://github.com/ccrashzer0/lazyadmin
A write-up for the Lazy Admin challenge from TryHackMe.
ctf ctf-writeups cybersecurity hacking infosec learning-by-doing learning-exercise tryhackme tutorial tutorial-exercises
Last synced: 04 Jan 2026
https://github.com/macagua/example-vuejs2-todo-app
A To-Do App with Vue.js 2 following the "Build a To-Do App with Vue.js 2" tutorial.
tutorial vue-components vue2 vue2-demo vuejs vuejs2
Last synced: 12 Apr 2026
https://github.com/javadtorabikh/microservices-k8s-lab
🚀 Complete Kubernetes Microservices Lab | FastAPI , Node.js , Vue.js , Redis A practical guide to building, deploying, and scaling microservices on Kubernetes. Perfect for developers learning cloud-native development.
api-gateway cloud-native devops distributed-systems docker fastapi hands-on-lab kubernetes microservices nodejs tutorial vuejs
Last synced: 11 Apr 2026
https://github.com/kingtut10101/isometricmapwithdepth
Shows how to implement an isometric map with depth.
demo isometric love2d tutorial
Last synced: 18 May 2026
https://github.com/twtrubiks/summernote_nestable_flask
summernote Combine Nestable Python Flask
nestable python-flask summernote tutorial
Last synced: 30 Aug 2025
https://github.com/detivenc/python
I put all my projects in python from Videos or MySelf
Last synced: 17 Mar 2025
https://github.com/thibaudcolas/my-first-blog-wellington2016
Django Girls tutorial blog, Django Girls Wellington 2016
Last synced: 15 Mar 2025
https://github.com/javaparser/javaparser-gradle-sample
Sample project with a basic Gradle + JavaParser setup
bootstrap gradle java javaparser parser tutorial
Last synced: 21 Apr 2026
https://github.com/gotz1480/sqlite-tutorials
SQLite tutorials in C
sqlite sqlite3 sqlite3-database tutorial
Last synced: 07 Apr 2025
https://github.com/umesh-timalsina/not-so-long-intro-to-pydantic
A basic tutorial on introducting pydantic basemodels and their usage
Last synced: 23 Mar 2025
https://github.com/s1licate/c
C guide, programs and examples.
c c-language c-programming example examples programming tutorial tutorials
Last synced: 16 May 2025
https://github.com/emanuelsacoman/gridlayout
Utilizando CSS Grid para fazer um layout responsivo e moderno.
css-grid html5 responsive-layout tutorial
Last synced: 24 Jul 2025
https://github.com/liteobject/anthropic-agent-in-docker
This repository offers a Dockerized implementation of the Anthropic Agent for streamlined deployment and scalability. It ensures consistent running environments, simplifying integration into various infrastructures. Get started with deploying your own instance effortlessly.
ai ai-agent anthropic claude-3 python sonnet tutorial
Last synced: 01 Jul 2025
https://github.com/abhinavrajesh/nextjs-blog
Files for the series "How to Build a NextJS App using Typescript and TailwindCSS: The Complete Guide"
nextjs tailwindcss tutorial typescript vercel
Last synced: 11 Apr 2026
https://github.com/uncomputable/rust-wasm-ffi
Minimal website that exposes C functions via WASM
c ffi javascript rust rust-wasm tutorial wasm
Last synced: 20 Apr 2026
https://github.com/kanryu/vue-cli3-tutorial
A tutorial for Vue 3 using vue-cli v4.5
Last synced: 04 Apr 2025
https://github.com/hectorrdb/nationalassembly
A short tutorial to help beginners in biostatistics and genomics understand an usual single-cell RNA-sequencing workflow
france politics rna-seq scrna-seq-analysis tutorial
Last synced: 21 Feb 2026
https://github.com/julesblm/geologicalmapthehague
The end result of a leaflet.js geological map tutorial.
geology leaflet-map leafletjs tutorial
Last synced: 21 Feb 2026
https://github.com/yasindehfuli/roocket-javascript-course
Roocket JavaScript Tutorial Step By Step
Last synced: 26 Mar 2025
https://github.com/jessetg/cpp-boot-camp
Slides for a tutorial I'm giving on C++
c-plus-plus cpp latex lecture presentation slides tutorial
Last synced: 08 May 2025
https://github.com/michaeldouglas/mvcgo
Tutorial Go MVC
article golang mvc mvc-architecture tutorial
Last synced: 16 Mar 2025
https://github.com/psmyrdek/gha-demo-app
GitHub Actions - pierwsze kroki
actions cicd przeprogramowani tutorial
Last synced: 11 Apr 2026