Skip to content
View AYGA2K's full-sized avatar

Organizations

@FSTT-Disaster-Aid-App

Block or report AYGA2K

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
AYGA2K/README.md

👋 Hello World! I'm Ayoub Garouat

Software Developer | Problem Solver | Tech Explorer

Pinned Loading

  1. tcp-to-http tcp-to-http Public

    A lightweight HTTP server built from scratch in Go using the net package. It handles basic routing, dynamic paths, query parameters, and concurrent requests using goroutines.

    Go 19

  2. wise wise Public

    a Git-like version control system in TypeScript, featuring repository initialization (init), file staging (add), committing changes (commit), status tracking (status), and configuration management …

    TypeScript 2

  3. dictago dictago Public

    Dictago is a Redis-like server implementation written in Go. It aims to provide a subset of Redis's functionality, focusing on core commands, data structures, and replication.

    Go

  4. dns-server dns-server Public

    A DNS server implemented in TypeScript. It's designed to be a learning tool for understanding the DNS protocol.

    TypeScript

  5. minigrep minigrep Public

    minigrep is a lightweight implementation of a grep-like pattern matching tool written in C++.

    C++

  6. godb godb Public

    A lightweight SQL-like database engine built from scratch in Go. Supports query parsing, CRUD operations, table joins, and data persistence using Gob serialization.

    Go