4 Books That Shaped Me as a Developer

Поделиться
HTML-код
  • Опубликовано: 21 ноя 2024

Комментарии • 56

  • @TravisMedia
    @TravisMedia  Год назад

    To try everything Brilliant has to offer-free-for a full 30 days, visit brilliant.org/TravisMedia . The first 200 of you will get 20% off Brilliant’s annual premium subscription.

  • @abdurrahman11355
    @abdurrahman11355 Год назад +116

    1- Soft Skills by John Sonmez
    2- The One Thing by Gary Keller
    3- The Phoenix Project by Gene Kim , Kevin Behr , George Spafford
    4- The Pragmatic Programmer by David Thomas & Andrew Hunt

    • @chelsHQ
      @chelsHQ Год назад +1

      thanks for sharing

    • @muralidharanvenkatraman1261
      @muralidharanvenkatraman1261 Год назад

      Hi Travis, good ones to add to my read. Thanks for sharing.

    • @A.Dalton
      @A.Dalton 9 месяцев назад

      @abdurrahman11355 بارك الله فيك 😄

  • @jamesmunroe6558
    @jamesmunroe6558 Год назад +16

    - Algorithms in C++ (Robert Sedgewick)
    - Design Patterns (GoF)
    - Refactoring (Martin Fowler)
    - Effective Modern C++ (Scott Meyers)

  • @stevancosovic4706
    @stevancosovic4706 Год назад +34

    "Head first design patterns" really helped me a lot where I learned a lot about abstraction, decoupling, reusability, simplicity etc.. It is really a brain-friendly book with real-life examples of how a dev can implement a specific pattern.

    • @muralidharanvenkatraman1261
      @muralidharanvenkatraman1261 Год назад +2

      thank you for sharing.

    • @TravisMedia
      @TravisMedia  Год назад +2

      Ahh sounds helpful, will read it soon. Thanks for sharing.

    • @shadow6161
      @shadow6161 Год назад +2

      head first books are comic books for developers. you will enjoy it and understand it by real world example.

    • @trex511ft
      @trex511ft 9 месяцев назад

      I don't trust head first series, I started reading head first java and it was terrible, full of ambiguities and treating you like a baby.

    • @stevancosovic4706
      @stevancosovic4706 9 месяцев назад

      ​@@shadow6161No, its the standard programmer complex which tends to think that he's pro if he does stuff in harder way. Like C++ developers who have a possibility to deploy their app in pyrhon, but they chose C++ because its harder and makes them "pro" but does not in reality makes them dumb because he could deploy that app 3 months earlier in python. For me Head first design patterns is a great starting point for learning terminology and concepts in general. But, for the "pros" like you, they start with Design patterns from 1994 because its harder and they learn nothing from it.

  • @rashmohan
    @rashmohan Год назад +6

    Award winning software book - Code Complete by Steve McConnell. This book is a timeless masterpiece that offers a comprehensive and in-depth exploration of software construction and coding practices. McConnell's writing is clear, concise, and incredibly insightful, making complex concepts accessible to both novices and experienced programmers. One of the standout features of 'Code Complete' is its emphasis on practicality. McConnell doesn't just preach theory; he provides actionable advice that you can immediately apply to your projects. Whether you're a beginner looking to build a strong foundation or a seasoned developer seeking to refine your skills, this book has something valuable to offer. It's a timeless classic that continues to be relevant in an ever-evolving field. This book is essential addition to every programmer's library.

  • @imnottellingyoumyname3050
    @imnottellingyoumyname3050 Год назад +8

    A Mind for Numbers by Barbara Oakley. It helps you learn how to learn.

  • @alstonbarretto
    @alstonbarretto Год назад +4

    Great video Travis, I always looked at my job in IT as a job but not like a career. I plan to focus on it like how a professional athlete would treat their career.

  • @chelsHQ
    @chelsHQ Год назад +8

    Automate the Boring Stuff with Python helped me out to start off learning Python language. Would recommend 10/10

    • @TravisMedia
      @TravisMedia  Год назад +2

      Nice! Only heard good things about it.

    • @atlantic_love
      @atlantic_love 4 месяца назад

      "Would recommend 10/10". You recommend someone buy 10 books?

  • @prabhdeepsingh8726
    @prabhdeepsingh8726 Год назад +6

    Code: The Hidden Language of Computer Hardware and Software - by Charles Petzold was the book that truly helped me understand how computers and programmes work.

    • @montechristoJr
      @montechristoJr Год назад +1

      I am currently reading this book and its filled with so much basic computer knowledge. Anyone who wants dig deeper into basics should definitely read this book.

  • @DD-cf2iv
    @DD-cf2iv Год назад +4

    Structure and Interpretation of Computer Programs (SICP) has truly helped me understand how programming works. I always felt like coding was magic;however, this book teaches you the essence of programming, so it does not matter what programming language you use. There is a version for Javascript. The 2nd addition is free, but not the Javascript version; however, if you prefer python, someone has made a free book that is inspired by SICP that explains coding in python. It's call composing programs.

  • @muralidharanvenkatraman1261
    @muralidharanvenkatraman1261 Год назад +3

    Bought all the books and reading now.

  • @neshas1142
    @neshas1142 Месяц назад

    Thank you! Helpful content.

  • @isaacfigueroa
    @isaacfigueroa 7 месяцев назад

    Gracias por las recomendaciones Travis! I will start with the first one!

  • @cody_codes_youtube
    @cody_codes_youtube Год назад +1

    This is great. And such good topics. Thank you for sharing!

  • @stillmattwest
    @stillmattwest 10 месяцев назад

    The Phoenix Project definitely made me think about management differently.

  • @acronproject
    @acronproject 9 месяцев назад

    Thanks so much Mr.Travis

  • @kurdev101
    @kurdev101 Год назад

    Thanks a lot Mr.Travis , I appropriated , It's very very useful for me .

  • @adamodimattia
    @adamodimattia 10 месяцев назад +1

    Is The Pragmatic Programmer really that good? I started reading it some time ago but I stopped because of JavaScript and problems that seemed to me somewhat specific to that language... Can any one share his/her experiences on this book especially regarding C++/Rust/C# programmers from game dev/engine/graphics world?

  • @Mono-Basim
    @Mono-Basim Год назад +1

    Definitely reading the phoenix project

    • @TravisMedia
      @TravisMedia  Год назад

      You’ll definitely come away from it a more knowledgeable person.

  • @Quoteoftheday228
    @Quoteoftheday228 Год назад

    Thank you for this Travis I will make sure I buy those books, I just start learning python

  • @davidtinney8975
    @davidtinney8975 Год назад +1

    Clean Code: A Handbook of Agile Software Craftsmanship - by Robert C. Martin

  • @toddmcintosh
    @toddmcintosh Год назад

    THANKS
    So, question, would the Pragmatic Programmer be a good audio book listen or not?

  • @rahmanmusah4470
    @rahmanmusah4470 Год назад

    I've read the one thing.
    Are the other books also non fiction or they're just textbooks?

  • @ibphysicsclassroom
    @ibphysicsclassroom Год назад

    Mine is headfirst Javascript and mysql

  • @Divy91311
    @Divy91311 Год назад

    Hey Travis , really nice video! I was wondering if I could help you edit your videos and also make a highly engaging Thumbnail which will help your video to reach to a wider audience .

  • @ajaysivaramakrishnan7283
    @ajaysivaramakrishnan7283 Год назад

    = Type = Icf=%=bank case = Time after noon = bsnl = sub jet

  • @LengCPP
    @LengCPP Год назад +2

    Never read coding books but I'll pick up at least the first one. I was lazy to start learning something new at 30 but after reading Miyamoto Mushashi's The book of five rings, I started learning coding, this is the 3rd month three more months I'll be looking for a job if I'm consistent. And thanks for this channel.

    • @ditsepusegerane7942
      @ditsepusegerane7942 Год назад

      hey buddy, how far are you with the studies

    • @LengCPP
      @LengCPP Год назад

      more like intermediate level I write python mostly but I know my way arround sql and javascript too @@ditsepusegerane7942

  • @aipujols
    @aipujols Год назад +1

    Thanks, Travis, never fail to provide inspiration. 🎉
    One question, is there a suggested order to read these four books?

    • @TravisMedia
      @TravisMedia  Год назад +2

      Thanks! Not really, probably Phoenix Project last. The earlier the pragmatic programmer is read, the better, as the principles are really good.

  • @xrobot8052
    @xrobot8052 Год назад

    I do not want to suggest your book list to others. Here is the reason. Only the first book Soft Skills has more than 400 pages. Does it worth the time of a software engineer ?

  • @jhong-jhong
    @jhong-jhong Год назад +1

    I am re-learning after years of quitting college. And I did finish my first comeback project using python, I discover a book called "The Programmers Brain".
    The first chapter talks about the 3 types of memory, the short term, long term and working memory.
    It really gives me an idea how the mind works, and actually paves a way for me in learning.
    I was curios to know if you encounter that book too. And was hoping what can you say about it too. That book really give me a new hope again and I am slowly getting building up my broken pieces of confidence after suffering a depression.
    If anyone here knows the book I am talking too, I would love to know what is your honest opinion about the book. That could actually help me too.
    And thanks to books you shared that help you shaped as a developer. I would definetly buy them.

  • @mcleve8393
    @mcleve8393 Год назад

    Would you mind sharing your steps to get the AWA solution architect cert?

    • @TravisMedia
      @TravisMedia  Год назад

      Pass the AWS Solutions Architect in 2021 | Exact Resources To Use
      ruclips.net/video/sguo6-Xbk3I/видео.html

    • @atlantic_love
      @atlantic_love 4 месяца назад

      @@TravisMedia LOL!!!!!

  • @tuananhdo1870
    @tuananhdo1870 Год назад

    For me it's sicp

  • @MichelleHenderson-b8h
    @MichelleHenderson-b8h 8 месяцев назад

    cool video)

  • @colinmaharaj
    @colinmaharaj Год назад

    Bigger as in Ted J biggerstaff

  • @atlantic_love
    @atlantic_love 4 месяца назад +1

    The only good book of those four is The Pragmattic Programmer. The rest are garbage, and one of your links didn't work for me.

  • @sravanmathangi
    @sravanmathangi 13 дней назад

    Ansible?? Who???😂😂