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-29 00:28:00 UTC
- JSON Representation
https://github.com/carlosrabelo/spaceshooter
Space Shooter
gdscript godot godot-engine godot4 shooter-game space-shooter tutorial
Last synced: 26 Mar 2025
https://github.com/saeedkohansal/javascript-word-counter-web-application
It's a JavaScript word counting web application, with this web app you can count words, characters and lines in English and non-English languages using Vanilla JavaScript, HTML and CSS
clientside css education frontend gilgeekify html javascript programming tutorial vanillajs webapplication webdevelopment
Last synced: 25 Mar 2025
https://github.com/saeedkohansal/php-mysql-javascript-live-username-checker-from-database-json-api
It's a Live Username Checker From a real MySQL database using PHP and JavaScript, you can check that username is available to submit or exists in your database, I show you how to create a PHP and MySQL JSON API to checking username input field data with the usernames list in your database.
backend corephp database frontend fullstack gilgeekify html javascript livedata mysql object-oriented-programming oop pdo php realtime tutorial vanilla-javascript vanillajs webdevelopment widget
Last synced: 19 Apr 2026
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/linthithtwe/typescript-react-shopingcard
Typescript and React Project from @WebDevSimplified
tutorial tutorial-exercises typescript
Last synced: 12 Jun 2025
https://github.com/brandon-braner/agentql_blogpost_example
Example scraper using AgentQL for blog post
agentql blog-post playwright portfolio tutorial
Last synced: 18 May 2026
https://github.com/trickypr/linux-game-console
A quick install system for a Debian based gaming console
awesomewm debian game-console gaming linux linux-game-console qt tutorial
Last synced: 26 Jan 2026
https://github.com/primaryobjects/cardano-tutorial
Easy tutorial for developing with the Cardano blockchain. Create a wallet. Send and receive ADA.
ada blockchain cardano cardano-cli cardano-community cardano-wallet dapp javascript lovelace node-js nodejs tutorial tutorials web3
Last synced: 18 Apr 2026
https://github.com/javascript-tutorial/sk.javascript.info
Modern JavaScript Tutorial in Slovak
Last synced: 22 Feb 2026
https://github.com/hashicorp-education/learn-terraform-multicloud-kubernetes-eks
Last synced: 25 Mar 2025
https://github.com/caicloud/crd-sample
kubernetes CRD pattern tutorial and sample
api-aggregation controller cr crd kubernetes sample tutorial
Last synced: 30 May 2026
https://github.com/mavericks-db/react-todo-app
Microverse Module 03 Project: This is an educational project to make a todo-app following this tutorial React Tutorial From Scratch: A Step-by-Step Guide (2021). This tutorial, divided into several parts, is very comprehensive, and covers all main concepts about React, from the very basics to some intermediate topics. Built with React, Sass and JavaScript.
css css3 html html-css-javascript html5 javascript microverse microverse-projects microverse-students react react-hooks react-router reactjs sass scss todo todo-app todoapp todolist tutorial
Last synced: 11 Mar 2025
https://github.com/seandavi/rbiocbook
An instructional/experiential book using R and Bioconductor.
bioconductor bioinformatics book quarto r rstats statistics tutorial
Last synced: 13 Jun 2025
https://github.com/abdulmumin1/yt-kivycalculator
Calculator app for youtube tutorial.
Last synced: 21 May 2026
https://github.com/dvanael/django-tutorial
WIP Um tutorial completo de como iniciar um projeto em Python utilizando o Django Framework.
css django documentation html javascript tutorial
Last synced: 11 Mar 2025
https://github.com/alexsjones/terraform-aws-bestpractise
An example of bastion ssh and subnetting on aws
Last synced: 29 Apr 2026
https://gitlab.com/xe1phix/xe1phix-linuxwiki
Xe1phix encryption gnupg linux tutorial wiki
Last synced: 11 Mar 2025
https://github.com/agneym/reactjs-workshop
ReactJS Workshop for Facebook Developers Circle Kochi
reactjs reactjs-workshop tutorial
Last synced: 05 May 2026
https://github.com/wieerwill/python-intro
Kurze Einführung in die Phyton Syntax
Last synced: 13 Apr 2026
https://github.com/joshmcguigan/fizzbuzz-rs
Test bed for the blog post 'A FizzBuzzy Tour of Traits in Rust'
documentation reference rust rust-lang tutorial
Last synced: 05 Oct 2025
https://github.com/actinia-org/actinia-example-plugin
A small example plugin for actinia-core.
actinia actinia-plugin geospatial opensource rest-api tutorial
Last synced: 17 Jan 2026
https://github.com/brazeg/k8s-homelab
Complete Kubernetes Lab Environment Setup Guide on Windows 11 using Ubuntu Virtual Machines
devops grafana homelab k8s kubernetes learning local-cluster promotheus tutorial vmware-workstation-17-pro
Last synced: 09 May 2026
https://github.com/austenstone/tour-of-heroes
In this tutorial, you build your own Angular application from the start.
angular tour-of-heroes tutorial
Last synced: 08 Oct 2025
https://github.com/ignavan39/erlang-tutorial-recursive-functions
Erlang tutorial for me
erlang recursive-functions tutorial
Last synced: 25 Jun 2026
https://github.com/bmalbusca/git-getting-started
Tutorial, em português, para quem pretende usar git pela primeira vez ou, ter uma cheatsheet com os comandos mais usados.
Last synced: 09 Oct 2025
https://github.com/haruyasu/django-ecommerce
:bulb: Ecommerce - Django Startup
Last synced: 27 Jan 2026
https://github.com/justcodeit7/streamlit_101
Code for youtube videos on streamlit
python streamlit tutorial tutorial-code
Last synced: 10 Oct 2025
https://github.com/rodrigokamada/angular-auth0-zenvia-sms
Application example using Angular 14 where a simple WEB application will be implemented using the Auth0 platform to authenticate and authorize the user and the ZENVIA platform to integrate with SMS channel in order to validate the user phone.
angular auth0 authentication beginners dev-community frontend gh-actions gh-pages hacktoberfest sms tutorial zenvia
Last synced: 09 May 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/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/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/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/nicholasjhenry/brandizzle
My repo for working through the BBDCasts series for Brandizzle using Rails 3
professional-development tutorial
Last synced: 13 Mar 2026
https://github.com/denis-yuen/icy-blackberry
Example command line tool for the HCA Hackathon
Last synced: 18 Apr 2026
https://github.com/ryanwalder/how-to-git
Git repo to show how to use fetch/rebase/review PRs like a boss
Last synced: 17 Oct 2025
https://github.com/kprince28/django-sample-app
🐍🐳 Learn Docker & Kubernetes with Django! Educational containerized Django app with PostgreSQL support, environment variables, and production-ready patterns. Perfect for DevOps beginners.
beginners ci-cd containerization devops django docker docker-compose education k8s kubernetes learning microservices postgresql python tutorial
Last synced: 15 Apr 2026
https://github.com/marcinwitnik/simple_linear
Prosty model regresji liniowej zbudowany w TensorFlow/Keras. Uczy się zależności y = 2x - 1 i przewiduje nowe wartości na podstawie danych wejściowych.
ai beginner-friendly keras linear-regression machine-learning ml model pycharm python regression tensorflow training tutorial
Last synced: 15 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/feelpp/feelpp-tutorial-dev
Feel++ development tutorial
cpp17 development feelpp tutorial
Last synced: 31 Jan 2026
https://github.com/applitools/example-robot-framework
Applitools Example: Robot Framework
applitools applitools-example applitools-eyes applitools-tutorial python robot-framework selenium selenium-webdriver test-automation tutorial ultrafast-grid visual-testing
Last synced: 02 Feb 2026
https://github.com/saeedkohansal/vanilla-javascript-infinite-scroll-html-css-js
Web-Based Infinite Scroll Feature using Vanilla JavaScript. With the Infinite Scrolling feature, you can improve the user experience for your website. Infinite Scrolling or Continuous Scrolling or also known as Endless Scrolling is a web design technique where, as the user scrolls down a page, more content automatically and continuously loads...
animatecss animation css gilgeekify html infinite-scroll infinite-scrolling infinitescroll infinitescrolling javascript plugin tutorial tutorials vanilla-javascript vanillajavascript vanillajs web-design web-development webdesign webdevelopment
Last synced: 07 Feb 2026
https://github.com/andry81-devops/github-action-extensions
Tutorial to setup GitHub action extensions. • :page_with_curl: https://github.com/andry81-stats/github-action-extensions--gh-stats :page_with_curl:
action-extension actions extensions github github-action tutorial workflow
Last synced: 11 Feb 2026
https://github.com/hashicorp-education/learn-terraform-multicloud-kubernetes-consul
Last synced: 12 Feb 2026
https://github.com/gvwilson/closure
A workshop on handing projects over (or winding them down)
codebender open-science succession-planning tutorial
Last synced: 15 Feb 2026
https://github.com/aman9026/ci-using-jenkins
Integrating the repository with different environments of software production
automation ci continuous-integration devops docker docker-container environment-configuration git github jenkins jenkins--service jenkins-ci jenkins-pipeline tutorial
Last synced: 15 Feb 2026
https://github.com/utkarsh5026/dsdb
Implementation of data structures used in Databases as Jupiter notebooks
database dsa jupyter-notebooks notebooks python tutorial
Last synced: 16 Apr 2026
https://github.com/demerino/braintree-sticker-store-ios
Sample store app using Braintree's iOS SDKs
braintree ios payments paypal sample-app store swift tutorial
Last synced: 16 Apr 2026
https://github.com/ry-ops/monitoring-infrastructure-prometheus-grafana
Monitor infrastructure with Prometheus metrics and Grafana dashboards
grafana monitoring observability prometheus tutorial
Last synced: 01 Mar 2026
https://github.com/percymamedy/vue-shop
An Ecommerce Demo Web App using VueJS
Last synced: 01 Mar 2026
https://github.com/javitocor/tic-tac-toe-react
Classic game tic-tac-toe built with React.
javascript reactjs tictactoe-game tutorial
Last synced: 16 Apr 2026
https://github.com/gynter/rsyslog-podman-compose-example
Example Docker Compose for running RSyslog in Docker.
baseimage docker dockercompose dockerimage example howto rsyslog rsyslogd tutorial
Last synced: 03 Mar 2026
https://github.com/psycore8/nosoc-shellcode
Sources for the shellcode tutorials @ www.nosociety.de
guide obfuscation pentesting shellcode-injection tutorial
Last synced: 16 Apr 2026
https://github.com/timonwa/sender-react-integration
Code example for integrating Sender with React to collect and deliver emails for free. Follow this guide for seamless integration with Sender, applicable to various JavaScript frameworks and plain HTML/JavaScript forms.
angular article javascript reactjs sender tutorial tutorial-code vue
Last synced: 17 Apr 2026
https://github.com/nowdoc/2018-01-vuejs-grid
:rocket: VueJS component example
components example grid javascript tutorial vuejs
Last synced: 17 Apr 2026
https://github.com/ullaskunder3/sfml-vscode-soultion
SFML C++ project with Visual Studio Code setup for cross-platform development on Linux and Windows.
cross-platform linux mingw-w64 setup sfml tutorial windows
Last synced: 17 Apr 2026
https://github.com/the-akira/django-blog-tutorial
Tutorial para iniciantes com o framework Django
django django-application django-blog heroku heroku-deployment portuguese-brazilian portuguese-language postgresql python3 tutorial
Last synced: 10 May 2026
https://github.com/dschoon/chatgpt-plugin-ts
Tutorial on Creating ChatGPT Plugins with Next.js and TypeScript ⤵️
chatgpt-plugin nextjs swagger tutorial typescript
Last synced: 10 May 2026
https://github.com/chingc/tutorial-uv
A quickstart and reference for uv to help you get up and running fast.
documentation python quickstart readme reference tutorial uv
Last synced: 04 Apr 2026
https://github.com/cbillowes/cljs-app-from-scratch
Creating a ClojureScript web app from scratch with Reagent and npm
clojurescript npm tutorial webpack
Last synced: 17 Apr 2026
https://github.com/reneweb/react-native-component-tutorial
This repository contains some examples on how to create react native components
javascript native-components react-native tutorial
Last synced: 04 Apr 2026
https://github.com/wave-av/examples
Working examples for WAVE SDK, ADK, and MCP server
examples streaming tutorial typescript video
Last synced: 18 Apr 2026
https://github.com/alexmhack/expressjs-todo-list
A simple todo list web app in ExpressJS
expressjs getting-started mongodb simple-app todolist tutorial
Last synced: 04 Apr 2026
https://github.com/fraigo/git_tutorial
Git tutorial for beginners
git git-tutorial github tutorial
Last synced: 18 Apr 2026
https://github.com/kathleenwest/connect-app-to-azure-sql-server-storage-demo-project
Let's have some fun and showcase our pets and their photos in a web application. This is a python web app that connects to both an Azure SQL Server Database and an Azure Blob Storage Container. Watch the tutorial video for step-by-step instructions on how to create the azure resources and utilize them in the web app for your own project.
azure azure-sql-database azure-sql-db azure-sql-server azure-storage azure-storage-blob azure-storage-blobs azure-storage-container demo demo-app how-to pets python python-tutorial python-web-application python-webapp tutorial tutorial-demos tutorial-videos video
Last synced: 19 Apr 2026
https://github.com/L4zzur/minecraft-on-ursina
Прототип Minecraft на языке Python и движке Ursina
minecraft python tutorial ursina-engine
Last synced: 20 Apr 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/gnebbia/bash_scripting_tutorial
A personal tutorial for Bash scripting
Last synced: 05 Jun 2026
https://github.com/choidae1/git-github-study
Repo for learning 「깃&깃허브 입문」(이지스퍼블리싱)
Last synced: 21 Apr 2026
https://github.com/divertimentos/tutorial-selenium-real-python
Tutorial de Selenium
Last synced: 21 Apr 2026
https://github.com/aristotelesbr/my_site
Project for a post from medium
ruby sinatra sinatra-applications tutorial
Last synced: 21 Apr 2026
https://github.com/rodrigokamada/angular-auth0
Application example built with Angular 14 with authentication using the Auth0 service.
angular auth0 authentication beginners dev-community gh-actions gh-pages hacktoberfest login signin signup stackblitz tutorial
Last synced: 21 Apr 2026
https://github.com/sylhare/powershell
Some PowerShell examples
documentation powershell tutorial
Last synced: 05 Jun 2026
https://github.com/eduardoprofe666/jformattedtextfield
Proyecto del tutorial en Youtube del JFormattedTextField
java java-swing jformattedtextfield tutorial youtube
Last synced: 21 Apr 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/pandevim/learn_sql
This repository will help you to learn SQL!
Last synced: 24 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/zoltan-nz/flask-playground
Python Flask, playground, tutorial, best practices, modern implementation
flask playground python tutorial
Last synced: 24 Apr 2026