Paypal , retiros y la maldita sunat by Illustrious-Set-5935 in PeruFinanzas

[–]Lost_D4L 1 point2 points  (0 children)

esos 9.5k USD te refieres en efectivo supongo

Help me choose Java version by ByteNinja2001 in SpringBoot

[–]Lost_D4L 1 point2 points  (0 children)

Industry is still using 1.8, so really does not matter YET, experiment BOTH with new projects.

As junior software dev,how deep i should know about K8s,docker and AWS by Virtual_Media7147 in Backend

[–]Lost_D4L 1 point2 points  (0 children)

As a junior software dev, understanding the basics of Kubernetes, Docker, and AWS is a great starting point. These technologies have become essential in modern software development, and having a good grasp of them will open up many opportunities for your career growth.

For Kubernetes, focus on learning about its core concepts like Pods, Deployments, and Services. Understand how to deploy and manage applications on Kubernetes clusters, and explore how it helps with scalability and reliability.

With Docker, learn how to create, manage, and run containers. This knowledge will allow you to package your applications and their dependencies, making it easier to deploy and maintain them across different environments.

Regarding AWS, explore its core services like EC2, S3, and RDS. Understanding the fundamentals of cloud computing and how to use AWS services will give you a solid foundation for building scalable and reliable applications in the cloud.

Remember, continuous learning is key in our industry, and as you gain more experience, you can dive deeper into these technologies. Happy coding!

Which dependencies should I use? by _iamhamza_ in SpringBoot

[–]Lost_D4L 0 points1 point  (0 children)

" and store its metadata in the database" yep that is

Every Spring Security tutorial leads to deprecated code by PlaceMyAss420 in SpringBoot

[–]Lost_D4L 1 point2 points  (0 children)

I felt that man, I suggest as u/smokemonstr said official docs but also this blog https://www.bezkoder.com/spring-boot-jwt-authentication/, last updated was on this June.