Currently building viwo-cli: https://github.com/OverseedAI/viwo
- The next reader has no clue why a number is that number.
- It's super hard to find in the codebase / update in all places
Instead:
- Assign to a variable and give it a meaningful name.
- Hoisting to the top of the file or refactor to a config file.
#programming
- The next reader has no clue why a number is that number.
- It's super hard to find in the codebase / update in all places
Instead:
- Assign to a variable and give it a meaningful name.
- Hoisting to the top of the file or refactor to a config file.
#programming
Mine is `settings` that opens up my .zshrc file... to add more aliases.
Mine is `settings` that opens up my .zshrc file... to add more aliases.
- affordances are a deeply misunderstood concept
- if your product has features but no signals for discovery, then you have a design problem
- affordances are a deeply misunderstood concept
- if your product has features but no signals for discovery, then you have a design problem
The bottleneck isn't your model capability. It's your prompt.
Spend the extra minute or two curating your idea, or better yet, use the LLM to improve your prompt first.
Take the guesswork out for your AI and find your results improve 100%.
The bottleneck isn't your model capability. It's your prompt.
Spend the extra minute or two curating your idea, or better yet, use the LLM to improve your prompt first.
Take the guesswork out for your AI and find your results improve 100%.
I use these methods all the time:
- console.time() - easy way to time function calls
- console.table() - easy way to view a list of objects
- console.error() - easy way to view errors
I use these methods all the time:
- console.time() - easy way to time function calls
- console.table() - easy way to view a list of objects
- console.error() - easy way to view errors
next.js sucks.
Used to be good, but DX has fallen off hard and they’re hanging on by the sheer number of existing users.
next.js sucks.
Used to be good, but DX has fallen off hard and they’re hanging on by the sheer number of existing users.
- Refactor your code. Make reading your own code a habit.
- Read popular open-source software
- Read programming books
- Ask your circle of peers for feedback on your code
- Contribute to open-source software
What are your tips and tricks?
- Refactor your code. Make reading your own code a habit.
- Read popular open-source software
- Read programming books
- Ask your circle of peers for feedback on your code
- Contribute to open-source software
What are your tips and tricks?
www.youtube.com/watch?v=UEqD...
www.youtube.com/watch?v=UEqD...
github.com/facebook/rea...
github.com/facebook/rea...