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/strolch-li/strolch-bookshop

A tutorial app for building Strolch based projects

java strolch tutorial

Last synced: 15 Jun 2026

https://github.com/kbennett2000/concord-tutorial-ai

Watch an AI invent a Bible verse — then build the fix yourself. Five lessons on AI tool calling for Concord builders. No AI experience needed.

ai beginners bible concord function-calling javascript llm mcp ollama tool-use tutorial

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

https://github.com/abhishekkr/weaxan

a top-down 2D ARPG game for learning Godot basics

2d-game game gamedev godot tutorial tutorial-code

Last synced: 18 Jun 2026

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

C# - Stream Recording Tutorial

recordings tutorial

Last synced: 19 Jun 2026

https://github.com/colinwilliams91/split-converge-scripts

A way around file transfer limits using powershell buffers and write streams

buffers diy file-sharing file-transfer fix hacking how-to powershell powershell-script scripting tutorial writestream

Last synced: 19 Jun 2026

https://github.com/ericgrandt/spongeskills

Sponge plugin for the "Sponge Plugin Programming" series.

java minecraft plugin sponge tutorial

Last synced: 21 Jun 2026

https://github.com/adamliter/tree-drawing-tutorial

A tutorial covering several different computer-based options for drawing syntactic trees

latex linguistics syntax syntax-trees tutorial

Last synced: 21 Jun 2026

https://github.com/azhar25git/glancesql

GlanceSQL is a single-file interactive SQL learning website.

learning sql tutorial

Last synced: 21 Jun 2026

https://github.com/dlamott/hangman

Entry level HangMan

game hangman python python3 tutorial

Last synced: 23 Jun 2026

https://github.com/schalkneethling/astros

Making a blog with Astro!

astro blog learning-by-doing tutorial

Last synced: 24 Jun 2026

https://github.com/apiverve/whois-lookup-python-tutorial

WHOIS lookup tool for domain registration information using Python

apiverve cli domain-lookup domain-research networking python tutorial whois

Last synced: 25 Jun 2026

https://github.com/apiverve/number-to-words-html-tutorial

Number to words converter that converts numbers to written form using vanilla JavaScript

apiverve html javascript number-converter number-to-words text-conversion tutorial vanilla-js

Last synced: 25 Jun 2026

https://github.com/apiverve/translator-app-vue-tutorial

Language translator app built with Vue 3 for translating text between 100+ languages

apiverve language localization translation translator tutorial vue vuejs

Last synced: 25 Jun 2026

https://github.com/apiverve/horoscope-app-react-tutorial

Daily horoscope app built with React for zodiac sign readings

apiverve astrology daily-horoscope fortune horoscope react tutorial zodiac

Last synced: 25 Jun 2026

https://github.com/apiverve/address-parser-node-tutorial

Street address parser that extracts structured components from addresses using Node.js

address-parser address-validation apiverve express geocoding nodejs street-address tutorial

Last synced: 25 Jun 2026

https://github.com/apiverve/username-checker-node-tutorial

Username profanity checker that validates usernames for inappropriate content using Node.js

apiverve content-moderation express nodejs profanity-checker tutorial user-registration username-validation

Last synced: 25 Jun 2026

https://github.com/apiverve/airport-distance-python-tutorial

Airport distance calculator that calculates distance between airports using Python

airport apiverve aviation cli distance-calculator iata-codes python travel tutorial

Last synced: 25 Jun 2026

https://github.com/apiverve/barcode-generator-node-tutorial

Barcode generator for creating Code128 and Code39 barcodes with Node.js

apiverve barcode barcode-generator express inventory nodejs retail tutorial

Last synced: 25 Jun 2026

https://github.com/mohnkhan/myos-simple

A five-stage, bare-metal x86 operating-system tutorial: from a 512-byte 16-bit boot sector to a 32-bit protected-mode C kernel with an interactive shell, CMOS real-time clock, cooperative scheduler, and fixed-point calculator. Freestanding NASM + GCC, boots on QEMU or Virtualbox

assembly bare-metal bios bootloader bootsector c freestanding gdt kernel low-level nasm operating-system osdev protected-mode qemu real-mode systems-programming tutorial vga x86

Last synced: 26 Jun 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: 05 May 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/mohammad-taha-ebadinik/powersub-demo-3000

🔌 Integrate and manage subsystems effortlessly with powersub-demo-3000, streamlining your project's structure and enhancing workflow efficiency.

api cli-tool demo deployment github-action javascript middleware nodejs open-source powershell powersub sample-project server testing 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/lagenorhynque/redux-tutorial

Redux tutorial apps implemented in ClojureScript with re-frame

clojurescript figwheel-main re-frame react reagent redux tutorial

Last synced: 06 May 2026

https://github.com/thinkswan/next-js-bitcoin-price-checker

A Next.js app that checks Bitcoin's latest price.

bitcoin javascript nextjs tutorial

Last synced: 06 May 2026

https://github.com/vijethph/go-apps

Collection of apps developed as part of learning Go Course

apps go tutorial

Last synced: 06 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/daniyalahmad7/cpp-basic-projects

A collection of basic C++ projects, including CGPA Calculator, Rock Paper Scissors game, Login and Registration System, Search Engine, and Tic Tac Toe game.

c cplusplus cpp cpp-course cpp-projects programmin 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/anjali-001/django-todo

Todo app made using Django and vanilla JS

django django-rest-framework javascript todoapp 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/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/macagua/example-vuejs2-bootstrap3-dialog

A Vue.js project that integrates the bootstrap3-dialog

bootstrap3 dialog tutorial vue vue2-demo vuejs vuejs2 vuejs2-bootstrap3-dialog

Last synced: 08 May 2026

https://github.com/adolbyb/typescript-tutorial

A tutorial on TypeScript used with ReactJS (in progress)

react reactjs tutorial typescript

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/michaldziuba03/code-samples

Sample projects from my articles 🧮

article educational guide javascript nodejs tutorial tutorials

Last synced: 08 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/vanvuongngo/backups-workshop

Workshop about backup with Linux

backup tutorial

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

Pluralsight Tutorial: ASP.NET Core Fundamentals

asp-net-core mvc-core tutorial

Last synced: 02 Mar 2026

https://github.com/ankush-003/learning-ml-basics

A repository which contains all the resources that i am using to learn Basics of Machine Learning

linear-regression logistic-regression machine-learning neural-networks python tensorflow tutorial

Last synced: 08 Apr 2026

https://github.com/r1j1t/tf.notes

This repo holds my notes for tensorflow and I will try to update them as soon as I go through documentation!

machine-learning neural-network python3 sklearn tensorflow tutorial

Last synced: 09 May 2026

https://github.com/eloistree/munity_hellocarrc_networkbattle

Put here your code that will be played in Hello Car RC but from UDP on a virtual machine.

csharp esport game guide lua tutorial udp unity3d

Last synced: 09 May 2026

https://github.com/garbii1/llm-application-chatbot

🤖 A simple AI chatbot built with Python, Hugging Face, and Flask. Powered by an open-source LLM and includes both a CLI and a web interface.

ai beginner-friendly chatbot cli flask html-css-javascript hugging-face huggingface llm nlp open-source python transformers tutorial web-interface

Last synced: 09 May 2026

https://github.com/thinkswan/graphql-customers-crud

A GraphQL app for retrieving customer data.

express graphql tutorial

Last synced: 09 May 2026

https://github.com/markdouthwaite/minimal-flask-app

A minimal flask application for getting started quickly.

flask gunicorn nginx python tutorial

Last synced: 10 May 2026

https://github.com/mrseanbaines/intro-to-react

Intro To React tutorial from reactjs.org

react reactjs tutorial

Last synced: 10 May 2026

https://github.com/uncomputable/simple-intro

Introduction to the Simplicity language

bitcoin circuit latex logic pdf tutorial

Last synced: 10 May 2026

https://github.com/jbahire/jsguide-jba

This is a simple web application to guide you through Javascript basics.

heroku javascript react rectjs tutorial

Last synced: 10 May 2026

https://github.com/arsy786/react-redux-toolkit-tutorial

This repository hosts a React-based counter application developed as a guide to demonstrate the use of Redux Toolkit for state management.

2023 guide reactjs redux-toolkit tutorial

Last synced: 10 May 2026

https://github.com/igorsedov/angular-tutorials

Code examples from Angular video tutorials on my YouTube channel.

angular angular-signals angular-tutorial tutorial tutorial-code

Last synced: 11 May 2026

https://github.com/chinmaym07/html-tutorial

This Repo Contains the whole Tutorial of Html

css html javascript tutorial website

Last synced: 11 May 2026

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: 11 May 2026

https://github.com/jihlenburg/fedit

A tiny cross-platform text editor in Rust + Tauri 2 — the teaching project for jihlenburg/rustic

beginner rust tauri text-editor tutorial

Last synced: 10 Jun 2026

https://github.com/librity/learning_ruby

All my Ruby tutorials.

gists ruby snippets tutorial

Last synced: 16 Jun 2026

https://github.com/pvigier/pychain-part2

Code for the part 2 of the tutorial on pychain

computational-graphs mnist tutorial

Last synced: 10 Jun 2026

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

A "Hello, Block!" tutorial in Java and Kotlin for the Corda blockchain platform

blockchain corda hello-world java kotlin tutorial

Last synced: 12 May 2026

https://github.com/ku00/toy_app

Rails Tutorial Chater2

syakyo tutorial

Last synced: 13 May 2026

https://github.com/lornajane/beyond-mysql-tutorial

Supporting material for my "Beyond MySQL" tutorial (includes PostgreSQL, CouchDB and Redis)

couchdb postgresql redis sample tutorial

Last synced: 13 May 2026

https://github.com/thinkverse/package-tutorial

Source for "Publishing your first Composer package." tutorial

blogpost composer packagist php tutorial

Last synced: 13 May 2026

https://github.com/googtech/shell-tutorial

It's a learning note for shell beginner.

learning-note linux shell tutorial

Last synced: 13 May 2026

https://github.com/ellisvalentiner/walkingthroughpostgres

Slides and notes for the "Walking Through Postgres" talk at the Ann Arbor Computer Society Meetup on March 6th, 2019

postgres postgresql slides tutorial walkthrough

Last synced: 30 Mar 2025

https://github.com/gvwilson/sqlshort

a short introduction to SQL

open-access open-source sql tutorial

Last synced: 13 Jun 2026

https://github.com/freeclimbapi/c-sharp-collect-digits-how-to-guide

C# -Collect Digits Tutorial

ivr tutorial

Last synced: 13 Jun 2026

https://github.com/howiprompt/self-hosted-ai-code-review-pipeline-offline

Developers building private AI workspaces lose over 40 hours manually wiring raw inference engines to security tools, leaving local reposito

ai-agents autonomous-agents free guide howiprompt tutorial

Last synced: 14 Jun 2026

https://github.com/howiprompt/how-to-create-local-ai-agents-from-documents

Developers currently waste hours manually chunking and vectorizing data, with over 70% of local AI projects stalling at the ingestion phase

ai-agents autonomous-agents free guide howiprompt tutorial

Last synced: 14 Jun 2026

https://github.com/howiprompt/automated-ai-agent-security-scanner-and-prompt-injectio

Developers deploying self-hosted AI agents are facing a critical reality where over 90% of external attack vectors target the prompt layer,

ai-agents autonomous-agents free guide howiprompt tutorial

Last synced: 14 Jun 2026

https://github.com/howiprompt/local-llm-context-injection-tool-for-custom-skills

Developers deploying local AI agents on engines like ds4 or Odysseus face a critical bottleneck: they possess the hardware but lack a stream

ai-agents autonomous-agents free guide howiprompt llm tutorial

Last synced: 14 Jun 2026

https://github.com/howiprompt/local-ai-code-review-github-setup

Enterprise developers face a critical dilemma: relying on cloud-hosted LLMs risks leaking proprietary logic to third-party servers, yet manu

ai-agents autonomous-agents free guide howiprompt tutorial

Last synced: 14 Jun 2026

https://github.com/howiprompt/setup-local-ai-code-review-agent

Development teams are bleeding thousands in monthly GPT-4 API credits for code review while simultaneously risking data sovereignty by sendi

ai-agents autonomous-agents free guide howiprompt tutorial

Last synced: 14 Jun 2026

https://github.com/howiprompt/automated-show-hn-post-and-landing-page-generator-from

You have spent weeks engineering a complex open-source tool, but after hitting "Publish" on your Show HN post, you get zero comments and zer

ai-agents autonomous-agents free guide howiprompt tutorial

Last synced: 14 Jun 2026

https://github.com/howiprompt/evolve-2-aging-products-with-one-concrete-upgrade-each

Legacy systems degrade rapidly, causing a 40% drop in agent efficiency and blocking the 50-year plan's initial phase due to verification fai

ai-agents autonomous-agents free guide howiprompt tutorial

Last synced: 14 Jun 2026

https://github.com/howiprompt/self-hosted-competitor-monitoring-dashboard

Indie hackers and small dev teams are flying blind, unable to effectively track competitor product launches or changelogs without dedicating

ai-agents autonomous-agents free guide howiprompt tutorial

Last synced: 14 Jun 2026

https://github.com/howiprompt/github-and-hackernews-competitor-launch-tracker

Independent AI developers often lose 100% of their potential market share when a competitor launches a similar repository on HackerNews or G

ai-agents autonomous-agents free guide howiprompt tutorial

Last synced: 14 Jun 2026

https://github.com/howiprompt/github-trend-analysis-script-for-product-ideas

Solo founders and developers waste an average of 15 hours weekly manually filtering through repositories, often missing the critical 'why' b

ai-agents autonomous-agents free guide howiprompt tutorial

Last synced: 14 Jun 2026

https://github.com/howiprompt/local-ai-model-security-middleware

Organizations deploying DeepSeek 4 or similar local models face a critical blind spot: 100% of in-house traffic bypasses traditional cloud D

ai-agents autonomous-agents free guide howiprompt tutorial

Last synced: 14 Jun 2026

https://github.com/howiprompt/ai-agent-saas-boilerplate-stripe-authentication

Over 90% of custom AI agent projects stall at the deployment phase because developers lack the critical infrastructure to securely expose lo

ai-agents autonomous-agents free guide howiprompt tutorial

Last synced: 14 Jun 2026

https://github.com/howiprompt/local-ai-agent-security-monitoring-dashboard

Developers deploying autonomous agents like Odysseus on local inference engines like DS4 operate blindly, exposing their workspaces to promp

ai-agents autonomous-agents free guide howiprompt tutorial

Last synced: 14 Jun 2026

https://github.com/howiprompt/run-deepseek-4-locally-one-click-installer

Compiling C inference engines and manually configuring Metal/CUDA drivers transforms a simple 5-minute testing session into a 5-hour nightma

ai-agents autonomous-agents free guide howiprompt tutorial

Last synced: 14 Jun 2026

https://github.com/howiprompt/self-hosted-ai-code-audit-docker-container

Developers utilizing local AI models are accelerating code output by 10x, creating a security bottleneck where vulnerabilities are deployed

ai-agents autonomous-agents free guide howiprompt tutorial

Last synced: 14 Jun 2026