engineering

engineering

Creating unique stable selectors from arbitrary DOM elements

A little exploration into the problem of trying to create selectors for DOM elements that uniquely select that element across page reloads and try to future proof them

Read
engineering

Would I recommend ant-design to a friend?

Is ant-design a good choice for my project? What to look out for with UI component libraries

Read
engineering

Perils of code refactors

Code refactors are a tricky thing. It's easy when wearing an engineer hat to focus too much on the correctness of the code. Incorrect code feels like having a dirty house and refactoring is a way to make it feel clean again. We've got to be particularly careful that we don't refactor with a 'grass is greener on the other side' bias, as then all the work will have been for almost nothing. Does that new way of doing things really solve a problem you're frequently running into that significantly slowing you down?

Read
engineering

How to build an email reply feature

How to build a feature that makes it possible to reply to an email notification directly to post a message in your app

Read