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-09 00:28:20 UTC
- JSON Representation
https://github.com/chrisjsewell/sqla-tutorials-nb
The SQLAlchemy tutorial, using notebooks!
Last synced: 08 Jan 2026
https://github.com/santiagodotsh/expo-sticker-smash
🍩 📱 Sticker Smash app with React Native and Expo.
expo images react react-native tutorial typescript
Last synced: 11 Apr 2026
https://github.com/arsy786/todo-mern-app
This is a simple Todo MERN app that follows the CRUD operations for the todos.
2023 expressjs mern-stack mongodb nodejs reactjs tutorial
Last synced: 10 Apr 2026
https://github.com/javascript-tutorial/ro-old.javascript.info
The translated version of https://github.com/iliakan/javascript-tutorial-en in Romanian.
Last synced: 24 Jul 2025
https://github.com/fzaninotto/ra-relationships-tutorial
A sample react-admin app demonstrating fields for relationships. Support for a video tutorial on YouTube.
Last synced: 13 Oct 2025
https://github.com/arnim/agentic-css-tutor
Agentic Computational Social Science tutor
Last synced: 29 May 2026
https://github.com/richardca58/powersub-demo-7913
🔧 Simplify your workflow with powersub-demo-7913, a tool designed for efficient task management and collaboration in software development projects.
api cloud demo deployment example git github javascript microservices nodejs open-source powersub serverless tutorial web-app
Last synced: 12 Apr 2026
https://github.com/yokesharun/learn-golang
go programming language tutorial
go golang programming-tutorial training tutorial
Last synced: 14 Apr 2025
https://github.com/ssoudan/bayesian-regression-101
Tutorial on Bayesian regression
bayesian-inference nuts rust tutorial
Last synced: 12 Apr 2026
https://github.com/seanny123/webpack-typescript-helloworld
Get something showing up with Webpack, TypeScript
Last synced: 12 Apr 2026
https://github.com/mcsamuelshoko/essentials-of-sql-server-performance-for-every-developer
Sample databases for the course Essentials of Sql Server Performance for Every Developer on YouTube
database freecodecamp indexing ms-sql-server mssql perfomance tutorial youtube
Last synced: 03 Oct 2025
https://github.com/nakorndev/hello-world
ฝึกการใช้งาน Pull request กับ GitHub
hello-world pull-requests tutorial
Last synced: 08 Mar 2026
https://github.com/newlandtv/python-tutorial-3.11.0
This is tutorial about Python 3.11.0 for beginners.
programming-language python python3 python3-11 tutorial
Last synced: 16 Sep 2025
https://github.com/hengxin/discrete-mathematics-ta-tutorial
Tutorial (Discrete Mathematics)
discrete-mathematics teaching-assistant tutorial
Last synced: 19 Feb 2026
https://github.com/shuuji3/sc20-pacific-research-platform-federated-kubernetes-tutorial
SC20 Tutorial: Unified Cyber Infrastructure with Kubernetes - https://gitlab.com/ucsd-prp/tutorials/sc20/-/tree/master
kubernetes pacific-research-platform prp tutorial
Last synced: 22 Mar 2025
https://github.com/achie72/druid-dash-2
PICO-8 puzzle game made for Pursuing Pixels James Jam Game Gam #3
game-development gamejam lua pico-8 pico8 tutorial
Last synced: 29 Mar 2025
https://github.com/salmanbe/laravel-datatables-tutorial
Datatables integration to Laravel using yajra/laravel-datatables-oracle
datatables html5 jquery laravel laravel-datatables php tutorial yajra-datatable
Last synced: 12 Apr 2026
https://github.com/flowforfrank/nextjs
➡️ Render React on server-side with Next.js
javascript next nextjs react react-server reactjs server-side-rendering tutorial webtips
Last synced: 12 Apr 2026
https://github.com/jnbdz/demo-golang-nodejs-extension-helloworld
Demo: Golang Node.js Extension: Hello World!
demo extension golang helloworld nodejs tutorial
Last synced: 09 May 2026
https://github.com/penge/csharp-web-app-examples
Example Web app projects in C#
aspnet-core csharp example tutorial web-app
Last synced: 14 Oct 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: 08 Apr 2026
https://github.com/dryrel/gad2017_lab
Unity Engine - Game Development I (C#)
bahcesehir-university education tutorial unity
Last synced: 25 Apr 2026
https://github.com/faizantkhan/numpy
NumPy Practice Repository Dive into the world of numerical computing with our collection of NumPy exercises. Perfect for beginners and seasoned programmers alike, this repository offers a range of challenges to sharpen your array manipulation and data analysis skills.
data-science library machine-learning numpy numpy-arrays numpy-library numpy-python outlier outlier-detection python pythonlibrarires tutorial
Last synced: 21 May 2026
https://github.com/bestia-dev/authentication_database_web_ui
09. Tutorial to code authentication for database_web_ui (2022-10)
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/official-dark-web-market-links-verified/dark-web-market-links-verified
dark web market links verified
dark-web-market-links-verified font tutorial
Last synced: 09 Aug 2025
https://github.com/thibautgery/elm-tuto
Code product following a elm tutorial
Last synced: 07 Feb 2026
https://github.com/dmitry-kostin/go-rest
A starting point and a template for a RESTful application written in golang
go go-app go-template golang rest-api tutorial
Last synced: 12 Jan 2026
https://github.com/yershalom/foodtracker
FoodTracker app based on apple tutorial
ios ios-navigation swift tutorial ui-automation
Last synced: 25 Mar 2025
https://github.com/a2rp/notes-reactjs
ReactJS Notes - clear, beginner-friendly notes for React with examples. Built with Vite, React Router, and styled-components.
frontend handbook javascript react react-notes react-router reactjs styled-components tutorial vite
Last synced: 09 Apr 2026
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 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/darbyluv2code/java-selenium
Source code for the course: Java Selenium: Master Web Test Automation
automation-testing bestseller browser-automation course end-to-end-testing hands-on java junit luv2code qa-automation selenium test-automation tutorial udemy youtube
Last synced: 29 May 2026
https://github.com/mindsers/tutorial-html5videoplayer
This project is a video player maked with HTML5, CSS3 and JS
html5 mindsersit-tutorials tutorial video-player
Last synced: 30 Mar 2025
https://github.com/twtrubiks/grpc_python_tutorial
grpc python 教學 Google RPC
Last synced: 07 May 2026
https://github.com/uxborges/kr
kr is a simple command line tool for generating Kubernetes resources using a single YAML file. It streamlines the process of creating complex configurations for deploying applications on Kubernetes clusters.
cloud-native container generate grpc java k8s-sig-cli kraken kratos kubernetes langchain langchain-python tutorial user-management user-profiles
Last synced: 12 Apr 2026
https://github.com/egigiffari/guess-number-py
Create a simple game where the program randomly selects a number and the user has to guess it within a few tries.
Last synced: 28 Jun 2025
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/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/zoelabbb/playwithpy
Repository ini dirancang untuk memfasilitasi pembelajaran Python bagi pemula / orang awam yang ingin mengembangkan keterampilan pemrograman mereka. Dengan berbagai sumber daya, tutorial, dan contoh kode, repository ini bertujuan untuk membantu Anda memahami dasar-dasar Python dan meningkatkan kemampuan pemrograman Anda.
beginner-friendly comunity development education learning learning-python programming python python-basics tutorial
Last synced: 05 Nov 2025
https://github.com/swivelgames/modfed-assessment-vue3
Technical Assessment for use in Interviews, leveraging Vue3 with Module Federation to simulate a Microfrontend Environment.
frontend interview-practice interview-preparation interview-test microfrontend module-federation tutorial tutoring typescript vue vue3 vue3-composition-api
Last synced: 03 Jan 2026
https://github.com/khaledsalshibani/markdown-tutorial
A simple guide to learn Markdown with examples.
Last synced: 01 Jun 2026
https://github.com/lennon-c/python-wikitext-parser-guide
A Hands-On Guide to Parsing Wikitext with Python
dewiktionary guide hands-on python tutorial wikitext-parser wiktionary wiktionary-parser
Last synced: 30 Mar 2025
https://github.com/fareedkhan-dev/create-stable-diffusion-from-scratch
Implemented a stable diffusion architecture using PyTorch.
begginers diffusion-models python pytorch stability-ai stable-diffusion stable-diffusion-webui tutorial
Last synced: 11 Apr 2026
https://github.com/delabassee/fn-flow-base
Minimalistic Fn Flow project
fn-flow fnproject java serverless tutorial
Last synced: 23 Apr 2025
https://github.com/freeclimbapi/c-sharp-update-a-queue-tutorial
C# - Update a Queue Tutorial
Last synced: 05 May 2026
https://github.com/paulgovan/weibullr.learnr
An Interactive Introduction to Life Data Analysis
life-data-analysis r reliability tutorial weibull-analysis
Last synced: 15 Apr 2025
https://github.com/vaadin/mpr-demo
Demonstrate stepwise migration of Vaadin 8 to Vaadin 13 using MPR (DevDays May / 2019)
demo demo-app devday example java migration tutorial vaadin vaadin-flow vaadin-platform vaadin13 vaadin8
Last synced: 14 Apr 2026
https://github.com/aavache/cpp-tutorial
Get started with C++ with this tutorial repository. It contains plenty of intuitive examples.
cmake cpp cpp-programming getting-started patterns pointers programming tutorial
Last synced: 19 Jul 2025
https://github.com/epranka/dec2bin
Simple Dec2Bin converter created in CRA which helps to convert the number from decimal to binary
binary converter cra create-react-app css dec2bin decimal decimal-to-binary javascript react tool tutorial webdesign website
Last synced: 09 Apr 2026
https://github.com/antonio-f/simple-dnn-with-tensorflow2
Simple Deep Neural Network with TensorFlow2
101 deep-learning dnn easy neural-networks simple tensorflow2 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: 11 May 2026
https://github.com/kevinbird61/grpc-practice
Practice & Tutorial of grpc and protocol buffer
Last synced: 29 Apr 2026
https://github.com/kisan-engg/bun-fullstack
bun/node decoupled full stack: Notes manager
app application authentication authrization backend better-auth bun decoupled drizzle elysia example frontend fullstack learning node postgresql svelte tailwind tutorial web
Last synced: 14 Apr 2026
https://github.com/ktaletsk/jupyterlab_command_test
Sample extension showing how to add command to JupyterLab menus
example jupyterlab jupyterlab-extension tutorial
Last synced: 11 Jul 2025
https://github.com/aaronksaunders/ionic-react-pickerapp1
This is a sample Ionic ReactJS Application using the IonPicker Component derived from plain javascript example provided in the Ionic Framework Picker Documentation.
forms ionic-framework ionic-react ionpicker-component javascript picker-component react react-hooks reactjs sample-code tutorial
Last synced: 16 Apr 2026
https://github.com/cmkaya/dotnet-docsandsnippets
Embark on a journey through the .NET ecosystem with dotNET-DocsAndSnippets. Explore in-depth documentation and practical code snippets that shed light on fundamental .NET topics.
asp-net-core aspnetcore codesnippets csharp development documentation dotnet dotnet-core dotnetcore example examples learning programming software-engineering tutorial tutorials
Last synced: 30 Apr 2026
https://github.com/jharrilim/odetofoodtutorial
Pluralsight Tutorial: ASP.NET Core Fundamentals
asp-net-core mvc-core tutorial
Last synced: 02 Mar 2026
https://github.com/freeclimbapi/java-list-conferences-how-to-guide
Java - List Conferences Tutorial
Last synced: 18 Jun 2026
https://github.com/antonio-f/easy_naive_bayes
Easy Naive Bayes method implementationfor the Spam Filtering problem (using Python)
101 easy machine-learning naive-bayes spam-classification spam-filtering spamassassin tutorial
Last synced: 30 Mar 2025
https://github.com/freeclimbapi/java-make-a-queue-how-to-guide
Java - Make a Queue Tutorial
Last synced: 30 Jun 2026
https://github.com/educhastenier/kotlin-koin-sample-app
Playground for Kotlin Koin discovery
Last synced: 18 Oct 2025
https://github.com/appidea/react-workshop
Fast introduction to React.js development (part of the course).
Last synced: 11 Apr 2026
https://github.com/akagi201/learning-ansible
Codes and Notes while learning ansible
ansible learning scaffold tutorial
Last synced: 09 Jun 2026
https://github.com/didinj/angular-9-component-examples
Angular 9 Tutorial: Angular Component Example
angular angular9 component components example examples tutorial
Last synced: 07 Jan 2026
https://github.com/EvokeMadness/Linux-terminal-cheat-sheets
A cheat sheet for the Linux terminal.
bash cheat-sheet cheat-sheets cheatsheet cheatsheets command-line guide linux noob terminal tutorial
Last synced: 31 Mar 2025
https://github.com/refkinscallv/taskbar
Minimize modal popup to taskbar or tab
bootstrap5 html jquery tutorial
Last synced: 22 Jan 2026
https://github.com/bivex/special-octo-bassoon
Steps to make API from scratch.
api-design api-from-scratch backend-development best-practices developer-guide documentation http-services rest-api software-architecture tutorial
Last synced: 23 May 2026
https://github.com/ankush-003/learning-ml-basics
A repository which contains all the resources that i am using to learn Basics of Machine Learning
linear-regression logistic-regression machine-learning neural-networks python tensorflow tutorial
Last synced: 08 Apr 2026
https://github.com/ahammadshawki8/pycampaign20
😇 Learn to Code in Python during Lockdown! 🔥🔥
beginner-friendly lockdown python tutorial
Last synced: 09 Nov 2025
https://github.com/bjoernricks/git-knowledge-snack
A knowledge snack about git
Last synced: 19 May 2026
https://github.com/course-one/rxjs-starter-kit
Simple RxJS learning kit
learning reactive-programming rxjs tutorial tutorial-code
Last synced: 12 Jun 2025
https://github.com/mihneadb/mongo-api-demo
Simple project showing off how to integrate an external API and store data into Mongo
api demo docker docker-compose example mongodb python scraper sentiment-analysis tutorial
Last synced: 02 May 2026
https://github.com/syncfusionexamples/how-to-add-and-customize-connectors-in-the-vue-diagram-component
A quick start Vue project that shows how to add connectors in the Syncfusion Vue Diagram component. This project includes code snippets for adding a connector both programmatically and using the drawing tool. It also includes code snippets for adding different types of connectors and decorator shapes.
connector customize decorators diagram diagrambuilder draw tutorial visualizing vue vue-components vue-diagram vue-ui-components vuejs
Last synced: 03 Apr 2025
https://github.com/erik1066/golang-features
Features of the Go programming language.
examples features golang tutorial
Last synced: 28 Jun 2025