open chrome profiles via command line.
https://superuser.com/questions/377186/how-do-i-start-chrome-using-a-specified-user-profile
https://peter.sh/experiments/chromium-command-line-switches/
works
open chrome profiles via command line.
https://superuser.com/questions/377186/how-do-i-start-chrome-using-a-specified-user-profile
https://peter.sh/experiments/chromium-command-line-switches/
works
link to a previous jbs article on what lighthouse is and how to use it: https://www.jbssolutions.com/resources/blog/lighthouse-full-stack-developer/
I wanted to understand why browsers using the newer <input type="time"/>
Inspired by the following video from http203
I began my journey searching in the dark but initially heading in the right direction.
# 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: