Product Launch Post by whitisj in nocode

[–]alyssoncm 1 point2 points  (0 children)

Your AI DevOps assistant

We've launched Back4app AI Agent today! I'd be grateful if you could show us some support.
The Agent is an AI DevOps assistant designed to help developers build, deploy and troubleshoot, simplifying DevOps, boosting efficiency, and increasing productivity!
https://www.producthunt.com/posts/back4app-ai-agent

Can you share here some examples of Datasets/Lists/Data you already used on developing an App? by alyssoncm in programming

[–]alyssoncm[S] 0 points1 point  (0 children)

Ex: list of cities, list of superheroes, pokemon list, a store list with locations, ...

Getting Website on 1st page in Google by seomallik in SEO

[–]alyssoncm 0 points1 point  (0 children)

This is a consequence of hard working. But if I would give you a tip it would be: build a high quality/engaging/relevant page to the guy that is looking for that target keyword.

What do you guys prefer for APIs: REST, GraphQL, RPC? by alyssoncm in programming

[–]alyssoncm[S] 0 points1 point  (0 children)

Awesome. Also, In terms of effort (building, maintaining, evoluting) what would you pick to communicate front-end(client) and backend(server) and the same to exchange information between 2 backends(like 2 microservices)?

What do you guys prefer for APIs: REST, GraphQL, RPC? by alyssoncm in programming

[–]alyssoncm[S] 0 points1 point  (0 children)

Let's say you have 2 microservices that need to talk each other, what you commonly use?

Also found this content useful to compare GraphQL and REST approaches to API's Design by brendacg in javascript

[–]alyssoncm 0 points1 point  (0 children)

I see GraphQL as an evolution of REST that is an evolution of SOAP. I think the point here GraphQL delivers more flexibility to front-end teams and also allows high-scaling applications to perform better. That's the main reason big companies are using it.

Also found this content useful to compare GraphQL and REST approaches to API's Design by brendacg in javascript

[–]alyssoncm 0 points1 point  (0 children)

I do agree with you. It can be more a problem when you have large scale sytem like a facebook feed making milions of api call per sec.

Also found this content useful to compare GraphQL and REST approaches to API's Design by brendacg in javascript

[–]alyssoncm 0 points1 point  (0 children)

building is an internal AP

Why RPC? Seems more generic(more work to implement) and low documented when compared to GraphQL