Solution Architect at Innova Solutions (Client - iCreditWorks Start Up)
Amol Gote is a seasoned IT professional who builds scalable, resilient microservices. He has a unique experience in building microservices in .NET and Java. He is skilled in deploying and managing microservices in AWS and Azure environments and has technical proficiency across multiple applications and tools. This expertise includes full-stack capabilities, from designing to building end-to-end solutions involving databases (SQL/NoSQL), back-end services, messaging services, and modern web applications.
e-Signing Service - Digitally Sign Documents
Nov 2023 - Current
e-Sign Microservice is an open-source solution that allows businesses to sign documents securely online. This service is designed to offer more control, flexibility, and cost savings compared to third-party e-Signing services.
Stats
Reputation: | 975 |
Pageviews: | 103.2K |
Articles: | 14 |
Comments: | 6 |
Microservices
Comments
Jul 30, 2024 · Amol Gote
Thank you for your feedback! You’re right that using secrets management tools like AWS Secrets Manager is a modern and secure way to handle sensitive information such as database hostnames and ports. In this context, the environment variables mentioned in my article are retrieved from AWS Secrets Manager when the container starts. This allows us to securely manage and inject secrets into the application ensuring that sensitive information is handled securely.
Feb 12, 2024 · Amol Gote
No problem. Appreciate your feedback.
Feb 06, 2024 · Amol Gote
Article is updated now. Thanks again for pointing it out.
Jan 28, 2024 · Amol Gote
Have added that and submitted to moderation, it should get reflected soon. Thanks for pointing out the issue.
Jan 27, 2024 · Amol Gote
Thanks for the feedback, have removed the date formatting method, had just added as an sample. Also added more example for code commenting.
Aug 09, 2023 · Amol Gote
That's a great point! Spring Boot Actuator's
/info
endpoint is indeed a valuable tool for this purpose. Our choice to implement a custom controller was driven by a few considerations:However, it's worth noting that both solutions can coexist and provide value. Thanks for bringing this up!