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/banghuazhao/app-ideas

A Swift iOS app for discovering and organizing app development project ideas. Features curated collections by difficulty level, detailed requirements, user stories, and implementation guidance. Perfect for developers looking to build their portfolio and improve coding skills.

advanced-projects app-development beginner-friendly coding-challenges coding-projects developer-tools educational intermediate-projects ios learning-resource mobile-development portfolio-builder practice programming project-ideas skills-improvement software-development swift swiftui tutorial

Last synced: 10 Aug 2025

https://github.com/shinchven/multiple-authentication-services-on-feathers-app

This is an example to show how to implement multiple authentication services on a FeathersJS app.

feathersjs tutorial

Last synced: 03 Jan 2026

https://github.com/ebadier/mariosokoban

My C++ version of Mario Sokoban

cplusplus mario sdl sokoban tutorial video-game

Last synced: 28 May 2026

https://github.com/v4ss3ur/guideline.wpf

GuideLine is a C# WPF library designed to create interactive, step-by-step tutorials within your application. It highlights specific controls, dims the rest of the interface, and provides dialog-based explanations to guide users through various features.

guide guideline overlay tool tutorial wpf

Last synced: 19 Aug 2025

https://github.com/kathleenwest/mslearn-dotnet-docker

This is a simple microservices demo with a frontend web app (razor) and backend web api (asp.net core). The frontend utilizes the Blazor WebAssembly script in the browser. The backend web api simply delivers a Product listing and serves images for those products. The frontend web app queries the backend web api for products, then displays each one.

asp-net-core backend blazor blazor-webassembly containers content-security-policy docker docker-compose docker-container docker-tutorial entity-framework-core frontend how-to microservices mslearn products razor store tutorial web-api

Last synced: 04 Apr 2026

https://github.com/cj-mills/fastai-to-libtorch-to-unity-tutorial

This follow-up to the fastai-to-unity tutorial covers creating a LibTorch plugin for the Unity game engine.

fastai image-classification libtorch tutorial unity

Last synced: 09 Oct 2025

https://github.com/relintai/programming_tutorials

Hungarian programming tutorials that I'm writing. (Might translate them later.)

hungarian magyar oop programming sdl2 tutorial

Last synced: 05 Apr 2025

https://github.com/javascript-tutorial/si.javascript.info

Modern JavaScript Tutorial in Sinhala

javascript sinhala tutorial

Last synced: 15 Aug 2025

https://github.com/brazeg/k8s-homelab

Complete Kubernetes Lab Environment Setup Guide on Windows 11 using Ubuntu Virtual Machines

devops grafana homelab k8s kubernetes learning local-cluster promotheus tutorial vmware-workstation-17-pro

Last synced: 09 May 2026

https://github.com/labex-labs/docker-for-beginners

This course is designed to help you get started with Docker. We will cover the basics of Docker, including its architecture, components, and how to use it to build and run containers.

application-deployment beginner cli container-runtime containerization course devops docker docker-compose hands-on image-building labex labs linux microservices orchestration programming tutorial virtualization workflow

Last synced: 28 Oct 2025

https://github.com/kanryu/vue-cli3-tutorial

A tutorial for Vue 3 using vue-cli v4.5

tutorial vue-cli vue3 webpack

Last synced: 04 Apr 2025

https://github.com/gnebbia/ack_tutorial

A small personal reference to ack with many examples

ack examples guide perl tutorial

Last synced: 12 Jun 2025

https://github.com/mdanalysis/spidal-mdanalysis-midas-tutorial

Tutorial for SPIDAL presentation at workshop, showing how to use Midas radical.pilot to analyze an ensemble of MD trajectories with Path Similarity Analysis (as implemented in MDAnalysis).

mdanalysis python science spidal tutorial

Last synced: 14 May 2025

https://github.com/gaprogman/blog-tutorials

A repository for full code listings used in tutorials on my .NET Core blog

netcore netcore-webapi netstandard tutorial

Last synced: 10 May 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/carloshmarques/build-.net-applications-with-csharp

.NET is a free, cross-platform, open source developer platform for building many different types of applications. With .NET, you can use multiple languages, editors, and libraries to build for web, mobile, desktop, games, and IoT.

course learn-to-code learning learning-by-doing learning-path microsoft-learn tutorial

Last synced: 27 Aug 2025

https://github.com/javascript-tutorial/sk.javascript.info

Modern JavaScript Tutorial in Slovak

javascript slovak tutorial

Last synced: 22 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/kingtut10101/isometricmapwithdepth

Shows how to implement an isometric map with depth.

demo isometric love2d tutorial

Last synced: 18 May 2026

https://github.com/saeedkohansal/site-blocker-extension

Site Blocker Chrome Extension, By that extension, You Can Control The User's Access To Any Website With Blacklist Or Whitelist and Block Or Allow User Access On the Client-Side Using Vanilla JavaScript then display the access denied error You can block any Domain or IP you want.

access-control chrome-extension css dom-manipulation extension-chrome extension-development free-source-code gilgeekify how-to how-to-code howto html javascript site-blocker siteblocker tutorial user-interface web-development website-development widget

Last synced: 05 Jan 2026

https://github.com/wsdltophp/packagepaypal

PHP SDK for PayPal Web Services with SOAP

packagegenerator paypal php php-sdk tutorial

Last synced: 23 Jun 2025

https://github.com/jonatasperaza/mytsc

A Simple Ts Tutorial

js node nodejs nodets ts tsc tutorial

Last synced: 13 Apr 2026

https://github.com/buttercms/gridsome-starter-buttercms

Drop-in proof-of-concept project for Gridsome + ButterCMS, fully integrated with your ButterCMS account

butter buttercms gridsome starter-kit starter-project tutorial vercel

Last synced: 07 Jul 2025

https://github.com/alexmhack/django-hosts-awseb-boilerplate

Using Django backend with django-hosts and deploying using AWS ElasticBeanstalk

aws boilerplate deploying-django django-hosts django2 elasticbeanstalk subdomains tutorial

Last synced: 05 Mar 2025

https://github.com/jasiek-net/react-webflow-memberstack

Showcase how to combine React and Webflow in app powered by MemberStack

memberstack no-code nocode primereact react showcase tutorial typescript webflow

Last synced: 20 May 2026

https://github.com/kathleenwest/azure-virtual-machine-web-app-demo-project

This tutorial azure cloud project demonstrates how to install a basic web app on a virtual machine. We will use our azure account to creature a resource group and virtual machine. Then we will install and configure the virtual machine to run nginx web server and python. Our web app is a flask template and python web application that is uploaded to our virtual machine and then configured to run with nginx. Watch the video tutorials and follow step-by-step instructions to learn how to create your own starter web app running on an azure cloud virtual machine.

azure azure-virtual-machine azure-web-app azure-webapp demo flask flask-app flask-application how-to nginx nginx-configuration nginx-proxy nginx-reverse-proxy nginx-server python tutorial video virtual-machine virtual-machines-installation web-app

Last synced: 11 Apr 2026

https://github.com/mavericks-db/react-todo-app

Microverse Module 03 Project: This is an educational project to make a todo-app following this tutorial React Tutorial From Scratch: A Step-by-Step Guide (2021). This tutorial, divided into several parts, is very comprehensive, and covers all main concepts about React, from the very basics to some intermediate topics. Built with React, Sass and JavaScript.

css css3 html html-css-javascript html5 javascript microverse microverse-projects microverse-students react react-hooks react-router reactjs sass scss todo todo-app todoapp todolist tutorial

Last synced: 11 Mar 2025

https://github.com/gvwilson/l4py

Lean for Python Programmers

lean4 open-source python tutorial

Last synced: 13 Jun 2026

https://github.com/jskulski/elm-intro-workshop

A kata designed to introduce developers to the Elm programming language language

elm elm-demos elm-lang introduction kata tutorial

Last synced: 22 Jun 2026

https://github.com/yukihirai0505/tutorial-program

:sunny: for each programming tutorial code

c-plus-plus docker golang java php python react scala tutorial

Last synced: 04 Apr 2026

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

Kurze Einführung in die Phyton Syntax

playground python tutorial

Last synced: 13 Apr 2026

https://github.com/jerryfzhang/conferencetravelgrantsystem

CTGS is system for applying conference travel grant , built using Nodejs, Express.js, MongoDB ang jQuery

express jquery mongodb mongodb-ang-jquery nodejs reimbursement time-management travel-planner tutorial

Last synced: 20 Apr 2026

https://github.com/kathleenwest/minimalwebapipizzastoretutorialdemo

Quick steps and demo code to quickly create a minimal web api with asp.net core and swagger setup. This project code is the result of a Microsoft Learn tutorial to build a web API with minimal API, ASP.NET Core, and .NET.

asp-net-core crud demo how-to mapget mappost microsoft-learn minimal-api minimal-web-api pizza pizza-app quick quick-start step-by-step step-by-step-guide swagger swagger-ui tutorial web-api webapi

Last synced: 17 Mar 2025

https://github.com/junaidqadirb/timbercast-s01e01-todo

Watch Me Build A ToDo App Using Laravel Livewire And Bootstrap

bootstrap laravel livewire todo todoapp todolist tutorial watch youtube

Last synced: 03 Feb 2026

https://github.com/soran-ghaderi/backpropagation

Backpropagation and automatic differentiation, and grid search from scratch.

automatic-differentiation backpropagation backpropagation-neural-network gridsearch mlp neural-network tuning tutorial

Last synced: 12 Nov 2025

https://github.com/astrabert/hello-world-github-docker

Demo repo for Docker + GitHub Actions

actions cicd docker tutorial workflow

Last synced: 09 May 2026

https://github.com/dilowagner/roguelike-unity

Project to study with Unity Engine

csharp development engine game roguelike tutorial unity

Last synced: 19 May 2026

https://github.com/elazzouzihassan/javatime

Welcome to my Learning Java repository! This repository is dedicated to sharing the code and projects I've worked on as I learn and explore the Java programming language.

code coding java learning tutorial

Last synced: 29 Jun 2025

https://github.com/didinj/ionic-facebook-login-example

Ionic 8 Tutorial: Facebook Login with Angular 19

example facebook fb ionic ionic4 login tutorial

Last synced: 08 Mar 2026

https://github.com/Project-Babble/BabbleBot

The Project Babble Discord bot repo

bot discord discord-bot docs faq faqs tutorial

Last synced: 20 Sep 2025

https://github.com/kadyb/sf_load_save

Tutorial on how to load and save spatial vector data in R

geospatial gis r sf tutorial

Last synced: 28 Jul 2025

https://github.com/tbhaxor/golang-turing-tutorial

This repository contains the codes used in the turing.com golang post

blog go-google go-programming golang snippets source-code turing tutorial tutorial-code tutorials

Last synced: 14 Mar 2025

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/immutal0/learning-solidity-examples

Basic Examples To Learning Solidity

example learning solidity tutorial

Last synced: 07 Apr 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/amadeu01/ingredisearch

This is just a project to follow a tutorial. And help me to track my study on tests

android kotlin mockito mvp tests tutorial

Last synced: 24 Apr 2026

https://github.com/breatheco-de/exercise-random-card

💻📹Video Tutorial: Ideal project tutorial for Javascript newbies, build a random card dealer with little JS, HTML and CSS.

css3 html html5 javascript learn-javascript learn-to-code learning-by-doing learning-exercise learning-js the-dom tutorial tutorial-code tutorial-sourcecode video-tutorial

Last synced: 09 Apr 2026

https://github.com/thinkswan/react-mapbox-skate-parks

A React app that displays all skateboarding parks in Ottawa, Canada.

javascript mapbox react tutorial

Last synced: 19 Jun 2026

https://github.com/diegoguevara/tutorial_angular2_spa

Tutorial de ejemplo para la creacion de una SPA en Angular 2

angular2 tutorial typescript

Last synced: 09 Apr 2026

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/nexmo/node-verify-fraud-detection

Fraud Detection using Node and the Nexmo Verify and Number Insight APIs

tutorial

Last synced: 24 Jul 2025

https://github.com/derekjwilliams/some-gears

A growth chart for graphql applications

express graphql postgraphile react tutorial

Last synced: 18 Apr 2026

https://github.com/makstyle119/react

React from beginner to advanced + Interview Questions

begginer-friendly interview-preparation interview-questions makstyle119 reactjs tutorial

Last synced: 12 Apr 2026

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

Learning notes of Google C++ Testing Framework

cmake cpp gtest leanring makefile tutorial

Last synced: 14 Jul 2025

https://github.com/nexmo/ruby-2fa

Two Factor Authentication with Nexmo Verify

tutorial

Last synced: 24 Jul 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/emanuelsacoman/gridlayout

Utilizando CSS Grid para fazer um layout responsivo e moderno.

css-grid html5 responsive-layout tutorial

Last synced: 24 Jul 2025

https://github.com/didinj/ionic-4-push-notification-fcm-example

Ionic 4 Push Notification using Firebase Cloud Messaging (FCM) - YouTube Tutorial

cloud example fcm firebase ionic ionic4 messaging notification push tutorial youtube

Last synced: 06 Apr 2025

https://github.com/withaarzoo/responsive-gym-website--zengym

Welcome to the Gym Website Project! This project offers a customizable template for creating your gym's online platform to showcase facilities, services, and achievements.

codewithaarzoo css html tutorial webiste

Last synced: 27 May 2026

https://github.com/mongodb-developer/get-started-cxx

Repository to help getting started with MongoDB C++ driver connecting to MongoDB Atlas

cxx docker get-started mongodb mongodb-atlas tutorial

Last synced: 13 Apr 2026

https://github.com/mauroreisvieira/sublime-text-tips-and-tricks

Collection of helpful tips and tricks.

sublime-text tips tricks tutorial

Last synced: 12 Jun 2025

https://github.com/vu-luong/ezyfox-chat-tutorial-reactjs

Official ReactJS source code for the Chat Tutorial using EzyFox ecosystem

chat ezyfox react reactjs tutorial

Last synced: 12 Apr 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/brandon-braner/agentql_blogpost_example

Example scraper using AgentQL for blog post

agentql blog-post playwright portfolio tutorial

Last synced: 18 May 2026

https://github.com/filipe1309/shubcogen-template

This template is a simple way to create a new repository with a pre-defined structure and files.

class course github github-actions-workflow template tutorial workflow

Last synced: 30 May 2026

https://github.com/pablobm/pygame-tutorial

Tutorial on game programming with Python+Pygame

pygame python tutorial

Last synced: 18 Feb 2026

https://github.com/dogma-io/babel-plugin-react-code-block

Display React functional examples with source code.

babel babel-plugin block code example react sample tutorial

Last synced: 07 May 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/jcbritobr/sevenguitasksgiu

This is an implementation of the 7GUIs tasks written with Golang and GIU library.

golang graphics gui tutorial

Last synced: 06 Apr 2025

https://github.com/namecoder1/py_blockchain

Blockchain in Python with CLI interface

blockchain python tutorial

Last synced: 25 May 2026

https://github.com/aristofun/js-fantom-chat

Live while clients are alive, no messages persistency (demo JS socket.io web app)

bulma javascript nodejs socket-io tutorial vanilla-js

Last synced: 10 Apr 2026

https://github.com/lumunix/jekyll-docker

Jekyll blog template ready to go with docker!

docker docker-compose jekyll tutorial

Last synced: 30 Apr 2026

https://github.com/ethand91/object-detect

Simple object detection example using python, opencv and YOLO

computer-vision example opencv python3 tutorial

Last synced: 24 Aug 2025

https://github.com/nicoolandgood/github_as_cdn

Simple CDN example powered by Github pages + tutorial.

cdn css github html pages tutorial

Last synced: 29 Apr 2026

https://github.com/slipnitskaya/dmcourse-jgu

Dynamic modeling of protein dynamics using Python. - Tutorial materials for Biomedicine MScs students at JGU, Mainz (Stefan Legewie, Sofya Lipnitskaya; 2017-2020).

course-materials dynamic-modelling mathematical-modelling python teaching-materials tutorial

Last synced: 20 Apr 2026

https://github.com/markcial/essence

Practical examples for a crash course introduction to the elixir language

crash-course elixir-language tutorial

Last synced: 30 Mar 2025

https://github.com/noamfav/frisian-draught

Frisian Draughts – A modern JavaFX-based take on the classic board game, featuring smart AI, multiplayer capabilities, tutorials, and customizable themes.

ai board-game checker desktop-app draughts frisian game-development java javafx maven multiplayer open-source strategy-game tutorial

Last synced: 01 Mar 2025

https://github.com/h12m54am/javascript-notes

Discovering the basics to the intermediate side of writing Javascript code to suit the needs of a project to be done. I'm not interested in being a master in it. but certainly aware of the basics of what I am doing. I am interested in learning Typescript for its use of types in the code, but some frameworks don't support typescript entirely.

javascript notes tutorial

Last synced: 04 Apr 2025