I hereby claim:
- I am ericcarraway on github.
- I am ericcarraway (https://keybase.io/ericcarraway) on keybase.
- I have a public key ASCdGvGBZxtX16aYKI_XDAUdy7YMhEjFN1PTlKa8A_HM9Ao
To claim this, I am signing this object:
<!-- Given a list of image URLs, find the most common aspect ratio and the average aspect ratio. --> | |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Aspect Ratios</title> | |
</head> | |
<body> | |
<script> | |
const imageUrls = [ | |
`https://d3k85nwvn5w8cq.cloudfront.net/images/sxsw-string.webp`, |
// 1. node fcpbundle-cleaner.js > fcpbundle-cleaner.sh | |
// 2. Inspect the resulting `fcpbundle-cleaner.sh` file. | |
// 3. Run the `fcpbundle-cleaner.sh` file. | |
const { execSync } = require(`node:child_process`); | |
/** | |
* Utility to take the output of an `execSync` 'find' command | |
* and return an array of strings. | |
*/ |
/** | |
* 2022-08-30 | |
* The result of auditing the rules applied to a file/project. | |
* | |
* $ npx eslint --print-config app.js > results.json | |
* | |
* Massage... | |
*/ | |
const rules = { | |
'accessor-pairs': [`off`], |
I hereby claim:
To claim this, I am signing this object:
My best advice is to build a lot of things. Build portfolio projects. Build simple apps. Build a tool that scratches your own itch and publish it online.
By building things, you'll not only sharpen your skills, but you'll show tentative employers what you can do.
The first job is the hardest to get. Then after that, you'll quickly realize
Thanks for the opportunity, Spencer! I saw last week's interview with Eric Carr and figured I'd reach out. Who's next in the alphabetical order? ;)
It's a pretty typical background for someone in the band world: I was really involved in high school, I did a few years of DCI and WGI, and I majored in music.
The plot twist is that a decade into my career as a high school band director, I decided to become a software developer. I've been coding professionally since 2014.