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/kathleenwest/connect-app-to-azure-sql-server-storage-demo-project

Let's have some fun and showcase our pets and their photos in a web application. This is a python web app that connects to both an Azure SQL Server Database and an Azure Blob Storage Container. Watch the tutorial video for step-by-step instructions on how to create the azure resources and utilize them in the web app for your own project.

azure azure-sql-database azure-sql-db azure-sql-server azure-storage azure-storage-blob azure-storage-blobs azure-storage-container demo demo-app how-to pets python python-tutorial python-web-application python-webapp tutorial tutorial-demos tutorial-videos video

Last synced: 19 Apr 2026

https://github.com/drsmile444/tensorflow-ml-bot-example

🤖 Telegram Bot example using Machine Learning and Tensorflow

example telegram telegram-bot tensorflow tutorial

Last synced: 13 May 2026

https://github.com/anotherkamila/shell-for-beginners

Shell tutorial for absolute beginners (uses Fish, the Friendly Interactive Shell)

beginners-guide command-line fish-shell shell shell-tutorial tutorial

Last synced: 05 May 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/lumunix/jekyll-docker

Jekyll blog template ready to go with docker!

docker docker-compose jekyll tutorial

Last synced: 30 Apr 2026

https://github.com/petercamilleri/games_lessons

A series of simple demo programs for creating games in Ruby with the Gosu gem.

game-development gosu-gem ruby tutorial

Last synced: 04 Oct 2025

https://github.com/mareksuchanek/ontouml-basictypes

Explanation basic OntoUML stereotypes, rigidity and identity principles via simple example and graphics

conceptual-model education ontouml tutorial ufo-ontology

Last synced: 10 Mar 2026

https://github.com/gianpaj/pomodoro

Pomodoro-technique app developed using Node.JS, MongoDB and jQuery. Online Full Stack JS Course: Learn Full Stack JavaScript at Your Pace on Codementor

nodejs tutorial

Last synced: 06 May 2026

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/makstyle119/php

PHP from beginner to advanced

begginer-friendly makstyle119 php tutorial

Last synced: 11 Apr 2026

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

Modern JavaScript Tutorial in Slovak

javascript slovak tutorial

Last synced: 22 Feb 2026

https://github.com/staylorx/sparql_tutorial

This is the very fine Jena SPARQL tutorial using Python notebooks, and using the results as Panda's DataFrames.

graphs ontology pandas python rdflib sparql tutorial

Last synced: 20 Apr 2026

https://github.com/extcore/extcore-sample-data

ExtCore framework 7 sample web application that uses a database

asp-net-core dotnet dotnet-core dotnetcore extcore-framework sample tutorial

Last synced: 09 Feb 2026

https://github.com/crissccl/digital_controlsim

Tutorial-oriented simulation of a discrete-time PI control loop applied to a first-order system. Includes actuator saturation to emulate real microcontroller behavior. Designed for educational purposes and digital control learning.

arduino digital-control education esp32 first-order-system matlab pi-controller saturation simulation teensy tutorial

Last synced: 06 May 2026

https://github.com/andrewrporter/f-string-tutorial

Basic introduction to python 3.6 f-strings

fstrings python tutorial

Last synced: 13 May 2026

https://github.com/cdrani/blog

my blog site

blog blogposts tutorial

Last synced: 09 Feb 2026

https://github.com/bravoborja/firebasenotifications

Tutorial about Firebase Notifications in Android

android firebase firebase-notifications java notifications tutorial

Last synced: 06 May 2026

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/zhh2001/p4-language-guide-zh

P4(P4_16)语言中文教程:从数据平面编程、Parser、Match-Action Pipeline 到架构与实战(BMv2 / P4Runtime)

bmv2 chinese data-plane p4 p4-16 p4lang p4runtime sdn tutorial

Last synced: 20 Apr 2026

https://github.com/kai9987kai/pygame-tutorials

Pygame tutorial snapshots plus an advanced research-informed version of the final game.

final-game pygame tutorial

Last synced: 10 Jun 2026

https://github.com/anamariapego/tutorial-shiny

Tutorial Básico em Shiny

r shiny tutorial

Last synced: 18 Aug 2025

https://github.com/elazzouzihassan/angulartuto

Welcome to the Angular Tutorial repository!

angular coding development framework tsx tutorial typescript

Last synced: 15 May 2026

https://github.com/choidae1/git-github-study

Repo for learning 「깃&깃허브 입문」(이지스퍼블리싱)

git github tutorial

Last synced: 21 Apr 2026

https://github.com/danielres/yarn-workspaces-unified-env-example

Example boilerplate of unified env vars management using yarn workspaces, works on Heroku

envalid environment-variables example-app graphql graphql-yoga heroku monorepo parceljs react tutorial yarn-workspaces

Last synced: 07 May 2026

https://github.com/aacgn/tour-of-heroes

An app that helps a staffing agency manage its stable of heroes

angularjs tutorial typescript

Last synced: 07 May 2026

https://github.com/sanidhyy/gpt3-web-app-react

GPT-3 Web App created using React JS.

javascript nodejs reactjs tutorial

Last synced: 10 Apr 2026

https://github.com/aristotelesbr/my_site

Project for a post from medium

ruby sinatra sinatra-applications tutorial

Last synced: 21 Apr 2026

https://github.com/yagiziskirik/screentypr

Transparent chat boxes for illustration purposes

css electronjs html javascript nodejs streaming-tool tutorial twitch youtube

Last synced: 12 Apr 2026

https://github.com/avrabyt/image-compressor

🛠 Dimensionality Reduction demo tools ! 🚀 SVD and PCA for Image compression 🎃 Check the app out !✨

dimensionality-reduction machine-learning pca principal-component-analysis python singular-value-decomposition streamlit tutorial

Last synced: 07 May 2026

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/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/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/jotaaloud/overlappingjframecomponents

How to overlapp a JFrame component over Graphics ( Java )

color components java jframe tutorial

Last synced: 22 Mar 2025

https://github.com/alexmhack/channels_tutorial

working along django channels official tutorial and creating a chat service with chat groups

beginner beginner-project channels-framework django django-channels-framework django-project python3 tutorial

Last synced: 08 May 2026

https://github.com/codewithmayank-py/django-learning-series-step-by-step-blog-project

Django Tutorial Series: Explore practical Django projects from models to views. Learn to build and customize Django applications with easy-to-follow guides and real-world examples.

django django-framework django-project django-tutorial-practice django-tutorials-for-beginners python3 step-by-step-guide tutorial webdevelopment

Last synced: 05 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/wiseaidev/rust-releases

🦀 Explore Rust Releases Through Tiny Practical Examples. (WIP)

rust rust-lang tutorial

Last synced: 18 May 2026

https://github.com/jermspeaks/rust-tutorial

A tutorial from Rust book

rust tutorial

Last synced: 30 Mar 2025

https://github.com/eduardoprofe666/jformattedtextfield

Proyecto del tutorial en Youtube del JFormattedTextField

java java-swing jformattedtextfield tutorial youtube

Last synced: 21 Apr 2026

https://github.com/grb-workspace/nextjs-15-intro

Sample repository showcasing the core features and best practices of Next.js 15. This project covers React Server Components vs. Client Components, file-based routing, layouts, route handlers, server actions, data fetching strategies, and authentication using Clerk.

authentication clerk client-components data-fetching layouts nextjs react routing server-actions server-components starter tutorial

Last synced: 08 May 2026

https://github.com/flowforfrank/chrome-extension

🌶️ Chrome extension created with JavaScript

chrome chrome-extension extension javascript tutorial webtips

Last synced: 19 Apr 2026

https://github.com/eduardoprofe666/jframe-draggable

Proyecto del tutorial en Youtube de como hacer un JFram personalizado draggable

drag java java-swing jframe tutorial youtube

Last synced: 21 Apr 2026

https://github.com/peti/hex2017

Nix-based Haskell development environment for the Haskell eXchange 2017 workshop.

docker haskell nix tutorial

Last synced: 08 May 2026

https://github.com/codeantik/redux-saga-demo

A demo app to understand and learn the working of redux-saga

demo generator-functions redux redux-saga sagamiddleware tutorial

Last synced: 11 May 2026

https://github.com/davidwparker/programmingtil-algorithms

Code for ProgrammingTIL Algorithms Screencasts

algorithms clrs javascript programming tutorial tutorials

Last synced: 10 Jun 2026

https://github.com/maojianwei/dpdk-dev-demo

tutorial for DPDK development

dpdk tutorial

Last synced: 08 May 2026

https://github.com/jamesrobionyrogers/python_tutorial_website

2020 NCEA Level 2 - Internal Assessment: AS91893

python3 tutorial website

Last synced: 12 Apr 2025

https://github.com/dani-lbnl/introvision

Introduction to Computer Vision

computer-vision tutorial

Last synced: 04 Jan 2026

https://github.com/pandevim/learn_sql

This repository will help you to learn SQL!

sql tutorial

Last synced: 24 Apr 2026

https://github.com/colinwilliams91/unity-game-template

This is a repo set up w/ proper gitignore and project board for a game development team using Unity

agile collaborate collaboration collaborative development devops game game-development gamedev git github how-to howto setup team tutorial unity

Last synced: 09 May 2026

https://github.com/mikerah/simple_vm

A simple VM in Rust for learning purposes

rust tutorial virtual-machine vm

Last synced: 24 Mar 2025

https://github.com/yasindehfuli/roocket-javascript-course

Roocket JavaScript Tutorial Step By Step

course javascript tutorial

Last synced: 26 Mar 2025

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/lukas-vlcek/mapping-normalization-example

Elasticsearch mapping and analysis based approach to normalization of document fields

discussion elasticsearch tutorial

Last synced: 24 Apr 2026

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/vidundergunder/expo-prototype-tutorial

Beginner's guide to development for iOS, Android and Web with Expo (React Native). Made in collaboration with Eik Lab and NMBU.

android calculator cat cats course eik eik-lab expo guide ios kitten kitten-ui lab nmbu react react-native tutorial vercel web website

Last synced: 12 Apr 2026

https://github.com/fedify-dev/content-sharing

Federated image sharing example using Fedify and Nuxt

activitypub example fedify fediverse image-sharing nuxt pixelfed tutorial

Last synced: 23 May 2026

https://github.com/saeedkohansal/javascript-word-counter-web-application

It's a JavaScript word counting web application, with this web app you can count words, characters and lines in English and non-English languages using Vanilla JavaScript, HTML and CSS

clientside css education frontend gilgeekify html javascript programming tutorial vanillajs webapplication webdevelopment

Last synced: 25 Mar 2025

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/saeedkohansal/sync-website-theme-with-os-dark-mode-and-light-mode-css-only-trick

Sync A Website Or Webpage Theme With OS's Preferred Color Scheme, Dark Mode, And Light Mode using only CSS. We can call this feature CSS Automatic Night Mode And Day Mode By OS Color Setting. As you can see, without any page refresh, my website automatically switches by my OS setting between Dark Mode And Light Mode. With a CSS Media query...

autodarkmode automaticdarkmode css css-tricks css3 csstricks darkmode darktheme gilgeekify html night-mode night-theme nightmode programming tutorial web-design web-development webdesign webdesigner webdevelopment

Last synced: 25 Mar 2025

https://github.com/applitools/tutorial-webdriverio5-applitools-service-ultrafastgrid

Applitools Ultrafast Test Grid VisualGridRunner tutorial using the WebdriverIO 5 Service

applitools tutorial webdriverio

Last synced: 06 Jun 2026

https://github.com/jcrodriguez1989/firstcontributionsinr

🚀✨ Mini tutorial que nos enseña a contribuir al código libre en R

contribution hacktoberfest open-source tutorial

Last synced: 26 Oct 2025

https://github.com/opt-nc/atelier-spring-kafka

Projet d'exemple d'utilisation de la lib `org.springframework.kafka:spring-kafka`

digital-le elearning glia kafka kafka-client kafka-consumer kafka-producer kafka-streams learning-by-doing tutorial

Last synced: 24 Jan 2026

https://github.com/alcrene/fokker-planck-brief-intro

A brief, opinionated introduction to the Fokker-Planck equation

fokker-planck-equation tutorial

Last synced: 25 Feb 2026

https://github.com/gvwilson/notwrong

A short introduction to research methods for software engineers

creative-commons research-methods software-engineering tutorial

Last synced: 13 Jun 2026

https://github.com/mfaisalkhatri/playwright-ts-web-automation

Example code of end to end web automation testing using Playwright Typescript

playwright-typescript test-automation testing tutorial web-automation-testing

Last synced: 08 Aug 2025

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/jonatasperaza/mytsc

A Simple Ts Tutorial

js node nodejs nodets ts tsc tutorial

Last synced: 13 Apr 2026

https://github.com/arkiant/nextjs-blog

Next.js tutorial

nextjs tutorial typescript

Last synced: 26 Apr 2026

https://github.com/jrob774/tein-manual

An unofficial manual for modding the game The End is Nigh.

game manual mdbook modding modding-manual mods tein tein-manual thendisnigh tutorial website

Last synced: 23 Jan 2026

https://github.com/arm-education/executorch_on_arm_labs

🚀Explore how PyTorch models can be exported and lowered to the ExecuTorch Runtime for more effective, lightweight, minimalist inference at the Edge. Covers deploying to CPUs, particularly via the XNNPACK backend, for transformer-based and CNN models, before covering deployment to the Ethos-U backend, the TOSA IR, FVPs, and Google Model Explorer.🚀

arm edge-ai ethos-u executorch fvp inference jupyter-notebook kleidiai labs pytorch tosa tutorial xnnpack

Last synced: 30 May 2026

https://github.com/cnily03/learn

A self-study manual for learning knowledge. It is a collection and compilation of notes, code, and other materials.

book documentation tutorial vitepress

Last synced: 20 Mar 2026

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/sandeepsoni/comparing-word2vec-models

Code, data, and notes for tutorial on using word embeddings to find variation and change

tutorial

Last synced: 19 Mar 2026

https://github.com/twitu/monad-challenges

Solving the monad challenges

challenge haskell monads tutorial

Last synced: 24 May 2026

https://github.com/nexmo/ruby-mobile-app-invites

Mobile App Promotion via SMS in Ruby

tutorial

Last synced: 23 Mar 2025