PinnedRobin Pokorny·Oct 12, 2015Index as a key is an anti-patternSo many times I have seen developers use the index of an item as its key when they render a list.A response icon46A response icon46
Robin Pokorny·Sep 12, 2024Supermarket Meeting: The Secret to Cutting Down Useless MeetingsA Supermarket Meeting is a consolidated approach to recurring meetings, where diverse topics are discussed in one weekly session.
Robin Pokorny·Aug 7, 2023Why Developers Should Stop Using ISO 8601 for Date-TimeA response icon18A response icon18
InJavaScript in Plain EnglishbyRobin Pokorny·Jul 24, 2021Replace null with ES6 SymbolsSymbol is the new nullA response icon15A response icon15
Robin Pokorny·May 25, 2021Dictator paradox: Why micromanagement is so temptingI firmly believe all creative people hate when others tell them what to do. When instead of problems to solve, they are handled solutions…
InJavaScript in Plain EnglishbyRobin Pokorny·Apr 18, 2021Here are the TypeScript Enums I Actually Want to UseSince the very first moment I learned about TypeScript, I knew there’s gonna be this one thing I’ll always hate: Enums. So un-elegant, so…
Robin Pokorny·Mar 19, 2021Engineering Managers Should Not Have the Best Tech Skills in TeamRecently I was re-reading one of my favorite engineering articles The Trident Model of Career Development by Patrick Kua. The sentence…
Robin Pokorny·Apr 27, 2019Embedding a YouTube Channel (not only) in AMPThis is a simple tutorial for embedding a YouTube channel into an AMP. With a small modification, this can be used for any website.
Robin Pokorny·Jan 19, 2018Function length property is not to be trustedThis article is a reply to stefan judis's article How the rest operator and default values affect the function length property.A response icon1A response icon1