Published onNovember 13, 2024Understanding Gem with prior knowledge of npmrubygemJavaScript has npm, Ruby has Gem.
Published onOctober 9, 2024Understanding the `jsx-a11y/click-events-have-key-events` ErrorwebESLintWait... Did you assign an `onClick` event to a `div` tag?
Published onOctober 8, 2024Understanding the `jsx-a11y/no-static-element-interactions` ErrorwebESLintAdd `role` and `tabIndex` for accessibility on static elements.
Published onOctober 4, 2024What is Greenspun's Tenth Rule?Common-LispFunctional-ProgrammingComplex C programs recreate ad hoc Common Lisp features.