Hey,
first, I wish you a happy New Year. But although we write another number now — 2016 — your habits, goals won’t change overnight. That is why I’m not convinced of New Year resolutions. You should have goals, resolutions and you should try to improve yourself.
But bear in mind to make these goals reasonable, actually achievable for you, and re-iterate in smaller periods than just once a year. I think that works way better than having one large resolution and then feeling bad because, of course, you failed to reach your big goal. Make the small things count and improve in small steps!
News
- Finally, Amazon Cloudfront now supports gzipping text and binary content. You can and should enable it right with now if you serve such files over the service.
- This week, IPv6 is twenty years old and it celebrates its birthday with a global share of 10%. It’s incredible how slow the usage of IPv6 has been but for two years now we see a fast growing adoption of the technology and I’m delighted to see how it will develop over the next two years.
Generic
- Really, if you only read one thing this week about web development, let it be this transcript of Maciej Ceglowski’s talk “The Website Obesity Crisis” or watch the talk.
- Everybody who has ever linked to a third party and checked the health of links from time to time knows the issue: broken links. And we still change URLs or remove resources (yes, I did this myself a couple of times) without sending a proper redirect or notice to the user. We do that despite knowing that the hyperlink is one of the most important parts of the web. I think this is also a good place to remind you of this article, too.
- Stephen Hay writes about best practices featured in blog articles and why the reality is often very different, requiring us to be more pragmatic and less idealistic. The reality is sometimes messy, not all people can spend days optimizing the smallest details.
UI/UX
- Troy Hunt complains that in 2016, websites still fail on basic user experiences and, instead, take over the user’s screen with newsletter subscriptions, surveys, multi-part articles, password restrictions, popover ads, cookie warnings and scroll-jacking.
Tooling
- Working with npm? Then you’re probably annoyed by installing dependencies over and over again over the network. Fortunately, there is a second option that lets you use many features of npm offline. Addy Osmani explains what you need to do to use it.
Security
- How lazy authentication can lead to you being associated with, well, terrorism is being described in this article by Brian Krebs whose PayPal account has been taken over. We should really aim for the best authentication method available for the products we build.
- There is a common misunderstanding of services like Cloudflare or CDNs regarding the way they handle HTTPS. I wrote an article why it’s wrong to think your website data is secured when you use the HTTPS provided by Cloudflare and what privacy implication the usage of a CDN usually has.
Web Performance
- If you include a third-party script, you should always be aware of its consequences. As you don’t control the resource but often rely on it, you should spend some time thoroughly considering whether it’s worth implementing it, what happens if the script is not available on the remote server any longer and, more specifically, whether your application will still work in such case.. Tammy Everts shares a couple of tips to consider when you include a third party script. Lots of great advice regarding advertising scripts, their ROI, caching methods, and how to detect malicious changes in such scripts.
- Web app loading times are a problem. Gleb Bahmutov has published an article describing what you can do to show the user a nearly instant application state by using Service Workers. Furthermore, a small addition shows how you can run the Express server in the browser with Service Workers.
HTML & SVG
- Ian Devlin’s new article “On Accessibility and the Lack of Proper HTML” points out the problem of why we have so few websites and applications that actually have the basic principles of proper HTML incorporated, with accessibility suffering as a result.
- Andreas Larsen shares step by step in a 2½-article series on how to optimise SVGs for the use on the web: The first steps, a deeper dive into SVG, and how to drastically optimize an existing logo.
Accessibility
- An overview of free tools you can use to make sure your website is accessible. A short introduction that helps you to test your application or site easily.
JavaScript
- Reimagining Single-Page Applications With Progressive Enhancement provides you with view on how to write web applications in a better way. And Addy Osmani gives you some interesting ideas on how to progressively enhance web apps these days.
CSS
- For many people, CSS Blend Modes are still not very well-known. Justin McDowell explains how the different modes work, what effects you can achieve with them and the remaining (and new) you have to deal with.
Work & Life
- Dann Petty, designer and founder of the Epicurrence conference, gives us some life guidance on how to stay creative, productive and to reflect on what really matters in your life.
- “Why can I hit deadlines imposed by others, but not those imposed by myself?” — Ian Feather raises this question and tries to find an answer and an approach on how to fix this human behavior.
- Even with a strong repertoire of techniques for making each hour count for more, you will still fail regularly. What matters is increasing the aggregate quality of your hours over the long term, not to stress when you fail to turn out a perfect build.
- An article outlining why people leave a company, what makes people happy at a job and how companies and employees can make a job a great experience for everybody.
Go beyond…
- This year, China for the first time ever suspends approvals for new coal mines to fight against air pollution and save our planet’s climate. That’s a big step forward and I’d love to see other countries doing the same.
- In California, a massive methane leak is happening since October and it’s as bad as the BP oil spill a few years ago. In fact, the daily leakage has the same 20-year climate impact as driving 7 million cars a day. And it’s yet to see if the leak can be fixed by March, 2016. Gosh, this is bad and I still can’t believe it’s so less covered in the media.
- Paul Krugman has a good column on privilege, pathology, and power. It’s been proven that extreme wealth can be bad for your soul. But it also affects other people, governments due to bad decisions and our mind which worries more about saving taxes than other people or laws.
- SpaceX, the space company by Elon Musk, has created some beautiful posters, advertising traveling to Mars as a tourist destination.
Anselm