SwissJS was Great!
Here are some good summaries:
- SwissJS 2015 - The JavaScript Conference To Meet and Socialise by nothing.ch
- Impressions of swissJS 2015 by Chaosmail Blog
History of Icons
A visual brief on icon history through different graphical user interfaces in different operating systems.
A neat site that reminds us how time is passing …
Startup Timelines
Another site that reminds us how time is passing …
Assessing Employee Performance: You’re Doing it Rong
Some interesting thoughts about tracking value and a lot of bashing of issue trackers.
Ironically, the best way to get fired for underperformance is to be a 10x developer.
Feature Toggles are one of the worst kinds of Technical Debt
Feature toggles are a (better) alternative to excessive feature branching, but guess what, they have their own problems … so we keep looking for the silver bullet.
Why you might not need MVC
React.js was critizising MVC from the beginning. I never understood the argumentation against MVC, 2-way-binding and the need for the Flux architecture. This article helped me to understand some of the concepts behind that argumentation.
The container revolution
A good writeup about how container technologies evolved and the consequences.
That means your developers can move faster, you can ship faster, you can iterate faster, your business grows faster – speed improves everything.
This Developers Life is back
After almost two years of silence they released a new episode … it does not top my favorite episode, but it’s well done.
The ??!??! operator in C
No joke: ??!??!
is a valid operator in the C programming language …