In this Hasty Treat, Scott and Wes are back with part 2 on how to develop for slow internet connections.
Kyle Prinsloo Freelancing - SponsorKyle Prinsloo teaches you everything you need to know about freelancing, including how to quit your job, earn a side-income and start taking control of your life. Check it out at\xa0studywebdevelopment.com/freelaning. Use the coupon \u201cSYNTAX\u201d and get 25%.
Show Notes03:27 - Images
08:33 - Scripts + CSS assets
08:51 - Video
09:13 - Connections that go in-n-out a lot
window.addEventListener('offline', updateOnlineStatus);
window.addEventListener('online', updateOnlineStatus);
10:27 - Service workers!
12:05 - Fonts
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
14:04 - CSS tricks
14:37 - Testing slow connections