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/j-sephb-lt-n/dbt-example

Showcase of DBT functionality with a toy local duckdb dataset

dbt duckdb example local tutorial

Last synced: 18 May 2026

https://github.com/pcafrica/introduction_to_pybind11

Minimal examples showing the integration of C++ and Python using pybind11.

cpp examples introduction pybind11 python tutorial

Last synced: 14 May 2026

https://github.com/squishy123/networking-with-greenfoot

Short tutorial for setting up sockets in greenfoot

java network sockets tutorial

Last synced: 16 Jul 2025

https://github.com/hawkiq/cssgrid

repo for CSS Grid tutorial by me on IQ TECH channel

css cssgrid html tutorial

Last synced: 15 Jun 2025

https://github.com/erictleung/talk-unittest-travis-ci

Presentation on Python's unittest and Travis CI

continuous-integration presentation travis-ci tutorial unittest

Last synced: 03 Apr 2025

https://github.com/jharrilim/odetofoodtutorial

Pluralsight Tutorial: ASP.NET Core Fundamentals

asp-net-core mvc-core tutorial

Last synced: 02 Mar 2026

https://github.com/sinceru0/react-agent-from-scratch

A pure Python implementation of ReAct agent without using any frameworks like LangChain. It follows the standard ReAct loop of Thought, Action, PAUSE, and Observation. The agent utilizes multiple tools, including Calculator, Wikipedia, Web Search, and Weather. A web UI is also provided using Streamlit.

agent-streamlit-web-ui ai-agent-with-tools aiagent deepseek from-scratch langchain llm openai-api python-no-framework-agent python-react-agent react-agent react-loop tutorial typescript

Last synced: 16 Dec 2025

https://github.com/xmrglobal/pgp_tutorials

This repository contains detailed PGP (Pretty Good Privacy) guides for various operating systems. These guides are designed for XMRGlobal users and anyone who values privacy, security, and encryption.

monero p2p pgp pgp-encryption tutorial tutorials xmr

Last synced: 28 Oct 2025

https://github.com/curegit/unity-reversi-tutorial

ゲームエンジン Unity を手っ取り早く触るためのハンズオン

education handson reversi tutorial unity

Last synced: 11 May 2025

https://github.com/tamirespatrocinio/magentotutorial

Tutorial on how to install Magento in a localhost environment on the Windows operating system.

magento2 php tutorial windows

Last synced: 15 May 2026

https://github.com/fblupi/blog-librosweb

Introducción a Ruby on Rails de librosweb

blog rails tutorial

Last synced: 16 May 2026

https://github.com/silvestrevivo/pwa-foodninja

Basic PWA application corresponding to the YouTube Tutorial of @iamshaunjp

manifest pwa pwa-apps service-worker tutorial youtube

Last synced: 15 May 2026

https://github.com/swivelgames/modfed-assessment-vue3

Technical Assessment for use in Interviews, leveraging Vue3 with Module Federation to simulate a Microfrontend Environment.

frontend interview-practice interview-preparation interview-test microfrontend module-federation tutorial tutoring typescript vue vue3 vue3-composition-api

Last synced: 03 Jan 2026

https://github.com/rajatkb/8085-assembler

Its a 8085 assembler written in C++ . Build for educational purpose

assembler tutorial

Last synced: 15 May 2026

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

Applitools Ultrafast Test Grid VisualGridRunner tutorial using WebdriverIO 5

applitools tutorial

Last synced: 23 Jun 2025

https://github.com/egigiffari/guess-number-py

Create a simple game where the program randomly selects a number and the user has to guess it within a few tries.

guess-the-number tutorial

Last synced: 28 Jun 2025

https://github.com/thykof/tuto-private-eth

How to set up your own private Ethereum blockchain?

blockchain ethereum-blockchain geth-node tutorial web3

Last synced: 25 Aug 2025

https://github.com/amamov/angular-toy-project

angular is solid, sexy, oop-ly

angular toy-project tutorial

Last synced: 16 May 2026

https://github.com/cruikshanks/learn-enough-css-tut

Notes and content related to https://www.learnenough.com/css-and-layout-tutorial-tutorial/

css tutorial

Last synced: 02 Mar 2025

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/s1n7ax/youtube-mobx-vs-react

This is a repository related to following YouTube video content

mobx react-context react-state tutorial youtube

Last synced: 15 May 2026

https://github.com/princep/mobile-computing-project

Mobile Computing Project

ffmpeg opencv tutorial

Last synced: 04 May 2026

https://github.com/neozenith/hello_go

Toy project exploring the capabilities of GoLang

exercise golang tutorial

Last synced: 21 Mar 2025

https://github.com/dcousens/carrot-hunt

A text-based game for teaching Javascript.

bunny carrot hunt javascript learning rabbit teaching tutorial

Last synced: 17 Mar 2025

https://github.com/jbrt/golang-tutorial

A brief tutorial focused on te Go language

go golang tutorial

Last synced: 08 Jul 2025

https://github.com/johnpaulada/graphql-slides

GraphQL Practical Introduction Slides

graphql presentation slides tutorial

Last synced: 20 Aug 2025

https://github.com/lauthieb/sandbox

My first examples of several technologies 🏖

discover discovery frameworks libraries new sandbox technologies toolbox tutorial

Last synced: 25 Jun 2025

https://github.com/lord-turmoil/websocketdemo

Repository for the article Using WebSocket in Spring Boot

spring-boot tutorial websocket

Last synced: 15 May 2026

https://github.com/shuuji3/sc20-pacific-research-platform-federated-kubernetes-tutorial

SC20 Tutorial: Unified Cyber Infrastructure with Kubernetes - https://gitlab.com/ucsd-prp/tutorials/sc20/-/tree/master

kubernetes pacific-research-platform prp tutorial

Last synced: 22 Mar 2025

https://github.com/liteobject/docker.training

Writing a Dockerfile for a C# Application

containerization csharp docker dockerfile tutorial

Last synced: 17 May 2026

https://github.com/nakorndev/hello-world

ฝึกการใช้งาน Pull request กับ GitHub

hello-world pull-requests tutorial

Last synced: 08 Mar 2026

https://github.com/pierreroth64/js-async-tutorial

JS async code tutorial: from callbacks to async/await

async-await callback javascript promises tutorial

Last synced: 11 Apr 2025

https://github.com/ireddragonicy/cb24153-closestpairofpoints

An advanced and comprehensive implementation of the Closest Pair of Points problem using the Divide and Conquer algorithm in computational geometry. This project provides an in-depth exploration of efficient algorithms for solving proximity problems in a two-dimensional plane, focusing on optimizing performance for large-scale datasets.

algorithm analysis closest-pair-of-points divide-and-conquer dnd optimize pair-programming programming python tutorial umpsa

Last synced: 02 Apr 2025

https://github.com/simonblanke/gradient-free-optimizers-tutorials

Examples, notebooks and visualizations for the Gradient-Free-Optimizers package

examples jupyter-notebook python tutorial visualization

Last synced: 14 May 2026

https://github.com/cihat-kose/altinyildiz-petstore-ui-api-cypress-automation

A Cypress project demonstrating end-to-end UI and API automation workflows. This project covers user authentication, account management, and API operations.

api-testing automation cypress end-to-end-testing javascript node-js tutorial web-automation-testing

Last synced: 15 May 2026

https://github.com/liteobject/demo.loadtesting.locust

Getting Started with Load Testing Using Locust

csharp load-testing locust python tutorial

Last synced: 10 May 2026

https://github.com/syamreddy99/codeblogproject

CodeBlog is a web application offering coding enthusiasts tutorials, tips, and the latest trends. It fosters a community for sharing knowledge and enhancing coding skills.

codeblog coding community css html javascript technology-platforms tutorial webdevelopment

Last synced: 18 May 2026

https://github.com/izeleam/securenginx

SecureNginx - Educational, secure NGINX configuration templates and best-practices for beginners and experts.

best-practices configuration devops docker example http https letsencrypt nginx nginx-config phpmyadmin reverse-proxy security templates tls tutorial web-server

Last synced: 18 May 2026

https://github.com/rdjarbeng/fastai

This repository contains sample code for my learning journey with fast ai

fastai open-source tutorial

Last synced: 16 Feb 2026

https://github.com/emmanuel-dominic/ot-bootcamp-v1

Bootcamp learning tutorial level-up deep dive in python, with a flask application!

api bootcamp css deep-learning flask html javascript postgresql python tutorial

Last synced: 09 Apr 2026

https://github.com/pierreroth64/python-startup

Python course for beginners (code:en, slides:fr)

python python-course tutorial

Last synced: 11 Apr 2025

https://github.com/mikeludemann/docker-tutorial-and-command

A good tutorial and learning setup for Docker with commands and more

command docker tutorial

Last synced: 28 Mar 2025

https://github.com/alfarseniko/learning-c

Walkthrough of the freeCodeCamp tutorial of C language.

c learn tutorial

Last synced: 24 Jul 2025

https://github.com/mel-rocha/django-rest-framework

Tutorial da documentação oficial rest_framework

tutorial

Last synced: 25 Jul 2025

https://github.com/polaris000/contactbot

A simple demo chatbot that collects a user's contact information. Built using Rasa.

chatbot demo rasa rasa-chatbot rasa-core rasa-nlu tutorial

Last synced: 13 Jun 2026

https://github.com/arction/lcu-tutorial-multipleaxes-03

Tutorial for LightningChart .Net High-Performance Charting Library. Adding Multiple Axes.

axes chart charting-library csharp data-visualization dotnet example layered-layout lightning-chart line performance tutorial visualization xy

Last synced: 12 Mar 2025

https://github.com/fredrikhr/platform-uno-tutorial-bugtracker

Source code repository for Fredrik's walkthrough through the Platform Uno BugTracker Tutorial

cross-platform-gui csharp tutorial uno

Last synced: 02 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/habibun/javascript

A programming language that is one of the core technologies of the World Wide Web

javscript js learning tutorial

Last synced: 26 Jul 2025

https://github.com/maximlt/pythonscript

TUTO: Comment s'y prendre pour écrire des scripts en Python?

engineering french-education python tutorial

Last synced: 15 May 2026

https://github.com/yatw/wordpressexperiment

A simple website made from WordPress and run on XAMPP localhost

tutorial wordpress

Last synced: 18 May 2026

https://github.com/freeclimbapi/c-sharp-list-calls-how-to-guide

C# - List Calls Tutorial

tutorial voice

Last synced: 26 Jul 2025

https://github.com/daffafaizan/go-rest-api

My first Go project creating a REST API.

go rest-api tutorial

Last synced: 24 Jul 2025

https://github.com/pmuens/goker

A Texas Hold'em Poker implementation written in Go

go golang tdd test-driven-development tutorial

Last synced: 29 Aug 2025

https://github.com/pablo384/tour-of-heroes

simple Angular Application

angular angular-cli angular4 nodejs tutorial

Last synced: 20 Apr 2026

https://github.com/wsdltophp/packageovh

PHP SDK for OVH Web Services with SOAP

ovh packagegenerator php php-sdk tutorial

Last synced: 03 Apr 2025

https://github.com/koladev32/masonite-weather-app-tutorial

A simple web app that retrive weather data from https://openweathermap.org/ and display it.

masonite masonite-framework masonite-weather python retrive-weather-data tutorial weather

Last synced: 27 Jul 2025

https://github.com/xitanggg/my-first-website

"Code and launch your first website in 10 minutes" tutorial on TipStory https://www.tipstory.org/learning/wbkwZdT2t0pWUO5

github-pages tutorial website website-tutorial

Last synced: 13 Feb 2026

https://github.com/larry8668/pes1ug21cs300_jenkins

Jenkins tutorial

tutorial

Last synced: 23 Jun 2025

https://github.com/vladyslav-panchenko280/debug-custom-hooks-in-react

A React + TypeScript app with intentional bugs in custom hooks. Practice debugging with StrictMode, useDebugValue, and React DevTools. Includes 4 real-world bugs: race conditions, stale closures, missing dependencies, and unstable references.

debugging frotnend react react-devtools react-training strict-mode tutorial typescript

Last synced: 07 Apr 2026

https://github.com/arction/lcu-tutorial-areaseries-04

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

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

Last synced: 12 Mar 2025

https://github.com/rakifsul/studi_kasus_godot_3_predictive_aim

Studi Kasus Godot Engine 3 Predictive Turret Aim System dengan Godot Engine

aim case-study godot-engine predictive turret tutorial

Last synced: 27 Jul 2025

https://github.com/josedavila24/guias

🚀📚 Repositorio con guías ABC 🎯 sobre el uso de diversas herramientas y tecnologías 🛠️💻. ¡Aprende de forma fácil y rápida! ⚡📖

git oracle-db tutorial ubuntu-server

Last synced: 28 Jul 2025

https://github.com/arefshojaei/javascript-class-methods-in-functional

Javascript OOP and Functional programming tutorial

fp functionnal javascript oop tutorial

Last synced: 31 Jul 2025

https://github.com/aygp-dr/jwt-parsing-examples

A cross-language exploration of JWT header parsing techniques across multiple programming paradigms

clojure examples functional-programming hy javascript jwt lisp parsing python racket rust scheme shell tutorial typescript

Last synced: 30 Apr 2025

https://github.com/messagemedia/slackbot-nodejs-tutorial

A short tutorial on how to create Slackbot using Node.js and Botkit

nodejs slackbot tutorial

Last synced: 27 Apr 2026

https://github.com/ismailza/simple-blog-laravel

Simple blog in which I learn Laravel

laravel tutorial

Last synced: 14 May 2026

https://github.com/pyzit/jazzcash-django

Jazzcash Payment Gateway Integration in Django Framework

django jazzcash payment payment-gateway payment-gateway-integration tutorial

Last synced: 14 May 2026

https://github.com/rpendleton/tutorials

examples used to answer Stack Overflow and other online questions

education stackoverflow tutorial

Last synced: 04 Apr 2025

https://github.com/hussein-249/x86-64-practice

A series of tutorials for beginners of computer science to learn x86-64 assembly language.

assembly-language beginner-friendly tutorial

Last synced: 28 Jul 2025

https://github.com/speg03/python-packaging-tutorial

An example of Packaging Python Projects

packaging python tutorial

Last synced: 24 May 2026

https://github.com/hereismari/workshop-python-wie

Workshop ministrado por Dandara Maria e Marianne Linhares para o evento do dia da mulher 2017 realizado pelo IEEE Women in engineering

education ieee python tutorial workshop

Last synced: 04 Apr 2025

https://github.com/berny23/tech-advice

A collection of problem solutions and guides.

gamehacking games gaming guide guides hacks linux list lists tips tricks tutorial websites windows

Last synced: 04 Apr 2025

https://github.com/freeclimbapi/node-list-recordings-how-to-guide

Node - List Recordings Tutorial

recordings tutorial

Last synced: 28 Jan 2026

https://github.com/zjeffer/sdl-tutorial

https://lazyfoo.net/tutorials/SDL/index.php

cpp sdl2 tutorial

Last synced: 21 Sep 2025

https://github.com/j-sephb-lt-n/understanding

Understanding the variability of data by visualising a simulated a/b/n test

ab-test ab-testing data-vis dataviz statistics tutorial

Last synced: 07 Nov 2025

https://github.com/newman1x1/java_files

Java program files

code java tutorial

Last synced: 30 Jul 2025

https://github.com/michaelchadwick/ember-super-rentals

Ember Tutorial: Super Rentals

emberjs tutorial

Last synced: 03 Jan 2026