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. React: Cross-Platform Application Development with React Native - by Emilio Rodriguez Martinez
  • 2. Clean Code: A Handbook of Agile Software Craftsmanship-Chapter 1,2,3,4,7 - by Robert C. Martin
  • 3. The Catcher in the Rye - by J.D. Salinger
  • 4. Creativity at Work - by Alan Barker

Was this helpful?

  1. _posts

2019-03-01-books-02-19

1. React: Cross-Platform Application Development with React Native - by Emilio Rodriguez Martinez

Published in March 2018, this book for developers who want to use React Native. You can learn:

  • Structure React Native projects

  • Manage state with Redux, MobX

  • Some UI components, animations

  • Basic firebase realtime database

Something are missing from this books:

  • Debugging

  • Deploy app to real device

  • Firebase security

Caution: Don't put the API key in clients to push notificaiton

2. Clean Code: A Handbook of Agile Software Craftsmanship-Chapter 1,2,3,4,7 - by Robert C. Martin

RECOMMEND

A masterpiece that every developer should know, and read at least once.

I read it once a year. And I really learn new things each time I read it. So many gold things that I can't summary. Just read every line.

3. The Catcher in the Rye - by J.D. Salinger

Published in 1951, a classic novel and more classical nowadays.

I read the Vietnameses verison, and I'm reading the English version. I see myself in the hating part of Caulfield. If Caulfield lives in our world these days, he will hate a lot of modern things. "It killed me!" lmao.

4. Creativity at Work - by Alan Barker

A random book I got. There're some good points here.

Previous2019-02-20-how-to-create-Jekyll-blog-with-github-pageNext2019-02-11-highlight-the-pragmatic-programmer-part-01

Last updated 5 years ago

Was this helpful?