├── .github └── workflows │ └── waka-readme-stats.yml ├── README.md └── charts └── bar_graph.png /.github/workflows/waka-readme-stats.yml: -------------------------------------------------------------------------------- 1 | name: Waka Readme Stats 2 | 3 | on: 4 | push: 5 | branches: [master] 6 | pull_request: 7 | branches: [master] 8 | schedule: 9 | - cron: '0 0 * * *' 10 | 11 | jobs: 12 | update-readme: 13 | name: Update Readme with Metrics 14 | runs-on: ubuntu-latest 15 | steps: 16 | - uses: cxyfreedom/waka-readme-stats@master 17 | with: 18 | WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }} 19 | GH_TOKEN: ${{ secrets.GH_TOKEN }} 20 | SHOW_PROJECTS: "False" 21 | SHOW_TIMEZONE: "False" 22 | SHOW_LOC_CHART: "False" 23 | SHOW_LINES_OF_CODE: "False" 24 | SHOW_PROFILE_VIEWS: "False" 25 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Hi, I'm cxyfreedom 2 | 3 | A senior backend developer from China, based in Shanghai. I regulary write articles on Obsidian. 4 | 5 | ## About Me 6 | 7 | [![](https://visitor-badge.laobi.icu/badge?page_id=cxyfreedom.cxyfreedom)](https://visitor-badge.laobi.icu/badge?page_id=cxyfreedom.cxyfreedom) 8 | [![Mail Badge](https://img.shields.io/badge/-gmail-c14438?style=flat&logo=Gmail&logoColor=white&link=mailto:eryajf@163.com)](mailto:cxyfreedom@gmail.com) 9 | [![](https://img.shields.io/github/stars/cxyfreedom?color=fefb7b&logo=Undertale)](https://github-readme-stats.vercel.app/api?username=cxyfreedom&hide_title=false&hide_border=true&show_icons=true&include_all_commits=true&line_height=20&bg_color=0,EC6C6C,FFD479,FFFC79,73FA79&theme=graywhite&locale=cn) 10 | [![](https://img.shields.io/github/followers/cxyfreedom?color=27da6b&logo=Handshake)](https://github.com/cxyfreedom?tab=followers) 11 | 12 | ## Tools 13 | 14 | github vscode Obsidian centos postman pycharm 15 | 16 | ## Technology Stack 17 | 18 | django docker elasticsearch flask git go grafana hugo jasmine javascript kafka kibana kubernetes linux mongodb mysql nginx python rabbitMQ redis 19 | 20 | ## Stats 21 | 22 |

cxyfreedom

23 |

cxyfreedom

24 |

cxyfreedom

25 | 26 | ![](https://github-profile-trophy.vercel.app/?username=cxyfreedom&theme=dracula&no-frame=false&no-bg=false&margin-w=4) 27 | 28 | 29 | ![Code Time](http://img.shields.io/badge/Code%20Time-5%2C284%20hrs%2014%20mins-blue) 30 | 31 | **🐱 My GitHub Data** 32 | 33 | > 🏆 16 Contributions in the Year 2025 34 | > 35 | > 📦 149.5 kB Used in GitHub's Storage 36 | > 37 | > 🚫 Not Opted to Hire 38 | > 39 | > 📜 57 Public Repositories 40 | > 41 | > 🔑 3 Private Repositories 42 | > 43 | **I'm an Early 🐤** 44 | 45 | ```text 46 | 🌞 Morning 0 commits ░░░░░░░░░░░░░░░░░░░░░░░░░ 0.0% 47 | 🌆 Daytime 6 commits █████████████░░░░░░░░░░░░ 54.55% 48 | 🌃 Evening 5 commits ███████████░░░░░░░░░░░░░░ 45.45% 49 | 🌙 Night 0 commits ░░░░░░░░░░░░░░░░░░░░░░░░░ 0.0% 50 | 51 | ``` 52 | 📅 **I'm Most Productive on Wednesday** 53 | 54 | ```text 55 | Monday 0 commits ░░░░░░░░░░░░░░░░░░░░░░░░░ 0.0% 56 | Tuesday 0 commits ░░░░░░░░░░░░░░░░░░░░░░░░░ 0.0% 57 | Wednesday 5 commits ███████████░░░░░░░░░░░░░░ 45.45% 58 | Thursday 2 commits ████░░░░░░░░░░░░░░░░░░░░░ 18.18% 59 | Friday 0 commits ░░░░░░░░░░░░░░░░░░░░░░░░░ 0.0% 60 | Saturday 1 commits ██░░░░░░░░░░░░░░░░░░░░░░░ 9.09% 61 | Sunday 3 commits ██████░░░░░░░░░░░░░░░░░░░ 27.27% 62 | 63 | ``` 64 | 65 | 66 | 📊 **This Week I Spent My Time On** 67 | 68 | ```text 69 | 💬 Programming Languages: 70 | Python 21 hrs 34 mins ████████████████████░░░░░ 82.99% 71 | YAML 2 hrs 16 mins ██░░░░░░░░░░░░░░░░░░░░░░░ 8.78% 72 | Docker 36 mins ░░░░░░░░░░░░░░░░░░░░░░░░░ 2.31% 73 | Text 25 mins ░░░░░░░░░░░░░░░░░░░░░░░░░ 1.61% 74 | INI 19 mins ░░░░░░░░░░░░░░░░░░░░░░░░░ 1.25% 75 | 76 | 🔥 Editors: 77 | PyCharm 25 hrs 59 mins █████████████████████████ 100.0% 78 | 79 | 💻 Operating System: 80 | Mac 25 hrs 59 mins █████████████████████████ 100.0% 81 | 82 | ``` 83 | 84 | **I Mostly Code in Python** 85 | 86 | ```text 87 | Python 8 repos ██████████████░░░░░░░░░░░ 57.14% 88 | HTML 3 repos █████░░░░░░░░░░░░░░░░░░░░ 21.43% 89 | Shell 2 repos ███░░░░░░░░░░░░░░░░░░░░░░ 14.29% 90 | CSS 1 repo █░░░░░░░░░░░░░░░░░░░░░░░░ 7.14% 91 | 92 | ``` 93 | 94 | 95 | 96 | Last Updated on 06/06/2025 97 | 98 | 99 | 113 | -------------------------------------------------------------------------------- /charts/bar_graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxyfreedom/cxyfreedom/800fad69e7f88afd94d9e6b2d42fa056765ec2f3/charts/bar_graph.png --------------------------------------------------------------------------------