Tweet
So if you don't know how to build something initially, don't worry, it happens to most SW engineers, even older ones. What distinguishes the good engineers from the bad ones is that the good ones learn, and fast.

#buildinpublic #indiehacking #SWdevelopment
You know what doesn't work? Trying random fixes and praying to the gods it works by magic. Don't do that, ever! Step by step instead. Find the cause first, then fix. Don't do things up-side down.

#debugging #SWdevelopment #indiehacking #buildinpublic
I have a minor UI/UX quandry. When a user wants to edit their profile, should I:

1. Pop a modal with an edit form.

2. Make the profile itself directly editable.

1 is easier/faster to code, 2 seems "cooler/neater".

What do you think?

#uxdesign #swdevelopment #buildinpublic