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/app-generator/tutorial-django

Django Tutorial - Learn to code in Django | AppSeed

appseed django elearning tutorial

Last synced: 07 Apr 2025

https://github.com/amirhoseinsalimi/deep-learning-codingcogs-course-codes

My complete code and notebooks from the Deep Learning Workshop by CodingCogs. Covers foundational to advanced deep learning topics using TensorFlow and Keras including CNNs, RNNs, LSTMs, GRUs, and text sequence models.

cnn deep-learning gru lstm machine-learning ml neural-network python rnn tutorial workshop

Last synced: 13 Apr 2026

https://github.com/arsy786/todo-mern-app

This is a simple Todo MERN app that follows the CRUD operations for the todos.

2023 expressjs mern-stack mongodb nodejs reactjs tutorial

Last synced: 10 Apr 2026

https://github.com/arsy786/notes-mern-app

This is a web application built with the MERN stack that allows users to CRUD notes.

2023 expressjs mern-stack mongodb nodejs reactjs tutorial

Last synced: 10 Apr 2026

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/eic/tutorial-setting-up-environment

EIC Tutorial: Setting up your environment

tutorial

Last synced: 20 Jan 2026

https://github.com/anyblok/anyblok-book-prez

Workshop Anyblok slides

book development-tools tutorial

Last synced: 10 Apr 2025

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/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/nass600/talk-webpack

Tutorial to convert an old-fashioned website to a cutting-edge optimized javascript app with webpack.

babel es2015 sass talk tutorial webpack

Last synced: 17 Apr 2026

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

https://www.codeproject.com/articles/1089819/an-introduction-to-xcb-programming

c tutorial xcb

Last synced: 07 Apr 2025

https://github.com/hermit-os/tutorial

https://hermitcore.github.io/tutorial/

tutorial unikernels

Last synced: 30 Aug 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/royerlab/sample-project

Sample microscope project for ClearControl environment

clearcontrol tutorial

Last synced: 24 Aug 2025

https://github.com/ronanarm/walkthroughjs

Walkthrough.js is a lightweight, dependency-free JavaScript library for creating interactive tutorials, product tours, and onboarding experiences. It features smart positioning, progress tracking, customizable templates, and works seamlessly across browsers and devices.

frontend guide javascript onboarding product-tour react reactjs tutorial ui ux vue vuejs walkthrough

Last synced: 04 May 2026

https://github.com/jens-ox/cll

React Component Library Library

component-library nextjs react tutorial

Last synced: 10 Apr 2026

https://github.com/applitools/tutorial-images-java

Applitools tutorial using Java Images SDK

applitools tutorial

Last synced: 20 Aug 2025

https://github.com/maurosilber/python-tutorial

Introducción a Python

python tutorial

Last synced: 14 Apr 2026

https://github.com/devlights/try-java

This is my TUTORIAL project for Java.

java tutorial

Last synced: 23 Feb 2026

https://github.com/ch4s3/proto_man

elixir protobuf exercise

elixir plug protobuf protobuf3 tutorial

Last synced: 07 Oct 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/ravi-prakash1907/golang-walkthrough

Kinda crash course for golang

course crash-course go golang tutorial

Last synced: 23 Aug 2025

https://github.com/jakoch/installer_using_innosetup

Demo of building a simple installer using Innosetup.

innosetup installer template tutorial windows

Last synced: 07 Oct 2025

https://github.com/tao12345666333/practical-python

A Practial Tour of Python

practical-python python tutorial

Last synced: 07 Oct 2025

https://github.com/shalabhaggarwal/cassandra-gocql-tutsplus-demo

Getting Started With Cassandra: Using Go client - gocql: http://code.tutsplus.com/tutorials/getting-started-with-cassandra-using-go-client-gocql--cms-28162

cassandra-cql golang tutorial

Last synced: 18 Aug 2025

https://github.com/kayleedavisgithub/r-for-powerbi

Collection of documents for practice and tutorial on using R with PowerBI

tutorial tutorials

Last synced: 17 Aug 2025

https://github.com/arceryz/interaction-in-matplotlib

Interactive matplotlib plots python template file. Fully commented and explained. Enhance your plots!

interactive interactive-visualizations matplotlib matplotlib-animation matplotlib-pyplot plotting plotting-in-python python template tutorial

Last synced: 16 Aug 2025

https://github.com/ryderdamen/circleci_deploy_google_cloud_function_example

An example (and tutorial) of how to deploy a Google Cloud Function with CircleCI.

cd ci circleci gcp google-cloud-functions tutorial

Last synced: 08 Oct 2025

https://github.com/abdulqasem-bakhshi/verified-commits-github

This is a step by step process to set up verified commits for every commit you make on GitHub.

commit github tutorial verified

Last synced: 04 Oct 2025

https://github.com/lotes/quaery

Write your own language!

antlr blog ide language query-language tutorial

Last synced: 12 Aug 2025

https://github.com/tmhsdigital/learn-c

Native Windows password generator with a modern Win32 GUI. Lets you generate multiple strong, customizable passwords at once, choose character sets (lowercase, uppercase, digits, symbols), and instantly copy results. Features color-coded strength indicator, tooltips, keyboard shortcuts, status bar, and remembers your last settings.

c cmake educational-project make password-generator tutorial win32 win32-gui

Last synced: 08 Oct 2025

https://github.com/awpala/javascript-concepts-map

A collection of concepts related to JavaScript programming into a single "concepts map"

concept-map javascript programming tutorial

Last synced: 12 Aug 2025

https://github.com/thebigsasha/tic-tac-toe

A Tic Tac Toe game made to teach arrays, and to introduce object oriented programming :) Part of COMP250 - Intro to Computer Science @ McGill University

array education loops mcgill oop syntax tutorial university

Last synced: 11 Aug 2025

https://github.com/nakamura196/ethers-ja-tutorial

ethers.js v6 の日本語チュートリアル / Japanese Tutorial for ethers.js v6

blockchain ethereum ethersjs japanese tutorial vitepress web3

Last synced: 31 May 2026

https://github.com/hashicorp-education/learn-terraform-organize-configuration

Source files for a workshop about Terraform source file organization

hashicorp terraform tutorial

Last synced: 19 Jan 2026

https://github.com/krishnaura45/code-tutorials

Collection | Beginner-friendly | Notebooks

a-to-z beginner-friendly collection jupyter-notebook python3 tutorial

Last synced: 31 May 2026

https://github.com/smiled0g/react-focal-point

🔍 React component that does that masking for tutorial / walkthrough with multiple focus points.

focus react tutorial walkthrough

Last synced: 19 Jan 2026

https://github.com/kaayzouee/windows-efi-recovery

This is a quick guide to help whoever accidentally formatted nvme0n1p1 while installing a linux distro like nixos for example. Feel free to fix this guide and correct me if anything in this guide doesn't work.

dualboot efi guide recovery tutorial windows-11

Last synced: 09 Oct 2025

https://github.com/akecel/deploy-shell-script

Simple shell scripts to easily deploy your applications on a web server.

beginner-friendly deployment devops script ssh tutorial

Last synced: 10 Oct 2025

https://github.com/bygui86/go-protobuf

Golang ProtoBuf sample project

go golang protobuf protobuf3 tutorial

Last synced: 10 Aug 2025

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/matix-media/docker-ctf

A playful tutorial into docker

ctf docker learning learning-by-doing tutorial

Last synced: 16 Apr 2026

https://github.com/eloistree/2020_05_28_themagicdoors

This project is community experiment to practice the creation of Unity Package with dependencies.

experiment package parctice tutorial unity

Last synced: 19 Apr 2026

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

Macro is not magic

macro racket tutorial

Last synced: 09 Mar 2026

https://github.com/aldro61/colosse-tutorial

Configuring your environment and running jobs on the Colosse super computer @ Calcul Quebec

calculquebec colosse supercomputing tutorial

Last synced: 11 Oct 2025

https://github.com/jaedmunt/dixchete

A command line tool (or if you can't be bothered to build it) a list of commands for checking storage space, drive setup etc. as I come across them - in this README.

cheetsheet cheetsheets cli executable go golang hardware help howto howtos tutorial

Last synced: 04 Aug 2025

https://github.com/ahkarami/playing-with-mxnet

This repository shows my history of MXNet learning.

deeplearning mxnet tutorial

Last synced: 19 Oct 2025

https://github.com/cacilhas/tree

tree datatype according to http://homepages.inf.ed.ac.uk/stg/NOTES/node62.html

exercise mlton smackage sml standard-ml tree-structure tutorial

Last synced: 11 Oct 2025

https://github.com/zkan/apache-airflow-tutorial

A Comprehensive Tutorial to Learn Apache Airflow

apache-airflow tutorial

Last synced: 19 Jan 2026

https://github.com/peimelo/calendareact

Rails calendar using React

api learnetto react ruby-on-rails tutorial

Last synced: 18 Apr 2026

https://github.com/vyngt/odoo-another-module

Combo: https://github.com/vyngt/odoo-sample-app + https://github.com/vyngt/odoo-sample-module

erp odoo tutorial

Last synced: 12 Oct 2025

https://github.com/arsy786/workout-mern-app

This is a full-stack MERN app for managing workouts.

2023 expressjs mern-stack mongodb nodejs reactjs tutorial

Last synced: 09 Apr 2026

https://github.com/sumeetsarkar/art-of-go

Learning Go

go golang tutorial

Last synced: 04 Aug 2025

https://github.com/ushii/weather_app

"A Flutter app to fetch and display real-time weather details using the OpenWeatherMap API. Features a modern UI, city-based search, and error handling. Perfect for learning Flutter and API integration."

android api ascii-art hacktoberfest ios kotlin openweather-api react react-weather-app service-worker swift-weather swiftui tutorial weather

Last synced: 29 Apr 2026

https://github.com/uscbiostats/git-crash

Happy Scientist Seminar: A Crash course on git

git happyness tutorial workshop

Last synced: 03 Aug 2025

https://github.com/guardsarm/rust-memory-safety-examples

Educational examples demonstrating memory-safe programming patterns in Rust

education examples memory-safe rust security tutorial

Last synced: 13 Mar 2026

https://github.com/tehlers/bevy-introduction

An introduction to the game engine Bevy made with presenterm.

bevy game-development tutorial

Last synced: 18 Apr 2026

https://github.com/janipalsamaki/swag-order-robot

Tutorial for creating a software robot for processing web store orders using Robot Framework.

python robot-framework robotframework tutorial

Last synced: 03 Jan 2026

https://github.com/paulfioravanti/apollo-fullstack-tutorial

My sandbox for the Apollo Tutorial

apollo graphql tutorial typescript

Last synced: 13 Oct 2025

https://github.com/croydon/unity-roll-a-ball

My implementation of Unity's 2022.3 Roll A Ball Tutorial

engine game roll-a-ball tutorial unity

Last synced: 04 Apr 2025

https://github.com/pedritomelenas/python-intro

Introducción a python (y sympy)

teaching-materials tutorial

Last synced: 27 Jan 2026

https://github.com/no1lov3sme/eventutorial

jQuery page tutorial plugin by even web studio.

javascript jquery-plugin tutorial

Last synced: 28 Mar 2025

https://github.com/jkosla/nexus-tutorial

Dev.to Tutorial Repository

devops jenkins nexus tutorial

Last synced: 22 Jan 2026

https://github.com/johanns/ref-secure-share

SecureShare is a tutorial and reference implementation of a one-time-use message sharing web-app, developed using Next.JS 14, TypeScript, Prisma, and styled with Tailwind CSS

cryptography next tailwindcss tutorial typescript webcrypto

Last synced: 05 Feb 2026

https://github.com/make-school-labs/few-track-demo

Demo app to give an idea of the kind of programming involved with frontend web applications

css css3 game html html5 javascript js tutorial

Last synced: 01 Aug 2025

https://github.com/tmp-friends/go-tutorial

https://go.dev/doc/

tutorial

Last synced: 12 Jan 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/michaelchadwick/ember-super-rentals

Ember Tutorial: Super Rentals

emberjs tutorial

Last synced: 03 Jan 2026

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

MiniGrep - Rust CLI

rust rust-cli tutorial

Last synced: 25 Jul 2025

https://github.com/girkovarpa/sciter-js-autocomplete

Simple demo of autocompleting a textbox in Sciter.JS

after autocomplete autofill css demo example js pseudo sciter sciter-js suggestions tis tutorial

Last synced: 14 Apr 2026