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/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/saeedkohansal/php-mysql-javascript-live-username-checker-from-database-json-api

It's a Live Username Checker From a real MySQL database using PHP and JavaScript, you can check that username is available to submit or exists in your database, I show you how to create a PHP and MySQL JSON API to checking username input field data with the usernames list in your database.

backend corephp database frontend fullstack gilgeekify html javascript livedata mysql object-oriented-programming oop pdo php realtime tutorial vanilla-javascript vanillajs webdevelopment widget

Last synced: 19 Apr 2026

https://github.com/seokminhong/remix-jokes-workers

Remix Jokes Demo App for Cloudflare Workers

cloudflare-workers remix tutorial

Last synced: 19 May 2026

https://github.com/linthithtwe/typescript-react-shopingcard

Typescript and React Project from @WebDevSimplified

tutorial tutorial-exercises typescript

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/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/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/primaryobjects/cardano-tutorial

Easy tutorial for developing with the Cardano blockchain. Create a wallet. Send and receive ADA.

ada blockchain cardano cardano-cli cardano-community cardano-wallet dapp javascript lovelace node-js nodejs tutorial tutorials web3

Last synced: 18 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/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/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/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/ku00/sample_app

Rails Tutorial Chapter3~

syakyo tutorial

Last synced: 13 Apr 2026

https://github.com/abdulmumin1/yt-kivycalculator

Calculator app for youtube tutorial.

kivy kivymd python tutorial

Last synced: 21 May 2026

https://github.com/qvil/react-tutorial

React tutorial for beginner.

react tutorial

Last synced: 13 Apr 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/alexsjones/terraform-aws-bestpractise

An example of bastion ssh and subnetting on aws

aws terraform tutorial

Last synced: 29 Apr 2026

https://github.com/agneym/reactjs-workshop

ReactJS Workshop for Facebook Developers Circle Kochi

reactjs reactjs-workshop tutorial

Last synced: 05 May 2026

https://github.com/aadityachapagain/learning-go-by-examples

Trying to push myself further into the wild

code go golang learning tutorial

Last synced: 09 Jun 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/jonatasperaza/mytsc

A Simple Ts Tutorial

js node nodejs nodets ts tsc tutorial

Last synced: 13 Apr 2026

https://github.com/joshmcguigan/fizzbuzz-rs

Test bed for the blog post 'A FizzBuzzy Tour of Traits in Rust'

documentation reference rust rust-lang tutorial

Last synced: 05 Oct 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/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/bmalbusca/git-getting-started

Tutorial, em português, para quem pretende usar git pela primeira vez ou, ter uma cheatsheet com os comandos mais usados.

cheatsheet git tutorial

Last synced: 09 Oct 2025

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

:bulb: Ecommerce - Django Startup

djagno ecommerce tutorial

Last synced: 27 Jan 2026

https://github.com/justcodeit7/streamlit_101

Code for youtube videos on streamlit

python streamlit tutorial tutorial-code

Last synced: 10 Oct 2025

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

Python from beginner to advanced

begginer-friendly makstyle119 python tutorial

Last synced: 11 Oct 2025

https://github.com/srinidhibhat45/djangoblogapp

A Django Blog app based on a tutorial by Corey Schafer on YouTube

beginner beginner-friendly blog coreymschafer django hacktoberfest open-source python python3 tutorial webapp youtube

Last synced: 14 Apr 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/loitd/rubycourse

Repository for the Youtube playlist: "Học lập trình Ruby căn bản" at https://www.youtube.com/channel/UCb8t2YTgLsAbTcdafpZzFuw

basic devise excercises learning programming-language ruby ruby-on-rails tutorial tutorial-code tutorials youtube-playlist

Last synced: 21 Jan 2026

https://github.com/stevepolitodesign/auto-unsubscribe-from-email-in-rails

Learn how to add a link to any Rails Mailer that will allow a user to automatically unsubscribe from that email. As an added bonus, we'll build a page allowing a user to update their email preferences across all mailers.

rails tutorial

Last synced: 13 Oct 2025

https://github.com/nicholasjhenry/brandizzle

My repo for working through the BBDCasts series for Brandizzle using Rails 3

professional-development tutorial

Last synced: 13 Mar 2026

https://github.com/denis-yuen/icy-blackberry

Example command line tool for the HCA Hackathon

docker hackathon tutorial

Last synced: 18 Apr 2026

https://github.com/ryanwalder/how-to-git

Git repo to show how to use fetch/rebase/review PRs like a boss

git howto tutorial

Last synced: 17 Oct 2025

https://github.com/colinwilliams91/exh-cli-cmd-md

Catalogue of every single keyboard shortcut I have ever used as a software developer

how-to shortcuts speed system tutorial

Last synced: 24 Feb 2026

https://github.com/kprince28/django-sample-app

🐍🐳 Learn Docker & Kubernetes with Django! Educational containerized Django app with PostgreSQL support, environment variables, and production-ready patterns. Perfect for DevOps beginners.

beginners ci-cd containerization devops django docker docker-compose education k8s kubernetes learning microservices postgresql python tutorial

Last synced: 15 Apr 2026

https://github.com/aweleczka/swiftspotlighttutorial

A Spotlight Tutorial built in Swift

cocoapods ios spotlight swift swift-3 swift3 tutorial xcode

Last synced: 31 Jan 2026

https://github.com/marcinwitnik/simple_linear

Prosty model regresji liniowej zbudowany w TensorFlow/Keras. Uczy się zależności y = 2x - 1 i przewiduje nowe wartości na podstawie danych wejściowych.

ai beginner-friendly keras linear-regression machine-learning ml model pycharm python regression tensorflow training tutorial

Last synced: 15 Apr 2026

https://github.com/ctih1/frii.site-guides

The guide section of the website for frii.site

docs frii-site guides tutorial vitepress

Last synced: 31 Jan 2026

https://github.com/leomaurodesenv/smm-data-mining

Tools and results ~ Knowledge Discovery on the Super Mario Maker

data-mining research-project toolkit tutorial

Last synced: 31 Jan 2026

https://github.com/feelpp/feelpp-tutorial-dev

Feel++ development tutorial

cpp17 development feelpp tutorial

Last synced: 31 Jan 2026

https://github.com/saeedkohansal/vanilla-javascript-infinite-scroll-html-css-js

Web-Based Infinite Scroll Feature using Vanilla JavaScript. With the Infinite Scrolling feature, you can improve the user experience for your website. Infinite Scrolling or Continuous Scrolling or also known as Endless Scrolling is a web design technique where, as the user scrolls down a page, more content automatically and continuously loads...

animatecss animation css gilgeekify html infinite-scroll infinite-scrolling infinitescroll infinitescrolling javascript plugin tutorial tutorials vanilla-javascript vanillajavascript vanillajs web-design web-development webdesign webdevelopment

Last synced: 07 Feb 2026

https://github.com/schlosslab/just-enough-python

Just enough Python for R users to write advanced Snakemake workflows

code-club python quarto rstats snakemake tutorial

Last synced: 16 Apr 2026

https://github.com/andry81-devops/github-action-extensions

Tutorial to setup GitHub action extensions. • :page_with_curl: https://github.com/andry81-stats/github-action-extensions--gh-stats :page_with_curl:

action-extension actions extensions github github-action tutorial workflow

Last synced: 11 Feb 2026

https://github.com/gvwilson/closure

A workshop on handing projects over (or winding them down)

codebender open-science succession-planning tutorial

Last synced: 15 Feb 2026

https://github.com/utkarsh5026/dsdb

Implementation of data structures used in Databases as Jupiter notebooks

database dsa jupyter-notebooks notebooks python tutorial

Last synced: 16 Apr 2026

https://github.com/demerino/braintree-sticker-store-ios

Sample store app using Braintree's iOS SDKs

braintree ios payments paypal sample-app store swift tutorial

Last synced: 16 Apr 2026

https://github.com/ry-ops/monitoring-infrastructure-prometheus-grafana

Monitor infrastructure with Prometheus metrics and Grafana dashboards

grafana monitoring observability prometheus 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/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/gynter/rsyslog-podman-compose-example

Example Docker Compose for running RSyslog in Docker.

baseimage docker dockercompose dockerimage example howto rsyslog rsyslogd tutorial

Last synced: 03 Mar 2026

https://github.com/vsvito420/html-tutorial

HTML + CSS Tutorial

css html js tutorial

Last synced: 16 Apr 2026

https://github.com/psycore8/nosoc-shellcode

Sources for the shellcode tutorials @ www.nosociety.de

guide obfuscation pentesting shellcode-injection tutorial

Last synced: 16 Apr 2026

https://github.com/timonwa/sender-react-integration

Code example for integrating Sender with React to collect and deliver emails for free. Follow this guide for seamless integration with Sender, applicable to various JavaScript frameworks and plain HTML/JavaScript forms.

angular article javascript reactjs sender tutorial tutorial-code vue

Last synced: 17 Apr 2026

https://github.com/nowdoc/2018-01-vuejs-grid

:rocket: VueJS component example

components example grid javascript tutorial vuejs

Last synced: 17 Apr 2026

https://github.com/ullaskunder3/sfml-vscode-soultion

SFML C++ project with Visual Studio Code setup for cross-platform development on Linux and Windows.

cross-platform linux mingw-w64 setup sfml tutorial windows

Last synced: 17 Apr 2026

https://github.com/dschoon/chatgpt-plugin-ts

Tutorial on Creating ChatGPT Plugins with Next.js and TypeScript ⤵️

chatgpt-plugin nextjs swagger tutorial typescript

Last synced: 10 May 2026

https://github.com/cnahmetcn/react_tutorial

React Öğreniyorum (Kodlar - Notlar)

code notes react reactjs tutorial

Last synced: 17 Apr 2026

https://github.com/chingc/tutorial-uv

A quickstart and reference for uv to help you get up and running fast.

documentation python quickstart readme reference tutorial uv

Last synced: 04 Apr 2026

https://github.com/cbillowes/cljs-app-from-scratch

Creating a ClojureScript web app from scratch with Reagent and npm

clojurescript npm tutorial webpack

Last synced: 17 Apr 2026

https://github.com/reneweb/react-native-component-tutorial

This repository contains some examples on how to create react native components

javascript native-components react-native tutorial

Last synced: 04 Apr 2026

https://github.com/wave-av/examples

Working examples for WAVE SDK, ADK, and MCP server

examples streaming tutorial typescript video

Last synced: 18 Apr 2026

https://github.com/alexmhack/expressjs-todo-list

A simple todo list web app in ExpressJS

expressjs getting-started mongodb simple-app todolist tutorial

Last synced: 04 Apr 2026

https://github.com/fraigo/git_tutorial

Git tutorial for beginners

git git-tutorial github tutorial

Last synced: 18 Apr 2026

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/L4zzur/minecraft-on-ursina

Прототип Minecraft на языке Python и движке Ursina

minecraft python tutorial ursina-engine

Last synced: 20 Apr 2026

https://github.com/gnebbia/bash_scripting_tutorial

A personal tutorial for Bash scripting

bash notes scripting tutorial

Last synced: 05 Jun 2026

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

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

git github tutorial

Last synced: 21 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/rodrigokamada/angular-auth0

Application example built with Angular 14 with authentication using the Auth0 service.

angular auth0 authentication beginners dev-community gh-actions gh-pages hacktoberfest login signin signup stackblitz tutorial

Last synced: 21 Apr 2026

https://github.com/sylhare/powershell

Some PowerShell examples

documentation powershell tutorial

Last synced: 05 Jun 2026

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/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/pandevim/learn_sql

This repository will help you to learn SQL!

sql tutorial

Last synced: 24 Apr 2026

https://github.com/zoltan-nz/flask-playground

Python Flask, playground, tutorial, best practices, modern implementation

flask playground python tutorial

Last synced: 24 Apr 2026