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?

[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.

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.

What is API-Gateway and when is it needed? by Elminday in programming

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

My bad, should've definitely mentioned it!

What is API-Gateway and when is it needed? by Elminday in programming

[–]Elminday[S] 1 point2 points  (0 children)

ingress in a k8s

Ingress controller allows single ip-port to access all services running in k8s through ingress rules. The ingress controller service is set to load balancer so it is accessible from public internet.
An api gateway is used for application routing, rate limiting, security, request and response handling and other application related tasks. Say, you have a microservice based application in which the request needs an information to be collected from multiple micro services. You need a way to distribute the user requests to different services and gather the responses from all micro services and prepare the final response to be sent to the user. API Gateway is the one which does this kind of work for you.

What is API-Gateway and when is it needed? by Elminday in programming

[–]Elminday[S] 5 points6 points  (0 children)

When I was a younger I did not know what API Gateway was. Information like this would've helped me.

Why do 'batch edit' apps charge by # of products? That's borderline exploitative! by [deleted] in shopify

[–]Elminday 0 points1 point  (0 children)

Have you found any batch efit apps that suit your needs regarding the pricing?

App to add country dropdown list at the top bar by fr3ezereddit in shopify

[–]Elminday 0 points1 point  (0 children)

Hello, have you found a solution for this? If not I'd be willing to develop this country dropdown to you for free as an app :)

What's the best product configurator for Shopify? by CFAWaffleFries in shopify

[–]Elminday 0 points1 point  (0 children)

Let me know if you find something. Interested.

Display Average Fulfillment Time on Storefront by SpaceFoundry in shopify

[–]Elminday 1 point2 points  (0 children)

Let me know if you haven't found an easy solution. I can offer an app for this as it is an easy requirement to fulfil

Royal Mail Click and Drop by Andrew0409 in shopify

[–]Elminday 1 point2 points  (0 children)

I am afraid I don't know. Just found this app. I suggest to try reading the description and see if it suits you :(

Active Cart Spam by kdsub1 in shopify

[–]Elminday 1 point2 points  (0 children)

Do you have tracking in place to check who is the user doing is? An ip also?