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-07 00:28:48 UTC
- JSON Representation
https://github.com/rodneylab/cloudcannon-sveltekit-social-sharing-images
Adding Social Sharing Images in SvelteKit: how to add social sharing images to your SvelteKit site as well as basic SEO meta and Schema.org.
blog cloudcannon jamstack markdown seo svelte sveltejs sveltekit tutorial
Last synced: 03 May 2026
https://github.com/otonomee/bash-scripting-course
Codecademy-inspired interactive Bash scripting course with live code editor, terminal simulation, and progress tracking. 7 chapters covering variables, conditionals, loops, functions, and real projects.
bash codecademy-style coding-course education interactive-learning javascript learn-to-code programming-tutorial react shell-scripting terminal tutorial web-app
Last synced: 04 May 2026
https://github.com/apiverve/content-moderator-node-tutorial
Content moderation tool for filtering profanity built with Node.js
apiverve content-moderation express moderation nodejs profanity-filter text-filtering tutorial
Last synced: 25 Jun 2026
https://github.com/ozansz/vue-tutorial
Yazılım Bilimi web sitesindeki Vue derslerinin kodları - Codes for my Vue lessons in yazilimbilimi.org
html javascript tutorial tutorial-code vue vuejs webapp website
Last synced: 03 May 2026
https://github.com/demapy/element-position-observer
Tutorial how to create trackable react tooltip with position computation.
intersection-observer javascript portals react resize-observer tooltip tutorial typescript
Last synced: 03 May 2026
https://github.com/kasperlaursen/building-web-components-using-svelte
A Repo for the "Building Web Components using Svelte" tutorial on my blog!
custom-element custom-elements svelte svelte-v3 svelte3 tutorial web-component web-components webcomponents
Last synced: 03 May 2026
https://github.com/vellankikoti/code2k8s
Hands-on guide to deploying Next.js + Postgres + Redis on a bare-metal k3s cluster using three $5 VPS nodes. Covers ingress, cert-manager HTTPS, persistent volumes, and zero-downtime deploys.
bare-metal cert-manager devops ingress-nginx k3s kubernetes nextjs postgres redis tutorial
Last synced: 06 Jul 2026
https://github.com/dclxviclangames/bossunity3d
Behaviour of Enemy BOSS character, very simple and easy to understanding for begginers
boss-battle bosses bossfight dclxviclan tutorial tutorial-code tutorial-sourcecode tutorials unity3d unitytutorial
Last synced: 04 May 2026
https://github.com/uilianries/conan-protobuf-example
Protobuf example using Conan.io
cmake conan protobuf serialization tutorial
Last synced: 04 May 2026
https://github.com/emrah13-13/kubernetes-for-students
🚀 Learn Kubernetes through hands-on projects designed for students, making distributed systems easy to grasp without the complexity of YAML.
cloud collaboration docker-tutorial dockerfile freshers go kubernetes kubernetes-service learning microservices-architecture minikube open-source openstack postgresql students tutorial websocket yaml
Last synced: 04 May 2026
https://github.com/billy0402/nestjs-event-api
A tutorial project for Nest.js API tutorial.
nestjs nestjs-zod nodejs prisma restful-api swagger tutorial zod
Last synced: 04 May 2026
https://github.com/david-pena/apple-wallet-clone-rn
Apple Wallet Clone with React Native, Reanimated and Gesture Handler
Last synced: 04 May 2026
https://github.com/colbyfayock/my-snipcart-store
Demo for spacejelly.dev tutorial
ecommerce nextjs snipcart tutorial
Last synced: 05 May 2026
https://github.com/antonio-f/ridge_regression_example
Easy Ridge Regression example
easy matplotlib-pyplot polynomial-regression python ridge-regression scikit-learn tutorial
Last synced: 05 May 2026
https://github.com/ruanbekker/civo-kubernetes-terraform-demo
Demo using Terraform and Civo Kubernetes
civo golang kubernetes terraform tutorial
Last synced: 05 May 2026
https://github.com/apiverve/social-card-generator-node-tutorial
Social media card generator for creating Open Graph images with Node.js
apiverve express html-to-image marketing nodejs og-image open-graph social-cards tutorial
Last synced: 25 Jun 2026
https://github.com/azmainadel/the-rabbit-with-the-python
Just the basic implementations of RabbitMQ using Python
Last synced: 06 Apr 2025
https://github.com/applitools/example-selenium-csharp-xunit
Applitools Example: Selenium in C# with xUnit.net
applitools applitools-example applitools-eyes applitools-tutorial csharp dotnet execution-cloud selenium selenium-webdriver test-automation testing tutorial ultrafast-grid visual-testing webdriver xunit
Last synced: 06 May 2026
https://github.com/dylancheetah/simple-todo
A simple todo list with a website and mobile app.
django django-allauth django-csp django-environ django-htmx todo-list tutorial
Last synced: 06 May 2026
https://github.com/vitaliibezuhlyi/angular-tutorial
This is tutorial project for learning Angular SPA framework.
angular css html tutorial typescript
Last synced: 06 May 2026
https://github.com/pwildenhain/portfolio-app
Portfolio app built following the Real Python Django tutorial: https://realpython.com/courses/django-portfolio-project/
django portfolio python tutorial
Last synced: 06 May 2026
https://github.com/abhishekkr/qwik-simple-blog
Simple Markdown Blog in QwikJS
blog javascript markdown qwik qwikjs tutorial webapp website
Last synced: 06 May 2026
https://github.com/apiverve/ocr-scanner-python-tutorial
OCR scanner that extracts text from images using Python
apiverve cli document-scanner image-to-text ocr python text-extraction tutorial
Last synced: 25 Jun 2026
https://github.com/apiverve/dns-lookup-go-tutorial
DNS lookup tool that retrieves DNS records using Go
apiverve cli devops dns dns-lookup go golang networking tutorial
Last synced: 25 Jun 2026
https://github.com/ireddragonicy/cb24153-lab-intent-activity
A simple Android application that demonstrates the use of explicit and implicit intents to navigate between different activities and send data across them.
activity android demo demo-app intent java kotlin lab mobile-app tutorial
Last synced: 07 May 2026
https://github.com/apiverve/crypto-tracker-react-tutorial
Bitcoin price tracker with real-time data built with React
apiverve bitcoin crypto-tracker cryptocurrency finance price-tracker react tutorial
Last synced: 25 Jun 2026
https://github.com/abhaskumarsinha/2d-continuous-skip-gram-model
A word2vec embedding, called Continuous Skip Gram Model encodes each word to a Vector depending on how closely they are related or how often they are used along.
continuous-skip-gram-model encoding keras keras-neural-networks keras-tensorflow machine-learning machine-learning-algorithms skipgram tensorflow2 tutorial word2vec word2vec-model
Last synced: 21 May 2026
https://github.com/abhaskumarsinha/1d-gan
A simple well-documented tutorial on implementing a 1D GAN on Keras using a Python Jupyter Notebook
deep-learning deep-neural-networks gan generative-adversarial-network keras keras-tensorflow python3 tensorflow2 tutorial
Last synced: 07 May 2026
https://github.com/anjali-001/django-todo
Todo app made using Django and vanilla JS
django django-rest-framework javascript todoapp tutorial
Last synced: 07 May 2026
https://github.com/epranka/bin2dec
Simple Bin2Dec converter created in CRA which helps to convert the number from binary to decimal
bin2dec binary binary-to-decimal converter cra create-react-app css decimal javascript react tool tutorial webdesign website
Last synced: 07 May 2026
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/alex-damian-negru/hanami-2-quickstart
🌸 Hanami 2.0 playground
hanami postgresql ruby tutorial
Last synced: 08 May 2026
https://github.com/freeclimbapi/c-sharp-send-sms-during-call-tutorial
C# - Send SMS During Call Tutorial
Last synced: 26 Jun 2026
https://github.com/antonio-f/simple-k-nearest-neighbors
Simple K-Nearest Neighbors using partial sort
101 k-nearest-neighbors knn numpy partial-sort python tutorial
Last synced: 08 May 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/wheelfate/hello-continuous-deployment
Simple tutorial about continuous deployment
ci-cd continuous-deployment github-actions html tutorial
Last synced: 28 Jun 2026
https://github.com/vogelino/hackernews-mentions
A hackernews mentions search script based on @nraboy's article:
crawling hacker-news mentions mongodb ndjson nodejs pipeline sentiment-analysis streaming through2 through2-filter tutorial
Last synced: 09 May 2026
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/vitorvezani/springboot-redis-cache-sample
Demo springboot cache using redis as cache provider
redis redis-cache sample-app spring-boot springboot tutorial
Last synced: 09 May 2026
https://github.com/pranabdas/planets
A React application for learning purpose.
beginner learning learning-react react react-router reactjs tutorial
Last synced: 09 May 2026
https://github.com/markslorach/issue-tracker
Issue Tracker built using Next.js, TypeScript, Prisma and MySQL.
crud mysql nextjs prisma rest-api tutorial typescript zod-validation
Last synced: 09 May 2026
https://github.com/vanvuongngo/backups-workshop
Workshop about backup with Linux
Last synced: 09 May 2026
https://github.com/georgepanaretos/employee-manager-app
Employee Manager App
angular free full-stack html5 java tutorial tutorial-code typescript
Last synced: 09 May 2026
https://github.com/ihatetoast/cotd
Wes Bos tutorial I am saving here as I use it for a reference bigly.
Last synced: 09 May 2026
https://github.com/andrewjbateman/javascript-speech-synthesis
:clipboard: Javascript30 tutorial in vanilla javascript text to speech converter
css3 html5 javascript-speach-synthesis javascript-text javascript30 speech speech-converter speech-synthesis tutorial tutorial-exercises vanilla-javascript-text
Last synced: 03 Nov 2025
https://github.com/indivar0508/genetic-algo-tutorial
Implementation of genetic algorithm by Code-Bullet, but in Python
genetic-algorithm machine-learning python reinforcement-learning tutorial
Last synced: 21 May 2026
https://github.com/arthurdjn/sentipy
Deep Sentiment Analysis on Twitter.
pytorch sentiment-analysis tutorial twitter
Last synced: 21 May 2026
https://github.com/harastaivan/tic-tac-toe
repository made for learning react
Last synced: 12 Apr 2026
https://github.com/ashmalzahra/redux-toolkit-tutorial
This Project is about practicing the concepts relating to - creating a store, start defining and dispatching actions, and reducers.
reactjs redux redux-thunk tutorial
Last synced: 09 May 2026
https://github.com/jirikuncar/pytest-101
Testing tutorial with PyTest
github-actions pipenv prese pytest python tutorial
Last synced: 09 May 2026
https://github.com/jeremiegince/mlintroduction
Exercice d'introduction à l'apprentissage machine.
francais machine-learning python tutorial
Last synced: 09 May 2026
https://github.com/antonio-f/conformal_prediction
Conformal Prediction - minimal example with PyTorch
conformal-prediction python pytorch simple tutorial visualization
Last synced: 09 May 2026
https://github.com/garbii1/llm-application-chatbot
🤖 A simple AI chatbot built with Python, Hugging Face, and Flask. Powered by an open-source LLM and includes both a CLI and a web interface.
ai beginner-friendly chatbot cli flask html-css-javascript hugging-face huggingface llm nlp open-source python transformers tutorial web-interface
Last synced: 09 May 2026
https://github.com/jwill9999/react_navigation_template
Reactjs navigation example and template
browserhistory dev dev-server development-environment history-api-fallback historyapifallback hot-reload react react-components react-router reactive-programming reactjs tutorial webpack2
Last synced: 10 May 2026
https://github.com/arsy786/react-redux-toolkit-tutorial
This repository hosts a React-based counter application developed as a guide to demonstrate the use of Redux Toolkit for state management.
2023 guide reactjs redux-toolkit tutorial
Last synced: 10 May 2026
https://github.com/howiprompt/draw-together-without-distractions
Free starter guide on a trending topic
ai-agents autonomous-agents free guide howiprompt tutorial
Last synced: 14 Jun 2026
https://github.com/chinmaym07/html-tutorial
This Repo Contains the whole Tutorial of Html
css html javascript tutorial website
Last synced: 11 May 2026
https://github.com/jihlenburg/fedit
A tiny cross-platform text editor in Rust + Tauri 2 — the teaching project for jihlenburg/rustic
beginner rust tauri text-editor tutorial
Last synced: 10 Jun 2026
https://github.com/oc8/ssh-vm-tuto
TUTO | Connect to a VM via SSH from VS Code
Last synced: 11 May 2026
https://github.com/ssoudan/bayesian_inference_tut
Quick tutorial on Bayesian inference applied to logistic functions
Last synced: 29 Jun 2026
https://github.com/pvigier/pychain-part2
Code for the part 2 of the tutorial on pychain
computational-graphs mnist tutorial
Last synced: 10 Jun 2026
https://github.com/chainstacklabs/hello-block-corda
A "Hello, Block!" tutorial in Java and Kotlin for the Corda blockchain platform
blockchain corda hello-world java kotlin tutorial
Last synced: 12 May 2026
https://github.com/weige258/electron-typescript-template-project
electron template tutorial typescript
Last synced: 29 Jun 2026
https://github.com/arifuddincoder/postgresql
PostgreSQL Essential Shortcuts & Cheatsheet — psql meta-commands, CRUD, backup/restore, and Mac-friendly setup tips.
cheatsheet macos postgresql psql quickstart sql tutorial
Last synced: 14 May 2026
https://github.com/gvolpe/erlang-tutorial
Getting Started with Erlang User's Guide
Last synced: 02 Nov 2025
https://github.com/makigas/tutorial-svelte-ejemplo-eventos
Código de ejemplo usado en los capítulos 17 y 18 de mi curso de Svelte
Last synced: 14 Jun 2026
https://github.com/howiprompt/deepseek-local-installer-script-mac-windows-no-docker
Developers lose critical hours fighting installation errors because 70% of local DeepSeek setups fail due to mismatched CUDA drivers or miss
ai-agents autonomous-agents free guide howiprompt tutorial
Last synced: 14 Jun 2026
https://github.com/howiprompt/self-hosted-ai-code-review-pipeline-offline
Developers building private AI workspaces lose over 40 hours manually wiring raw inference engines to security tools, leaving local reposito
ai-agents autonomous-agents free guide howiprompt tutorial
Last synced: 14 Jun 2026
https://github.com/howiprompt/how-to-create-local-ai-agents-from-documents
Developers currently waste hours manually chunking and vectorizing data, with over 70% of local AI projects stalling at the ingestion phase
ai-agents autonomous-agents free guide howiprompt tutorial
Last synced: 14 Jun 2026
https://github.com/howiprompt/automated-ai-agent-security-scanner-and-prompt-injectio
Developers deploying self-hosted AI agents are facing a critical reality where over 90% of external attack vectors target the prompt layer,
ai-agents autonomous-agents free guide howiprompt tutorial
Last synced: 14 Jun 2026
https://github.com/howiprompt/self-hosted-github-code-review-ai-agent-docker
Engineering teams demand rigorous AI-assisted code reviews to maintain velocity, yet 83% of CTOs block these tools due to the terrifying ris
ai-agents autonomous-agents free guide howiprompt tutorial
Last synced: 14 Jun 2026
https://github.com/howiprompt/deepseek-4-local-server-docker-setup
The antirez/ds4 repository has garnered over 13,000 stars, yet developers remain blocked because manually compiling C-based inference engine
ai-agents autonomous-agents free guide howiprompt tutorial
Last synced: 14 Jun 2026
https://github.com/howiprompt/automated-show-hn-post-and-landing-page-generator-from
You have spent weeks engineering a complex open-source tool, but after hitting "Publish" on your Show HN post, you get zero comments and zer
ai-agents autonomous-agents free guide howiprompt tutorial
Last synced: 14 Jun 2026
https://github.com/howiprompt/internal-documentation-to-ai-agent-skill-generator
Development teams waste upwards of 30 hours per week manually coding function definitions for routine tasks that are already exhaustively do
ai-agents autonomous-agents free guide howiprompt tutorial
Last synced: 14 Jun 2026
https://github.com/howiprompt/verify-4-pending-products-end-to-end-with-real-proof-8278
The 50-year plan is currently bottlenecked by 4 specific pending products that lack execution data and verifiable proof of function, threate
ai-agents autonomous-agents free guide howiprompt tutorial
Last synced: 14 Jun 2026
https://github.com/silvestrevivo/svelte-intro-tutorial
SvelteJS application as intro tutorial, regarding the YouTube video from @mschwarzmueller
css3 html5 javascript sveltejs tutorial youtube
Last synced: 04 May 2026
https://github.com/julia-pfarr/git-gitlab_tutorial
Git & GitLab Tutorial, Beginner
git gitlab psychology tutorial workshop
Last synced: 05 Feb 2026
https://github.com/howiprompt/ai-workflow-automation-tool
Free starter guide on a trending topic
ai-agents autonomous-agents free guide howiprompt tutorial
Last synced: 14 Jun 2026
https://github.com/mhewedy/spwrap-examples
Example projects for spwrap
example-project examples jdbc spwrap stored-procedures tutorial
Last synced: 31 Mar 2025
https://github.com/paulfioravanti/tic-tac-toe
Application from the React Tutorial
javascript react react-tutorial tutorial typescript
Last synced: 13 Oct 2025
https://github.com/ceceliacreates/ballot-cure
An Ionic app using the Capacitor Community HTTP Plugin for native requests and file uploads.
capacitor ionic mobile tutorial
Last synced: 24 Apr 2026
https://github.com/vasiliy-l/tutorial-ios-custom-dialog-box
Custom dialogs development in Swift
Last synced: 30 Mar 2025