Posts

React Testing Library Notes

Foundational knowledge for effectively using React Testing Library with Jest.

June 14, 2024

Investigating Tickets Workflow

Guidelines that I follow for when I’m investigating a bug or new feature request.

December 20, 2022

Case study: Regular Expressions

Extracting Private and Public SSH Keys from a string.

January 18, 2022

Updating An Object in React

To update an object and its nested objects, make a copy of the original state with object spread, which then can be modified.

January 18, 2022

Nested loops and time complexity

What they are, when to use, what makes them good and not good.

March 25, 2021

No artworks are mine unless I say so.

Back to Top