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/ljdursi/make_pattern_rules

Tutorial for using Makefile pattern rules

makefile tutorial

Last synced: 19 Mar 2026

https://github.com/enkaypeter/cloudrun-node-api-tutorial

Project repository for how to deploy a node api on google cloud run

expressjs gcp-cloud-build gcp-cloud-run nodejs tutorial

Last synced: 27 Feb 2026

https://github.com/abdullokhonz/minimal-api_todoapi

Minimal API Todo project using ASP.NET Core 8. Simple CRUD API with in-memory database for learning and testing. Based on the official Microsoft tutorial.

asp-net-core backend crud csharp dotnet entity-framework-core in-memory minimal-api todo-api tutorial web-api

Last synced: 14 Oct 2025

https://github.com/uncomputable/simple-layer-twos

Replit resources from Bitcoin++ 2023 in Austin

bitcoin circuit learning logic tutorial

Last synced: 29 Mar 2025

https://github.com/mj41/raku-stepbystep

Learning Raku (Perl 6) programming language Step by Step

example perl6 raku step-by-step tutorial

Last synced: 19 Jan 2026

https://github.com/LeoBorai/pngme

Command line program that lets you hide secret messages in PNG files

learning png rust tutorial

Last synced: 26 Feb 2025

https://github.com/123mwanjemike/cicd-with-herokuci

This is a demo factorial app for the building CI/CD workflow with Heroku CI article https://blog.mikemwanje.dev/build-a-cicd-pipeline-with-heroku-ci. The application calculates the factorial of a number.

cicd demo-app express factorial heroku heroku-ci heroku-deployment herokuci mocha-chai tdd test-driven-development tutorial

Last synced: 07 May 2025

https://github.com/sunchang0124/sunchang0124.github.io

This repository is for building my first SOLID Application for researcher and individual data providers.

datavault javascript npm solid tutorial webpack

Last synced: 07 Feb 2026

https://github.com/caspark/rust-game-of-life-exercises

An intro to Rust by partially implementing Conway's Game of Life via some exercises

learning rust tutorial

Last synced: 07 Feb 2026

https://github.com/kaizerpwn/skriptanje-sa-kaizerom

This is a gamemode from sa-mp scripting tutorials on my Youtube channel. Hit that star, fork repo and start building your own project from here.

pawn pawn-language samp sampctl tutorial

Last synced: 18 Mar 2026

https://github.com/yeonghyeon/codility-python

The solutions of the Codility lessons are provided. Each solution is written with python. The starting point for reading solutions is given in the following web link.

codility codility-lessons codility-python codility-solutions codility-training programming python solutions tutorial

Last synced: 26 Feb 2025

https://github.com/gvwilson/ds4se

Data Science for Software Engineers

codebender data-science open-science software-engineering tutorial

Last synced: 19 Jan 2026

https://github.com/harobed/ansible-vault-tutorial

In this tutorial, I try to explain how to structure one Ansible environment with Ansible Vault support and store Ansible vault password with GnuPG.

ansible ansible-vault gnupg tutorial

Last synced: 14 Oct 2025

https://github.com/laqudee/rust-learn

《Rust程序设计语言》笔记-练习代码与设计模式(Design Pattern)练习

design-patterns factory-pattern flyweight-pattern learning-exercise notes proxy-pattern rust rust-lang state-pattern template-method-pattern tutorial

Last synced: 26 Oct 2025

https://github.com/thiagoow/web-credit-card-glassmorphic-ui

Projeto de uma interface de usuário para exibição de um cartão de crédito/débito 3D. Desenvolvido com HTML e CSS

credit-card css-animations html-css tutorial user-interface ux-ui

Last synced: 14 Oct 2025

https://github.com/pcafrica/introduction_to_cmake

Slides and exercises for the "Introduction to CMake" lecture.

cmake cpp examples exercises introduction tutorial

Last synced: 14 Mar 2025

https://github.com/md-weber/qonversion_tutorial_app

Qonversion Tutorial from Flutter Explained

dart flutter qonversion tutorial

Last synced: 25 Oct 2025

https://github.com/frankiefab100/tip-calculator

👨‍💻 Learn how to build a tip calculator using HTML, CSS and JavaScript

css css3 html html5 javascript tip-calculator tutorial tutorial-code

Last synced: 09 Oct 2025

https://github.com/tsmx/nodejs-tutorial

Tutorial project for a complete NodeJS stack including unit-testing and CI/CD: Express, Winston, MongoDB, Mongoose, Jest, supertest, mongodb-memory-server, Docker, Docker-Compose, GitHub Actions, eslint.

ci-cd docker docker-compose eslint express github-actions jest mongodb mongodb-memory-server mongoose nodejs supertest tutorial unit-test winston

Last synced: 26 Feb 2026

https://github.com/zaiste/elasticsearch-nodejs-github-tutorial

Using Node.js & Elasticsearch to search GitHub: Tutorial

elasticsearch nodejs tutorial

Last synced: 17 Mar 2025

https://github.com/shenmian/sokoban-tutorial

本文将描述如何实现一个推箱子 📦, 示例代码使用 Rust 语言 🦀 编写.

sokoban sokoban-solver tutorial

Last synced: 19 Apr 2025

https://github.com/alexmhack/django-email-username-login

Implementing custom backend to authenticate using the user's username or email

beginner-project django2 tutorial

Last synced: 14 Feb 2026

https://github.com/didinj/angular8-rxjs-forkjoin-example

Angular 8 RxJS Multiple HTTP Request using the forkJoin Example

angular angular8 angularjs example forkjoin http multiple request rxjs tutorial

Last synced: 24 Apr 2025

https://github.com/masilab/strudel

Streamline Tractography Utilities for Deep Learning

deep-learning diffusion-mri recurrent-neural-networks tractography tutorial

Last synced: 16 Jan 2026

https://github.com/petrosdemetrakopoulos/react-multiple-checkboxes

Handling multiple checkboxes in React

checkboxes react tutorial

Last synced: 23 Mar 2025

https://github.com/idongliming/phaser3-typescript

使用ts语言写的phaser游戏示例-中文

game phaser3 translation tutorial

Last synced: 16 May 2025

https://github.com/parzibyte/demostracionrecyclerview

Tutorial de RecyclerView en Android. Animaciones, adaptador y layout XML

adapter android animation layout recyclerview tutorial viewholder xml

Last synced: 08 Oct 2025

https://github.com/rodrigokamada/angular-eslint

Application example built with Angular 14 and adding the ESLint using @angular-eslint/schematics library.

angular beginners dev-community eslint hacktoberfest lint stackblitz tutorial

Last synced: 14 Feb 2026

https://github.com/douaa1819/mapstruct-guide

Guide pratique pour apprendre MapStruct, une bibliothèque Java de mapping d’objets rapide et performante. Ce repo inclut des exemples de mappings basiques et imbriqués, une comparaison avec ModelMapper, et des explications sur les principes SOLID appliqués.

java mapping mapstruct modelmapper performance solid tutorial

Last synced: 06 Feb 2026

https://github.com/autodesk-platform-services/aps-design-automation-dotnet

Design Automation tutorial in .NET: Sample project for Design Automation tutorial

autodesk-designautomation dotnet tutorial

Last synced: 05 May 2025

https://github.com/phantominsights/python-getting-started

A series of tutorials on how to get started in Python 3 development using PyDev.

eclipse pydev python python-development python3 tutorial

Last synced: 18 Jun 2025

https://github.com/hawkiq/pythontutorial

scripts course for Python Fundamentals

python3 tutorial

Last synced: 09 Apr 2025

https://github.com/twtrubiks/deploying-flask-to-openshift

Deploying a Flask App To OpenShift Tutorial 📝

deploy flask openshift python ssh-key tutorial

Last synced: 15 Apr 2025

https://github.com/jacopotediosi/webserverscommonconfigs

A simple collection of common Linux web server configurations out of the box and already set up for security

configuration https nginx php-fpm ssl tls tutorial webserver

Last synced: 04 Mar 2025

https://github.com/hashicorp-education/learn-terraform-heroku

Learn Terraform Heroku tutorial configuraiton

hashicorp heroku nodejs terraform tutorial

Last synced: 19 Oct 2025

https://github.com/zoltan-nz/toy-robot-typescript

TypeScript project for beginners...

mocha toy-robot tutorial typescript

Last synced: 26 Feb 2026

https://github.com/rishavs/cove

Simple crud app using pure crystal. 0 frameworks and dependencies

crud crystal crystal-language crystallang tutorial webapp

Last synced: 13 Jun 2025

https://github.com/mateo08c/ginsvelteembed

Embed SvelteKit frontend in a Go Gin Web Framework for seamless deployment.

amazing demo embed framework gin gin-gonic insane svelte sveltekit tutorial

Last synced: 18 Oct 2025

https://github.com/gibbok/react-video-list

A basic "Top 10s Video 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: 18 Oct 2025

https://github.com/kaihendry/slo

Prometheus instrumentation & metrics tutorial

kubernetes metrics performance-monitoring prometheus prometheus-metrics tutorial

Last synced: 23 Feb 2026

https://github.com/kevcodez/kotlin-jacoco-gradle

Project demonstrating the usage of Jacoco for coverage reports in a Kotlin project with JUnit 5 and Gradle.

coverage coverage-report gradle jacoco junit5 kotlin tutorial

Last synced: 22 Apr 2025

https://github.com/comunica/tutorial-iswc2019-ldflex-on-react

Tutorial on LDflex via React Components

tutorial

Last synced: 04 Mar 2025

https://github.com/foxytanuki/mastra-nextjs-example

A fully functional implementation of Mastra + Next.js in line with the Mastra official documentation.

ai mastra mcp nextjs tutorial

Last synced: 13 May 2025

https://github.com/pengzhaoqing/simplesniff

A very simple sniff tool implementation with the same basic function of wireshark by pyqt4 and scapy

pyqt5 qt qt-designer scapy sniff tutorial

Last synced: 19 Jul 2025

https://github.com/pbayer/discreteeventscompanion.jl

Tutorials, examples, notebooks, benchmarks to DiscreteEvents.jl

clock discrete-event discrete-event-simulation documentation event examples process tutorial

Last synced: 25 Feb 2025

https://github.com/vhiribarren/llvm-tuto-kaleidoscope-rust

LLVM Kaleidoscope tutorial in Rust, toy project.

inkwell llvm rust toy-project tutorial

Last synced: 14 Apr 2025

https://github.com/sap-samples/hana-xsa-calculation-view-anonymity

Sample data, table and calculation view with K-anonymity for data privacy.

hana-xsa sample sample-code sap-hana tutorial

Last synced: 03 Feb 2026

https://github.com/thelime1/aichatbridge

a template repository designed to facilitate the integration of Poe.com bots into your website.

ai chatbot poe tutorial website

Last synced: 02 Jan 2026

https://github.com/websolutionstuff/dynamic-pie-chart-in-laravel-8

In this tutorial i will show you how to create dynamic pie chart in laravel 8, Pie charts are use to representing data in graphics view, for creation of dynamic pie chart example you need to create model, controller, route, blade file and database

charts dynamic-piechart example jquery laravel-framework laravel8 pie-chart piechart tutorial websolutionstuff

Last synced: 14 Apr 2025

https://github.com/davepartner/framework7-hackathon-starter

This is a sample hackathon starter for with framework7 well integrated into phonegap. To start building a mobile app all you need is download and start, no further setup needed.

android-application firebase framework7 framework7-angularjs hackathon ios phonegap tutorial video youtube

Last synced: 20 Jul 2025

https://github.com/nexmo/ruby-sms-customer-support

SMS Customer Support Application using Ruby and Nexmo

tutorial

Last synced: 24 Jul 2025

https://github.com/agagniere/blackmagic

C preprocessor tricks, explained

c preprocessor tutorial zig-package

Last synced: 18 Sep 2025

https://github.com/valnub/particle-animation-javascript

Demo code for my particle animation video in JavaScript/HTML5 Canvas

animation canvas demo example html5-canvas javascript tutorial

Last synced: 28 Jul 2025

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

Live online tutorials for SchemaCrawler

tutorial tutorial-exercises tutorial-sourcecode

Last synced: 29 Jul 2025

https://github.com/rodrigokamada/angular-recaptcha-v2

Application example built with Angular 18 and adding the Google reCAPTCHA v2 using the ng-recaptcha library.

angular beginners dev-community gh-actions gh-pages hacktoberfest recaptcha stackblitz tutorial

Last synced: 02 Aug 2025

https://github.com/shinyypig/HFUT-Thesis

合肥工业大学本科毕业设计论文模版

latex-template tutorial

Last synced: 06 Aug 2025

https://github.com/robertobochet/opencv-talk

Jupyter notebook for the OpenCV talk, part of the Python Course 2020 by Politecnico Open unix Labs

course image-processing jupyter-notebook opencv politecnico-di-milano politecnico-open-unix-labs python talk tutorial

Last synced: 05 Oct 2025

https://github.com/laugharne/solana_bytes

Welcome to Solana Bytes - where we serve up digestible coding tutorials to show you how to build projects on Solana.

anchor blockchain blockchain-technology nft rust rust-lang seachor solana tutorial tutorials

Last synced: 18 Aug 2025

https://github.com/pennypack/learn-erlang

Learn Erlang Step-By-Step

beam erlang koans otp tutorial

Last synced: 23 Aug 2025

https://github.com/azer0s/nativescript-calculator-demo

A NativeScript with Angular demo project/tutorial

calculator nativescript nativescript-angular tutorial

Last synced: 28 Aug 2025

https://github.com/knpuniversity/design-patterns

Course code, script and SCARY, I mean friendly, design patterns behind the "Design Patterns in Space" Tutorial

php tutorial

Last synced: 06 Mar 2025

https://github.com/anton-trunov/fold-tutorial-talk

Papers We Love. Mad. Talk on fold: slides, Coq file, and links for further reading

coq fold papers-we-love recursion-schemes talk tutorial

Last synced: 14 Apr 2025

https://github.com/000daniel/how-to-install-visual-studio-code-on-arch-linux

A simple guide on how to install Visual Studio Code on Arch-Linux or Arch-based systems, and set it up to work with C# and Code-Runner

arch-linux archlinux code code-runner csharp easy guide linux simple studio tutorial visual visual-studio visual-studio-code

Last synced: 26 Feb 2025

https://github.com/andrewrporter/flask-gunicorn-tutorial

Basic tutorial showing how to run a flask web application with Gunicorn

flask gunicorn hello-world python tutorial

Last synced: 22 Mar 2025

https://github.com/ajayns/freecodecamp-soln

Solutions from the Free Code Camp course

algorithm-challenges algorithms freecodecamp javascript js tutorial

Last synced: 10 Mar 2026

https://github.com/zacharatos/python-essentials-pcep30-exam

Everything needs to be executed, analyzed, tested, etc, for the Python exam PCEP-30-02, based on the Edube platform material.

beginner beginner-friendly certification certification-prep exam exercises pcap python python3 python310 tutorial

Last synced: 12 Apr 2025

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

Modern JavaScript Tutorial in Czech

czech javascript tutorial

Last synced: 07 Apr 2025

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

Modern JavaScript Tutorial in Hungarian

hungarian javascript tutorial

Last synced: 07 Apr 2025

https://github.com/javitocor/friendly-chat-firebase

Firebase Tutorial - You can find it here: https://codelabs.developers.google.com/codelabs/firebase-web/#0

firebase tutorial

Last synced: 24 Mar 2025

https://github.com/oclyke/crc

pythonic tutorial working step-by-step through Ross N. Williams' crc_v3.txt

crc interactive python tutorial

Last synced: 16 Jun 2025

https://github.com/data-camp/github

学习如何使用GitHub来进行版本控制,从而更好地与他人协作。Learn to use GitHub.

github github-desktop tutorial

Last synced: 06 Mar 2025

https://github.com/omiyagames/make-it-juicy

Make it Juicy: Easy Methods to Make Your Game More Engaging is a presentation that lists various techniques Omiya Games use to make their games more fun to play. It is largely based off of the Juice it or Lose it presentation by Martin Jonasson and Petri Purho (on Youtube at http://youtu.be/Fy0aCDmgnxg).

educational educational-game game game-development tutorial unity unity2d

Last synced: 19 Sep 2025

https://github.com/florianrappl/piral-nextjs-sample

Migrating an existing Next.js application to be used in a Piral instance as a pilet. :package:

demo microfrontend microfrontends nextjs pilet piral sample tutorial

Last synced: 01 Apr 2025

https://github.com/truemedia/lwap

Source code for building a laravel website as package (LWAP), from tutorial series by me (Wade Penistone)

as composer development laravel lwap package parts series tutorial website

Last synced: 26 Nov 2025