recommend some apps or website that you use or recommend when launching your product
For further actions, you may consider blocking this person and/or reporting abuse
recommend some apps or website that you use or recommend when launching your product
For further actions, you may consider blocking this person and/or reporting abuse
The harsh reality for JS Developers: If you don't study the fundamentals, you'll be just another βCoderβ. Top learnings on how to get to the mid/senior level faster as a JavaScript developer by Dragos Nedelcu.
BekahHW -
Michael Tharrington (he/him) -
Arafat -
Ben Halpern -
Once suspended, yuriguernsey will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, yuriguernsey will be able to comment and publish posts again.
Once unpublished, all posts by yuriguernsey will become hidden and only accessible to themselves.
If yuriguernsey is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Yuri Alves.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community π©βπ»π¨βπ» safe. Here is what you can do to flag yuriguernsey:
Unflagging yuriguernsey will restore default visibility to their posts.
Top comments (3)
The following is in terms of deployment, because that's usually where I find the most trouble.
If I need something fast, I usually deploy something to Heroku. Usually in those cases its just to Proof of Concept something, or it isn't critical, but it allows me to deploy a fresh app in like 10 minutes, and then easily iterate changes over it, while giving a minimally configured deployment environment.
If its something bigger, but still doesn't require too much compute power, my go to cloud computing platform is DigitalOcean.
I always put my websites behind CloudFlare, because their free caching product is just too good to resist. It also actually helps fight the fact that free-tiered Heroku apps need to sleep a certain amount of time daily.
Not sure if you mean launch as in deployment, but I would check out Product Hunt for announcements! And of course, post on DEV with the #showdev tag :)
I meant releasing your product to the public.
And thank you for tip