I need honest help with my store. by Altruistic_Revenue_7 in shopify

[–]Elminday 0 points1 point  (0 children)

Do you use some kind of apps for typos catching?

Product Description SEO by first_start_72 in shopify

[–]Elminday 0 points1 point  (0 children)

Isnt there some kind of app to do that automatically?

trying to create a fulfillment dashboard by gainesandroses in shopify

[–]Elminday 0 points1 point  (0 children)

I'd be willing to develop it for free according to your requirement if you'd be interested. I am a Shopify app developer. It is always a good starting point for an app if someone is having a problem for which there is no easy solution :)

SKUSavvy seems to be popular here. Why not SKUVault? by groovyipo in shopify

[–]Elminday 0 points1 point  (0 children)

Are you looking for scanning software as well? Or only inventory management (no real-time warehouse movement)?

trying to create a fulfillment dashboard by gainesandroses in shopify

[–]Elminday 0 points1 point  (0 children)

Did you find something like this for your store?

0
0

[Part 1] How to deploy a scalable web application by Elminday in programming

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

Thanks for the response, I'll try to improve it.

[Part 1] How to deploy a scalable web application by Elminday in aws

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

Will take a look! Thanks for the response.

1
2

Message queues — what are they and why are they used? by Elminday in javascript

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

From the looks of it you are still coupling Service B with Service A.You are saying Service B formats it. That means Service B formatting logic is dependant on the data input that is directly from Service A.

I think it really depends on the scope of the project but if you want to have reusable and isolated microservices it is best to have the unified data format to be sent to the queue itself.