Skip to content
View wilsonnnnnd's full-sized avatar

Block or report wilsonnnnnd

Report abuse

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

Report abuse
wilsonnnnnd/README.md

👋 Weimeng Ding (Wilson) 🐼

💻 Full-Stack Developer
⚡ TypeScript | React | React Native (Expo) | Node.js | .NET | Python
☁️ AWS | Firebase | GraphQL | REST APIs | Docker

Coding Gif

import React from 'react';

const Wilson = () => {
  const developer = {
    name: 'Weimeng Ding',
    role: 'Full-Stack Developer',
    stack: [
      'TypeScript',
      'React',
      'React Native (Expo)',
      'Node.js',
      '.NET',
      'Python',
      'AWS',
      'Firebase',
      'GraphQL',
      'REST APIs',
      'Docker'
    ],
    location: 'Melbourne, AU',
    email: 'wilson.ding.wm@gmail.com',
    website: 'https://weimengding.online/'
  };

  return (
    <div>
      <h1>{developer.name}</h1>
      <p>{developer.role}</p>
    </div>
  );
};

export default Wilson;

Pinned Loading

  1. xiaoxingAI xiaoxingAI Public

    A modular AI orchestration system supporting local LLM (llama.cpp) and API models, featuring dynamic routing, multi-stage processing pipelines, and persistent conversational memory.

    TypeScript 57 9

  2. repo-context-kit repo-context-kit Public

    A project-aware AI development workflow that scans your repository, builds structured context, and enforces consistent AI behavior across tasks.

    JavaScript 1