Adding this to the doc that I give learning javascript, just posting here too for visibility
So you are a new dev on the team and want to learn object de-structuring ?
const defaultTypes = {
foo: 'hi',
bar: 'hi',
baz: 'extra'
}| # inspired by: https://github.com/tiaanduplessis/kill-port/blob/master/index.js | |
| lsof -ni | grep node | awk '{print $2}' | xargs kill -9 | |
| # windows command line: https://www.shellhacks.com/windows-grep-equivalent-cmd-powershell/ | |
| netstat -nao | findstr /c:"4041" | |
| taskkill /PID 14428 /F |
| name: adds todays date to master branch at 7am eastern time, 11am utc | |
| on: | |
| schedule: | |
| - cron: "0 11 * * *" | |
| # on: | |
| # push: | |
| # branches: | |
| # - master | |
| jobs: |
Adding this to the doc that I give learning javascript, just posting here too for visibility
So you are a new dev on the team and want to learn object de-structuring ?
const defaultTypes = {
foo: 'hi',
bar: 'hi',
baz: 'extra'
}a good deed counts for much.
a small flaw reveals much.
super is few, repetative flaws lose trust.
Developer Diary, number one:
angular 2+ there are a few things to learn
the generate command can give examples of a few of these https://angular.io/cli/generate
component
directive
service https://angular.io/guide/architecture-services
pipe
https://www.meetup.com/api/guide/#graphQl-guide
The out of the box example does not work.
However, this version is works:
query='query { self { id name } }'
YOUR_TOKEN='put-a-token'
curl -X POST https://api.meetup.com/gql \| import { act, render, screen } from '@testing-library/react'; | |
| import userEvent from '@testing-library/user-event'; | |
| import React from 'react'; | |
| import MyComponent from './MyComponent'; | |
| const weirdResponseResultStructure = { | |
| results: [ // www.example.com/nameOfUrl | |
| { | |
| id: 'KS', | |
| text: 'KS', |
My take,
https://reactjs.org/docs/hooks-intro.html
^ I would read through 1-8