Tag Archives: security

What is gRPC and how does it differ from REST?

By | March 25, 2023

gRPC and REST are both popular ways to build APIs for client-server communication. Here are some differences between the two: Here’s an example of a gRPC endpoint response in the Protocol Buffers data format message Book { string title = 1; string author = 2; int32 published_year = 3; } message GetBookResponse { Book book… Read More »

How to manage Secrets in AWS

By | March 25, 2023

Here are some guidelines for secrets management in AWS that can help you ensure that your sensitive data such as DB credentials, API keys, and other secrets are properly protected. By following these guidelines, you can ensure that your sensitive data is properly protected and that you comply with security and compliance regulations.