Coder Social home page Coder Social logo

blog-comment's Introduction

访客统计

🙋 Hello

hi, i'm JellyTony, after 95 years, I am a young man in Aquarius, living in Beijing, China; engaged in back-end development. After graduation, I came to Beijing and started to do PHP development, then I learned Golang from a friend, until now I have been specializing in various technology stacks in the backend, of course, the frontend is not left behind, as the saying goes: "Live to learn. "I like the feeling of knocking code, believe that programming is an art, self-proclaimed as swimming in the code of life.

i am also an open-source enthusiast and maintainer. i learned a lot from the open-source community and i love how collaboration and knowledge sharing happened through open-source.

GIF

  • 💼 any freelance work? do reach, email :)
  • 💬 ask me about anything, i am happy to help;

languages and tools:










💪 I am learning:

   GO PHP Java Python Docker Vue Laravel

🧠 Planned learning:

   Rust K8s Flutter

🧰 Common tools:

   Mac Google Chrome Goland Phpstorm Webstorm VsCode

💬 Social and hobbies:

   Reddit Stackoverflow Telegram Tiktok Twitter Youtube

🚀 Actions

Code Time

Profile Views

Lines of code

🐱 My GitHub Data

🏆 179 Contributions in the Year 2022

📦 7.0 kB Used in GitHub's Storage

🚫 Not Opted to Hire

📜 21 Public Repositories

🔑 0 Private Repositories

I'm an Early 🐤

🌞 Morning    100 commits    ██████████████████████░░░   90.91% 
🌆 Daytime    10 commits     ██░░░░░░░░░░░░░░░░░░░░░░░   9.09% 
🌃 Evening    0 commits      ░░░░░░░░░░░░░░░░░░░░░░░░░   0.0% 
🌙 Night      0 commits      ░░░░░░░░░░░░░░░░░░░░░░░░░   0.0%

📅 I'm Most Productive on Thursday

Monday       15 commits     ███░░░░░░░░░░░░░░░░░░░░░░   13.64% 
Tuesday      14 commits     ███░░░░░░░░░░░░░░░░░░░░░░   12.73% 
Wednesday    16 commits     ███░░░░░░░░░░░░░░░░░░░░░░   14.55% 
Thursday     20 commits     ████░░░░░░░░░░░░░░░░░░░░░   18.18% 
Friday       16 commits     ███░░░░░░░░░░░░░░░░░░░░░░   14.55% 
Saturday     14 commits     ███░░░░░░░░░░░░░░░░░░░░░░   12.73% 
Sunday       15 commits     ███░░░░░░░░░░░░░░░░░░░░░░   13.64%

📊 This Week I Spent My Time On

⌚︎ Time Zone: Asia/Shanghai

💬 Programming Languages: 
Go                       38 hrs 3 mins       ███████████████████████░░   92.97% 
Protocol Buffer          41 mins             ░░░░░░░░░░░░░░░░░░░░░░░░░   1.69% 
Makefile                 38 mins             ░░░░░░░░░░░░░░░░░░░░░░░░░   1.59% 
protobuf                 35 mins             ░░░░░░░░░░░░░░░░░░░░░░░░░   1.44% 
JSON                     14 mins             ░░░░░░░░░░░░░░░░░░░░░░░░░   0.58%

🔥 Editors: 
GoLand                   40 hrs 56 mins      █████████████████████████   100.0%

💻 Operating System: 
Mac                      40 hrs 56 mins      █████████████████████████   100.0%

I Mostly Code in Go

Go                       1 repo              █████████████████████████   100.0%

Last Updated on 27/09/2022 01:10:54 UTC

blog-comment's People

Watchers

 avatar

blog-comment's Issues

golang获取文件摘要算法性能详细对比 | JellyTony

https://www.zhanggaoyuan.com/article/3f02e521.html

现在我们开发网站基本摆脱不了上传文件的功能,但是上传文件的可能有几百M 或者几个G, 如果不做秒传的话会带来很多的功能。例如:用户体验不好,同一个文件还要多次上传到服务器。浪费服务器带宽和资源。如果我们做了秒传就会解决上面带来的问题,可以在客户端计算文件的摘要,和服务器算法保持一致就可以做到秒传了,客户端拿着算好的摘要去服务端判断这个文件是否已经上传,如果上传了直接返回文件信息,没有上传就调用上传接口

多集群和多租户 | JellyTony

https://www.zhanggaoyuan.com/article/c897d045.html

多集群L0 服务,类似像我们账号,之前是一套大集群,一旦故障影响返回巨大,所以我们从几个角度考虑多集群的必要性:

从单一集群考虑,多个节点保证可用性,我们通常使用 N+2 的方式来冗余节点。
从单一集群故障带来的影响面角度考虑冗余多套集群

微服务概览 | JellyTony

https://www.zhanggaoyuan.com/article/b071acb.html

单体架构尽管也是模块化逻辑,但是最终它还是会打包并部 署为单体式应用。其中最主要问题就是这个应用太复杂,以至于任何单个开发者都不可能搞懂它。应用无法扩展,可靠性很低,最终,敏捷性开发和部署变的无法完成。
我们应该应对的思路:

化繁为简,分

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.