Keyboard reference guide
My journey to become a better developer
Keyboard reference guide
Jest testing does not find absolute pathsIn jest.config add the path where to start from fe srcmoduleDirectories: [‘node_modules’, ‘src’]
Show adapted files Show adapted file Revert a commit Undo commit to unstaged changes rebase check casesensitive files in show what has been committed on…
Do not use try /catch in a transaction unless you throw the error. Everything you did inside the same transaction is visible to later commands…
Translations/copy Localize – exports to multiple file formats (csv, json, …) – does not allow nested translations Weblate Webgebaseerde voortdurende vertaling i18n (React-intl vs React-intl-universal…
AWS First year free, pay-as-you-go afterwards GCP First year free, pay-as-you-go afterwards Digital Ocean Heroku Open Shift Github Useful links:
KNX or Loxone or Niko Home Control? Niko Home control: + : easy setup, easiest domotics system, available through easykit – : not flexible enough,…
1. Go to .git/hooks 2. remove the word sample from the pre-push file 3. Add following code to detect console logs in files you want…
1. in XCode: When you select Automatic manage signing, a certificate will be created for you in keychain and developer portal If you changed your…
Show time between requests app.use((req, res, next) => { console.log(`${req.method} ${req.originalUrl} [STARTED]`); const getDurationInMilliseconds = (start) => { const NS_PER_SEC = 1e9; const NS_TO_MS =…