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/scorchinghot/core-machine-learning-exploration

This repository provides a hands-on exploration of classical machine learning algorithms applied to the MovieLens 100k dataset, aiming to build intuition and understanding of core ML concepts.

core-ml data-science hands-on machine-learning ml-algorithms python scikit-learn tutorial

Last synced: 05 Oct 2025

https://github.com/ndxdeveloper/go-tutoriel-fr

Tutoriel complet Go en français : de débutant à avancé avec projets pratiques. Guide progressif pour maîtriser le langage Go, de la syntaxe de base aux microservices.

api backend cli concurrency docker francais french go golang guide microservices programming tutorial

Last synced: 29 Jun 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/prave-com/deploy-django

Django project example for deploying django

deploy django gunicorn nginx postgresql tutorial vps

Last synced: 09 Apr 2026

https://github.com/ravi-prakash1907/golang-walkthrough

Kinda crash course for golang

course crash-course go golang tutorial

Last synced: 23 Aug 2025

https://github.com/couchbase-examples/java-transactions-quickstart

A Spring Boot application that illustrates using Couchbase transactions with Java SDK

acid couchbase how-to howto java spring-boot transactions tutorial

Last synced: 20 Feb 2026

https://github.com/satansdeer/weather-api

Small wrapper for https://darksky.net weather api. User in https://basicreact.com course.

api-wrapper course expressjs javascript nodejs tutorial

Last synced: 10 Apr 2026

https://github.com/son-link/nodegui-tuto-reddit-feed

Ejemplo de una apñicación programada con Javascript y NodeGUI

example nodegui nodejs tutorial

Last synced: 20 Apr 2026

https://github.com/paulgovan/relialearnr

Learning Modules for Reliability Analysis

life-data-analysis r reliability tutorial weibull-analysis

Last synced: 09 Mar 2026

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/yuokada/antlr4-work

My practice project for Antlr4

antlr4 java tutorial

Last synced: 28 Jun 2025

https://github.com/themarlboroman/doctrineless-symfony

A repo-tutorial to see how we can do database work in symfony without doctrine and with PDO.

doctrine pdo symfony2 tutorial

Last synced: 04 Jan 2026

https://github.com/salmanbe/laravel-content-translation-tutorial

Laravel content translation tutorial using Astrotomic's laravel-translatable plugin.

astrotomic bootstrap5 html5 laravel laravel-translatable multi-lingual mysql php translation tutorial

Last synced: 12 Apr 2026

https://github.com/sourceduty/retropie_le_potato

📃 How to Install RetroPie on Le Potato Libre Computer Board (AML-S905X-CC)

game games gba gbc how-to install instructions le-potato libre libre-computer nes nintendo pi play raspberry-pi retro retropie roms rpi tutorial

Last synced: 08 Aug 2025

https://github.com/gregorykogan/devlog

Step by step tutorial for creating Vue blog (+ template)

blog css deployment devblog devlog github-pages markdown syntax-highlighting tutorial vue

Last synced: 03 May 2026

https://github.com/dannypsnl-fork/macro-magic

Macro is not magic

macro racket tutorial

Last synced: 09 Mar 2026

https://github.com/andrewrporter/youtube

Repository to store all code that aids my YouTube videos here: https://www.youtube.com/c/AndrewPorterCode

learn python teaching tutorial youtube

Last synced: 10 May 2026

https://github.com/dinau/ruby-platformer

Platformer tutorial project with SDL3 in Ruby language

examples game platformer ruby sdl sdl3 tutorial

Last synced: 05 Aug 2025

https://github.com/app-generator/tutorial-python

Python Tutorial - Learn to code in Python | AppSeed

appseed elearning python tutorial

Last synced: 29 Sep 2025

https://github.com/codenameone/toolbarsidemenu

Code of the How Do I tutorial for designing a sidemenu

codenameone demo sidemenu tutorial tutorial-code

Last synced: 23 Mar 2025

https://github.com/angeldollface/yew-tutorial-app

A small tutorial app for Yew.rs. :spider_web: :lock: :crab:

mit-license rust-lang tutorial tutorial-sourcecode yew-components yew-demo yew-framework

Last synced: 06 Jun 2026

https://github.com/opastorello/luleey-xs2510-udm-gpon-guide

Manual da comunidade: usar um stick SFP+ GPON LuLeey LL-XS2510 (Realtek RTL960x) no lugar da ONT, direto numa UniFi UDM - HGU vs SFU, dual-bank, MACKEY, VLAN, scripts e troubleshooting

fiber gpon guide ll-xs2510 luleey ont onu pppoe rtl960x sfp-onu tutorial ubiquiti udm unifi xpon

Last synced: 19 Jun 2026

https://github.com/apawlik/prisonners-dillema-jupyter4nfdi

A Binder-ready and JupyterBook-ready tutorial repository for learning computer simulation through the Prisoner's Dilemma.

tutorial

Last synced: 29 Jun 2026

https://github.com/cheesecake87/flask-example-sub-domain

Contains a working example of using Sub Domains in Flask.

example flask guide python tutorial

Last synced: 24 Apr 2026

https://github.com/dimodimchev/learningreactnative

A repository for my projects from a YouTube course for React Native

firebase jsx mobile react-native tutorial

Last synced: 28 Apr 2026

https://github.com/vsvito420/learning-python

Python Übungen mithilfe von w3schools.com/python .

deutsch python tutorial

Last synced: 23 Mar 2025

https://github.com/mlhiter/mini-react

a tutorial project about creating a mini-react

mini react tutorial

Last synced: 11 Apr 2026

https://github.com/otterbk/nodejs-practice

nodejs 튜토리얼 연습

practice tutorial

Last synced: 18 Oct 2025

https://github.com/vin20777/roll-a-ball

Unity 3D Tutorial Practice

tutorial unity3d

Last synced: 19 Apr 2026

https://github.com/augustoasilva/todo-go-app-tutorial

Repositório do projeto ToDo App feito em Go para série de Artigos no meu Blog.

api golang tutorial

Last synced: 13 Jul 2025

https://github.com/yulei-chen/react-router-tutorial

An alternative take on React Router's official tutorial

codehike react-router-v6 tutorial

Last synced: 30 Jun 2025

https://github.com/adityamotale/hash_table

Hash Table in rust from scratch with djb2 algorithm

djb2 hashtable rust tutorial

Last synced: 15 Apr 2025

https://github.com/piyalidas10/pdf-tutorials

PDF / Images Tutorials for UI/Front-end

frontend tutorial tutorials ui

Last synced: 15 Mar 2025

https://github.com/denvrdata/denvrdemos

A collection of sample applications to run on Denvr Cloud

demos tutorial

Last synced: 16 Jan 2026

https://github.com/icyjoseph/phasertutorial

Learning Phaser to hack a game later on!

hackaton learning phaser3 tutorial

Last synced: 15 Mar 2025

https://github.com/freeclimbapi/node-make-a-queue-how-to-guide

Node - Make a Queue Tutorial

queues tutorial

Last synced: 15 Jun 2026

https://github.com/freeclimbapi/java-list-conferences-how-to-guide

Java - List Conferences Tutorial

connecting-calls tutorial

Last synced: 18 Jun 2026

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/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/joseph-ogutu/ai-capstone-project

A beginner-friendly Go web development project showcasing fundamental HTTP server implementation using Go's net/http package. This project demonstrates how to build simple yet robust web services with clean, idiomatic Go code.

backend beginner go golang http tutorial webserver

Last synced: 03 Jan 2026

https://github.com/abhilashg001/spring-melon

A repository that contains my notes on Spring Boot

full-stack-web-development java notes spring-boot tutorial web-development

Last synced: 24 Apr 2026

https://github.com/fzaninotto/ra-relationships-tutorial

A sample react-admin app demonstrating fields for relationships. Support for a video tutorial on YouTube.

react react-admin tutorial

Last synced: 13 Oct 2025

https://github.com/joeribreedveld/traversy-graphql-mern

Traversy Media GraphQL crash course with MERN project

apollo express graphql mern mongodb nodejs react traversy-media tutorial

Last synced: 08 Apr 2026

https://github.com/foufou-exe/iac-terraform-ansible-aws-webserver-demo

Complete example of deploying a Debian web server on AWS EC2 using Terraform and Ansible. Perfect for learning infrastructure as code (IaC) basics. 🤖

ansible automation aws cloud debian devops ec2 example iac infrastructure-as-code linux open-source terraform tutorial webserver

Last synced: 11 Apr 2026

https://github.com/obitech/tutorials

Various tutorials I've tried/completed

css html javascript python rails ruby tutorial

Last synced: 11 Apr 2026

https://github.com/applitools/tutorial-watir-ruby-basic

Applitools Watir tutorial

applitools ruby tutorial watir

Last synced: 28 May 2026

https://github.com/frozenassassine/cpp-winapi-tutorial

C++ WinApi tutorial with some samples

cpp samples tutorial winapi

Last synced: 03 May 2025

https://github.com/nagipragalathan/python_tutorial_for_data-science

This repository is a comprehensive guide for learning data science using Python. It covers various essential libraries and tools commonly used in the field of data science, including Jupyter Notebook, Matplotlib, NumPy, Pandas, Scikit-learn, and PyTorch.

datascience datavisualization deeplearning jupyter jupyter-notebook learning-by-doing learningresources machinelearning matplotlib numpy opensource pandas python python-script python3 pytorch pytorch-implementation scikitlearn tutorial

Last synced: 09 Apr 2026

https://github.com/hoptical/scala-exploration

an Introduction to Scala with Jupyter notebook

tutorial

Last synced: 15 Feb 2026

https://github.com/rileyseaburg/dev-connect

A MERN stack example of a simple social media app.

sample traversy-media tutorial

Last synced: 31 Jul 2025

https://github.com/mauranne-lg/flask_tutorial

This project is the result of the Flask step-by-step tutorial. See more on https://flask.palletsprojects.com/en/2.3.x/tutorial/

flask tutorial

Last synced: 05 Jan 2026

https://github.com/educhastenier/spring-boot-kotlin-blog-tutorial

Spring-boot, Kotlin, Mustache tutorial material

kotlin mustache mustache-templates spring-boot tutorial

Last synced: 11 Apr 2026

https://github.com/herve07h22/expert-javascript-booking

Support du cours en ligne Expert javascript

clean-architecture javascript tutorial

Last synced: 02 Jul 2025

https://github.com/pereprior/space-invaders

Tutorial de Python para principiantes

pygame pygame-games python space-invaders tutorial tutorial-code

Last synced: 24 Mar 2025

https://github.com/jccampagne/sql_playground

play with SQL / PLSQL - tutorial

learning-by-doing postgresql sql tutorial

Last synced: 16 Mar 2025

https://github.com/uilianries/conan-folly-example

Folly example using Conan for blog post

cmake conan cplusplus cpp folly tutorial

Last synced: 18 May 2026

https://github.com/inbo/dwc-in-r

Training material for standardizing data to Darwin Core using R

course-materials oscibio r rstats tutorial

Last synced: 18 May 2026

https://github.com/rominalodolo/linux_terminal_course

Youtube tutorial by Free Code Camp - The 50 Most Popular Linux & Terminal Commands - Full Course for Beginners. Link: https://www.youtube.com/watch?v=ZtqBQ68cfJc

bash command-line linux permissions sort sudo tutorial whoami youtube zip

Last synced: 04 May 2026

https://github.com/arsharaj/tutorial-webinar-aktu-ai-ml-dl

Study material related to this webinar

python tutorial webinar

Last synced: 11 Jul 2025

https://github.com/angular-demos/tooltips

A simple demo for creating tooltips in Angular

angular angular5 bootstrap-4 demo example tooltips tutorial

Last synced: 10 Mar 2025

https://github.com/adolbyb/nodejs-passport-login

A Login System using Node.js & Passport

dashboard ejs javascript login-system node-js passport-js tutorial

Last synced: 01 May 2026

https://github.com/dominique-vassard/elm-tutorial-app

Following complete app tutorial

elm tutorial

Last synced: 27 Jul 2025

https://github.com/nathguede/briefly

📄 Summarize text quickly and accurately with briefly, enhancing clarity and communication in your work.

apiai article-summary computer-graphics cpp elixir facebook-messenger-bot firebase guide learning opengl phoenix rasterizer raytracing raytracing-engine shaders simple software-renderer tutorial

Last synced: 09 Apr 2026

https://github.com/ineat/graphql-pokemon-training

An example of GraphQL service with Appolo Server calling pokemon API

blog graphql pokemon tutorial

Last synced: 18 May 2026

https://github.com/edserranoc/markdown-essentials

🚀 Master Markdown in Minutes! A complete guide with examples, tips, and tricks.

jupyter-notebook markdown tutorial

Last synced: 02 May 2026

https://github.com/arnim/agentic-css-tutor

Agentic Computational Social Science tutor

data-science python tutorial

Last synced: 29 May 2026

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

Learning Java Script

basic html javascript tutorial

Last synced: 08 Apr 2025

https://github.com/seanny123/webpack-typescript-helloworld

Get something showing up with Webpack, TypeScript

devops hello-world tutorial

Last synced: 12 Apr 2026

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