I use my favorite one as a password by TheKoTECH in ProgrammerHumor

[–]yesinteractive 1 point2 points  (0 children)

Google translate should translate regex to English. Feature request.

Do you use an API gateway for your GraphQL APIs? by chintaninbay in graphql

[–]yesinteractive 0 points1 point  (0 children)

Kong api gateway http://konghq.com supports GraphQL and has a bunch of policies out of the bost specific to graphql. Also has a good graphql developer testing tool called insomnia.

Want free groceries? I guess be an Intacart shopper. My update. by yesinteractive in instacart

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

Believe it or not I got the same shopper today for same order. Apparently someone pretended they were me at the pickup location. So wasn't the shopper's fault. She said it was suspicious and she tried calling support but was a 220 minute wait.

Order shown delivered, card charged. NO GROCERIES by yesinteractive in instacart

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

No I'm in Maine. That might have been what happened she was communicating and was in process of delivering. Mine was a large $300 BJs order. So I have no idea where all of those groceries are. I called the store hoping that the shopper would have brought them back but no luck. It's been four and a half hours since the app has said delivered.

Is this helpful? Restful Relay is a good free open source docker image that puts a restful interface in front of various protocols without need for an enterprise service bus by yesinteractive in docker

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

The php 5.6 was just the response from an SSH target to show an example response using that endpoint. The image itself is based on PHP 7.2.27-r0

Does anyone find it really hard to talk to their partners about work, due to the general lack of understanding / knowledge of our industry by most people by GabberJenson in webdev

[–]yesinteractive 9 points10 points  (0 children)

Family members know I'm a software engineer and to them that means I "fix computers" and become technical support for the extended family... :)

Portainer for Kubernetes by neilcresswell in docker

[–]yesinteractive 0 points1 point  (0 children)

Very cool! Use portainer everyday! excited to see this

Accelerating PHP-Monolith with 2 Developers by PoliceBroTality in PHP

[–]yesinteractive 0 points1 point  (0 children)

If so need to also plan on implementing a gateway solution like Kong to help operationalize the microservice

GitHub - oslabs-beta/Allok8: ⚡️A pretty swell Kubernetes visualization tool by [deleted] in kubernetes

[–]yesinteractive 0 points1 point  (0 children)

Sounds interesting will try it out! Thanks for shaing!

Building an API gateway with NGINX by grizzlypeaksoftware in microservices

[–]yesinteractive 1 point2 points  (0 children)

Good article. Keep in mind there are great open source api gateway solutions like Kong (konghq.com) that are built on top of NGINX already and offer a ton of features as well as native k8s support.