Giter VIP home page Giter VIP logo

Head banner

砹小翼

Seeds of stories, brought by the wind and cultivated by time.
Tiny SnakeQuick Reference

About Me

from earth import Company, Person
from world import SeniorDeveloper, Furry

me: Person[Furry] = Person(nickname='砹小翼').graduate(2021)
job: SeniorDeveloper = Company().offer(me)

# Code is life, life is code.
while me.alive:
    work = me.unstash(job) or job.assign(me)
    while not work.done:
        try:
            me.receive(*work.feedbacks)
            me.discuss(*work.features, _with=[work.project.pm])
            me.develop(use=['Python', 'Django', 'DRF'], on=['PyCharm', 'VSCode'])
            me.push(to=[work.project.repo], reviewer=[work.project.pm])
            work.service.restart(prescript=['migrate'])  # Maybe raise ServiceStopped
            work.done = True
        except Company.ServiceStopped as leader:
            me.hotfix(logs=['Grafana', 'ECS.file'], debugger='PyCharm')
            me.push(to=[work.project.repo], reviewer=[work.project.pm, leader])
        except Person.OverWorkingTime:
            me.stash(job, work)
            break

    me.unstash()
    if len(me.ideas) == 0:
        me.browse('github', 'bilibili', 'curseforge')
    me.develop(*me.ideas, use=['Kotlin', 'Gradle', 'IntelliJ API'], on=['IDEA'])
    me.push(to=['github', 'gitee'])
    me.stash()
    me.play('Minecraft', 'Genshin', _with=me.friends)

Solution Stack

GitHub Stats

GitHub 提交统计(Commit stats) GitHub 贡献统计(Contribution stats)

Views Count

2023-08-06 00:00 +08:00 -- present

Real time views counter

砹小翼's Projects

砹小翼 doesn’t have any public repositories yet.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.