An open API service indexing awesome lists of open source software.

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.

https://github.com/laqudee/pca

模式识别中的PCA实验,python

pca python3 tutorial

Last synced: 01 May 2026

https://github.com/iurianu/react-jokes

The puns app created in the React tutorial

react tutorial

Last synced: 08 Jun 2026

https://github.com/abritopach/angular-phonecat-upgrade

Sample project where you migrate from AngularJS Phone Catalog to Angular (Angular 8, current version) Phone Catalog.

angular angular8 angularjs angularjs-phone-catalog tutorial typescript

Last synced: 01 May 2026

https://github.com/uppnrise/tutor_unity_csharp

Unity C# tutorial codes for beginners.

csharp tutorial tutorial-exercises unity unity2d unity3d

Last synced: 01 May 2026

https://github.com/coveros-archive/vagrant-docker-workshop

Sample code for Gene Gotimer's tutorial: Using Docker Containers for Automating Web Testing

chef docker dockerfile tutorial vagrant virtualization

Last synced: 01 May 2026

https://github.com/roger-luo/tutorial-julialang

A Tutorial to Julia Language

julia scientific-computing tutorial

Last synced: 08 Jun 2026

https://github.com/rwachters/mcp-tutorials

Kotlin tutorials for Model Context Protocol (MCP), featuring a generic client that connects to any STDIO MCP server to dynamically discover and interact with its tools.

ai ai-agent client-server example interoperability kotlin llm llm-agent mcp model-context-protocol sdk stdio tool-calling tools tutorial

Last synced: 02 May 2026

https://github.com/pranabdas/javascript

avascript notes and references.

beginner javascript react tutorial

Last synced: 02 May 2026

https://github.com/beanwei/kotlin-android--by-practice

Kotlin 开发 Android 应用, 一些小项目的集合仓库,适合新手练手的。

android demo kotlin tutorial tutorial-demos

Last synced: 02 May 2026

https://github.com/justalever/dokku_demo

Deploy a Rails App with Dokku

deployment dokku rails tutorial

Last synced: 02 May 2026

https://github.com/jshn9515/dnnl-notebooks

Personal deep learning study notes and tutorial-style notebooks

deep-learning jupyter-notebooks pytorch quarto tutorial

Last synced: 22 Jun 2026

https://github.com/macagua/tutorial_manage_assets

Tutorial of Creating and using JavaScript assets in Odoo 13

addon css example frontend javascript odoo odoo-13 python tutorial

Last synced: 02 May 2026

https://github.com/stormpyro/brownie-lottery

Lottery smart contract for ETH. Thanks to the awesome tutorial here: https://www.youtube.com/watch?v=M576WGiDBdQ&t=6363s

blockchain brownie chainlink python smart-contracts solidity tutorial

Last synced: 02 May 2026

https://github.com/braiso-22/minecraft-mod-tutorial

Proyect for my minecraft mods creation tutorial

java miencraftserver minecraft mod spigot tutorial

Last synced: 03 May 2026

https://github.com/colbyfayock/my-ecomm-store

Demo for spacejelly.dev tutorial

ecommerce nextjs tutorial

Last synced: 03 May 2026

https://github.com/harukaionasao/git-projeto-alfa

Ensina a usar o Git e publicar no Github :smiley: Link do Programa : https://git-scm.com/downloads

dio-bootcamp ensinando git github projeto tutorial

Last synced: 03 May 2026

https://github.com/realitysg5020/powersub-demo-6848

🚀 Showcase advanced features of PowerSub in this demo, enabling seamless integration and efficient management of project subscriptions.

application best-practices command-line-tool data-processing demo easily-integrated examples lightweight machine-learning open-source powersub python scripts tutorial user-guide

Last synced: 03 May 2026

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/syed-m-nofel/python-data-science-fundamentals

Python notebooks for data manipulation (Pandas/NumPy) and API workflows – from basics to practical examples.

api beginner-friendly data-analysis data-science http-requests jupyter-notebook numpy pandas pandas-dataframe python tutorial

Last synced: 03 May 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/laugharne/solana_foundation_tutorials

Solana Foundation Tutorials : Managing large accounts, Creating an Energy Game, Creating an Idle Game, Session Keys, Building Games

anchor blockchain blockchain-technology rust rust-lang solana tutorial tutorials

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/morphclue/simple-stocks

Solution for chapter 2 from the "Angular in Action" book

angular tutorial

Last synced: 03 May 2026

https://github.com/syncfusionexamples/how-to-add-and-customize-annotations-in-nodes-and-connectors-in-vue-diagram

A quick start Vue project that shows how to add annotations to nodes and connectors in the Syncfusion Vue Diagram component. This project includes code snippets to add an annotation programmatically and showing customization options like horizontal alignment, vertical alignment, offset, text wrapping, font styles, and hyperlinks.

annotations connector content customize diagram diagrambuilder font hyperlink node style tutorial visualizing vue vue-components vue-diagram vue-ui-components vuejs

Last synced: 03 May 2026

https://github.com/gocs/jwt-tutorial-impl

yo ho yo ho!! auth0 jwt go implementation

auth0 go golang jwt tutorial

Last synced: 03 May 2026

https://github.com/bn-l/vimtipsplus

A full vim editor in the browser's new tab page + tips for leaning vim.

chrome extension learning new newtab plugin tab tutorial vim

Last synced: 04 May 2026

https://github.com/syncfusionexamples/how-to-save-and-export-a-vue-diagram

A quick start Vue project that shows how to save and export the Vue Diagram component. This project includes code snippets for saving and loading the Diagram as a JSON string and file stream. It also includes a code snippet to export the Diagram in PNG format.

diagram diagrambuilder export filestream json png print region tutorial visualizing vue vue-components vue-diagram vue-ui-components vuejs

Last synced: 04 May 2026

https://github.com/maranimatias/learn-vue

Aprender vuejs 2.5 material de apoyo para la catédra de TTADS, UTN-frro

guia learn tutorial vue vuejs vuejs2

Last synced: 04 May 2026

https://github.com/florasteve/ml-foundations-day1

Day-1 ML foundations focused on linear algebra: vectors, dot products, norms, angles, projections, and basic matrix operations—implemented in a Jupyter notebook with NumPy/Matplotlib, clear 2D visuals, a self-quiz, and a brief reflection. Emphasizes how these math primitives map to core ML/AI ideas (similarity, least squares, geometric transforms).

ai data-science education jupyter-notebook linear-algebra machine-learning matplotlib numpy python3 terminal-mac tutorial visualization vscode

Last synced: 04 May 2026

https://github.com/andrewrgarcia/webpack-demo

webpack generated from completed Getting Started webpack tutorial (https://webpack.js.org/guides/getting-started/). May use as a webpack template.

javascript nodejs npm tutorial webpack

Last synced: 04 May 2026

https://github.com/sscaff1/react-workshop

Dev Meeting solutions and supplemental notes

introduction react react-components tutorial

Last synced: 04 May 2026

https://github.com/david-pena/apple-wallet-clone-rn

Apple Wallet Clone with React Native, Reanimated and Gesture Handler

expo react-native tutorial

Last synced: 04 May 2026

https://github.com/kteavery/dip-into-data-tutorial

Data science tutorial for grades 9 and 10, covering classification, clustering, and regression

data-science jupyter-notebook python tutorial

Last synced: 04 May 2026

https://github.com/rubensworks/slides-2019-iswc-graphql-client

Slides for the GraphQL tutorial at ISWC 2019 - Client-side GraphQL

client graphql iswc slides tutorial

Last synced: 05 May 2026

https://github.com/gabrielkunst/anime-valt

Basic project to learn more about Next.js server actions. Credits to the original creator, @adrianhajdin.

nextjs server-actions tutorial

Last synced: 05 May 2026

https://github.com/timeless-residents/handson-blender-scripts

Collection of Python scripts demonstrating Blender automation for 3D modeling and rendering. Each script showcases different techniques with visual outputs.

3d 3d-graphics automation blender blender-python computer-graphics learning-resources python rendering scripting tutorial

Last synced: 05 May 2026

https://github.com/sammyrobensparadise/your-app

Your first react app! created as a demo for this article https://medium.com/@srobensparadise/the-complete-guide-to-your-awesome-react-website-2eb3f450fada

create-react-app css demo firebase firebase-deploy getting-started github-actions javascript material-design material-ui medium react react-router-dom setup styled-components tutorial

Last synced: 05 May 2026

https://github.com/chainstacklabs/hello-block-quorum

A "Hello, Block!" tutorial in Vyper and Solidity for the Quorum blockchain

consensys javascript python quorum solidity solidity-contracts tutorial vyper vyper-contracts

Last synced: 05 May 2026

https://github.com/freeclimbapi/java-list-recordings-tutorial

Java - List Recordings Tutorial

recordings tutorial

Last synced: 30 Jun 2026

https://github.com/freeclimbapi/java-update-a-queue-tutorial

Java - Update a Queue Tutorial

queues tutorial

Last synced: 21 Jun 2026

https://github.com/skepticmystic/sveltekit-mdsvex-blog

A SvelteKit + Mdsvex starter blog, using Tailwind + Daisyui for styling

daisyui mdsvex svelte sveltekit tailwind tutorial

Last synced: 06 May 2026

https://github.com/sam0rr/base_bash_course

bash learning and tutorial

bash learning linux scripting sh shell tutorial

Last synced: 06 May 2026

https://github.com/garfield1002/fastapi-todo-list

A tutorial todo list API using FastAPI, Redis and Docker

docker fastapi fastapi-redis python3 redis tutorial

Last synced: 06 May 2026

https://github.com/lgoodridge/example-django-app

An example Django app with minimal functionality for tutorials and demonstrations

django tutorial

Last synced: 06 May 2026

https://github.com/tomerfi/dependency-injection-java-part3-tutorial

Dependency Injection in Java is easy - Part 3 - Leveraging with Spring Context.

blog-post dependency-injection dev java spring 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/david-pena/airbnb-clone-rn

Airbnb Clone with React Native

expo react-native tutorial

Last synced: 06 May 2026

https://github.com/timeless-residents/handson-tensorflow-numpy

A practical guide to learning and using TensorFlow and NumPy for data manipulation and machine learning

data-science machine-learning numpy tensorflow tutorial

Last synced: 06 May 2026

https://github.com/sderosiaux/zio-story

🎯 Interactive, gamified learning platform for mastering ZIO - Scala's powerful library for async and concurrent programming

concurrent-programming education functional-programming gamification interactive-learning learning-platform nextjs programming scala tutorial typescript zio

Last synced: 07 May 2026

https://github.com/codingforentrepreneurs/youtube-video-player-nextjs

Tutorial to embed YouTube Videos and track watch events directly in your Next.js applications. Tightly integrated with https://github.com/codingforentrepreneurs/youtube-video-analytics-fastapi

analytics fastapi nextjs timescaledb timescaledb-python tutorial videos youtube

Last synced: 07 May 2026

https://github.com/salmanbe/laravel-excel-tutorial

Laravel tutorial to export database records to Excel using maatwebsite/excel.

laravel laravel-excel maatwebsite-excel mysql php tutorial

Last synced: 07 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/alexmhack/django-k8s

Deploying Django v5 using Kubernetes on Digital Ocean

django5 fastapi k8s k8s-cluster learning python3 sample-code 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/larry8668/pes1ug21cs300_hello_world

Github actions tutorial

tutorial

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/proustibat/react-js-markdown-editor

Udemy course by Anthony Welc - Project 1 of "React JS pour les debutants"

getting-started jsx react react-component react-for-beginners react-tutorial reactjs tutorial udemy udemy-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/pm25/deep-learning-projects

⚓ Examples of deep learning projects using Pytorch.

deep-learning example-project machine-learning pytorch tutorial

Last synced: 08 May 2026

https://github.com/liatemplates/skulpt

LiaScript template for start creating Python-Tutorials with Skulpt

liascript python python-tutorial template tutorial

Last synced: 08 May 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/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/nerooc/typing-game

Angular tutorial project - typing game

angular tutorial typing-game

Last synced: 08 May 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/daffafaizan/go-gin-tutorial

Learning Go with Gin.

go rest-api tutorial

Last synced: 10 Jun 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/quanglv1996/ros-robot-mpo500

The source code contains instructions for installing the ROS operating system and Robot control library packages.

install mpo500 ros ros-noetic slam-algorithms 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/salmanbe/laravel-deepl-tutorial

Tutorial to import translations from deepl api. With easy to use salmanbe/deepl plugin.

bootstrap5 deepl laravel php 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/yxuco/vue-nft-delivery

An web3 app using Vue.js and Node.js to authenticate Ethereum user and verify NFT ownership.

nft nodejs signature tutorial vuejs web3

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/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/ihatetoast/cotd

Wes Bos tutorial I am saving here as I use it for a reference bigly.

reactjs tutorial wesbos

Last synced: 09 May 2026

https://github.com/zxjahid/matplotlib

A comprehensive guide to mastering data visualization with Matplotlib through hands-on examples and advanced techniques. 🚀📊

candlestick candlestick-chart cheatsheet data-analysis data-visualization gtk jupyter-notebook maps matplotlib-python pandas thesis-template tk tutorial wx

Last synced: 09 May 2026

https://github.com/harastaivan/tic-tac-toe

repository made for learning react

react tutorial

Last synced: 12 Apr 2026

https://github.com/silvestrevivo/react-hooks-contextapi-readinglist

Basic react application corresponding to the YouTube Tutorial of @iamshaunjp

javascript react react-context-api react-hooks tutorial youtube

Last synced: 09 May 2026