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/semazurek/howtocube

An application showing step by step how to solve a 3x3 Rubik's cube.

csharp cube rubick rubicks-cube tutorial

Last synced: 09 Jun 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/withaarzoo/cafe-website-desibrew

Welcome to our cozy café website, crafted with HTML, CSS, and JavaScript. Enjoy a clean and modern design, enhanced with smooth scroll reveal effects, as you explore our delightful menu and inviting ambiance.

codewithaarzoo css html javascript js tutorial

Last synced: 06 May 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/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/parzibyte/angular-php-http-client-cors

Conexión PHP y Angular usando HttpClient y CORS

angular cors example http php tutorial

Last synced: 06 May 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/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/baeldung/linux-tutorials

Supporting code for the tutorials on https://www.baeldung.com/linux

bash linux tutorial

Last synced: 08 May 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/pedrochamberlain/proffy

A single page application for Rocketseat's Next Level Week #2

react react-native spa tutorial typescript

Last synced: 08 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/jklemon17/react-redux-todo

React-redux tutorial todo list

react redux todo tutorial

Last synced: 06 May 2026

https://github.com/devlights/python-links

Python関連記事のリンク集(自分の備忘録用)

anaconda conda links python python2 python3 tutorial

Last synced: 06 Apr 2025

https://github.com/tengge1/j2me-tutorial

tengge j2me教程。

j2me javame phone tutorial

Last synced: 10 May 2026

https://github.com/sunaoka/develop-laravel-application-using-bref-v2-on-macos-with-apple-silicon-and-deploy-to-lambda-arm64

Develop Laravel application (using bref v2) on macOS with Apple silicon and deploy to Lambda (arm64).

arm64 bref lambda laravel php tutorial

Last synced: 11 May 2026

https://github.com/truemedia/wordpress-plugin-from-scratch

Git repo of code from tutorials on how to create WordPress plugin from scratch (all WP versions)

create from php plugin programming scratch series tutorial wordpress

Last synced: 13 May 2026

https://github.com/huaying/react-games

Small games written in React.js

game react react-game react-tutorial tutorial

Last synced: 13 May 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/andrewrporter/f-string-tutorial

Basic introduction to python 3.6 f-strings

fstrings python tutorial

Last synced: 13 May 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/bfmhno3/git_guide

本教程的主要目的系让大家快速入门 Git,掌握其基本使用方法和常规操作,而非深入讨论 Git 的内部实现细节。通过本教程,您将能够轻松应用 Git 进行版本控制,提高团队协作效率。

git tutorial

Last synced: 17 Jun 2026

https://github.com/dgautsch/ts-demo

A TypeScript Tutorial Sandbox

tutorial typescript

Last synced: 17 Jun 2026

https://github.com/uscbiostats/aws-notes

Random notes on how to use AWS for our research

aws cloud-computing notes rstats tutorial

Last synced: 18 Jun 2026

https://github.com/magnetic-fox/c64-tutorial-like

Some easy projects for cc65 compiler suite. Mostly C-written.

assembler assembler-6502 c c64 examples experiments retroprogramming simple tutorial

Last synced: 19 Jun 2026

https://github.com/macagua/example-vuejs2-spa

A Simple Single Page Application Demo Using Vue.js 2 following the "How To Build A Simple Single Page Application Using Vue 2 (Part 1)" tutorial.

tutorial vue-components vue2 vue2-demo vuejs vuejs2

Last synced: 19 Jun 2026

https://github.com/wikimedia/tool-my-first-flask-oauth-tool

Mirror of https://phabricator.wikimedia.org/source/tool-my-first-flask-oauth-tool/

flask oauth python3 tool-labs tutorial

Last synced: 26 Jun 2026

https://github.com/mpluxery/basic-cpp-age-checker

Simple C++ console application that prompts the user to enter their age, validates that the input is a number between 1 and 99; otherwise, it displays an error message and re-prompts until a valid age is entered.

beginner-code beginner-friendly c-plus-plus cpp else-if input-validation tutorial

Last synced: 29 Jun 2026

https://github.com/agn-7/machine_learning_projects

Simple Machine Learning and Data Science projects as tutorials.

data-science knn lda logistic-regression machine-learning naive-bayes-classifier nbc pca python qda tutorial

Last synced: 27 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/controversial-fact877/frontend-master-prep-series

📚 Prepare for frontend interviews with structured Q&A, coding problems, and interactive flashcards tailored for mid to senior-level developers.

accessibility css frontend html javascript npm performance-optimization react responsive-design state-management testing tutorial user-experience web-development webpack

Last synced: 27 Apr 2026

https://github.com/mpc-bioinformatics/pia-tutorial

Tutorial for PIA - Protein Inference Algorithms

proteomics tutorial

Last synced: 15 Mar 2026

https://github.com/caicloud/crd-sample

kubernetes CRD pattern tutorial and sample

api-aggregation controller cr crd kubernetes sample tutorial

Last synced: 30 May 2026

https://github.com/erismardev/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: 15 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/ethand91/object-detect

Simple object detection example using python, opencv and YOLO

computer-vision example opencv python3 tutorial

Last synced: 28 Jun 2026

https://github.com/mosespace/blog-development

In this tutorial, i will be building a personal blog using react and html later on php2. You can preview the deployment here:

beginner blog css html mosespace php tutorial

Last synced: 11 Mar 2025

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

In this tutorial, you build your own Angular application from the start.

angular tour-of-heroes tutorial

Last synced: 08 Oct 2025

https://github.com/partyschaum/bugtracker

The Bugtracker from the Doctrine Tutorial

doctrine doctrine-orm php tutorial

Last synced: 01 Apr 2025

https://github.com/clarketm/gloo-tutorial

Gloo Tutorial

gloo kubernetes tutorial

Last synced: 29 Apr 2026

https://github.com/thatguysam/infinite-nfts-on-vercel-with-react

Fetches Album Art as NFTs from infinite possible universes

deterministic hardhat metamask nft nfts opensea react serverless tutorial vercel vite

Last synced: 12 Apr 2026

https://github.com/sylhare/ruby

:gem: Ruby tests and exploration

rails ruby ruby-website tutorial

Last synced: 29 Apr 2026

https://github.com/nixern/wireguard-mullvadvpn

Container with WireGuard and Mullvad VPN Config using SOCKS5, with tutorial

container docker mullvad socks5-proxy-server tutorial vpn wireguard

Last synced: 29 Apr 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: 29 Jun 2026

https://github.com/javieraviles/trunk-based-development

Example exercise of how to apply trunk based development methodology

example how-to trunk-based-development tutorial

Last synced: 19 Mar 2026

https://github.com/kevinkit/tensortut

This tutorial is for people with little programming, python and machine learning knowledge to get started with Tensorflow

machine-learning python tensorboard tensorflow tutorial

Last synced: 20 May 2026

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/adamisntdead/hackr-news

📰 A Hacker News Front Page clone in React

hacker-news react react-hn sample tutorial

Last synced: 30 Apr 2026

https://github.com/adrien-ben/vulkan-tutorial-odin

Vulkan tutorial written in Odin

odin-lang tutorial vulkan

Last synced: 06 Jan 2026

https://github.com/chinmayvivek/my-learning

My Learning is PHP based Project where Admin Will upload a tutorial which can be a code, any file or video and visitor will register him self/ her self to add these stuffs to website web site will be controlled by admin

blog php php7 project register tutorial video visitor

Last synced: 30 Apr 2026

https://github.com/allaman/kustomize-demo

Demonstrating Kubernetes manifest generation with Kustomize.

demo deployment hands-on kubernetes kustomize tutorial

Last synced: 30 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/steve-mt/golang-api-cassandra

An REST api powered by go and cassandra following https://getstream.io/blog/building-a-performant-api-using-go-and-cassandra/ as a tutorial

cassandra golang rest-api tutorial

Last synced: 30 Apr 2026

https://github.com/comunica/tutorial-solid-graphql-ld-profile-viewer

🏫 Tutorial on GraphQL-LD for Solid in React

tutorial

Last synced: 19 Mar 2026

https://github.com/dandonahoe/crude-cards

❐ ❐ ❐ Crude Cards - A shameless "parody" of Cards Against Humanity for those of you who love laughing at the worst things imaginable — because clearly, your sense of humor is broken.

cypress docker game jest kubernetes nestjs nextjs react storybook tutorial typescript websockets

Last synced: 15 Feb 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/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/gnebbia/statistics_notes

Some notes about statistics concepts any computer scientist should absolutely have

guides notes r statistics stats tutorial

Last synced: 02 Mar 2025

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/nickbasile/admin-tutorial

A demo Laravel admin set up

laravel tutorial

Last synced: 02 May 2026

https://github.com/ry-ops/getting-started-docker-containers

Package applications into portable containers with Docker

containerization containers devops docker tutorial

Last synced: 01 Mar 2026

https://github.com/percymamedy/vue-shop

An Ecommerce Demo Web App using VueJS

demo tutorial vue vuejs2

Last synced: 01 Mar 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/thibaudcolas/my-first-blog-wellington2016

Django Girls tutorial blog, Django Girls Wellington 2016

blog djangogirls tutorial

Last synced: 15 Mar 2025

https://github.com/haruyasu/django-ecommerce

:bulb: Ecommerce - Django Startup

djagno ecommerce tutorial

Last synced: 27 Jan 2026

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/praveenscience/harry-potter-pusher

A real time voting application using Harry Potter's house selection for my article for Pusher.

blog expressjs nodejs nodejs-mongodb pusher pusher-api pusherjs real-time realtime realtime-messaging tutorial

Last synced: 14 Apr 2026

https://github.com/cj-mills/fastai-timm-gesture-recognition-tutorial-code

This repository contains the training code for my beginner-friendly tutorial titled "Fine-Tuning Image Classifiers with Fastai and the timm library for Beginners".

fastai image-classification pytorch tutorial

Last synced: 13 May 2026

https://github.com/alexmhack/node_express

working on a simple project built with node and express

api beginner-project express-js javascript nodejs project tutorial

Last synced: 13 Apr 2026

https://github.com/c17an/quiz-app

react & typescript tutorial project

react styled-components tutorial typescript

Last synced: 03 May 2026

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

Learning the basics of Pygame from scratch and building a simple game

beginner-project pygame python3 tutorial tutorial-code

Last synced: 28 May 2026

https://github.com/james-see/go-examples

go get github.com/jamesacampbell/go-examples WIP!

example example-project golang tutorial

Last synced: 02 Sep 2025

https://github.com/javitocor/tic-tac-toe-react

Classic game tic-tac-toe built with React.

javascript reactjs tictactoe-game tutorial

Last synced: 16 Apr 2026

https://github.com/luascfl/tutorial-linkedin

Projeto de capacitação para manter um Linkedin ativo, desde você que não sabe absolutamente NADA até você que deseja otimizar os seus resultados.

linkedin tutorial

Last synced: 03 Mar 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/DaikonNimono/FirstPersonShooter

Реализация проекта "Шутер от первого лица" из курса "Основы UNIGINE - Базовый курс"

course csharp fps tutorial tutorial-code unigine

Last synced: 11 Mar 2025

https://github.com/makstyle119/php

PHP from beginner to advanced

begginer-friendly makstyle119 php tutorial

Last synced: 11 Apr 2026

https://github.com/psmyrdek/gha-demo-app

GitHub Actions - pierwsze kroki

actions cicd przeprogramowani tutorial

Last synced: 11 Apr 2026