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-02 00:31:45 UTC
- JSON Representation
https://github.com/gibbok/react-task-list
A basic "Task List" application done in React, which I coded in a few hours as a way to pass the time on a rainy day.
css javascript reactjs tutorial
Last synced: 08 May 2026
https://github.com/toelt-llc/paper-nn-performance-bootstrap-tutorial
This repository contains material that has been linked in the MAKE paper on bootstrapping. No paper files are contained here. Only code.
Last synced: 26 Apr 2026
https://github.com/adolbyb/typescript-tutorial
A tutorial on TypeScript used with ReactJS (in progress)
react reactjs tutorial typescript
Last synced: 08 May 2026
https://github.com/demapy/realtime-chat
Socket.IO - project tutorial to understand how things works together.
chat socket-io sqllite tutorial
Last synced: 26 Apr 2026
https://github.com/hoxtygen/codeplanks.com
Personal blog running on NextJs. Still under development
Last synced: 27 Apr 2026
https://github.com/freeclimbapi/java-get-a-queue-tutorial
Java - Get a Queue Tutorial
Last synced: 07 Jun 2026
https://github.com/howiprompt/ai-platform-for-autonomous-development
Free starter guide on a trending topic
ai-agents autonomous-agents free guide howiprompt tutorial
Last synced: 14 Jun 2026
https://github.com/elpddev/article-react-rxjs-obj-hooks-class-hooks
Example Rxjs class hooks
Last synced: 27 Apr 2026
https://github.com/howiprompt/self-hosted-ai-code-audit-docker-container
Developers utilizing local AI models are accelerating code output by 10x, creating a security bottleneck where vulnerabilities are deployed
ai-agents autonomous-agents free guide howiprompt tutorial
Last synced: 14 Jun 2026
https://github.com/michaelstott/tech-squawks
Cloud computing tutorials and examples
aws aws-certification-prep aws-study-notes cloud-computing cloud-computing-concepts cloud-computing-lab docker gcp kubernetes pulumi tutorial
Last synced: 13 Apr 2026
https://github.com/ijlee2/lights-out-octane
Ember-D3 tutorial for Ember ATX Meetup
d3 d3js ember ember-octane emberjs lights-out lights-out-game tutorial
Last synced: 07 May 2026
https://github.com/fzaninotto/ra-access-control-tutorial
A sample react-admin app demonstrating Access Control features. Support for a video tutorial on YouTube.
react react-admin security tutorial
Last synced: 08 May 2026
https://github.com/billy0402/nestjs-shopping-cart-api
A tutorial project for Nest.js API tutorial.
nestjs nestjs-zod nodejs prisma restful-api swagger tutorial zod
Last synced: 20 Jan 2026
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: 27 Apr 2026
https://github.com/quantumwizard888/how-to-commit-changes-and-push-a-new-version-of-docker-image-to-repository
How to commit changes and push a new version of Docker image to repository.
docker docker-container docker-image guide tutorial
Last synced: 28 Apr 2026
https://github.com/carsonslovoka/goldmark-emoji
An extension for the Goldmark
chinese emoji goldmark goldmark-extension markdown taiwan tutorial
Last synced: 28 Apr 2026
https://github.com/macagua/example-vuejs2-names-people
A Name People List App simple demo with Vue.js 2 following the "Vue.js 2 Quickstart Tutorial 2017"
demo tutorial vue-components vue2 vue2-demo vuejs vuejs2
Last synced: 28 Apr 2026
https://github.com/luzid-app/ex-tictactoe.web
Solana TicTacToe app demonstrating Luzid features
Last synced: 22 Feb 2026
https://github.com/andrewjbateman/javascript-speech-recognition
:clipboard: speech recognition using javascript, part of Javascript30 Youtube series by Wes Bos
css html5 javascript javascript-speech-recognition javascript30 speach-recognition tutorial
Last synced: 08 May 2026
https://github.com/tripodsan/antlr4_js_calculator
Simple command line calculator built with antrl4 and nodejs.
antlr4 javascript nodejs tutorial
Last synced: 28 Apr 2026
https://github.com/samuelbarreto/aws-eks-completo-estudo
Elastic Kubernetes Service AWS | Português
aws aws-eks aws-eks-cluster aws-eks-platform-infrastructure container kubernetes microservices microservices-architecture portugues tutorial yaml
Last synced: 28 Apr 2026
https://github.com/ajithvcoder/tensorflow_march
This repository provides every thing when a person steps within tensorflow river
begineer tensorflow tensorflow-tutorials tutorial
Last synced: 08 May 2026
https://github.com/tomerfi/dependency-injection-java-part2-tutorial
Dependency Injection in Java is easy - Part 2 - Leveraging with Google Guice.
blog-post dependency-injection dev guice java tutorial
Last synced: 29 Mar 2025
https://github.com/yohanavishke/tic-tac-toe
React based simple game to polish my React knowledge
css hello-world html5 learning learning-by-doing react-tutorial reactjs reactjs-begin reactjs-project tutorial
Last synced: 09 May 2026
https://github.com/textbook/rps-api
Worked example for "JS TDD API"
cypress javascript jest mock msw react tdd test-doubles testing tutorial
Last synced: 28 Apr 2026
https://github.com/kevin-doolaeghe/account-manager-tutorial
ASP.NET Core Web API + React JS UI
asp-net-core docker-compose react reverse-proxy tutorial
Last synced: 09 May 2026
https://github.com/wr-projects/github-sandbox
👋 In support of new code explorers, we have set up a project so that everyone can test their many skills in using GitHub commands.
2022 2022-project github github-organization new-user open-source sandbox testing tutorial webreadyprojects wrprojects
Last synced: 17 Jun 2025
https://github.com/beangreen247/c-sharp-made-easy
Code used in my C# tutorial series
beangreen beangreen247 code csharp debian easy linux made mono monodevelop tutorial vim windows
Last synced: 09 Apr 2026
https://github.com/davidyell/learning-typescript
Code from doing the TypeScript tutorial
Last synced: 28 Apr 2026
https://github.com/darbyluv2code/java-playwright
Source code for the course: Java Playwright: Master Web Test Automation
automation-testing bestseller browser-automation course end-to-end-testing hands-on java junit luv2code playwright qa-automation test-automation tutorial udemy youtube
Last synced: 29 May 2026
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/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/lucasmagnum/flutter-example-google-maps
A flutter example application to show Google's offices with Google Maps SDK
example-project flutter mobile-app tutorial
Last synced: 12 Apr 2026
https://github.com/lucasmagnum/flutter-example-friendly-chat
A flutter application example. https://codelabs.developers.google.com/codelabs/flutter/#0
example-project flutter mobile-app tutorial
Last synced: 22 Apr 2026
https://github.com/freelancersinchina/gigi-music
a composer package,showing how to create an own package.
Last synced: 28 Apr 2026
https://github.com/melezhik/python-echo-script
sparrow / python example script
Last synced: 30 Oct 2025
https://github.com/davepeck/mastercat
The game of Mastermind, but with cats. By Ellie & Daddy.
cats example learning mastermind tutorial
Last synced: 02 Apr 2025
https://github.com/bansimplified567/30days_javascript_for_beginners
Welcome to my **30 Days of JavaScript for Beginners** program! This project represents the knowledge and skills I've gained during my first two years of learning how to code as a beginner. It's not entirely complete, but I wanted to share my journey and progress with you.
30daysofcode 30daysofjavascript async-await beginner beginner-friendly fundamentals fundamentals-of-programming javascript js practice projects promises tips-and-tricks tutorial webdevelopment
Last synced: 24 Mar 2025
https://github.com/24amcoder-sb/automapperexample
A sample console app using the automapper library
Last synced: 28 Mar 2025
https://github.com/peimelo/calendareact
Rails calendar using React
api learnetto react ruby-on-rails tutorial
Last synced: 18 Apr 2026
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/ayonious/maven-best-practices
Short Quick Start Tutorials on Maven
learning maven quickstart tutorial
Last synced: 29 Apr 2026
https://github.com/keizerzilla/gamerbot-telegram-lumberjack
Eu fiquei irritado por não bater o record de um amigo num jogo para crianças e escrevi um bot que fez o trabalho sujo por mim.
bot pyautogui python telegram-game telegram-game-bot tutorial tutorial-demos
Last synced: 10 Apr 2025
https://github.com/chrisjsewell/sqla-tutorials-nb
The SQLAlchemy tutorial, using notebooks!
Last synced: 08 Jan 2026
https://github.com/monkstone/monkstone.github.io
My blog about JRubyArt
art jrubyart processing ruby tutorial
Last synced: 29 Apr 2026
https://github.com/kskitek/k8sfirststeps
First steps in Kubernetes - introductory presentation and workshop materials
k8s kubernetes presentation tutorial
Last synced: 01 May 2026
https://github.com/erik1066/csharp-features
Interesting features of the C# programming language.
csharp examples features tutorial
Last synced: 29 Apr 2026
https://github.com/anyblok/anyblok-book-prez
Workshop Anyblok slides
book development-tools tutorial
Last synced: 10 Apr 2025
https://github.com/datajuggler/gittrimmer
Git Trimmer is a demo project for DataJuggler.Core.UltimateHelper and DataJuggler.Win.Controls, but it is also useful in that it helps you find .png and / or .jpg files in a project folder, but not used by a project. This is specifically for C# projects, and not work for all project types.
csharp demoproject opensource tutorial
Last synced: 25 Aug 2025
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/iqpizza6349/starcraft_broodwar_basicbot
스타봇 동아리에서 사용될 소스코드입니다.
basicbot bwapi-java dgsw java-8 starcraft-broodwar tutorial
Last synced: 10 Apr 2025
https://github.com/yohanavishke/helloworldandroid
My first Android App
android example gradle helloworld java kotlin tutorial
Last synced: 29 Apr 2026
https://github.com/zanvari/stable-diffusion-lab
Hands-on tutorials for generating and editing images using Stable Diffusion with Hugging Face Diffusers — includes text-to-image, inpainting, and image-to-image pipelines.
diffusers generative-ai gradio huggingface image-generation notebooks stable-diffusion streamlit text-to-image tutorial
Last synced: 09 May 2026
https://github.com/ismet55555/big-button
Big Button Embedded Rust Tutorial
embassy-rs embedded programming raspberry-pi-pico rp2350 rust tutorial
Last synced: 05 Oct 2025
https://github.com/spenserblack/git-bisect-tutorial
A small repository to help beginners learn git bisect
git git-bisect learning learning-by-doing tutorial
Last synced: 29 Apr 2026
https://github.com/sad0xer/firstpro
This is simple E-Commerce website built in Django. This Django Project was build with help of @CodeWithHarry's YouTube video.
django django-project python tutorial website
Last synced: 26 Mar 2025
https://github.com/ronanarm/walkthroughjs
Walkthrough.js is a lightweight, dependency-free JavaScript library for creating interactive tutorials, product tours, and onboarding experiences. It features smart positioning, progress tracking, customizable templates, and works seamlessly across browsers and devices.
frontend guide javascript onboarding product-tour react reactjs tutorial ui ux vue vuejs walkthrough
Last synced: 04 May 2026
https://github.com/croydon/unity-roll-a-ball
My implementation of Unity's 2022.3 Roll A Ball Tutorial
engine game roll-a-ball tutorial unity
Last synced: 04 Apr 2025
https://github.com/alun-price/dojo-blog
React Tutorial - build a micro-blog
create-react-app css html javascript json-server npm react react-router tutorial
Last synced: 12 Apr 2026
https://github.com/wahengchang/saucelabs-tutorial-example
it is an example of running protractor, nightwatch and webdriver on saucelabs
e2e-tests example nightwatch protractor saucelabs selenium tutorial
Last synced: 29 Apr 2026
https://github.com/klebann/moodle-plugin-helloworld
Hello world plugin created for education purposes following tutorial on https://learn.moodle.org/.
education moodle moodle-plugin plugin tutorial
Last synced: 07 Oct 2025
https://github.com/thinkswan/netlify-dev-demo
A Netlify Dev app that retrieves random words and names.
Last synced: 07 Oct 2025
https://github.com/antonio-f/naive_convnet
Naive Convolutional Neural Network with TensorFlow 2
101 convolutional-neural-networks deep-learning easy matplotlib numpy simple tensorflow2 tutorial
Last synced: 29 Apr 2026
https://github.com/boly38/wifibutton
Wifi Button with ESP8266 card
arduino ch340 electronic esp8266 howto simple-project tutorial wifi-button
Last synced: 29 Apr 2026
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/sahar-dev/kubernetes_101
This project demonstrates how to deploy and manage two intercommunicating Django applications on Kubernetes. It provides a step-by-step guide to writing Kubernetes YAML configuration files, containerizing Django applications with Docker, and deploying them to a Kubernetes cluster.
devops django docker kubernetes tutorial
Last synced: 29 Apr 2026
https://github.com/AbhilashG001/Spring-Melon
A repository that contains my notes on Spring Boot
full-stack-web-development java notes spring-boot tutorial web-development
Last synced: 15 Jun 2026
https://github.com/friz-zy/aws-high-availability-web-worker-setup-example
Example how to set up web services in modern way :)
ansible aws docker-compose example high-availability infra terraform tutorial webapp
Last synced: 29 Apr 2026
https://github.com/swisscom/docs-appcloud-tutorial-nodejs
A step-by-step getting started tutorial for Node.js in the cloud
cloud-foundry javascript nodejs swisscom swisscom-application-cloud tutorial
Last synced: 08 Oct 2025
https://github.com/swisscom/docs-appcloud-tutorial-java
A tutorial about how to use Java with Cloud Foundry and the Swisscom Application Cloud
cloud-foundry java swisscom swisscom-application-cloud tutorial
Last synced: 24 Jan 2026
https://github.com/swisscom/docs-appcloud-tutorial-python
A step-by-step getting started tutorial for Python on Cloud Foundry
cloud-foundry flask python swisscom swisscom-application-cloud tutorial
Last synced: 25 Jan 2026
https://github.com/guilhermecaz/py-rabbitmq-tutorials
Hands-on exploration of RabbitMQ using Python, following the official RabbitMQ tutorials.
Last synced: 08 Oct 2025
https://github.com/baptvit/my-first-blog
bootstrap django django-blog django-project pythonanywhere sqlite3-database tutorial
Last synced: 29 Apr 2026
https://github.com/michaelfromyeg/learn-you-node
My completed learnyounode course files.
Last synced: 30 Apr 2026
https://github.com/choyiny/ruby_app
Learning Ruby on Rails with tutorial
rails-tutorial ruby ruby-on-rails tutorial
Last synced: 21 Jan 2026
https://github.com/nakamura196/ethers-ja-tutorial
ethers.js v6 の日本語チュートリアル / Japanese Tutorial for ethers.js v6
blockchain ethereum ethersjs japanese tutorial vitepress web3
Last synced: 31 May 2026
https://github.com/krystof2so/sublimetutorfr
SublimeTutor - Translate FR
editor sublime-text-3 tutorial
Last synced: 15 Mar 2025
https://github.com/freeclimbapi/c-sharp-make-recording-tutorial
C# - Make Recording Tutorial
Last synced: 09 Oct 2025
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/palewire/first-pull-request
How to propose changes to open-source software using GitHub pull requests
education git github guide pull-requests sphinx training tutorial version-control
Last synced: 18 May 2026