Recent Morgan's blog
Web Performance Testing
3 minutes read - 524 words
Web Performance is good (and can be fun) An example Lighthouse score:
I have a growing interest in web performance. I get joy out of using web performance tools and hopefully getting a good score on the pages I work on. It is a little like working to get a gold star and then see your website perform out in the big world!
Performance matters on a big scale and small scale - Core Web Vitals is a ranking factor for Google SEO.
Read more about Web Performance...
Learning ReactJS && JavaScript generally
One minute read - 128 words
I have some time to retool and reconfigure my knowledge before being available to work again in December of this year. I have a list and order in which I plan to consult these amazing resources about programming. I have over five years of experience but there is a lot of low hanging fruit to gain by starting from some fundamentals:
10/19: Goals Learn JavaScript in y Minutes Completed reviewing this JavaScript Garden Currently part way through Learn JavaScript Online course Completed initial chapters Eloquent JavaScript I plan to complete the entire book, it has been reccomended many times!
Read more about JavaScript Resources...
Experiments with Congress.gov API
2 minutes read - 334 words
This September Congress.gov released a neat new API!
Congress.gov shares its application programming interface (API) with the public to ingest the Congressional data. Sign up for an API key from api.data.gov that you can use to access web services provided by Congress.gov. To learn more, view our GitHub page.
It is possible to experiment with the API by signing up and then entering the key in the authorization dialog at the top of the page.
Read more about Congress.Gov API...