HackerTrans
TopNewTrendsCommentsPastAskShowJobs

k4runa

339 karmajoined 7 anni fa
I’m a software dev and entrepreneur based in Cape Town, South Africa. I spend my time building startups and exploring innovative business ideas.

https://elven.dev

comments

k4runa
·5 giorni fa·discuss
It’s v0.2 bro
k4runa
·7 giorni fa·discuss
Nice... there really is no moat with AI
k4runa
·8 mesi fa·discuss
I think this is pretty interesting, especially if you could remix courses... like if you had a bread baking playlist and a pizza making playlist. The pizza making course could include or use modules from the bread course as a requirement.

Similar with learning software development, you usually need basic modules like regex or databases before learning more complex skills.
k4runa
·3 anni fa·discuss
I figure most startups would build an MVP in two weeks and then rebuilt it later or move onto the next version and clean it up a bit in each version that follows.
k4runa
·3 anni fa·discuss
That would be nice, like a Webstorm / editor feature that detects when you re-use code and recommends abstracting it. I would love that to be able to detect that like "Hey these buttons all share these features, let's refactor it for you"
k4runa
·3 anni fa·discuss
Yeah, cause I end up with like 5 different buttons designs using Tailwind, and they all have different classes but when I clean up the code later I reduce it down to one button design that fits the final theme.
k4runa
·3 anni fa·discuss
I find Tailwind really good for prototyping designs and iterating quickly, and as the design becomes more crystallised then I moved to semantic css and start to clean up the complexity. Once I've figure out that patterns and components required...