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

Block or report Yusufihsangorgel

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
Yusufihsangorgel/README.md

Software engineer working across Flutter, Dart, and Go, where client apps, native code, and infrastructure have to stay correct under load.

Upstream

Reworking package:dart_mcp's transport for the 2026 MCP specification: the lifecycle split, request-scoped dispatch, and decoded-message channels are merged. A change landed in the Dart SDK: the analyzer now rejects Struct-constrained mixin applications. Also merged fixes into shelf, Drift, FlutterFire, Retrofit, and Bun; more across dart-lang, flutter, and grpc-go on my profile.

Packages

20+ on pub.dev. Several bind native C and C++ libraries through Dart's build hooks, so there is nothing to install:

  • re2: linear-time regex, immune to catastrophic backtracking
  • simdjson_dart: SIMD JSON parsing over simdjson
  • blake3_ffi: BLAKE3 hashing at native throughput

Others are pure Dart:

  • resilience: retries, circuit breaker, rate limiter, bulkhead
  • redis_task_queue: a server-side queue with retries and dead letters
  • mcp_probe: a conformance harness for MCP servers

The full list is on pub.dev.

Writing

Debugging a 45-second deadlock in MCP's Streamable HTTP.

Portfolio · Writing · dev.to · Medium · LinkedIn

Pinned Loading

  1. dart-lang/ai dart-lang/ai Public

    A general repository for AI / GenAI packages and explorations.

    Dart 271 70

  2. mcp_probe mcp_probe Public

    Test harness and conformance checks for MCP servers, built on the official dart_mcp client.

    Dart

  3. go-multitenant-gateway go-multitenant-gateway Public

    A small single-binary multi-tenant API gateway in Go — tenant resolution, per-tenant rate limiting, JWT auth, and a module-per-product pattern

    Go

  4. rag_kit rag_kit Public

    Retrieval-augmented generation for Dart: chunking, embeddings, vector search, context building. Bring your own embedder.

    Dart

  5. Flutter-Web-Portfolio Flutter-Web-Portfolio Public template

    Reusable editorial Flutter Web portfolio template with JSON content, Dart Wasm/SkWasm, seven languages, and verified multi-provider deployment.

    Dart 4 2

  6. vector_kit vector_kit Public

    SIMD-accelerated vector math for embeddings: dot product, cosine similarity, normalization, and top-k search over packed matrices.

    Dart