There are many different ways to do something,
find what works best for you.
Sometime around 1999β¦
Using Web Studio, Version 1.0 for Windows
OMGZ!! I built a website!
A lot has changed
Writing actual code, instead of a gui.
I still π gifs
π¨βπ§β
GitUp App
πππ
Far too often this is overlooked
Look after yourself and your health
If you don't, your workflow equals:
π©
I like Hiking and playing the Piano
I like clean, some prefer messy
π¨π©π§π¦
Makes the dream workβ¦ π
Find what works best for you.
http requests, page load time, 404s
Break down into smaller manageable tasks
(I did this for this talk)Ensure consistency throughout your team.
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = LF
trim_trailing_whitespace = true
[{package.json,bower.json}]
indent_style = space
indent_size = 2
# List all files colorized in long format
alias l="ls -l ${colorflag}"
# Open current directory in Sublime Text
alias s="subl ."
# Easier navigation
alias ..="cd .."
alias ...="cd ../.."
alias ....="cd ../../.."
$ mkd sitename.dev
Custom .functions code
# Create a new directory and enter it
function mkd() {
mkdir -p "$@" && cd "$@"
}
$ findme class-name
index=1
filenum=1
keyword=$1
for filename in `grep -rIl $keyword --exclude="\*.git\*" .`; do
echo $filename
perl -pi -e "s/$keyword/\$& . $filenum . ++\$n{\$ARGV}/ge" $filename
filenum=$(($filenum + 1))
done
Things can get complicated
20mb retina hero image
vs
Getting content quick and viewing offline?
Using a Service Workerβ¦
Help make team members feel;
It won't end well
πβ¨π
Had to add something 'critical' in?
Introducing theβ¦