we’ll walk you through how to integrate PayPal API with a microservice architecture to enable seamless payment processing on your eCommerce website. By leveraging PayPal’s powerful payment solutions and a microservice approach, you can build a scalable, efficient, and secure payment system for your online store What is paypal? PayPal is a payment platform with…
Category: Technology
How to set Domain name for different service in kubernetes
Problem: I ran each services in different container. It’s easy to call service in IP. But this way is foolish. So need to improve to set domain name for services in Kubernetes š What are Microservices? Microservices are an architectural and organizational approach to software development where software is composed of small independent services that…
Message Bot with ngrok tool
Developing the message Bot is effifient to develop in the local side. Finished the code then deploy it. Question: Answer: What’s ngrok: Reference ngrok website: ngrok provide a public address in the local which allow user to connect How to use ngrok: first sign up in the website, get the token then download ngrok tool….