I used to get teased at work for always responding to questions like "X client just requested this, can we do it?" with the following: Anything is possible, but why? It first came out in sort of a joking tone, however it is meant sincerely. Essenti...
Let's say that you have a card component that looks like this: You could use this card on something like a dashboard and give it a unique header and icon to allow the user to differentiate what is being displayed. A common way to design this compon...
Something I had been struggling with since I started using React up until a few months ago was finding a good type to set for the children prop. The typical route I would take is to sorta just add the types as I needed them to a union like so: interf...
I just spent the past two hours trying to figure out why my latest deployment to our dev environment didn't have any Horizon queue workers running. I finally figured out my issue, so here's a lil write up in case you are experiencing the same. At Saf...