noway - PUBLIC
  • DOCS FOR THINGS
  • _ref
    • Working Memory
    • NASA’s 10 rules for writing mission-critical code
    • React Native
  • _docs
    • Cryptography
    • Store APIs Key in FrontEnd SDK issues
    • APIs abuse issues
    • Webpack
    • Specific things
      • Text recognition
    • Book reviews
      • April 2020
      • 1-2/2020
      • March 2020
    • Visualization
    • MacOS
    • Go
    • Server
      • Easy way to setup a local HTTP Server on macOS
    • React
    • Reading
    • Tips
      • MVP
      • Sleeping in the right way
      • Get more things done
    • VS Code
      • Intelligent doesn't auto complete the JSX attribute or react-native components
      • Setting.json
    • Service Registration
      • Apple Enterprise Developer Account
    • DevOps
      • Using NGINX for ReactJS
    • Firebase
      • Upload image
      • Save data
      • Save Data with unique key
      • Setup local firebase functions
    • Documentation
      • API Documentation
    • React Native
      • Tips
      • Performance
      • Patterns in React
      • Rendering in React
      • View JS from apk
      • Flatlist with large data list causes blank view
      • Facebook SDK
      • Screen Events
      • Hotkeys
      • Deep Links
        • iOS Deep Link: Universal Link vs URL Schemes‌
        • Deferred Link‌
      • Text going off screen with flexDirection: 'row'
  • _posts
    • 2020-07-13-How-to-Understand-things
    • 2019-02-20-how-to-create-Jekyll-blog-with-github-page
    • 2019-03-01-books-02-19
    • 2019-02-11-highlight-the-pragmatic-programmer-part-01
    • 2019-02-15-highlight-the-pragmatic-programmer-part-03
    • 2019-02-14-highlight-the-pragmatic-programmer-part-02
    • 2019-04-11-books-03-19
    • 2019-03-07-telegram-bot-as-a-real-time-logger
    • 2019-02-04-generic-loading-ios
    • 2019-01-31-summary-books-01-19
    • 2019-03-27-short-polling-with-Swift
    • 2019-02-22-try-catch-exception-rather-than-return-codes
    • 2019-09-29-api-docs
  • category-archive
  • tag-archive
Powered by GitBook
On this page
  • 1. Effective Programming: More Than Writing Code - by Jeff Atwood
  • 2. Swift in Depth - by Tjeerd in 't Veen
  • 3. (Vietnamese version) Last Days of Hitler - by Hugh Trevor-Roper
  • 4. Sh*t My Dad Says - by Justin Halpern

Was this helpful?

  1. _posts

2019-04-11-books-03-19

Previous2019-02-14-highlight-the-pragmatic-programmer-part-02Next2019-03-07-telegram-bot-as-a-real-time-logger

Last updated 5 years ago

Was this helpful?

1. Effective Programming: More Than Writing Code - by Jeff Atwood

Published in 2012, this books is for all things programming: programming, team work, managing, marketing... I love the sections: The Art of Getting Shit Done, Principles of Good Programming, Testing Your Code, So it Doesn't Suck More Than it Has To.

One of the best quotes in my opinion

As a software developer, you are your own worst enemy. The sooner you realize that, the better off you'll be

For more interesting posts, visit . There are a ton of things can change your mind.

2. Swift in Depth - by Tjeerd in 't Veen

Published in December 2018, I think this is a must-read book for Swift developer. The beginners should read and understand Swift syntax before read this book.

As its name, this book includes advanced topics in Swift. It has great clean explanations and examples, easy to understand the concepts.

My favourits parts: Making optionals second nature, Effortless error handling, Generics, Putting the pro in protocol-oriented programming, Protocol extensions. I will have some posts for these topics.

3. (Vietnamese version) Last Days of Hitler - by Hugh Trevor-Roper

Published in September 2013, it's good book describe about the circumstance of Hitler and his command. So many intentions, plans are described in details.

4. Sh*t My Dad Says - by Justin Halpern

I randomly picked this book and I enjoyed reading it. It has funny stories and we can learn a lot from thems.

CodingHorror Blog