An open API service indexing awesome lists of open source software.

https://github.com/altugbakan/tutorials

Various tutorial projects for languages, frameworks, and systems that I have been working on
https://github.com/altugbakan/tutorials

tutorial

Last synced: 8 days ago
JSON representation

Various tutorial projects for languages, frameworks, and systems that I have been working on

Awesome Lists containing this project

README

          

# Tutorials

Various tutorial projects for languages, frameworks, and systems that I have been working on.

## Contents

### [Rust](https://www.rust-lang.org/):

- [minigrep](./rust/minigrep/): A miniature version of the `grep` command.
- [http-server](./rust/http-server/): A multi-threaded HTTP server with ThreadPool implementation.

#### [Tokio](https://tokio.rs/):

- [my-redis](./rust/tokio/my-redis/): A [Redis](https://redis.io/) client and server implementation.
- [mini-tokio](./rust/tokio/mini-tokio/): A simple implementation of the Tokio runtime.

### [JavaScript](https://www.ecma-international.org/publications-and-standards/standards/ecma-262/):

- [astro-blog](./javascript/astro-blog/): A blog website built with [Astro](https://astro.build/).

#### [Chrome Extensions](https://developer.chrome.com/docs/extensions/):

- [reading-time](./javascript/chrome-extension/reading-time/): An extension for inserting estimated reading time to Google documentation websites.
- [focus-mode](./javascript/chrome-extension/focus-mode/): An extension for removing unneeded clutter on the Google documentation websites.

### [TypeScript](https://www.typescriptlang.org/):

#### [Angular](https://angular.io/):

- [fairhouse](./typescript/angular/fairhouse/): An housing app that features the ability to view home listings based on user search.

- [tic-tac-toe](./typescript/angular/tic-tac-toe/): A tic-tac-toe game built with [Angular Material](https://material.angular.io/).

### [C#](https://learn.microsoft.com/en-us/dotnet/csharp/)

- [contoso-pizza](./csharp/contonso-pizza/): Backend for a Pizza Shop that uses [Entity Framework Core](https://learn.microsoft.com/en-us/ef/core/).

### [Python](https://www.python.org/):

- [polls-app](./python/polls-app/): A simple poll website built with [Django](https://www.djangoproject.com/).

### [Full Stack](https://www.coursera.org/articles/full-stack-developer):

- [super-hero](./full-stack/super-hero/): An app that lists Super-Hero data.

- [ASP.NET](https://dotnet.microsoft.com/en-us/apps/aspnet) + [Angular](https://angular.io/) + [SQL Server](https://www.microsoft.com/en-us/sql-server/)

- [angular-firestarter](./full-stack/angular-firestarter/): An app with a Kanban Board and User Authentication.

- [Angular](https://angular.io/) + [Firebase](https://firebase.google.com/)