What websites or additional tools do you use every day in your work?

stefcaam

Registered Member
Joined
Sep 7, 2021
Messages
77
Reaction score
57
For personal projects, work, solving bugs, searching for good repositories, making work easier in general...

Have you started using ChatGPT?
 
I use moz for free... I'm a cheapskate.
 
I use a lot of tool geospatial tools almost on a daily basis:
  • Batchgeo.com: a quick and easy way to put 1000's location markers on a map
  • Beans.ai: lookup the exact unit location within a building
  • Google Maps API: Use this a lot to generate static maps or Street View images
  • Geocod.io: a lazy way for bulk address geocoding
  • Various ArcGis Maps: Use to scrape map datasets
Also using ChatGPT for generating birthday and holiday messages:)

Update: I've also been using pythonanywhere.com for my web apps lately. I used to use AWS EC2 for setting up Ubuntu, Gunicorn servers, but it was too much hassle. With pythoneverywhere I can focus on my code without worrying about setting up and maintaining a web server.
 
Last edited:
Back
Top