Time for the #DevDiscuss Twitter chat!
Tonight's topic is API/Service recommendations!
Endpoints which can solve your problems!
So let's hear them: Which services have helped you solve problems and build really wonderful things?
We build a lot of stuff on top of @algolia at https://t.co/lWepprFqmW and I'd used them before that. Super low-latency search, very happy to sing their praises. If we tried to implement their whole offering ourselves it would be a gigantic ordeal to say the least. #DevDiscuss
Time for the #DevDiscuss Twitter chat!
Tonight's topic is API/Service recommendations!
Endpoints which can solve your problems!
So let's hear them: Which services have helped you solve problems and build really wonderful things?
Time for the #DevDiscuss Twitter chat!
Tonight's topic is API/Service recommendations!
Endpoints which can solve your problems!
So let's hear them: Which services have helped you solve problems and build really wonderful things?
I just moved to @netlify for deploying https://t.co/H9aJn61Sr5 and it is incredible -- I can just push to GitHub and it will run my build command and deploy. Plus free HTTPS 🙌 #DevDiscuss
I can't promote the @trello API enough. It's so easy to work with that I've built tools with Trello as an interface just because it was easier to plug into that than make my own app. #DevDiscuss
Time for the #DevDiscuss Twitter chat!
Tonight's topic is API/Service recommendations!
Endpoints which can solve your problems!
So let's hear them: Which services have helped you solve problems and build really wonderful things?
Time for the #DevDiscuss Twitter chat!
Tonight's topic is API/Service recommendations!
Endpoints which can solve your problems!
So let's hear them: Which services have helped you solve problems and build really wonderful things?
I also had a chance to use @Mail_Gun on an experiment I built awhile back. You can setup multiple inbound mail routes based on recipient or any of the mail headers: https://t.co/g35cQmpJBi
Based on your filter, you can send the message to your app's endpoint. #devdiscuss
I'm kinda the worst about this -- I build everything myself, even when I probably shouldn't. I think that changes in a business setting though... #DevDiscuss
Regardless of which direction you initially go, don't hesitate to go the other way once you're 10% into the project. It will be will be way less painful than switching gears at the 60% mark. #DevDiscuss
For converting an address to Lat/Long 🌎 I’ve used @googlemaps API which allows me to send the address in the url and receive back JSON which all sorts of interesting data 🔬 points include Lat/Long which can then be displayed on a map. 🗺 https://t.co/LQeTlGz75a#DevDiscuss
@bendhalpern's recommendation to use Algolia is a good example. You might be able to use Elasticsearch, but I'm sure Algolia gets you up and running faster
However if you don't want to rely on 3rd party + your company is big enough to support, elasticsearch may be ok #DevDiscuss
If you can buy it, it lets you focus 🔬 on adding more value to the problem you’re solving vs spending time to solve a problem someone already has. But when they “buy” solution doesn’t work you get to build it. 😀 #DevDiscuss
I’ve used @SendGrid for email as they provide both an SMTP server or API, depending on what I’m trying to do with email. What APIs do you used for email and/or SMS? 🤔 #DevDiscuss
In reply to
@derekjhopper, @living_syn, @ThePracticalDev, @SendGrid
I like Fiddler for testing too. I use it all the time to debug locally and also to inspect what my front end and back end are saying to each other. 🗣 #DevDiscuss
I stopped using Postman a short time after they made me create an account. It’s free, I get it. Fair enough. But, I just don’t like making an account for a tool like this. #DevDiscuss
Personally I'd find that almost as annoying as those tools who think videos are the only way to provide doco. I want referenceable API docs, and an engaging tutorial/guide. Not gamified API docs. #devdiscuss
In reply to
@clarkjrasmussen, @ThePracticalDev, @twilio
I like @papertrailapp I use it for a Twitter bot I run on my RaspberryPi. I configured papertrail to email me once a day if the bot logs any errors. It also notifies me if no log messages have been written. The support has been great when I had questions. #DevDiscuss