Skip to content
View MFYDev's full-sized avatar

Highlights

  • Pro

Block or report MFYDev

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

Hi, I am Fanyang! ๐Ÿ‘‹

#!/usr/bin/python
# -*- coding: utf-8 -*-


class SoftwareEngineer:

    def __init__(self):
        self.name = "Fanyang Meng"
        self.role = "Software Engineer"
        self.language_spoken = ["zh_CN", "en_US"]

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")


me = SoftwareEngineer()
me.say_hi()

๐Ÿ“ Latest Blog Posts

๐Ÿ”ง Technologies & Tools

Cloud Services:

AWS Bedrock SageMaker API Gateway DynamoDB Lambda ECS Fargate SQS SNS S3 IAM VPC CloudWatch X-Ray

Programming Languages:

Python JavaScript NodeJS Go

Tools and Services:

Kubernetes Docker

Pinned Loading

  1. ghost-mcp ghost-mcp Public

    A Model Context Protocol (MCP) server for interacting with Ghost CMS through LLM interfaces like Claude. Allow you to control your Ghost blog by simply asking Claude etc.

    TypeScript 167 42

  2. odoo-expert odoo-expert Public

    RAG-powered documentation assistant that converts, processes, and provides semantic search capabilities for Odoo's technical documentation. Supports multiple Odoo versions with an interactive chat โ€ฆ

    Python 93 28

  3. ghost-meilisearch ghost-meilisearch Public

    Add powerful, lightning-fast search to your Ghost blog with Meilisearch. This integration provides everything you need to create a seamless search experience for your readers.

    TypeScript 22 6

  4. ghost-bunnycdn-cache-purging-middleware ghost-bunnycdn-cache-purging-middleware Public

    A simple BunnyCDN Edge Script (Middleware) to automatically purge the BunnyCDN cache for your Ghost blog based on Ghost's native X-Cache-Invalidate header.

    JavaScript