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/jashanj0tsingh/javatutorials
Learning Java - Beginner
algorithm basics beginners data-structures java tutorial
Last synced: 08 Apr 2025
https://github.com/javascript-tutorial/ur.javascript.info
Modern JavaScript Tutorial in Urdu
Last synced: 04 Sep 2025
https://github.com/chloelavrat/orca-tutorial
Unofficial tutorial and documentation for the Orca procedural sequencer.
musicmaking programming-language sequencer sequencer-midi tutorial
Last synced: 04 Feb 2026
https://github.com/simonblanke/hyperactive-tutorials
Examples, notebooks and visualizations for the Hyperactive package
examples jupyter-notebook python tutorial visualization
Last synced: 27 Nov 2025
https://github.com/gvwilson/sunset
A workshop on handing projects over (or winding them down)
codebender open-science succession-planning tutorial
Last synced: 04 Sep 2025
https://github.com/kingabzpro/automating-machine-learning-testing
Automating Machine Learning Testing using GitHub Actions and DeepChecks
automation cicd deepchecks machine-learning testing tutorial
Last synced: 04 Jul 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/nickbasile/simple-tailwind-nav
A simple nav bar built with Tailwind CSS (https://tailwindcss.com/docs/what-is-tailwind)
Last synced: 18 May 2026
https://github.com/harsh098/go-for-devs
My Attempt at learning Go Programming Language
Last synced: 12 Jun 2025
https://github.com/mauroreisvieira/sublime-text-tips-and-tricks
Collection of helpful tips and tricks.
sublime-text tips tricks tutorial
Last synced: 12 Jun 2025
https://github.com/bravoborja/databinding
Tutorial about Data Binding in Android
Last synced: 07 May 2026
https://github.com/gnebbia/perl_data_structures_tutorial
data-structures datastructures notes perl tutorial
Last synced: 09 Jun 2026
https://github.com/benckx/baudelaire-on-qr
Encode a well-known book as a series of QR codes.
demo example qrcode qrcode-generator tutorial
Last synced: 17 Mar 2025
https://github.com/alexlaurence/minna-no-python
👨💻Real-World Python Projects For Beginners
beginner-project projects python tutorial
Last synced: 13 Jun 2025
https://github.com/gnebbia/statistics_notes
Some notes about statistics concepts any computer scientist should absolutely have
guides notes r statistics stats tutorial
Last synced: 02 Mar 2025
https://github.com/javascript-tutorial/sk.javascript.info
Modern JavaScript Tutorial in Slovak
Last synced: 22 Feb 2026
https://github.com/hswolff/playground
A fun place for me to mess around with new tech.
Last synced: 02 Apr 2025
https://github.com/kevinkit/tensortut
This tutorial is for people with little programming, python and machine learning knowledge to get started with Tensorflow
machine-learning python tensorboard tensorflow tutorial
Last synced: 20 May 2026
https://github.com/cbinet/brocoli-pi
Flask REST API for Raspberry PI
flask flask-restful gpio rasberrypi raspberry-pi tutorial web-server webserver
Last synced: 13 Apr 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/filipe1309/shubcogen-template
This template is a simple way to create a new repository with a pre-defined structure and files.
class course github github-actions-workflow template tutorial workflow
Last synced: 30 May 2026
https://github.com/mongodb-developer/get-started-cxx
Repository to help getting started with MongoDB C++ driver connecting to MongoDB Atlas
cxx docker get-started mongodb mongodb-atlas tutorial
Last synced: 13 Apr 2026
https://github.com/artic92/linux-device-drivers-learning
A journey into Linux device driver development with examples, notes, and tutorials.
device-driver learning linux linux-kernel tutorial
Last synced: 10 Dec 2025
https://github.com/malhotra5/database-functionalities
A tutorial on using sqlite3.
sqlite3 tutorial tutorial-code
Last synced: 17 Mar 2025
https://github.com/dchicchon/flutter-mobile-app
Flutter project for Approachable Geeks
android-emulator flutter tutorial xcode
Last synced: 19 Apr 2026
https://github.com/buttercms/gridsome-starter-buttercms
Drop-in proof-of-concept project for Gridsome + ButterCMS, fully integrated with your ButterCMS account
butter buttercms gridsome starter-kit starter-project tutorial vercel
Last synced: 07 Jul 2025
https://github.com/axel-dev/install-webextension
How to manually install a webextension
Last synced: 16 Feb 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/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/philipyip1988/linux
Linux Installation Guide (Fedora and Ubuntu) on Dell 2 in 1 Convertible with a UEFI BIOS. This guide discusses how to make a Bootable USB on Windows and Linux, modify the UEFI BIOS Setup for Linux Installation, gives a beginner overview of the GNOME Desktop environment and how to customise it with tweaks and extensions.
convertible dell dell-laptops fedora gnome gnome-extensions gnome-tweaks intel intel-rapid-storage-technology intel-vmd linux oem secure-boot touchpad touchscreen tutorial ubuntu uefi
Last synced: 21 Jan 2026
https://github.com/senior-sigan/springboottutorial
java mybatis spring-boot tutorial
Last synced: 29 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/saeedkohansal/chart.js-monthly-visits-statistics-chart-tutorial
Learn to build a Monthly Visits Statistics Chart from scratch using Chart.js! This tutorial repo guides you through creating an interactive, customizable chart to track website traffic. Features include dark mode support, responsive design, and dynamic data integration via JSON API. Perfect for web devs looking to master data visualization.
chart chart-js chartjs charts coding gilgeekify html html5 javascript js line-chart linechart programming statistics tutorial visit-stats web-analytics web-development webanalytics webdevelopment
Last synced: 19 Apr 2026
https://github.com/litilexuezha/c-tutorial-101
学习 c 语言基础
c c-basic c-tutorial learning-c tutorial
Last synced: 01 Jun 2026
https://github.com/extcore/extcore-sample-identity
ExtCore framework 7 sample web application that uses Identity
asp-net-core dotnet dotnet-core dotnetcore extcore-framework sample tutorial
Last synced: 24 Feb 2026
https://github.com/mpc-bioinformatics/pia-tutorial
Tutorial for PIA - Protein Inference Algorithms
Last synced: 15 Mar 2026
https://github.com/hashicorp-education/learn-terraform-k8s-crd-openfaas
hashicorp kubernetes openfaas terraform tutorial
Last synced: 28 Jan 2026
https://github.com/ludovatech/build-robocup-junior-open-soccer-field-tutorial
Build your own transportable robocup junior open soccer field!
do-it-yourself field robocup robocup-junior robocup-junior-open tutorial
Last synced: 28 Jan 2026
https://github.com/tathandev/ad-astra-addon-tutorial
Wanna make an addon for Ad Astra ? You are in the good place !
Last synced: 29 Jan 2026
https://github.com/eighttrigrams/eighttrigrams-tutorials
How to quickly get to working productively with Clojure
Last synced: 06 Feb 2026
https://github.com/hashicorp-education/learn-terraform-datadog
datadog hashicorp terraform tutorial
Last synced: 17 Mar 2026
https://github.com/feelpp/feelpp-tutorial-dev
Feel++ development tutorial
cpp17 development feelpp tutorial
Last synced: 31 Jan 2026
https://github.com/alumet-dev/user-book
User guide for Alumet: learn how to measure interesting metrics (including energy consumption)
energy-consumption energy-efficiency hpc measurement monitoring profiling rust tutorial
Last synced: 26 Feb 2026
https://github.com/seandavi/rnaseqbeginnertutorial
An introduction to RNA-seq file formats, quality control, and visualization targeted to a biologist audience
bioinformatics education fastq genomics gtf tutorial
Last synced: 02 Feb 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/compomics/intro-to-deep-learning
Practical introduction to neural networks with Pytorch and Lightning
convolutional-neural-networks lightning neural-networks pytorch recurrent-neural-networks tutorial
Last synced: 10 Feb 2026
https://github.com/hashicorp-education/learn-terraform-multicloud-kubernetes-consul
Last synced: 12 Feb 2026
https://github.com/tsnsoft/tutorial-on-wxwidgets-components-with-examples-and-links-to-documentation
Методичка по компонентам wxWidgets с примерами и ссылками на документацию.md
cpp teaching tutorial wxwidgets
Last synced: 13 Feb 2026
https://github.com/ry-ops/building-your-first-claude-agent
Learn to build intelligent agents with Claude that automate your workflow
agents ai anthropic claude tutorial typescript
Last synced: 01 Mar 2026
https://github.com/biril/modcss
Modular CSS with postCSS and npm scripts
css css-modules example npm-scripts postcss tutorial
Last synced: 16 Apr 2026
https://github.com/akarsh/adkit-install-apk-tutorial
Tutorial for installing apk on android device using adbkit
adbkit android node-js 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/gnebbia/package_management_for_scripting_languages
A personal tutorial about package management for common scripting languages
notes package-management packagemanagement pip scripting-language scripts tutorial virtualenv
Last synced: 06 Mar 2026
https://github.com/hashim21223445/an134
📝 morni cloud Netlify Minimalistic Vue-powered static site generator
backend blog chrome-extension computer-vision config config-admin-ui configmap-creation configuration-management cryptocurrency docker github-config machine-learning markdown maven neural-network nodejs react-router styled-components tutorial typescript
Last synced: 02 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/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/rafi/docker-k8s-101
Docker & Kubernetes 101
101 docker kubectl kubernetes tutorial
Last synced: 18 Apr 2026
https://github.com/mapmeld/postgis-erbil
Code for mapping workshop
iraq kurdish postgis postgresql tutorial
Last synced: 19 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/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/senior-sigan/vgg_style_transfer
Style transfer example app for Huggingface spaces based on the PyTorch tutorial
Last synced: 21 Apr 2026
https://github.com/gnebbia/pandas_tutorial
Tutorial and snippets of code for Python Pandas
datascience notes pandas pandas-python pandas-tutorial tutorial
Last synced: 05 Jun 2026
https://github.com/pandevim/learn_sql
This repository will help you to learn SQL!
Last synced: 24 Apr 2026
https://github.com/lukas-vlcek/mapping-normalization-example
Elasticsearch mapping and analysis based approach to normalization of document fields
discussion elasticsearch tutorial
Last synced: 24 Apr 2026
https://github.com/candasm/bens-ansible-tutorial
This is a tutorial code of "Ansible - A Beginner's Tutorial" from "Ben's IT Lessons" Channel on Youtube.
Last synced: 26 Apr 2026
https://github.com/davorpa/curso-academiawebca-git-terminal-ts
Curso Introducción a Typescript https://www.udemy.com/course/curso-de-programacion-aprender-a-programar-git-terminal/
introduction tutorial typescript
Last synced: 07 Jun 2026
https://github.com/uhooi/jetpack-compose-tutorial
https://developer.android.com/courses/pathways/compose
android jetpack-compose kotlin tutorial
Last synced: 27 Apr 2026
https://github.com/tudbut/utils
Some examples
examples linux tutorial virtual-machine
Last synced: 28 Apr 2026
https://github.com/ravgeetdhillon/dynamic-sales-quotes
Create Dynamic Sales Quotes using Node.js and HelloSign API.
automation blog dynamic-quotes dynamic-sales-quotes hellosign hellosign-api javascript node nodejs sales-automation sales-quotes tutorial
Last synced: 28 Apr 2026
https://github.com/ronanyeah/promise-workshop
FAC/GSG Workshop - April 2017
javascript promise promise-workshop tutorial
Last synced: 29 Apr 2026
https://github.com/alexmhack/django_channels
using django and web sockets to create a simple yet elegant project
beginner-friendly beginners-tutorial-series channels django python3 tutorial
Last synced: 29 Apr 2026
https://github.com/dykstrom/mazela-man-web
Tutorial website for FXGL
fxgl game-development javafx tutorial
Last synced: 29 Apr 2026
https://github.com/adamisntdead/hackr-news
📰 A Hacker News Front Page clone in React
hacker-news react react-hn sample tutorial
Last synced: 30 Apr 2026
https://github.com/fajarwz/blog-react-paginate
Simple example of how to use react-paginate in React
example-project javascript pagination react react-paginate tutorial
Last synced: 30 Apr 2026
https://github.com/littledivy/denobyexample
Learn Deno by Example. WIP. Community maintained.
deno denobyexample examples learn tutorial typescript
Last synced: 30 Apr 2026
https://github.com/steve-mt/golang-api-cassandra
An REST api powered by go and cassandra following https://getstream.io/blog/building-a-performant-api-using-go-and-cassandra/ as a tutorial
cassandra golang rest-api tutorial
Last synced: 30 Apr 2026
https://github.com/thearchitector/dotfiles-arch
A tutorial for a clean install of Arch Linux alongside my own dotfiles.
arch-linux disk-setup dotfiles-linux grub-installation partitioning tutorial
Last synced: 08 Jun 2026
https://github.com/goulu/python_finesses
Les finesses de Python
french jupyter-notebook python tutorial
Last synced: 01 May 2026
https://github.com/alexandrecoulay/nathalie
Code open Source of a code to create discord bot.
alexpgm bot discord discord-bot javascript open-source tutorial youtube
Last synced: 01 May 2026