No Image

React – Cheat sheet

November 7, 2020 hung-nb 0

Coding Keep components simple Create components as minimal as possible, few lines of code each, to avoid enormous states Separate side effects, business logic from […]

No Image

Javascript – Algorithm (3)

November 4, 2020 hung-nb 0

How to add a delay inside a loop? Asynchronous process Synchronous process for… while… How to sort an array effeciently? Use https://github.com/jherax/array-sort-by How to count […]

No Image

CI/CD – BuildKite

November 2, 2020 hung-nb 0

How to use CCMenu with BuildKite? Install and open CCMenu Login BuildKite and create new access token Feed URL

No Image

React Native – Error handler (2)

October 25, 2020 hung-nb 0

Bugsnag Issue createBoundary() undefined in Debug mode Install Bugsnag react-native/#installation Notify error for try/ catch Notify message with data and type (not for free plan(?))

No Image

Mobile development

October 9, 2020 hung-nb 0

Architecture State management Dependency Injection Async programming Background processing JSON serialisation / deserialisation Navigation Deep linking Local storage SQLite Push notification Development environment Scalability Testability […]