#!/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()
- 104. Maximum Depth of Binary Tree
- Introducing AI-Powered Semantic Search with Meilisearch for Ghost CMS
- Elevating Ghost CMS Search: New Features in Ghost-Meilisearch 0.5.0
- New in ghost-meilisearch: Deploy Your Webhook with Cloudflare Workers
- AI's Accelerating Evolution: Reflections on Progress, Power, and Responsibility
Cloud Services:
Programming Languages:
Tools and Services: