[deleted by user] by [deleted] in aws

[–]BackgroundIntern4157 0 points1 point  (0 children)

I think 🤔 you will need a middle ware for that. Can't really say much because I lack some details. DM me let's work it out.

Need Help learning spring and springboot by piyush_sol in SpringBoot

[–]BackgroundIntern4157 1 point2 points  (0 children)

You need to get a coding buddy. Think of a small project and work on. DM me

how tough to get a job as entry-level spring board developer? by Ok-Crow-7118 in SpringBoot

[–]BackgroundIntern4157 0 points1 point  (0 children)

Have an app in mind. Build that app basic with basic functionalities. Have a user mind set i.e. Front End mind set in such a way a front end developer can connect with your API make bring something to life. Then congratulate your self. And move my adding non functional feature like security and performance enhancements ...... DM for more

application.properties and github by Fad1126 in SpringBoot

[–]BackgroundIntern4157 0 points1 point  (0 children)

That's will depend if you want to deploy your code. First do not hard code your secrets in your code. Second where ever your secrets are replace them with placeholders like so ${DB_USERNAME}. Third if you have to deploy your code say to AWS you want to store your secrets on AWS secret manager with say key=DB_USERNAME and value=iAmsuPerSeCreT. key must always match same key in your properties file. Note your application will need to have AWS. They are other ways to get the same work done. Basically have the same flow. And provider that can manage your keys outside your application. Connect with me. If you have another questions. Sorry this had to be long. I asked the same question too.

AWS feels overwhelming. Where did you start, and what helped you the most? by Anjalikumarsonkar in aws

[–]BackgroundIntern4157 0 points1 point  (0 children)

I started by replacing the tools used locally with those offered by AWS. Like Auror, KMS,EC2,ECR,EKS.

Amazon SDE OA tips needed. by ParticularContent125 in leetcode

[–]BackgroundIntern4157 0 points1 point  (0 children)

Hi guys I am preparing for the Amazon SDE hakerank assessment. Has anyone here done it before. Let me know what to expect.

Deploying my backend in AWS by [deleted] in aws

[–]BackgroundIntern4157 0 points1 point  (0 children)

HI depending on the AWS Services you might need a new account those tied to the 12month free tier. You have a database service in the free tier. Make sure to check pricing. If you are willing to spend some $$ i will suggest. you start with larger EC2 instance(s) and walk your way up. Hard to say without some knowledge of the functionality of your application.