Critique of Pure Reason (by Blinkist)
What’s in it for me? Get a handle on some of the most complicated ideas in the history of Western philosophy. What is the nature […]
Javascript – Algorithm (2)
Algorithm How to replace text inside a string? How to merge 2 objects? How to update value of a specific field? How to remove duplicates […]
React – How to use “useSwr”?
Why “useSwr” (stale-while-revalidate)? There are only two hard things in Computer Science: cache invalidation and naming things — Phil Karlton It fetches data from an […]
Javascript – All about datetime
date-fns How to convert UTC time to EAST? How to convert time string to Date instance? How to convert string to plain Javascript time object […]
Xamarin – How to setup?
How to update existing project to AndroidX? Update Android compile version to Android 10.0 Open your Android Manifest file and select Target Android version to […]
Leaders Eat Last by Simon Sinek (Blinkist)
What’s in it for me? Learn what defines true leadership. Why is our society set up the way it is today? A society where some […]
How to Eat a Peach – Diana Henry (Blinkist)
What’s in it for me? Travel around the world, one meal at a time. Have you ever become restless, and wished you could expand your […]
Git – How to use git-flow?
Ref: git-flow Point of view The overall flow of Gitflow is: A develop branch is created from master A release branch is created from develop Feature branches are created from develop When a feature is […]