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

The end result of a leaflet.js geological map tutorial.

geology leaflet-map leafletjs tutorial

Last synced: 21 Feb 2026

https://github.com/seandavi/rbiocbook

An instructional/experiential book using R and Bioconductor.

bioconductor bioinformatics book quarto r rstats statistics tutorial

Last synced: 13 Jun 2025

https://github.com/macagua/example-vuejs2-todo-app

A To-Do App with Vue.js 2 following the "Build a To-Do App with Vue.js 2" tutorial.

tutorial vue-components vue2 vue2-demo vuejs vuejs2

Last synced: 12 Apr 2026

https://github.com/dariodip/golearngo

A workshop for learning the basic concepts of Go.

go golang tutorial

Last synced: 16 Aug 2025

https://github.com/pietropaolofrisoni/howtospinfoamamplitude

Notebooks and data with practical introduction to numerical computations of spinfoam amplitudes in LQG.

high-performance-computing loop-quantum-gravity spinfoams tutorial

Last synced: 18 Mar 2026

https://github.com/dvanael/django-tutorial

WIP Um tutorial completo de como iniciar um projeto em Python utilizando o Django Framework.

css django documentation html javascript tutorial

Last synced: 11 Mar 2025

https://github.com/macagua/example.django192.tutorial

A Django 1.9.2 Tutorial Demo from Getting started Django documentation

django django-application django-example examples examples-python tutorial

Last synced: 16 May 2026

https://github.com/enkaypeter/user-management-app

Project repository for How to build reusable forms using Vue form generator tutorial

tutorial vue

Last synced: 13 Jun 2025

https://github.com/desoga10/webpack-babel

A simple tutorial on how to set up React using Webpack and Babel in the most minimalistic way possible.

babel babel-plugin react reactjs tutorial web-development webpack webpack4

Last synced: 12 Apr 2026

https://github.com/wiseaidev/rust-releases

πŸ¦€ Explore Rust Releases Through Tiny Practical Examples. (WIP)

rust rust-lang tutorial

Last synced: 18 May 2026

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

Java - Collect Digits Tutorial

ivr tutorial

Last synced: 18 Jun 2025

https://github.com/kennfatt/go-concurrency-control

A way to control concurrency in Go web application with MySQL database.

concurrency-control enorm ent golang tutorial

Last synced: 04 Oct 2025

https://github.com/chilipp/psyplot-icon-c2sm-meeting-20220215

Presentation material for the psyplot demonstration at the ICON C2SM-Meeting 2022/1

icon jupyter jupyter-notebook presentation psyplot tutorial visualization

Last synced: 07 Apr 2025

https://github.com/blefnk/blefed

πŸ“š Repo for my personal future coding tutorials for YouTube, Medium, and for many other platforms. I plan to tell in my courses about langs like: Html, Css, Js, React, Python, C#, Pawn, and others.

coding tutorial web

Last synced: 19 Jan 2026

https://github.com/kprince28/django-sample-app

🐍🐳 Learn Docker & Kubernetes with Django! Educational containerized Django app with PostgreSQL support, environment variables, and production-ready patterns. Perfect for DevOps beginners.

beginners ci-cd containerization devops django docker docker-compose education k8s kubernetes learning microservices postgresql python tutorial

Last synced: 15 Apr 2026

https://github.com/bluemix/oepetstore

Base module refactored for Odoo 13 to the Web Client tutorial: Customizing the web client https://www.odoo.com/documentation/13.0/howtos/web.html

odoo odoo13 oepetstore petstore tutorial webclient

Last synced: 31 Mar 2025

https://github.com/soyelmoreno/node-express-book-api

Tutorial: Build a REST API for managing books using Node and Express

api express learning node rest tutorial

Last synced: 01 May 2026

https://github.com/glaucia86/dotnet-csharp-studies

Repository created to store all the studies and projects developed in dotnet and C#.

blazor csharp-code dotnet tutorial

Last synced: 06 May 2026

https://github.com/mimaxuz/react-tutorials

Simple projects created using ReactJS. All projects are open source and fully created in ReactJS.

course create-react-app design dom javascript react react-router reactjs template tutorial tutorial-code

Last synced: 09 Apr 2026

https://github.com/jessetg/cpp-boot-camp

Slides for a tutorial I'm giving on C++

c-plus-plus cpp latex lecture presentation slides tutorial

Last synced: 08 May 2025

https://github.com/ku00/sample_app

Rails Tutorial Chapter3~

syakyo tutorial

Last synced: 13 Apr 2026

https://github.com/francescodisalesgithub/exercisesdonefromlinuxcommandsbook

Some exercises done from the book Linux Commands,C,C++,Java,Python by Manjunath.R and some optional exercises made by me

exercise java learning serialization tutorial understanding

Last synced: 14 Apr 2026

https://github.com/rodrigokamada/angular-auth0-zenvia-sms

Application example using Angular 14 where a simple WEB application will be implemented using the Auth0 platform to authenticate and authorize the user and the ZENVIA platform to integrate with SMS channel in order to validate the user phone.

angular auth0 authentication beginners dev-community frontend gh-actions gh-pages hacktoberfest sms tutorial zenvia

Last synced: 09 May 2026

https://github.com/vitaliy-bezugly/uwp-tutorial

This project is a basic demonstration of a UWP application using WinUI and the MVVM pattern.

mvvm tutorial uwp winui2

Last synced: 15 Mar 2025

https://github.com/makstyle119/python

Python from beginner to advanced

begginer-friendly makstyle119 python tutorial

Last synced: 11 Oct 2025

https://github.com/coreyjs/grpc-cache-example

A ruby gRPC server that can store and retrieve files from memcache. A Go client to interact with the server

example-project go golang grpc grpc-server learn learning memcache ruby tutorial

Last synced: 14 Apr 2026

https://github.com/petercollingridge/bloops-canvas

Ecology and evolution simulation using Javascript and canvas

alife canvas evolution genetic-algorithm javascript tutorial

Last synced: 10 Jan 2026

https://github.com/elazzouzihassan/tourofheroes-v2

Tour of Heroes : application and tutorial

angular framework javascript js tsx tutorial webapp

Last synced: 13 Apr 2026

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

Applitools Ultrafast Test Grid VisualGridRunner tutorial using WebdriverIO 4

applitools tutorial webdriver webdriverio

Last synced: 19 Feb 2026

https://github.com/altugbakan/tutorials

Various tutorial projects for languages, frameworks, and systems that I have been working on

tutorial

Last synced: 21 Jan 2026

https://github.com/Pranshu-Bahadur/tic-tac-toe-minimax

Tic Tac Toe Game with the Minimax Alpha Beta pruning algorithm! Done in python, using an object oriented design structure (Model View Controller).

ai alpha-beta-pruning artificial-intelligence gui minimax-algorithm model-view-controller mvc mvc-architecture object-oriented-programming python3 text tic-tac-toe tic-tac-toe-game tic-tac-toe-python turn-based-strategy tutorial

Last synced: 11 Mar 2025

https://github.com/alexsjones/terraform-aws-bestpractise

An example of bastion ssh and subnetting on aws

aws terraform tutorial

Last synced: 29 Apr 2026

https://github.com/shiohato/practicing_godot_1

Practicing_Godot_1

exercises godot tutorial

Last synced: 05 Jan 2026

https://github.com/thibaudcolas/my-first-blog-wellington2016

Django Girls tutorial blog, Django Girls Wellington 2016

blog djangogirls tutorial

Last synced: 15 Mar 2025

https://github.com/michaeljklein/parser-tutorial

A tutorial on monadic parsing in Haskell

haskell parser-combinators tutorial

Last synced: 31 Mar 2025

https://github.com/coders-school/first-contribution

Learn how to contribute to open-source projects

contribution open-source tutorial

Last synced: 05 Jul 2025

https://github.com/eighttrigrams/eighttrigrams-tutorials

How to quickly get to working productively with Clojure

clojure tutorial

Last synced: 06 Feb 2026

https://github.com/kinneko-de/sample-humanfriendly-id-csharp

Sample how to create a human-friendly identifier in C#

csharp human-friendly id sample tutorial

Last synced: 02 Sep 2025

https://github.com/s-light/workshop__blender_web_creative_worlds

Workshop for blender3dschool.de - Blender & Web: creative worlds ;-)

a-frame blender blender-addon tutorial workshop

Last synced: 12 Oct 2025

https://github.com/kt474/sleeper-api-example

Example visualization using the Sleeper API

api fantasy-football sleeper tutorial

Last synced: 26 Oct 2025

https://github.com/samuel-adekunle/autoencoders

Autoencoders Tutorial

autoencoders python tutorial

Last synced: 17 May 2026

https://github.com/saeedkohansal/php-session-full-tutorial

A session is a way to store and manage user-specific information across requests. It involves assigning a unique ID to each client and storing data on the server. This maintains state for users, such as login status or shopping cart contents. In programming, it refers to a period of interaction between a user and a system, commonly used in web...

backend backenddevelopment gilgeekify howto howtocode php php-session php-sessions phpsessid phpsession programming server server-side serverside session-cookie tutorial web-development webbrowser webdeveloper webdevelopment

Last synced: 13 Oct 2025

https://github.com/yasenstar/powerbi_tutorial

Base on "PowerBI Tutorial" book, provide step by step video demo on learning and mastering Power BI tool

analytics data microsoft powerbi tutorial visualization

Last synced: 07 Jan 2026

https://github.com/swappy514/python-learning-hub

A comprehensive, well-structured Python learning repository β€” from basics to advanced topics including OOP, recursion, data structures, debugging, and real-world industry examples. Perfect for beginners and intermediate learners aiming to master Python programming.

advanced algorithms beginner code-examples data-structures debugging industry-projects intermediate learning oop programming python recursion tutorial

Last synced: 10 Aug 2025

https://github.com/soyelmoreno/fullstack4fe-v2

Tutorial: Working through Frontend Masters course: "Full Stack for Frontend Engineers"

frontend-masters full-stack tutorial

Last synced: 13 Oct 2025

https://github.com/loitd/rubycourse

Repository for the Youtube playlist: "Học lαΊ­p trΓ¬nh Ruby cΔƒn bαΊ£n" at https://www.youtube.com/channel/UCb8t2YTgLsAbTcdafpZzFuw

basic devise excercises learning programming-language ruby ruby-on-rails tutorial tutorial-code tutorials youtube-playlist

Last synced: 21 Jan 2026

https://github.com/vicjun22/openai-chat-integration_spring-boot

OpenAI: Chat integration with Spring Boot

java maven openai springboot tutorial

Last synced: 11 Apr 2026

https://github.com/applitools/tutorial-selenium3-javascript-basic

Applitools Eyes tutorial using Selenium JavaScript 3

applitools tutorial

Last synced: 15 Apr 2025

https://github.com/alexmhack/python_intermediate

using intermediate level python for solving simple and complex tasks

advanced-programming intermediate-code python-tutorials python3 tutorial tutorial-series

Last synced: 31 May 2026

https://github.com/stevepolitodesign/auto-unsubscribe-from-email-in-rails

Learn how to add a link to any Rails Mailer that will allow a user to automatically unsubscribe from that email. As an added bonus, we'll build a page allowing a user to update their email preferences across all mailers.

rails tutorial

Last synced: 13 Oct 2025

https://github.com/zeyu-li/unity-tutorial-3d

A Unity Tutorial for 3D games :video_game:! Can act as a 3D template for a platformer

tutorial unity-3d unity-template unity-tutorial

Last synced: 14 Oct 2025

https://github.com/franaudo/coding_induction

Basic guidelines to start with python, git and compas. Originally meant for master's thesis students.

compas git python tutorial

Last synced: 15 May 2026

https://github.com/donovanglover/learn-crystal

:tada: A hands-on introduction to the Crystal programming language.

challenge crystal exercise learning practice tutorial

Last synced: 09 Aug 2025

https://github.com/wridgeu/UI5-testing

Demo Repository for working through the testing section on the official UI5-Documentation.

karma learning-by-doing opa sapui5 testing tutorial ui5 walkthrough wiki

Last synced: 11 Mar 2025

https://github.com/gildas/helloworld

Very Simple Express.js server

docker helm istio kubernetes nodejs prometheus tutorial

Last synced: 09 Apr 2026

https://github.com/codetit4n/backpropagation

Simple Backpropagation using churn modelling dataset

churn-modelling ml python tensorflow tensorflow-tutorials tutorial

Last synced: 03 Oct 2025

https://github.com/andreid/privateblockchainsmartcontracts

a book about smart contracts on private blockchains

blockchain book ethereum smart-contracts tutorial

Last synced: 08 Aug 2025

https://github.com/joshwnj/react-starter

Learn to build a react UI piece by piece

react tutorial

Last synced: 04 Oct 2025

https://github.com/fiware/tutorials.extended-properties

:blue_book: FIWARE 108: LanguageProperty, VocabularyProperty

entities enumeration fiware language ngsi-ld tutorial

Last synced: 13 Mar 2026

https://github.com/eriscript/learn-dart

πŸ“šPlayground e cheatsheet para aprender Dart. ColeΓ§Γ£o de projetos Dart que sΓ£o divididos por tΓ³picos e contΓͺm exemplos de cΓ³digo com explicaΓ§Γ΅es.

cheatsheet dart dart-lang examples flutter learning playground snippets tutorial

Last synced: 10 Jun 2025

https://github.com/rarimo/docs

Rarimo Developer Portal

developer-tools documentation guides tutorial

Last synced: 17 Mar 2025

https://github.com/seadowg/dip-lesson

Using Dependency Inversion to help you (re)write testable code

dependency-inversion-principle java test-driven-development tutorial

Last synced: 15 Apr 2026

https://github.com/detivenc/python

I put all my projects in python from Videos or MySelf

ai chatgpt python tutorial

Last synced: 17 Mar 2025

https://github.com/liteobject/anthropic-agent-in-docker

This repository offers a Dockerized implementation of the Anthropic Agent for streamlined deployment and scalability. It ensures consistent running environments, simplifying integration into various infrastructures. Get started with deploying your own instance effortlessly.

ai ai-agent anthropic claude-3 python sonnet tutorial

Last synced: 01 Jul 2025

https://github.com/agneym/reactjs-workshop

ReactJS Workshop for Facebook Developers Circle Kochi

reactjs reactjs-workshop tutorial

Last synced: 05 May 2026

https://github.com/trickypr/linux-game-console

A quick install system for a Debian based gaming console

awesomewm debian game-console gaming linux linux-game-console qt tutorial

Last synced: 26 Jan 2026

https://github.com/krsoninikhil/phil-opp-rust-os

A small working Operating System in Rust. Follows this blog series https://os.phil-opp.com/

os phil-opp rust tutorial

Last synced: 22 Mar 2025

https://github.com/akagi201/learning-rust

Learning rust, started from rust 1.0 beta.

learning rust tutorial

Last synced: 03 Jan 2026

https://github.com/hectorrdb/nationalassembly

A short tutorial to help beginners in biostatistics and genomics understand an usual single-cell RNA-sequencing workflow

france politics rna-seq scrna-seq-analysis tutorial

Last synced: 21 Feb 2026

https://github.com/oguzhane/blockchain-go

a simple blockchain in go

blockchain golang tutorial

Last synced: 25 Mar 2025

https://github.com/primaryobjects/cardano-tutorial

Easy tutorial for developing with the Cardano blockchain. Create a wallet. Send and receive ADA.

ada blockchain cardano cardano-cli cardano-community cardano-wallet dapp javascript lovelace node-js nodejs tutorial tutorials web3

Last synced: 18 Apr 2026

https://github.com/aadityachapagain/learning-go-by-examples

Trying to push myself further into the wild

code go golang learning tutorial

Last synced: 09 Jun 2026

https://github.com/artic92/linux-device-drivers-learning

A journey into Linux device driver development with examples, notes, and tutorials.

device-driver learning linux linux-kernel tutorial

Last synced: 10 Dec 2025

https://github.com/jlozovei/node-api-server

Server-side for Node RESTful API Tutorial

expressjs mongodb nodejs restful-api server-side tutorial

Last synced: 11 Apr 2026

https://github.com/markfchavez/ruby-and-rails-resources

A curated list of ruby/rails resources to learn from.

courses rails ruby tutorial

Last synced: 15 May 2026

https://github.com/yuki-torii/learn-canvas

learn-canvas

canvas tutorial

Last synced: 26 Aug 2025

https://github.com/cbillowes/gentle-intro-to-git

Follow a the course "A gentle introduction to Git"

course git tutorial

Last synced: 25 Aug 2025

https://github.com/stjudecloud/cloud-app-tutorial

Cloud application examples for St. Jude Cloud.

cloud documentation genomics stjudecloud tutorial workflow workflow-engine

Last synced: 11 Feb 2026

https://github.com/freeclimbapi/node-speech-recognition-how-to-guide

Node - Speech Recognition Tutorial

ivr tutorial

Last synced: 27 Feb 2026

https://github.com/jotaaloud/overlappingjframecomponents

How to overlapp a JFrame component over Graphics ( Java )

color components java jframe tutorial

Last synced: 22 Mar 2025

https://github.com/eopxd/llvm-ir-basic

LLVM so cool ~ OAO

llvm llvm-ir tutorial

Last synced: 19 Apr 2026