To follow up with Wednesday’s post…
58 downloads yesterday 😱
To follow up with Wednesday’s post…
58 downloads yesterday 😱
DAAAYUUUM GUYS 😱 34 downloads in one week!!!!!! People really want that animate.css in SASS!
I actually signed up for Github about 2 years ago, but never did anything with it. There are a few test repos but barely anything that has to do with code. Nowadays, it’s almost expected for you to be on Github if you’re a webdev.
Even if you’re working solo, it’s great for code management (need to push some bug fixes live, but don’t want to make the new big, alpha-stage features live just yet? Put the new alpha-stage features in a new branch, have the bug fixes be on the main branch, then LIVE!).
Here are two repos I have up that I’m fairly proud of:
I don’t really use Chrome, unless if it’s for work purposes. So that’s probably why I didn’t know you could use Lighthouse in the webdev tools window. 😱
Soo yeah, this was the best I could for GPORG (on the homepage). Apparently it is possible to get 100s all four, but almost impossible unless if you have an extremely barebones, one-page site. Some of the stuff Lighthouse wants you to do to score a 100 under Performance and Best Practices is kind of ridiculous:
unload
listener — this is caused by the WPBruiser plugin, injecting some embedded JS directly onto the page. There’s no way for me remove that, and even if I could, I have no way of knowing if it would break the plugin.Moral of the story — use Lighthouse as a guide but don’t lose sleep over it. (The only scores I care about really is accessibility and SEO, both of which I got 100s on.)
– THE END –