London, UK
Anyone have any experience with getting products to users? I've tried cold emails but struggling to close. 🫠
Anyone have any experience with getting products to users? I've tried cold emails but struggling to close. 🫠
You could demonstrate component design, integrate unit and visual regression testing etc.
thomas-allen.vercel.app/blog/microse...
thomas-allen.vercel.app/blog/microse...
thomas-allen.vercel.app/blog/event-l...
thomas-allen.vercel.app/blog/event-l...
thomas-allen.vercel.app/blog/pending...
thomas-allen.vercel.app/blog/pending...
Next time I'm getting these done first!!
...maybe
Next time I'm getting these done first!!
...maybe
Key difference seems to be the level detail when explaining, and also confidence when explaining that they pick up on.
Key difference seems to be the level detail when explaining, and also confidence when explaining that they pick up on.
I built this "landing pages as a service" in 10 minutes with Cursor 🤯
Deployed to Vercel added an extra few.
Going to try a full MVP next 😂
I built this "landing pages as a service" in 10 minutes with Cursor 🤯
Deployed to Vercel added an extra few.
Going to try a full MVP next 😂
Pays the bills though so can't complain 🤪
Pays the bills though so can't complain 🤪
Instead of hardcoding a type, we can use a placeholder (T) that adapts to what we pass in. e.g.:
function identity<T>(value: T): T {
return value;
}
It works with any type!
Instead of hardcoding a type, we can use a placeholder (T) that adapts to what we pass in. e.g.:
function identity<T>(value: T): T {
return value;
}
It works with any type!