Skip to content

Latest commit

 

History

History
51 lines (25 loc) · 4.69 KB

Junior.md

File metadata and controls

51 lines (25 loc) · 4.69 KB

😋 Junior

😇 Motivation and experience

  • Robert Martin - The clean coder

    Uncle Bob shares his recommendations on how to "survive" and be successful in the IT industry. This book isn't just about technical skills. It also presents psychological challenges and struggles with them.

  • Robert Martin - Clean Code: A Handbook of Agile Software Craftsmanship

    Despite criticism that you might encounter regarding this book, we still believe that it can be a valuable resource for new developers in the short term. The book features a collection of effective techniques that can help you write well-structured, readable, and maintainable code. However, it's important to not view this book as a gospel and avoid turning it into a "cargo-cult." Instead, use this knowledge wisely and select the techniques that best suit your needs and improve your coding style.

  • Steve McConnell - Code Complete: A Practical Handbook of Software Construction

    Despite its age, this book can still be considered a developer's "bible" as it provides a comprehensive overview of the IT industry. It offers a wealth of practical advice on how to grow and develop as a top-tier professional.

📊 Computer Science

  • Thomas H. Cormen - Introduction to Algorithms

    This book serves as a great follow-up to "Grokking Algorithms". It delves into common sorting algorithms and working with lists, providing more in-depth information. The writing style is approachable and friendly. Reading this book will be helpful in preparing yourself for a deep dive into the field of algorithms.

📝 C++

🔌 Hard skills


Go back | To main page