useful tools to generate fake or do mock data
-
Random users - Generate random user profile pictures and names to use them as placeholders for your prototypes and design projects
useful tools to generate fake or do mock data
Random users - Generate random user profile pictures and names to use them as placeholders for your prototypes and design projects
The goal: Make the code editor get the expected types definitions while I'm coding
Good morning 🇺🇸 / Bom Dia 🇧🇷 / Buenos Dias 🇪🇸 / Bonjour 🇫🇷 / Buongiorno 🇮🇹 / Gudde Moien 🇱🇺 / Guten Morgen 🇩🇪 / Ohayōgozaimasu ( おはようございます ) 🇯🇵 / Zǎoshang hǎo ( 早上好 ) 🇨🇳
D3.js - Data-Driven Documents
[GitHub] d3/d3 - Bring data to life with SVG, Canvas and HTML.
D3.js Tutorial – Data Visualization for Beginners | freeCodeCamp - 2021/11/24
| import * as React from 'react'; | |
| import MyContextProvider from 'context/MyContext'; | |
| import MyApplication from 'domain/Application'; | |
| export const App: React.FunctionComponent = () => <MyContextProvider><MyApplication/></MyContextProvider>; | |
| export default App; |
| git branch --merged | egrep -v "(^\*|master|main|staging|develop)" | xargs git branch -d |
| /* | |
| useful references | |
| regex pattern | |
| https://github.com/mongodb/js-bson/blob/v4.2.0/src/objectid.ts#L9 | |
| validation function | |
| https://github.com/mongodb/js-bson/blob/v4.2.0/src/objectid.ts#L301 | |
| /^([a-zA-Z0-9]{24}|[a-zA-Z0-9]{12})$/ |