Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
I’d like to enter a dns name instead of an ip address into my code
You can explore how to map a custom domain to your Droplets or Floating IP addresses.
https://www.digitalocean.com/docs/networking/dns/how-to/add-domains/
Hello, @pitosalasWhale
You can setup a hostname for your droplet and use it instead of the IP address. You can use a subdomain like myserver.domain.com and point it to the IP address of your droplet. When you deploy a droplet the rDNS will be configured automatically based on the hostname you choose for the droplet as well.
Once you’ve pointed your subdomain to the IP address of your droplet you need to wait for the DNS to propagate. This might take up to 24 hours, however it usually happens a lot faster.
Hope this helps.
Regards, Alex