Pavlo Yevsehnieiev Profile picture
Building Hackosy — a tool for solo makers to manage your projects and hack through the boring stuff. Built and sold @skivvrNoCode in solo
Paco Montero ن (working in-house) Profile picture 1 subscribed
Aug 1, 2022 11 tweets 4 min read
1/11
So, I reflected a bit about where I personally struggled as a solo founder and decided to make a micro SaaS targeted at us, fellow founders. I want to have everything you need to start and work on a project gathered in one place to #buildinpublic 🧵👇 2/11
I would be able to work on it for only 1-2 hours in the evening since I am highly coupled with my beloved 9-to-5 (no sarcasm 🙂). This actually influenced a design decision to separate an app into defined sections and to keep it simple to work in small iterations.👇
Jan 9, 2022 15 tweets 6 min read
1/15
I have made a lot of custom #UI components for @SkivvrNoCode. In a #NoCode app #UX is very important, and I am paying a lot of attention to interactions.
What should you remember when building your custom controls? As an example, I would use an input control from Skivvr 🧵⬇️ Image 2/15
TL;DR:
👉 Different input states
👉 Labels, placeholders, and tooltips
👉 Keyboard interactions
👉 Mouse interactions
👉 Smart behaviours
👉 Autocomplete
👉 Tab order
⬇️
Jan 6, 2022 11 tweets 3 min read
1/11 In this and some upcoming threads, I want to share with you some insights I am getting as a solo developer who builds a big product.

First insight: Write unit tests early, but not extensively

#BuildInPublic #webdevelopment #SoloDeveloperInsights 2/11 Since now I am fully responsible for product decisions as well, I am seeing a bigger picture. For example, where and when I need to compromise on code quality to bring an #MVP faster.
Jan 5, 2022 4 tweets 1 min read
How to not get bored with huge tasks? Break those to smaller ones. #GTD #buildinpublic
I am implementing undo and redo functionality. I need to define an undo command for every possible action in the app. Making that in one bunch is pretty monotone and can lead to errors. More⬇️ I created a list of all possible actions and now treat undoing every action as a separate small task. Now I can mix them with other tasks, still keeping track of what should be done for a big “undo” story. ⬇️
Jan 4, 2022 6 tweets 3 min read
Creating a #SaaS #NoCode tool with real-time collaboration possibilities is quite the challenge, and there are a few resources that are helping me. First of all — an awesome @figmadesign blog. I was thrilled when I read figma.com/blog/how-figma… — it has inspired me to work on a collaborative tool in the first place, and it has been my main source of insight about multiplayer.