Skip to content
View konradcinkusz's full-sized avatar

Block or report konradcinkusz

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

Hi 👋, I'm Konrad

Backend engineer building .NET systems, AI tools, and developer infrastructure


▶️ Dev Insight    ·    🐦 @dev_insight


I'm a software engineer with 10 years of commercial experience across e-commerce, energy, and enterprise domains. My core stack is .NET, C#, Azure, and microservices - building distributed systems that handle real load on real infrastructure.

When I build something useful and repeatable, I open-source it. Right now that means AI observability platforms, multi-agent developer tooling, and educational .NET content.

I also run Dev Insight — a channel covering C#, .NET, and system design through deep dives, flashcards, and live coding.

🛠️ Open source projects

Below are the open source projects I actively maintain, focused on AI tooling, developer experience, and educational .NET content.

Project Description
CopilotScope AI coding-session observability - OpenTelemetry collector, Postgres store, and Blazor Server dashboard with real-time quality scoring on .NET Aspire
AgentHelm Web cockpit for AI coding agents - drive GitHub Copilot CLI, Claude Code, and Gemini via the Agent Client Protocol with permission policies, audit trail, and git diff review
MAF for .NET Engineers Practitioner's guide to Microsoft Agent Framework 1.0 for .NET - agents, tools, MCP, graph-based workflows, multi-agent orchestration, middleware, and hosting, with samples that run against a local model
llm-multi-agent-chess Two LLM-powered chess agents battle through a Streamlit interface with configurable personalities and real-time board visualisation
TinyTransformer Minimal educational C# implementation of the Transformer architecture - encoder-decoder, multi-head attention, feed-forward layers, and positional encodings
agents-and-llms Searchable knowledge base for the Agents & LLMs shorts series - static, search-first page covering basics, foundations, model internals, and agent tooling, with content driven entirely from JSON
csharp-flashcards Beamer Q&A flashcard deck covering C# from fundamentals through cloud and leadership topics - built for interview prep, classes, and self-study
C# Dictionaries - Deep Dive Deep dive into Dictionary internals - hashing, buckets, collisions, resizing, complexity analysis, and benchmarks
IberiaFamilyCalculator Interactive Spanish IRPF, autónomos, and payroll calculator - drag sliders, add entities, share the full setup via a single URL

💻 Tech Stack

C# .Net ASP.NET Core Blazor .NET Aspire EF Core Azure Docker Kubernetes MicrosoftSQLServer Postgres OpenTelemetry GitHub Actions Azure DevOps SignalR

📊 GitHub Activity

Mostly AI tooling, educational .NET content, and long-lived open source platforms rather than throwaway demos.

Popular repositories Loading

  1. csharp-flashcards csharp-flashcards Public

    C# Flashcards: a Q&A deck covering C# fundamentals through advanced topics (LINQ, async/await, EF, design patterns, cloud, leadership). Great for self-study, interview prep, or teaching. Auto-built…

    TeX 4 1

  2. llm-multi-agent-chess llm-multi-agent-chess Public

    Chess Agent System with LLM lets two configurable LLM-powered chess agents battle through a Streamlit interface that visualizes the board and tracks moves in real time. Configurable personalities, …

    C# 4 1

  3. TinyTransformer TinyTransformer Public

    A minimal, educational C# implementation of the Transformer architecture (encoder–decoder, multi-head self-attention, feed-forward layers, and positional encodings). Perfect for learning how Transf…

    C# 4 1

  4. DeepDiveInto_CSharp_Dictionaries_presentation DeepDiveInto_CSharp_Dictionaries_presentation Public

    Deep dive into C# Dictionary<TKey,TValue> — a presentation exploring its evolution, internal structure (hashing, buckets, collisions, resizing), complexity, benchmarking, and best practices for cho…

    TeX 3 1

  5. AgentHelm AgentHelm Public

    Web cockpit for AI coding agents; drive GitHub Copilot CLI, Claude Code, and Gemini via the Agent Client Protocol with permission policies, audit trail, and git diff review.

    C# 2

  6. LearningAssistantAPI LearningAssistantAPI Public

    LearningAssistantAPI is a lightweight Python framework for creating AI-powered learning assistants using OpenAI’s API. It helps you build custom tutoring apps with modular services, environment-bas…

    Python 1