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/axellep/quickguide-symfony-7

A guide to getting started with Symfony 7 / Guide pour prendre en main facilement Symfony 7

guide php php-framework php-framework-symfony symfony symfony7 tutorial web-development-course

Last synced: 15 Feb 2026

https://github.com/asifvora/webpack-react

Tutorial: How to set up React, webpack 4, and Babel 7 (2018) React is mostly used for Single Page Applications.

babel javascript react reactjs tutorial webpack webpack-react

Last synced: 11 Apr 2026

https://github.com/klfajardo/godot-tutorials

Collection of scripts for game development tutorials on Godot.

gamedev games gdscript godot tutorial tutorials

Last synced: 28 Jan 2026

https://github.com/robertobochet/keras-talk

Jupyter notebook for the Keras talk, part of the Python Course 2021 by Politecnico Open unix Labs

course jupyter-notebook keras neural-network politecnico-di-milano politecnico-open-unix-labs python slides talk tensorflow tensorflow-tutorials tutorial tutorial-code

Last synced: 13 Feb 2026

https://github.com/andrei15193/react-model-view-viewmodel-sample-todo-list

A sample todo list application to illustrate react-model-view-viewmodel usage.

model model-view-viewmodel mvvm react sample tutorial view viewmodel

Last synced: 07 Apr 2025

https://github.com/kathleenwest/mslearn-dotnet-docker

This is a simple microservices demo with a frontend web app (razor) and backend web api (asp.net core). The frontend utilizes the Blazor WebAssembly script in the browser. The backend web api simply delivers a Product listing and serves images for those products. The frontend web app queries the backend web api for products, then displays each one.

asp-net-core backend blazor blazor-webassembly containers content-security-policy docker docker-compose docker-container docker-tutorial entity-framework-core frontend how-to microservices mslearn products razor store tutorial web-api

Last synced: 04 Apr 2026

https://github.com/garfbradaz/webapi-episodes

Episodes for my JSON API using .NET Core, Docker and Mongo Series.

blogging csharp docker mongodb netcore tutorial webapi-core

Last synced: 07 May 2026

https://github.com/javascript-tutorial/sq.javascript.info

Modern JavaScript Tutorial in Albanian

albanian javascript tutorial

Last synced: 23 Aug 2025

https://github.com/nidup/manipulate-csv-data-in-php

Tutorials on How to Read and Write CSV Files in PHP

csv php php8 tutorial

Last synced: 29 May 2026

https://github.com/sqitchers/sqitch-firebird-intro

A tutorial introduction to Sqitch change management on Firebird

firebird sqitch tutorial

Last synced: 23 Jan 2026

https://github.com/vinibiavatti1/graphqltutorial

This repository works as a tutorial for GraphQL. Follow the sources or check the wiki to learn it

graphql graphql-tutorial query query-language rest-api tutorial

Last synced: 16 May 2026

https://github.com/BAMresearch/jupyter_tutorial_sas

A programming tutorial for looking at SAS Data with Python. Part of the 'Better with Scattering' Workshop.

data-science programming-exercises small-angle-neutron-scattering small-angle-scattering small-angle-xray-scattering tutorial

Last synced: 16 Jan 2026

https://github.com/margato/redis-spring-tutorial

Tutorial de como integrar Redis com aplicação Spring Boot

cache docker dockercompose guide redis spring sprintboot tutorial

Last synced: 28 Jan 2026

https://github.com/onlyphantom/covidrt

Code answers, references for a real-time covid 19 dashboard tutorial series in R

coronavirus covid-19 covid19 dashboard data-visualization jhu-csse r shiny tutorial

Last synced: 28 Mar 2025

https://github.com/enjeck/TutCode

Watch/read tutorials and write code on the same page

css education html javascript tutorial video-player youtube

Last synced: 30 Apr 2025

https://github.com/javascript-tutorial/ku.javascript.info

Modern JavaScript Tutorial in Kurdish | فێرکاری مۆدێرن جاڤاسکڕێپت بە زمانی کوردی

javascript kurdish kurdistan rojcode tutorial

Last synced: 28 Oct 2025

https://github.com/mozilla-services/subscriber_demo

A Companion suite for https://blog.mozilla.org/services/2017/02/23/managing-push-subscriptions/

demonstration python3 tutorial webpush

Last synced: 17 Jul 2025

https://github.com/alexmhack/django_url_shorter

a django url service for shortening a url and also counting its clicks

advanced-programming django2 project python3 tutorial url-shortener

Last synced: 19 Apr 2026

https://github.com/jbweston/maryland-kwant-tutorial

Slide deck for a Kwant tutorial that I gave at the University of Maryland in February 2019.

kwant quantum-mechanics tutorial

Last synced: 04 Jul 2025

https://github.com/hpprc/react-three-trial

Tutorial for three.js in React

cannonjs react threejs tutorial webgl

Last synced: 14 Feb 2026

https://github.com/tact-lang/tour

WIP: 🎓 Learn Tact in your browser with an interactive tour

interactive-tutorial onboarding tact tact-by-example ton-blockchain tour tutorial

Last synced: 05 Mar 2026

https://github.com/nfantone/2d-roguelike

Unity3D tutorial for a 2D Roguelike game

game tutorial unity3d

Last synced: 07 Jan 2026

https://github.com/Azure/iot-central-compute

A simple way to do compute and data transformation on data sent to Azure IoT Central using Azure Functions and a slightly modified version of the Azure IoT Central Device Bridge.

azure-functions data-transformation iot iot-central javascript nodejs tutorial

Last synced: 08 May 2025

https://github.com/sylhare/tutorial-c

Beginner language C examples

c tutorial

Last synced: 06 Oct 2025

https://github.com/hashicorp-education/learn-terraform-migrate-s3-tfc

Companion repository for "Migrate from Remote S3 Backend to Terraform Cloud" Learn tutorial

hashicorp terraform tutorial

Last synced: 25 Mar 2025

https://github.com/blaze2216/java-learning-journey

🚀 My Java learning journey from basics to advanced concepts. 10+ well-documented programs covering fundamentals, loops, user input, and algorithms. Each program includes detailed comments and demonstrates clean coding practices.

algorithms beginner best-practices coding-journey documentation education java learning programming tutorial

Last synced: 29 Jul 2025

https://github.com/valera-rozuvan/howtos

a collection of HOWTO documents - mostly linux related

howto tutorial

Last synced: 02 Mar 2026

https://github.com/weso/rdfvalidation_eswc16

RDF and Linked Data Validation - ESWC 2016 Tutorial

rdf rdf-validation tutorial

Last synced: 24 Jan 2026

https://github.com/kathleenwest/minimalwebapientityframeworkcoresqlite

A minimal ASP.NET Core web api project to showcase Entity Framework Core with both SQLite and in-memory database implementations. This basic web api features CRUD operations with Http Verb Operations (Get, Post, Put, and Delete). Features tutorial-style YouTube videos for some topics.

asp-net-core asp-net-core-web-api crud csharp database demo entity-framework-core how-to in-memory-database learning-by-doing microsoft-learn minimal-web-api pizza pizza-shop sqlite swagger swagger-ui tutorial web-api youtube

Last synced: 28 Apr 2026

https://github.com/thegamecracks/discord.py-i18n-demo

A guide to internationalization with Python and discord.py.

discord-py gettext i18n l10n python python-package tutorial

Last synced: 13 May 2025

https://github.com/gitbolt/solana-linktree

🖇️ Linktree Clone on Solana with tutorial

anchor-lang rust solana tutorial typescript

Last synced: 25 Jul 2025

https://github.com/noeldemartin/tcm-ionic-workshop

Chat Ionic application to be built in a workshop in Tecnocampus Mataró.

firebase ionic tutorial workshop

Last synced: 04 May 2026

https://github.com/snipcart/snipcart-angular

A tutorial on integrating a single page Angular app with Snipcart's shopping cart platform.

angularjs ecommerce javascript tutorial

Last synced: 14 Apr 2026

https://github.com/teebusch/r-intro

A brief hands-on introduction to R with RStudio, the Tidyverse, and RMarkdown.

r tidyverse tutorial workshop

Last synced: 17 Mar 2025

https://github.com/magloft/touring

Interactive Product Tours in JavaScript

cards demo guide preact tour tutorial

Last synced: 18 May 2026

https://github.com/albogdano/react-para

React + Para quickstart example

create-react-app para react starter-kit tutorial

Last synced: 15 Oct 2025

https://github.com/didinj/grails3-mongodb-react-profile

Build Grails 3, MongoDB and React Profile CRUD Web Application

application build crud example grails grails3 mongo mongodb profile react reactjs tutorial web webapp

Last synced: 20 Apr 2026

https://github.com/hash3lizer/khatta

📔 A Khatta (urdu for ledger). Based on Urara 🌸 (A sweet Svelte based theme)

blog ctf-writeups tutorial writeups

Last synced: 29 Apr 2026

https://github.com/elibroftw/cpp-vcpkg-cmake-example

A C++ project that is platform and IDE agnostic made possible by using vcpkg and cmake.

cmake cmakelists cpp cross-platform linux macos make tutorial vcpkg visual-studio visual-studio-code windows

Last synced: 14 Apr 2026

https://github.com/ruslanys/meetup-devkg-22

Spring Boot - в продакшн за 5 минут

devkg getting-started java meetup sample spring-boot tutorial

Last synced: 28 Apr 2026

https://github.com/kasir-barati/html-css

A comprehensive course for HTML/CSS

aparat course css css-spec html html-specification tutorial youtube

Last synced: 24 Jul 2025

https://github.com/arjunprabhulal/google-adk-masterclass

Build AI agents with Google's Agent Development Kit (ADK). 20 modules from basics to advanced topics.

agent-development-kit ai-agents crash-course crash-courses gemini google-adk llm masterclass mcp mcp-toolbox python tutorial vertex-ai

Last synced: 22 Apr 2026

https://github.com/cubrid-labs/cubrid-cookbook

Production-ready examples for CUBRID — Python, Node.js, Go with popular frameworks

celery cookbook cubrid cubrid-database database django drizzle-orm examples fastapi flask golang gorm nodejs pandas python sqlalchemy streamlit tutorial typescript

Last synced: 27 Mar 2026

https://github.com/dohlee/learn-sed

:pencil2: SED tutorial

editor learn sed stream tutorial

Last synced: 19 Mar 2026

https://github.com/didinj/spring-boot-security-user-role-login-eclipse

Spring Boot Tutorial: Create Java Login Web App using Spring Security and Eclipse

eclipse eclipse-ide java login spring-boot spring-data spring-security springboot springsecurity tutorial webapp

Last synced: 16 Oct 2025

https://github.com/launchscout/litelement-tic-tac-toe

The tic-tac-toe game from the React tutorial, implemented in Web Components using LitElement

lit-element react tutorial webcomponents

Last synced: 15 Apr 2026

https://github.com/ismacortgtz/cpp-guide

An intermedius guide to learn C++ from any knowledge level.

course cpp cpp-course english guide spanish tutorial

Last synced: 07 Oct 2025

https://github.com/javascript-tutorial/da.javascript.info

Modern JavaScript Tutorial in Danish

danish javascript tutorial

Last synced: 07 Apr 2025

https://github.com/collapseindex/eval-guide

Learn ML evaluation metrics from scratch! Beginner-friendly Jupyter notebooks with code, visuals, and analogies - all pre-run with outputs. Master accuracy, F1, RMSE, ROC/AUC, cross-validation. Just read or run yourself. Includes challenge exercises. Perfect for ML beginners!

beginner-friendly beginners-guide classification confusion-matrix data-science education f1-score interactive-learning jupyter-notebooks-explaining machine-learning precision-recall python regression roc-auc scikit-learn text-classification tutorial

Last synced: 13 Jan 2026

https://github.com/venenux/alpine-wiki

[mirror] .. to provide NON-MINIMALIST documentation for MINIMALIST distro

alpine alpine-linux documentation guide linux tutorial wiki

Last synced: 12 Jun 2025

https://github.com/jsbroks/vue-hangman

Recreated Tranversy Media hangman game in Vue 3

api hangman-game hangman-in-vue tutorial vue-composition-api vue3 youtube

Last synced: 30 Apr 2025

https://github.com/kristijan-pajtasev/javascript-and-this

Example project about this behavior in JavaScript and browser

javascript this this-keyword tutorial

Last synced: 16 Mar 2025

https://github.com/melasistema/hyde-wizard

Welcome to the Hyde Wizard repository! This magical project brings to life "The Tale of Zoe: From Doodler to Best-Seller", a whimsical journey of creativity and web development powered by HydePHP and Layouts Manager. You can find the tutorial link in the README.md!

blogging flowbite font-manager google-fonts hydephp landing-page layout-manager tailwindcss tutorial

Last synced: 08 Feb 2026

https://github.com/whirlxd/fetch-data-from-api

How to fetch data from a restful api

api fetch hype node-fetch restful-api tutorial

Last synced: 17 Mar 2026

https://github.com/sinalalebakhsh/portswigger

Solving PortSwigger Labs in YouTube

portsw portswigger-labs securi tutorial

Last synced: 05 Apr 2025

https://github.com/realtemirov/postgres

An Uzbek tutorial for PostgreSQL learners using postgresqltutorial.com

postgresql tutorial uzbek-language

Last synced: 27 Jan 2026

https://github.com/javascript-tutorial/tk.javascript.info

Modern JavaScript Tutorial in Turkmen

javascript turkmen tutorial

Last synced: 07 Apr 2025

https://github.com/v4ss3ur/guideline.wpf

GuideLine is a C# WPF library designed to create interactive, step-by-step tutorials within your application. It highlights specific controls, dims the rest of the interface, and provides dialog-based explanations to guide users through various features.

guide guideline overlay tool tutorial wpf

Last synced: 19 Aug 2025

https://github.com/gvwilson/btt

Building Tech Together

codebender software-engineeering tutorial

Last synced: 08 Feb 2026

https://github.com/sshaaf/waver

An easy to use code tutorial generator

generator java tutorial

Last synced: 23 Sep 2025

https://github.com/bearsunday/tutorial1

A tutorial application that how to use BEAR.Sunday

bearsunday php tutorial

Last synced: 31 Jul 2025

https://github.com/christinec-dev/tic-tac-react

Tic-Tac-React: A simple Tic-Tac-Toe game made with ReactJs .

bootstrap css3 javascript javascript-game react react-components reactjs scss tutorial

Last synced: 14 Apr 2026

https://github.com/danieljancar/stellar-smart-contract

A simple Stellar smart contract environment to get you started with Blockchain and Web 3.0. 🌱🔥

blockchain rust smart-contracts stellar tutorial

Last synced: 09 Feb 2026

https://github.com/raleighlittles/rubyonrails-tutorial

Full code for Michael Hartl's Ruby on Rails Tutorial!

michael-hartl rails ruby ruby-on-rails tutorial

Last synced: 14 Apr 2025

https://github.com/pjecz/pjecz-curso-libreoffice

Curso básico de LibreOffice para aprender sobre el procesador de textos, la hoja de cálculo y más herrmientas de lo que constituye la suite de ofimática libre más utilizada en el mundo.

documentation hactoberfest hactoberfest-accepted libreoffice tutorial

Last synced: 09 Feb 2026

https://github.com/amanpriyanshu/protaska-gpt

Unleash the Potential of Datasets with Intelligent Tasks, Tutorials, and Algorithm Recommendations.

beginner datasets deep-learning generative-models gpt gpt-3 langchain llm machine-learning openai python tutorial tutorials

Last synced: 08 Nov 2025

https://github.com/didinj/angular-material-form-controls-field-input-example

Angular Material Form Controls, Form Field and Input Examples

angular angular8 controls examples field form input material textarea tutorial

Last synced: 02 Aug 2025

https://github.com/mizrael/asyncservices

Sample repository showing how to handle requests asynchronously.

aspnet-core dotnet-core mongodb pubsub rabbitmq tutorial web-api

Last synced: 11 Apr 2026

https://github.com/onlyphantom/accomplish

A multi-series tutorial walking through the development of a task manager app, CRUD operations, and a cohesive UI design using the latest from Bootstrap and Material Design.

bootstrap4 flask flask-application flask-sqlalchemy material-ui tutorial

Last synced: 16 Apr 2026

https://github.com/yasenstar/ontology-pizza-cn

pizza.owl的本体模型教程的中文版本与建模实践的源码仓库

modeling ontology owl pizza pizza-owl protege semantics tutorial

Last synced: 10 Feb 2026

https://github.com/krshrimali/deep-learning-on-the-weekends

Some ideas and work on weekends (and some times on the week days as well *winks*)

computer-vision deep-learning keras-models p5js projects pytorch tutorial

Last synced: 01 May 2026

https://github.com/flowforfrank/faceapi

🤖 Face expression recognition created with face-api.js

emotion-detection emotion-recognition face-recognition faceapi faceapi-js javascript tutorial webtips

Last synced: 08 Mar 2026

https://github.com/javitocor/currency-converter-react-native

A mobile app calling acustom api to convert currencies,following the instructions by Spencer Carli. Built with React Native.

currency-converter eslint-config expo mobile-app native react-native-app tutorial

Last synced: 12 Apr 2026

https://github.com/parzibyte/tutorial-graficas-chartjs

Ejemplos y demostraciones de mi tutorial para crear gráficas con Chart.js

chart chart-js example tutorial

Last synced: 17 May 2026

https://github.com/alanmarazzi/trees-forest

Reference for "Don't get lost in a forest" post: a guide to tree based modeling in R

analytics how-to machine-learning r random-forest rstats titanic-kaggle tree-model tutorial

Last synced: 20 Mar 2025