Skip to content
View JIUSAN3's full-sized avatar
🏠
Working from home
🏠
Working from home
  • NO
  • CHINA

Highlights

  • Pro

Block or report JIUSAN3

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

Hello there 👋

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


class SoftwareEngineer:

    def __init__(self):
        self.name = "Ling YuKun"
        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()

📝 Blogs

  • Personal website and blog:

🔧 Technologies & Tools

Cloud Services:

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

Programming Languages:

Python Rust Go Java

Tools and Services:

Kubernetes Docker

🗂️ Highlight Projects

Face_recognition_code HBCS-ordering_system

Pinned Loading

  1. Face_recognition_code Face_recognition_code Public

    以个人图像与LFW数据集进行面部CNN模型训练的系统

    Python 1

  2. HBCS-ordering_system HBCS-ordering_system Public

    为虚拟企业HBCS工作人员和你设计的在线订票系统

    Java