31JulThe twelve-factor appThe twelve-factor app is a methodology for building software-as-a-service apps that:Use declarative formats for setup automation, to minimize time and cost for new developers joining the project;Have a clean contract with the underlying operating system, offering maximum portability between execution environments;Are suitable for deployment on modern cloud platforms, obviating the need for …Show more 12:41 (+0200) Loading CommentsPermalink
28AprInteractive article on the MoonWow! This is amazing!#javscript 10:00 (+0200) Loading CommentsPermalink
3AprMinimal CSS-only blurry image placeholdersHere’s a CSS technique that produces blurry image placeholders (LQIPs) without cluttering up your markup — Only a single custom property needed!#css 10:42 (+0200) Loading CommentsPermalink
4MarHandling Service Worker updatesUpdating PWAs is trickier than I thought, this article explains very well why and how to implement a proper updating.#javascript 17:28 (+0100) Loading CommentsPermalink
28FebDon't Sleep on AbortControllerWell written article on AbortController superpowers.If you are creating libraries in JavaScript where aborting or cancelling operations makes sense, I highly encourage you to look no further than the AbortController API. It’s incredible! And if you are building applications, you can utilize the abort controller to a great effect when you need to cancel requests, remove event listeners, …Show more#javascript 16:43 (+0100) Loading CommentsPermalink
2AugHow Google handles JavaScript throughout the indexing processIn short, Google can effectively render and index JavaScript content, including complex SPAs, dynamically loaded content, and streamed content.#seo 12:32 (+0200) Loading CommentsPermalink
8AprHigh Definition CSS Color GuideCSS can now support HD (high definition) displays, specifying colors from HD gamuts while also offering color spaces with specializations. This guide will explain how you can start to take advantage of this new world of color.#css 10:12 (+0200) Loading CommentsPermalink
13MarCreate More Than You Consume if You Want to Worry Less and Feel More FulfilledFlow is a state in which people are so involved in an activity that nothing else seems to matter; the experience is so enjoyable that people will continue to do it even at great cost, for the sheer sake of doing it. 16:17 (+0100) Loading CommentsPermalink
4JanModern fluid typography editorThis tool generates fluid typography code snippets using the modern CSS clamp function and lets you fine-tune fluid typography behavior using this sleek editor.#css 11:14 (+0100) Loading CommentsPermalink