Skip to content
View udiedrichsen's full-sized avatar
🏠
Working from home
🏠
Working from home

Organizations

@moinsen-dev

Block or report udiedrichsen

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

Hi there, I'm Ulrich Diedrichsen 👋

Typing SVG
Moinsen Dev Organization LinkedIn XING Email Website

🚀 About Me

Software architecture is more than writing code – it's the art of translating complex business problems into elegant technical solutions.

With 40 years in software development – including global large-scale projects at PwC and IBM – I've learned that the best solutions don't start with technology, but with a deep understanding of the domain.

Today, I run Moinsen Dev, my one-man software consultancy where I deliver cutting-edge solutions that combine decades of experience with the latest in AI technology.

class UlrichDiedrichsen extends Developer {
  final experience = "40 years crafting software solutions";
  final company = "Moinsen Dev - One-man Software Consultancy";
  final location = "Hamburg, Germany";
  
  String get workLocation => 
    "Most of my professional work is done through @moinsen-dev organization";
  
  String get philosophy => 
    "I think backwards from the end result. Where others start with " +
    "frameworks, I begin with your business logic. The result? " +
    "Software that doesn't just work – it drives your business forward.";
  
  List<String> get expertise => [
    "🚀 Expert-level Flutter development",
    "🤖 AI & Agentic Systems with LLMs, RAG",
    "🏗️ Domain-Driven Architecture",
    "⚡ Vibe Coding practitioner",
    "🔍 Finding solutions others overlook"
  ];
}

💡 What Distinguishes Me

I don't just develop with AI – I create intelligent systems. From Agentic Solutions that solve problems independently, to AI-powered applications that revolutionize your processes. I practice "Vibe Coding" and use AI as a force multiplier – my 40 years of experience paired with cutting-edge AI technology create an unbeatable combination.

💻 Technology Stack

AI & Intelligent Systems

LangChain OpenAI Claude Pinecone

Expert-Level Skills

Flutter Dart Python TypeScript

Backend & Architecture

FastAPI Django Node.js Elixir

Architecture Patterns

  • Domain-Driven Design - My core approach to understanding business problems
  • Event Sourcing - For complex state management
  • Microservices - When scale and separation matter
  • Multi-Agent Systems - Autonomous problem-solving architectures
  • RAG Systems - Custom knowledge management implementations

🏢 Moinsen Dev - My Professional Home

I operate through Moinsen Dev, my one-man software consultancy based in Hamburg. Most of my professional and client work is developed within this organization, where I focus on:

  • 🤖 Building production-ready AI & Agentic Systems
  • 📱 Developing enterprise Flutter applications
  • 🏗️ Architecting scalable solutions for clients
  • 💡 Implementing cutting-edge AI integrations

💼 Note: The GitHub statistics below reflect only my personal repositories. My main body of professional work resides in the @moinsen-dev organization.

🎯 Current Focus & Projects

  • 🤖 Agentic AI Solutions – Systems that think and act independently
  • 📱 AI-Enhanced Flutter Apps – Mobile applications with embedded intelligence
  • 💡 Vibe Coding Workshops – Enabling teams to program with AI
  • 🧠 RAG Systems & Knowledge Management – Building intelligent information systems
  • 🏗️ AI-First Architecture Consulting – Helping companies integrate AI thoughtfully

🛠️ Services Offered Through Moinsen Dev

  • 🔧 AI integration into existing systems
  • 🤖 Development of Agentic Solutions
  • 📱 Flutter development with AI features
  • 🏛️ Architecture consulting for AI-First applications
  • 💼 Technical sparring for CTOs/founders in AI transformation

📊 GitHub Analytics

📌 These statistics reflect my personal account only. My primary professional work is in @moinsen-dev organization.

🌟 My Approach

"I listen, question critically, and deliver solutions that are technically excellent and business-wise sensible. I find solution approaches that others overlook by starting with your business logic, not the latest framework."

Working Method

  1. Deep Understanding - I dive into your domain before touching code
  2. Critical Analysis - I question assumptions and find hidden opportunities
  3. Backwards Design - I work from the desired outcome to the implementation
  4. AI Enhancement - I leverage AI to amplify solutions, not replace thinking
  5. Pragmatic Delivery - I build what drives your business forward

🌍 Languages

  • 🇩🇪 German (Native)
  • 🇬🇧 English (Fluent)

Feel free to reach out in either language!

🏍️ Beyond Code

When I'm not pushing the boundaries of what's possible with AI and Flutter, you'll find me:

  • 🏍️ Exploring the world on my motorbike
  • 👨‍🍳 Experimenting in the kitchen (ask me for recipes!)
  • 🏗️ Still getting excited about every new project after 40 years

📬 Let's Connect!

Let's talk about your next intelligent system – especially when it comes to pushing the boundaries of what's possible!

Whether you need expert Flutter development, AI integration, or architecture consulting, I'm available through Moinsen Dev.


Profile views
⚡ "After 40 years in tech, I've learned that the best code is the one that solves real business problems elegantly."
🏢 Check out @moinsen-dev for my professional work

Pinned Loading

  1. moinsen-dev/chrome-extension-hardcode-blackout moinsen-dev/chrome-extension-hardcode-blackout Public

    Hardcore Blackout is a Chrome extension designed to filter unwanted social media content based on user-defined keywords, AI-powered content analysis, and browsing history management.

    TypeScript

  2. moinsen-dev/moinsen_physics moinsen-dev/moinsen_physics Public

    Just a simple flutter physics game.

    Dart 4

  3. moinsen-dev/dart_ment moinsen-dev/dart_ment Public

    AI-powered automated code repair and refactoring tool for Dart.

    Dart

  4. moinsen-dev/codexfix moinsen-dev/codexfix Public

    Autofix code issues using Codex for dart, python, and typescript

    Python