Published onMarch 10, 2024Champagne Problem?Software-EngineeringOur user base has grown significantly! As for the server expansion... well, let’s pop the champagne first.
Published onFebruary 12, 2024Understanding `tabIndex` in HTMLHTMLControl keyboard focus with 'tabIndex'.
Published onFebruary 11, 2024What is Focus in Web Accessibility?HTMLWeb-AccessibilityKnowing how to remove(?) focus can improve web accessibility.
Published onFebruary 10, 2024What is a Fragment `<></>`?reactJSXA React Fragment groups multiple elements without adding extra DOM nodes.
Published onFebruary 9, 2024The difference between `<button>` tag and `<div>` tagHTMLWeb-AccessibilityThe key difference is that the <button> tag has semantic meaning.