How to use packages that depend on Node.js core modules in React Native.
See the [node-libs-react-native][node-libs-react-native] library as a convenience for implementing this method.
sudo rm -Rf ~/Library/Caches/com.microsoft.VSCode.ShipIt | |
sudo rm -Rf ~/Library/Caches/com.microsoft.VSCodeInsiders.ShipIt |
This document is written to help JavaScript developers to understand JavaScript's weird parts deeply and to prepare for interviews, the following resources was really helpful to write this document:
# 1. Build our Angular app | |
FROM node:alpine as builder | |
WORKDIR /app | |
COPY package.json package-lock.json ./ | |
ENV CI=1 | |
RUN npm ci | |
COPY . . | |
RUN npm run build -- --prod --output-path=/dist |
# 1. Build our Angular app | |
FROM node:alpine as builder | |
WORKDIR /app | |
COPY package.json package-lock.json ./ | |
ENV CI=1 | |
RUN npm ci | |
COPY . . | |
RUN npm run build -- --prod --output-path=/dist |
https://www.freecodecamp.org/news/javascript-essentials-why-you-should-know-how-the-engine-works-c2cc0d321553/ |
Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
Commit type | Emoji |
---|---|
Initial commit | 🎉 :tada: |
Version tag | 🔖 :bookmark: |
New feature | ✨ :sparkles: |
Bugfix | 🐛 :bug: |
People
:bowtie: |
😄 :smile: |
😆 :laughing: |
---|---|---|
😊 :blush: |
😃 :smiley: |
:relaxed: |
😏 :smirk: |
😍 :heart_eyes: |
😘 :kissing_heart: |
😚 :kissing_closed_eyes: |
😳 :flushed: |
😌 :relieved: |
😆 :satisfied: |
😁 :grin: |
😉 :wink: |
😜 :stuck_out_tongue_winking_eye: |
😝 :stuck_out_tongue_closed_eyes: |
😀 :grinning: |
😗 :kissing: |
😙 :kissing_smiling_eyes: |
😛 :stuck_out_tongue: |
ID,TITLE,INTRO,CONTENT,STATUS,POSTER | |
1,'RXJS IN ACTION','RXJS BEST PRACTICES','RXJS AWESOME CONTENT, STREAM, STREAM. ','DONE',':////cdn-images-1.medium.com/max/2000/1*4io_io2GZmW2yObc0Y_YMg.jpeg' |
# to generate your dhparam.pem file, run in the terminal | |
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048 |