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/erikhoward/azure-cosmosdb-demo

Using Azure Cosmos DB from R Demo

azure azure-cosmos-db cosmosdb nosql r tutorial

Last synced: 03 Sep 2025

https://github.com/ibraheem4/pet-shop-ethereum

Pet Shop Tutorial from Truffle Suite (expanded)

ganache metamask pet-shop truffle tutorial

Last synced: 15 Jun 2025

https://github.com/art049/simple-buffer-overflow-server

Challenge/Tutorial aiming to exploit the buffer overflow vulnerability w/ Metasploit plugin implementation

buffer-overflow-vulnerability challenge metasploit security tutorial

Last synced: 07 Jan 2026

https://github.com/didinj/grails-4-easy-crud-webapp

Grails 4 Tutorial: Easy to Build CRUD Web Application

crud easy grails grails4 groovy tutorial web-application

Last synced: 29 Mar 2025

https://github.com/bobbyma2014/coordinate-transform

A simple app that shows the transformation of coordinates

csharp robotics tutorial unity3d windows-app

Last synced: 01 Apr 2025

https://github.com/joaofaveri/pull-request-na-pratica

Repositório de aprendizagem sobre como criar um Pull Request (PR). Saiba na prática como criar um Pull Request, submetendo alterações neste repositório, que serão aceitas pelos colaboradores

awesome awesome-list begginer-friendly begginers css3 education first-timers-friendly floss foss git github html5 iniciantes javascript learning-by-doing open-source programming pull-request tutorial

Last synced: 31 Dec 2025

https://github.com/hu2di/javascript-tutorial

Learning Java Script

basic html javascript tutorial

Last synced: 08 Apr 2025

https://github.com/freeclimbapi/c-sharp-accept-incoming-call-tutorial

C# - Accept Incoming Call Tutorial

tutorial voice

Last synced: 25 Jun 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

makigas svelte tutorial

Last synced: 24 Feb 2025

https://github.com/jeremiegince/learning_svm

Support vector machines (SVM) tutorial with classical and quantum kernels.

kernel quantum-computing svm tutorial

Last synced: 30 Oct 2025

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

An example Django app with minimal functionality for tutorials and demonstrations

django tutorial

Last synced: 25 Mar 2025

https://github.com/ot-nemoto/learn-terraform-aws-instance

Terraform Tutorials AWS

terraform tutorial

Last synced: 10 Mar 2025

https://github.com/aprezcuba24/snippet

Aplicación para guardar recetas de código

angular electron example rxjs snippets tutorial

Last synced: 30 Dec 2025

https://github.com/iml1111/pytorch-recommender

Neural Recommendation System Using PyTorch

deep-learning pytorch recommender-system tutorial

Last synced: 29 Mar 2025

https://github.com/jbenner-radham/mdn-2d-breakout-game

A learning implementation of MDN's "2D breakout game using pure JavaScript" tutorial.

2d beginner canvas games javascript mdn tutorial

Last synced: 16 Mar 2025

https://github.com/bittricky/node-torrent

Simple node.js bittorrent client

javascript nodejs torrent tutorial

Last synced: 26 Oct 2025

https://github.com/meet59patel/github-pages-tutorial

Tutorial by DSC DAIICT for deploying simple website using GitHub Pages.

dsc-daiict github github-pages tutorial

Last synced: 06 Apr 2025

https://github.com/arction/lcu-tutorial-barseries-05

Tutorial for LightningChart .Net High-Performance Charting Library. Creating a 2D chart with multiple BarSeries.

barseries charting-library csharp data-visualization dotnet example lightning-chart performance tutorial visualization xy

Last synced: 12 Mar 2025

https://github.com/jnbdz/demo-golang-nodejs-extension-helloworld

Demo: Golang Node.js Extension: Hello World!

demo extension golang helloworld nodejs tutorial

Last synced: 28 Feb 2025

https://github.com/djdarcy/mcp-server-tutorial

A detailed hands-on tutorial for learning Model Context Protocol (MCP) server development with Python. Includes working examples, VSCode debugging setup, tests, and a step-by-step guide covering everything from basic architecture to deployment. Perfect for anyone wanting to build AI-integrated tools and to understand how Claude extensions work.

ai-assistant ai-integration ai-tools anthropic beginner-friendly claude claude-code claude-desktop debugging developer-tools examples learning-resources llm-tools mcp model-context-protocol python sdk step-by-step tutorial vscode

Last synced: 25 Oct 2025

https://github.com/minitauros/go-concurrency-training

Exercises for practicing concurrency and testing in Go.

concurrency go golang testing training tutorial

Last synced: 11 Mar 2026

https://github.com/freeclimbapi/c-sharp-play-a-recording-tutorial

C# - Play a Recording Tutorial

recordings tutorial

Last synced: 04 Sep 2025

https://github.com/bestia-dev/authentication_database_web_ui

09. Tutorial to code authentication for database_web_ui (2022-10)

obsolete tutorial

Last synced: 09 Apr 2025

https://github.com/bestia-dev/backup_for_zeljko_egui

Simple backup program tailored for my friend Željko. Made with rust and egui.

egui gui obsolete rust tutorial

Last synced: 09 Apr 2025

https://github.com/frozar/laravel-9-grafikart

Tutoriel de Grakifart traduit en Laravel 9

laravel-9 tutorial

Last synced: 06 Jan 2026

https://github.com/fralapo/disable-bd-prochot-on-linux

This repository provides steps to disable BD PROCHOT at boot time in a Linux system.

bd-prochot guide linux script tutorial unlock

Last synced: 17 Sep 2025

https://github.com/methminug/forms-with-react-hooks

Check out this code's Medium article on forms with React Hooks. 😊

react react-hooks tutorial

Last synced: 20 Mar 2025

https://github.com/gnebbia/vim_notes

Some notes about Vim

notes tutorial vim

Last synced: 12 Sep 2025

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

Tutorial to integrate Laravel with firebase database using kreait/laravel-firebase.

bootstrap5 firebase html5 laravel laravel-firebase php tutorial

Last synced: 06 Apr 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/freeclimbapi/node-make-recording-how-to-guide

Node - Make Recording Tutorial

recordings tutorial

Last synced: 27 Feb 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 Mar 2025

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/phdenzel/local-python-install

How to install python on a server without sudo rights

how-to tutorial

Last synced: 02 Mar 2026

https://github.com/seanmcp/tutorial-deploy-gh-pages

Tutorial to deploy a static site to GitHub Pages

github github-pages hosting how-to static-site tutorial

Last synced: 04 Apr 2025

https://github.com/eschao/redux-tutorial-cn

redux-tutorial (中文版)

redux tutorial

Last synced: 09 Apr 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/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: 27 Mar 2025

https://github.com/thawkin3/boundaries-demo

Demo of Clean Code Chapter 8: Boundaries

clean-code date-time react tutorial workshop

Last synced: 01 Sep 2025

https://github.com/thinkswan/react-graphql-spacex-missions

A React app that uses Apollo and GraphQL to fetch SpaceX missions.

graphql javascript react tutorial

Last synced: 30 Oct 2025

https://github.com/mouhcine-flutter/tutorial-kotlin

tutorial during my UDEV integration to CGI

audio-player kotlin kotlin-android tutorial

Last synced: 24 Mar 2025

https://github.com/sidharthmohannair/px4-ros2-beginner-tutorials

Step-by-step tutorials for learning drone development with PX4, ROS 2, and Gazebo simulation. From basic setup to camera integration and autonomous flight.

autonomous beginner camera computer-vision drone gazebo humble mavros px4 px4-sitl robotics ros2 simulation tutorial uav

Last synced: 05 Apr 2025

https://github.com/nevrome/tutorial_cologne_may2017

R Tutorial für den Grünen Tisch in Köln am 17.5.2017

3d r r-package tidyverse tutorial

Last synced: 28 Feb 2025

https://github.com/erno-szabados/dotnet-tutorials

Learn Microsoft Tutorials

algorithms dotnet tutorial

Last synced: 09 Apr 2025

https://github.com/arction/lcu-tutorial-installation-00

Tutorial for LightningChart .Net High-Performance Charting Library. Getting Started with LightningChart. Installation and Referencing DLLs.

chart charting-library csharp data-visualization dlls dotnet example getting-started help installation lightning-chart performance tutorial visualization

Last synced: 12 Mar 2025

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: 05 Apr 2025

https://github.com/antonio-f/conformal_prediction

Conformal Prediction - minimal example with PyTorch

conformal-prediction python pytorch simple tutorial visualization

Last synced: 30 Mar 2025

https://github.com/camcar1/avone

Simplified version of avatar for easy integration and customization. Enhance your projects with this lightweight solution. 🌟👤

3d ai avatar aws-polly chatbot facial-expressions github-config guide javascript nodejs openai react speech-synthesis threejs tutorial voice-recognition webgl

Last synced: 05 Apr 2026

https://github.com/devlights/try-linux

This is my TUTORIAL project for linux.

linux tutorial

Last synced: 15 Jan 2026

https://github.com/ntno/processing-seed

simple seed for processingjs project. interactive demo here --->

processing processingjs tutorial

Last synced: 21 Jul 2025

https://github.com/fishcharlie/amazonwebservicesec2

📖 Tutorial - Lightning Talk Amazon Web Services EC2

aws ec2 tutorial

Last synced: 28 Feb 2025

https://github.com/virbo/tutorial

Kumpulan script berdasarkan tutorial di https://dutainformasi.net

tutorial yii2

Last synced: 02 Feb 2026

https://github.com/davidyell/learning-typescript

Code from doing the TypeScript tutorial

learning tutorial typescript

Last synced: 28 Mar 2025

https://github.com/ubaidsk/myrust.dev

🦀 Practical FAQ guide for Python & C++ developers learning Rust. AI-generated content with community improvements. Direct answers, code comparisons, no fluff.

ai beginners beginners-guide faq jupyter-book learning memory-safety programming python rust rust-lang systems-programming tutorial

Last synced: 24 Jun 2025

https://github.com/emanuele-em/slicing-in-python

Simple guide - Slicing in Python by examples

array best-practices guide python3 slicing string tutorial wiki

Last synced: 21 Mar 2025

https://github.com/nadjiel/petit-pixels

This project is a tutorial on how to set up games with pixel art aesthetics using Godot 4.3.

gamedev godot4-3 low-resolution pixel-art retro tutorial

Last synced: 27 Jan 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/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: 05 Apr 2025

https://github.com/bjoernricks/python-workshop

A Python Workshop

python tutorial workshop

Last synced: 16 Mar 2025

https://github.com/mlhiter/messenger

A chat application,simple and fully-functional.

chat messenger real-time tutorial

Last synced: 30 Dec 2025

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/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: 23 Feb 2025

https://github.com/applitools/tutorial-protractor-ultrafastgrid

Applitools tutorial using Protractor and Ultrafast Grid

applitools protractor tutorial

Last synced: 06 Mar 2025

https://github.com/ilxnah/minikube-express-configmap-secret

Express.js app on Minikube using k8s ☸️ ConfigMap & Secret for configuration and sensitive data. Liveness/readiness probes,, env var injection, supports local builds and prebuilt Docker Hub image.

cloud-native configmap container deployment devops docker dockerhub environment-variables example express k8s kubernetes liveness-probe microservices minikube nodejs readiness-probe secret tutorial yaml

Last synced: 11 Sep 2025

https://github.com/demapy/realtime-chat

Socket.IO - project tutorial to understand how things works together.

chat socket-io sqllite tutorial

Last synced: 02 Apr 2025

https://github.com/huangfusl/python-lec

Slides and example code for the Python lecture in 2023-2024 Spring semester.\

python tutorial tutorial-exercises

Last synced: 24 Aug 2025

https://github.com/haroldadmin/hello-kotlin

Code samples to introduce Kotlin to beginners in programming

kotlin tutorial

Last synced: 18 Jul 2025

https://github.com/ajaybhatia/link-book

A simple link book using meteor and react with hooks

meteor meteorjs react react-hooks-demo reactjs tutorial

Last synced: 04 Jul 2025

https://github.com/josephadoga/hamburger-menu

How to create Hamburger Menu in HTML and CSS.

github hamburger-menu tutorial

Last synced: 17 Jul 2025

https://github.com/rstevensonusgs/community-starter-kit

Tutorial for Mona the Bot

ai bot tutorial

Last synced: 26 Jan 2026

https://github.com/jiahaoxiang2000/tutor

This is project is one collection, which aims to provide the resource for my tutoring.

tutorial

Last synced: 01 Dec 2025

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: 15 Jul 2025

https://github.com/friendbear/_vagrant

Vagrant tutorial.

tutorial vagrant

Last synced: 28 Feb 2025

https://github.com/rustkas/zig_how_it_works

Исходные коды к статье о языке программирования Zig "Как работает Zig?"

tutorial zig ziglang

Last synced: 14 Jul 2025

https://github.com/lebcit/litenode-markdown-app

LiteNode Markdown-based Application Tutorial

litenode markdown nodejs tutorial web-development

Last synced: 23 Jun 2025

https://github.com/andrewjbateman/angular-fast-http-caching

:clipboard: Get data from a Github API and use observables for fast http caching. Tutorial from 'Demos with Angular'

angular angular15 cache-storage html5 httpclient observable rxjs rxjs7 tutorial tutorial-code typescript

Last synced: 23 Jun 2025

https://github.com/isensee-bastian/set-strings

Tutorial code for my video Generics Part 2: Using the empty Interface in Golang

basic-programming beginner-tutorial-series data-structures generics golang learn-to-code maps sets tutorial youtube

Last synced: 13 Jun 2025

https://github.com/yeikerthegod/the

The word "the" is the most commonly used definite article in the English language, serving to specify a noun as known or recognizable within a context. It is essential for grammar and communication in English, appearing in nearly every sentence to provide clarity and specificity to the reader or listener.

bypass bypass-av hacking macos malware malware-analysis malware-samples python security thefatrat theme theme-next tutorial typescript

Last synced: 28 Feb 2025

https://github.com/ndxdeveloper/formation-debian

Formation complète Debian (Desktop/Server) de 280h, des fondamentaux aux infrastructures cloud-native modernes. Maîtrisez Debian, Docker, Kubernetes, Ansible, Terraform et les pratiques DevSecOps.

ansible cloudnative debian devops devsecops docker formation grafana infrastructure-as-code k3s kubernetes kvm linux networking security sysadmin terraform tutorial

Last synced: 30 Dec 2025

https://github.com/fedosejev/fragments-in-react-16

Simple example of how to use Fragments in React 16.

fragments javascript react tips tutorial

Last synced: 19 Jun 2025

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: 07 May 2025