Skip to content
Avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Arctic Code Vault Contributor

Organizations

@go-eyas
eyasliu/README.md

Eyas's github stats

### Hello ~ 👋

I'm Eyas.

  • 一个很普通的开发者
  • 以前做 Web 前端开发的,不过现在转方向了,但还会经常关注前端,对前端热爱不减
  • 现在做 Golang 后端开发,有时搞搞 NodeJs,后端的世界很精彩,我很喜欢
  • 闲时还会搞搞运维的东西,只是感兴趣的玩玩 k8s, swarm, docker, shell 等,不是很专业
  • 有时还搞一搞 Rust, Wasm 这种新玩意,但这些东西太高端我用不起,而且也没地方给我用啊

开源贡献

做过一些自己觉得还不错的开源工具

  • npm 仓库,我发布的npm 包都在这里,有些自认为比较好的东西有:
    • vuex-proxy 我把 vuex 给进(mó)化(gǎi)了,终于可以在 vuex 放飞自我了
    • gql-api-loader 嫌 Graphql 查询太难用了,搞了个插件,可以扔掉重重的 apollo 了
  • Go Toolkit Golang 工具集,把通用的工具能封装的都封装了,心血之作

logo

Popular repositories

  1. 微信小程序:音乐播放器 技术栈: redux + es7 +labrador

    JavaScript 382 176

  2. 博客文章

    161 14

  3. base electron-vue. An electron out-of-the-box desktop startkit

    JavaScript 19 5

  4. 微信小程序 demo,展示github博客文章

    JavaScript 18 9

  5. Build Blog with Github Pages and Github API

    JavaScript 12 2

  6. redux middleware to es7 async/await syntax action and promise action

    JavaScript 10

212 contributions in the last year

Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec Jan Mon Wed Fri

Contribution activity

February 2021

eyasliu has no activity yet for this period.

January 2021

Created 63 commits in 2 repositories
Created 3 repositories

Created a pull request in gogf/gf that received 4 comments

New feature: ghttp client middleware

fix #1118 中间件调用使用洋葱模型 调用 MiddlewareNext 会继续调用下一个中间件 MiddlewareAbort 将会停止中间件调用,也不会发出请求 example str := "" c := ghttp.NewClient().Use(func(c *ghttp.C…

+189 −24 4 comments

Created an issue in gogf/gf that received 5 comments

需求:http 客户端增加拦截器

想要增加一个http client 增加拦截器功能,可以在发送数据前和对接收数据后可对请求和响应做操作。 请求拦截器 在真实发起请求前,可获取和修改请求相关数据,如 client := ghttp.NewClient().RequestInterceptor(func (c *ghttp.Cl…

5 comments
Opened 1 other issue in 1 repository

Seeing something unexpected? Take a look at the GitHub profile guide.