zhenye-na icon indicating copy to clipboard operation
zhenye-na copied to clipboard

🧝‍♂️

Hello there 👋

visitors Open Source Love

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


class SoftwareEngineer:

    def __init__(self):
        self.name = "Zhenye Na"
        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: https://zhenye-na.github.io/
  • Notes of AWS Solution Architecture - Associate: https://zhenye-na.github.io/aws-certs-cheatsheet/
  • [WIP] LeetCode Solutions & Notes: https://zhenye-na.github.io/leetcode/

📔 Latest Blog posts

🔧 Technologies & Tools

Cloud Services:

AWS API Gateway DynamoDB AWS Lambda CloudWatch SQS

Programming Languages:

Java Python Go Rust

Tools and Services:

Kubernetes Docker

🏆 GitHub Trophies

trophy

🗂️ Highlight Projects

DA-RNN crnn-pytorch