#!/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()
- 111. Minimum Depth of Binary Tree
- From Python to TypeScript: Improving Ghost MCP Server
- Ghost-Meilisearch v1.2.2: Major Upgrade for Premium Content Support
- 104. Maximum Depth of Binary Tree
- Introducing AI-Powered Semantic Search with Meilisearch for Ghost CMS
Cloud Services:
Programming Languages:
Tools and Services: