Which admin framework should you choose?
Well, let me come straight to the point - I prefer Ant Design Pro., I will explain.
Continue reading Which admin framework should you choose?
Well, let me come straight to the point - I prefer Ant Design Pro., I will explain.
Continue reading Which admin framework should you choose?
GraphQL 要说火,却又不是很火,要说不火,却又不是很不火,这样的状态怎么形容呢?
Continue reading GraphQL现状
摘译自10 Things I Hate About PostgreSQL 作者 Rick Branson
Continue reading [摘译]十几年postgres使用者对其痛恨十大问题
这篇文章讽刺的语言让我哈哈大笑,NASA 和亚马逊两个都中枪。
Continue reading 幽默-NASA导入247 Petabytes(拍)到AWS,却忘记了计算AWS的出口费用
in game on opensource, 2d game
Today, I makes my favourite indie game opensource on github.
Continue reading Why I Open Source My Favourite Indie Game Two Years Later After Published
开发测试,mumu安卓模拟器比较干净,速度较快,是比较推荐的工具。然而其配合charles抓包时,会导致输入无法使用,或无法启动模拟器。
解决方案:
在代理中设置将mumu.nie.netease.com,10.0.2.2,*.exc.mob.com设置为不代理。
Continue reading mumu模拟器配合charles抓包开发的配置
css in js
最主要的特点就是动态,由javascript控制。这是其区别于css,sass等其他方案的立足点。 动态也解决了浏览器兼容的问题。
Continue reading css in js的性能问题
in nodejs on parallelism
本文摘译自How we 30x’d our Node parallelism
--max-old-space-size=6144
--max-semi-space-size=1024
减少GC频率。Continue reading 提升node 并发30倍
in chrome on homepage, searchengine
Today I decide to remove the annoying redirection to bing.com when I open a new tab in chrome.
Continue reading resolve problem of chrome new tab always redirect to bing.com
Continue reading package-lock.json 与 npm-shrinkwrap的区别