Skip to content
View CS-Fasih's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Organizations

@GeoExtract

Block or report CS-Fasih

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. OpSecGuard-API OpSecGuard-API Public

    OpSecGuard is a self-hosted log security microservice that redacts API keys and credentials from production logs in real-time. It processes 30,000+ lines/sec at a 48ms P99 latency, stopping leaks b…

    Python 1

  2. Resource_Monitor Resource_Monitor Public

    A lightweight, text-based System Resource Monitor for Linux built using C and POSIX system calls (fork, pipe, IPC).

    C

  3. Movie-Recommendation-System-using-Knowledge-Graphs Movie-Recommendation-System-using-Knowledge-Graphs Public

    This is a Smart Movie Recommendation Engine built on a Neo4j Graph Database that demonstrates the superiority of graph-based architectures over traditional relational databases for handling interco…

    Python

  4. TicTacToe-ClientServer-Net8 TicTacToe-ClientServer-Net8 Public

    Implemented a fully functional multiplayer Tic-Tac-Toe game using .NET 8. Key features include raw TCP socket networking, a multi-threaded server architecture, SQLite integration for user auth & pe…

    C# 1

  5. portfolio portfolio Public

    Production-grade MERN portfolio with AI chatbot (Llama 3.1), live GitHub repo sync via Octokit, SSE streaming, and a dark editorial design system. Built with React 18 + Vite, Express, MongoDB Atlas…

    JavaScript

  6. alpha-beta-pruning-analysis alpha-beta-pruning-analysis Public

    An unbeatable Tic-Tac-Toe AI powered by Minimax and Alpha-Beta pruning. Optimized to be 96% faster than standard algorithms. It literally never loses—best you can do is a draw.

    Python