The Top Tech and Coding Book Recommendations

Поділитися
Вставка
  • Опубліковано 4 жов 2024

КОМЕНТАРІ • 90

  • @618Developer
    @618Developer 3 роки тому +38

    Overall, a solid collection of material. I have over a decade experience in this industry and wanted to just chime in on some quick thoughts to support this video.
    #1 Clean Code - This is THE book to read for professionals. No matter what industry or language you develop in, this book is the foundation for your craftsmanship. I reference this book in almost every code review I do for pull requests.
    #2 Intro to Algorithms - This is what I call a library book. For those of us that went through academia, we are familiar with it. The gold standard textbook for any algorithms class. I say library book, because there isn’t too much of the content I’ve personally had to use at my clients. This book really just depends on what industry and tech you are working with.
    #3 Clean Coder - The sequel worth reading. This is a good book on the soft skill side of being a professional developer. Fair warning, there are some pieces we all should disagree on in this book. The hot topic is “the zone.” Uncle Bob says stay away from it, but for some of us, we can handle the disconnect.
    #4 Pragmatic Programmer - Another solid choice I feel every developer must read at some point early in their career. Decades old and still holds true today. Probably the best all around book to pick up.
    #5 Head First Design Patterns - A fun book to learn design patterns, but beware. A lot of developers will pick up this book, read it, and then think everything they touch follows one of these patterns. Don’t fall into this trap. There are times to utilize these patterns, and other times it over-engineers what you are doing. Remember YAGNI and KISS.

    • @TiffInTech
      @TiffInTech  3 роки тому +9

      Thank you so much for taking the time to go through them with your thoughts too! So valuable!!

    • @kushal6065
      @kushal6065 3 роки тому

      Nice

    • @daranadine7711
      @daranadine7711 3 роки тому +1

      Thank you for adding that even as a professional you still reference books! I’ve struggled with trying to build a solid library to help me prepare for my bootcamp!

  • @t0m0b0nes
    @t0m0b0nes 3 роки тому +14

    I love "Computer Systems from a Programmer's Perspective" by Bryant and O’Hallaron. Even though I haven’t finished it yet . It makes much more fun coding when you know what’s going on under the hood.

  • @abeljoshua4228
    @abeljoshua4228 3 роки тому +5

    I am happy to announce that I just got my own copy of all of the resourceful books you recommended. Thank you so much @tiff for sharing. Soooo LET THE READING BEGIN

  • @trewaldo
    @trewaldo 3 роки тому +8

    I love using books for programming especially because of the level of the fundamental examples and problems to get used to the language. Thanks, Tiff! 😍🤓🥰

  • @trtlphnx
    @trtlphnx 3 роки тому +2

    Thanks For The Heads Up~
    Your Channel Is So Eclectic; That's What I Love About The Way You Think ~

  • @sinecurve9999
    @sinecurve9999 3 роки тому +3

    One of the main points behind Clean Code is writing code that is maintainable, extendable, and documentable.

  • @jaydenmoon1165
    @jaydenmoon1165 3 роки тому +1

    More focused but I really enjoyed Eloquent JavaScript - Definitely going to get all the recommendations - Another wonderful and helpful video - thank you 😀

  • @chummyigbo8844
    @chummyigbo8844 3 роки тому +1

    I just love your videos. Sometimes, i just play it in the background and just enjoy.

    • @TiffInTech
      @TiffInTech  3 роки тому

      Thank you! I appreciate that!

  • @justemily4340
    @justemily4340 3 роки тому +2

    This video has come at the right time! At the moment I am looking for books I can use for programming/coding. Thanks for the suggestions, I will add them to my list of sources. :)

  • @sagarzeus4748
    @sagarzeus4748 3 роки тому +13

    Hey Tiff.
    I suggest you to make list of the best courses (paid or unpaid) for each major programming languages thatt are available online.

  • @gradientO
    @gradientO 3 роки тому +4

    Thanks for the recommendations. Just downloaded from libgen lol

  • @satyavivekanandbattula1091
    @satyavivekanandbattula1091 3 роки тому +3

    Thanks tiff 😊. Helpful video 🙂👍

  • @gmdstyles312
    @gmdstyles312 3 роки тому +1

    Excellent content, a few days ago I found your channel and I loved it, you earned one more subscriber. Thank you very much for sharing your knowledge. Greetings from Peru :)

    • @TiffInTech
      @TiffInTech  3 роки тому

      Thank you! So happy to hear!

  • @duanedonaldson2262
    @duanedonaldson2262 3 роки тому

    For my search info later, clean code ; intro to algorithms ; the clean coder ; the pragmatic programmer ; head first design patterns

  • @Nedwin
    @Nedwin 3 роки тому +1

    Boost my mood a lot! Thanks Tiff!

    • @TiffInTech
      @TiffInTech  3 роки тому +1

      Yay!! Hope you’re having a great weekend!!

  • @JimVincitore
    @JimVincitore 3 роки тому +1

    Great videos. Very cool!

  • @baubashow
    @baubashow 3 роки тому +1

    Just loved it. Thank you so much!

  • @apex761
    @apex761 3 роки тому +1

    It kills me that you left these books out. ... Anyway you have a good collection.
    Domain-Driven Design: Tackling Complexity in the Heart of Software -Eric Evans.
    Design Patterns: Elements of Reusable Object-Oriented Software - GOF
    Refactoring: Improving the Design of Existing Code -Martin Fowler.
    Clean Architecture: A Craftsman's Guide to Software Structure and Design -Uncle Bob

    • @TiffInTech
      @TiffInTech  3 роки тому

      Ahh! Thank you for sharing these too!

  • @AnastasiInTech
    @AnastasiInTech 3 роки тому

    Congrats on 100k !!!

  • @derekgossett7377
    @derekgossett7377 3 роки тому

    Books are amazing. I have a couple shelves full. UA-cam is amazing as well due to being constantly updated daily but doesn't contain all of the info needed. But my absolutely favorite resource is online documentation. #1 bar none. Always up to date and a click away.

  • @vishsingh7235
    @vishsingh7235 3 роки тому +1

    There's a 4th edition of Introduction to Algorithms coming in Spring 2022.

  • @motivationdiverse3485
    @motivationdiverse3485 3 роки тому +1

    Hi tiff, please can you make a video were you share how you find solutions to code problems using google😍

  • @stevensong8784
    @stevensong8784 3 роки тому +2

    I recommend Cracking the Coding Interview by Gayle McDowell? I don't know if it's updated?

  • @marcdumonceaux9610
    @marcdumonceaux9610 3 роки тому +1

    thanks for the recommendations! side note , slightly off topic, hope its ok to ask here, have you heard off Devslope Academy? if so whatre your thoughts? if not np :-)

  • @CodeTherapy33
    @CodeTherapy33 3 роки тому +1

    Does it make a difference if you read the online version of the books?

  • @cjaular78
    @cjaular78 3 роки тому

    hi i'm new to programming, i'm just starting out, but in the QA testing part, but i want to become a full potential programmer ... i'm starting with this book The Self-taught Programmer by Cory Althoff as i start my race for the testing part. .
    By the way, I love your videos, they motivate me a lot, thank you

  • @alper_mulayim
    @alper_mulayim 3 роки тому

    Excellent video Tiffany 🤗🤗😊

  • @marcosaguilo4798
    @marcosaguilo4798 3 роки тому +1

    Hi Tiff. Your face seems a little bit out of focus. It's a small detail that doesn't change the content which is great but improves the quality of the video.

  • @johnpinheiro6211
    @johnpinheiro6211 3 роки тому

    hi Tiff, for you what is the best language for you?
    Keep it up, from Portugal!!

  • @urdarkside1
    @urdarkside1 3 роки тому +1

    How did you overcome your fear of coding when learning as a complete beginner?

  • @abedalelahhyari8767
    @abedalelahhyari8767 2 роки тому

    Thank you so much for useful info

  • @ahmedkhair7618
    @ahmedkhair7618 3 роки тому +1

    Hello.. I am one of your followers and I have a question for you, I wanna be a front end developer in Sweden how I can start ?? I am zero at it ?

  • @isaacaboagye3141
    @isaacaboagye3141 2 роки тому

    I love this video but if I may ask, where can I access these books??

  • @elcapitan549
    @elcapitan549 3 роки тому +1

    I just went to Amazon and all I did was type in the. It suggested The Pragmatic Programmer. That's kind of fucked up.

  • @siamahmed8287
    @siamahmed8287 3 роки тому

    Hi tiff. Your contents are awesome why don't you start tutorials? Most probably you are a javascript Developer right?

  • @krishnasoni9327
    @krishnasoni9327 3 роки тому

    your videos are awsm 🔥🤘
    Btw what's your linkedin ID ?
    Can we connect there ?

  • @ŤÃĹÃ_444-q5w
    @ŤÃĹÃ_444-q5w Рік тому

    Mam I learn softwaring without the joining university?

  • @leonardtangty
    @leonardtangty 3 роки тому

    Awesome video.

  • @leonardtangty
    @leonardtangty 3 роки тому

    Any differences between clean code and clean coder? Same author.

  • @Cachiporra3000
    @Cachiporra3000 3 роки тому

    great video!

  • @sairamadaboina
    @sairamadaboina 3 роки тому

    Thank you 😊

  • @ziaullimon5801
    @ziaullimon5801 3 роки тому

    I am struggling with JavaScript , please give me some advice which book should I read and how to start from beginning. I am from Accounting background.

    • @TiffInTech
      @TiffInTech  3 роки тому

      Great question! Another book I loved when learning Javascript that really helped me was “Eloquent Javascript” they have free PDF versions online too if you just Google it!

  • @derekhoyle5371
    @derekhoyle5371 3 роки тому

    Thank you for the recommendations, I will definitely buy these for my collection!
    I was trying to read your shirt, what does it say?

    • @TiffInTech
      @TiffInTech  3 роки тому

      Thank you! And it’s French!!

    • @theswedishguy9105
      @theswedishguy9105 3 роки тому

      @@TiffInTech je suis allée au collège ( i went to school )

  • @renatosilvaumagentedetrans891
    @renatosilvaumagentedetrans891 3 роки тому

    Hi, Very good my friend.

  • @j.santiago7022
    @j.santiago7022 3 роки тому +1

    Affiliate links next time- let’s support the channel and there’s no extra charge for us subscribers.

  • @AvinashSingh-vj3rk
    @AvinashSingh-vj3rk 3 роки тому

    Nice video 👍

  • @ConwayCreator
    @ConwayCreator 3 роки тому

    JavaScript: The Definitive Guide by David Flanagan.

  • @mateuscarvalho7463
    @mateuscarvalho7463 3 роки тому +1

    I know it's not about the content... But I think you're the most beautiful woman I've ever seen!!! Omg 🤩

  • @JimVincitore
    @JimVincitore 3 роки тому

    Noooooo! Old saying in programming...."Do not write clean code. Writing tough code that no one understands is your job security."

  • @MusicIsLifeFM
    @MusicIsLifeFM 3 роки тому

    oh a french tshirt lol - tu es allée ou ?

  • @edersilvarodrigues
    @edersilvarodrigues 3 роки тому

    Obrigado 👏👏👏👏👏👏👏👏

  • @westray4685
    @westray4685 3 роки тому

    Does anyone know a good way to stay in the know of what's up to date going on in the tech space?

    • @TiffInTech
      @TiffInTech  3 роки тому +1

      I like following the trending articles on medium, joining slack groups in tech, and signing up for tech newsletters!

  • @tamertaher8935
    @tamertaher8935 3 роки тому

    Thanks a lot so useful channel every video you post makes a difference on my knowledge 🤞 thanks

    • @TiffInTech
      @TiffInTech  3 роки тому +1

      Thank you! Glad to hear!!

  • @EdgarSanchez-ss9qi
    @EdgarSanchez-ss9qi 3 роки тому

    The first 2 I found them too cryptic, specially when getting started. #5 sounds good, I've heard HeadFirst series makes topics easy to understand. Cool!

  • @burnedbrowncoal7536
    @burnedbrowncoal7536 3 роки тому

    just great to see you again with that beautiful Golden-Yellowish hair :-)
    OK. What are the main area of your developing practice now? Web or another?
    And I know you prefer Angular, so which version you use for Angular?
    Do you also do React?
    Thanks and Love :-)

  • @explodingrubberducky797
    @explodingrubberducky797 3 роки тому

  • @Ronaldo-o8n
    @Ronaldo-o8n 3 роки тому

    you are so beautiful looking my sweet heart so miss you video nice cooll

  • @jazmervega1201
    @jazmervega1201 3 роки тому

    Helloooo

  • @ammarif618
    @ammarif618 3 роки тому

    Je suis allée au.... I'm going to.... 🤔🤔🤔👕