Lots of people treat the ternary operator with suspicion. At first glance, ternaries appear unnecessary. Nothing more than a tool for the overly clever to trim some characters from their code. A favourite hack for coders who don’t care about readability. ... (more…)
Read more »
Short Videos, More Learning. Find Simple Explanations of Programming Concepts. (more…)
Read more »
Turbo bundles several techniques for creating fast, modern web applications without having to reach for a client-side JavaScript framework. (more…)
Read more »
Performance is an important criteria when choosing test-runner. Tests should pass as fast as possible to detect errors earlier, improve developer experience and reduce CI servers running time. In… (more…)
Read more »