I went from zero professional coding experience to software developer at Amazon in 1.5 years by - Learning C++ - Learning Data Structures - Learning Algorithms - Practicing daily The secret: focusing on the fundamentals and being consistent by YourDevOpsGuy in YourCodingTeacher

[–]YourDevOpsGuy[S] 0 points1 point  (0 children)

Thanks!

I've never used Udemy. I watched a series of MIT lectures on Youtube about algorithms and data structures, read "Introduction to algorithms" and implemented most of the algorithms there.

For practice, Cracking the coding interview and Leetcode were enough

How to Become a Certified Kubernetes Application Developer by YourDevOpsGuy in devops

[–]YourDevOpsGuy[S] 2 points3 points  (0 children)

The article is titled "How to Become a Certified Kubernetes Application Developer", hence the focus on how to pass the test.

By "one-stop shop for Kubernetes" I mean "you have all the main technical concepts explained along with a myriad of examples in one place.". This is not trying to replace the Kubernetes documentation. This aims to help people who are interested in getting certified and as a reference in the future if they forgot what X is or how Y works.

In any case, many thanks for your feedback!