Skip to content
View edsion1107's full-sized avatar

Block or report edsion1107

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
edsion1107/README.md

Hi there 👋

GitHub Stats-Dark GitHub Stats-Light

GitHub langs-Dark GitHub langs-Light

本人是一名测试开发工程师,拥有15年丰富的从业经验(自2010年7月起)。曾先后就职于腾讯和OPPO,专注于Android、iOS、微信小程序以及后台接口的测试开发工作,并熟练使用Python和Kotlin等编程语言。目前处于暂时休整状态,正在规划下一步的职业发展。工作之余,爱好公路车骑行和旅行。

I’ve been a test development engineer since July 2010, so by 2025 I have 15 years of experience (and I’m proud to say that’s experience, not age!). I’ve honed my skills at big names like Tencent and OPPO, turning Android, iOS, WeChat mini-programs, and all kinds of backend interfaces into my playground; Python and Kotlin have also become my trusty sidekicks. Right now I’m “temporarily graduated” (think of it as a brief breakup with the company, while I stay home and flirt with my keyboard). Outside of work, I love road biking and traveling. I often joke that I’m just a “weak-legged rider,” but I’ve still managed to tour almost all the major scenic spots in Western Sichuan, proving my legs can carry me pretty far.

Pinned Loading

  1. blog.i1hao.com blog.i1hao.com Public

    edsion的个人博客

    Stylus 1

  2. loguru_logger_wraps.py loguru_logger_wraps.py
    1
    import functools
    2
    import inspect
    3
    import time
    4
    from typing import Any, Optional, Tuple, Type
    5