Michael Wolfe
Why are software development task estimations regularly off by a factor of 2-3?
I have never found a better analogy to show the systematic difficulty in providing software estimates, which are frequently wrong: Man, this is slow…
Michael Wolfe
Why are software development task estimations regularly off by a factor of 2-3?
I have never found a better analogy to show the systematic difficulty in providing software estimates, which are frequently wrong: Man, this is slow…
Adrian Todorov
Please support Web Monetization if you want less ads on the web
for a lot of web content creators, ads remain the main way to make money of the content they produce, which could be just to compensate costs, as…
Hynek Schlawack
Semantic Versioning Will Not Save You
As a maintainer of several open source projects (both in Ruby and JavaScript), I agree with everything Hynek says about the difficulty for a maintainer…
JavaScript performance beyond bundle size
There’s a huge focus recently on JavaScript bundle size: how big are your dependencies? Could you use a smaller one? Could you lazy-load it? But I…