A couple of weeks ago I had some time in my hands and decided to fix cross-browser rendering issues for Pony Foo. The ensuing bug hunt was a good reminder of just how obnoxious web development can get. |
|
Wallaby.js provides instant feedback from your tests and realtime code coverage right in your editor, no more context switching. Supports JetBrains IDEs, VS Code, Atom, Sublime and Visual Studio. | |
|
Paul Irish gave a talk in Münich about the kinds of metrics which are important to Progressive Web Applications. Some of it is generic web performance advice, but the rest is specific to making Progressive Web Apps more awesome. |
|
The :target pseudo-class refers to an element within the document that the URL’s fragment points to. For example, this piece of text is wrapped in a element which has an ID of #target-test . If you went to the url bitsofco.de/the-target-trick#target-test, then that element will be the target and and styles applied to the :target pseudo-class for that element will take effect. |
|
A deep dive into CSS display property values and their effect on layout. |
|
Baljeet Rathi explains the various CSS image replacement techniques available to web developers today and looks at their pros and cons. |
|
Dean helps us thorugh throttling our CPU in Chrome Dev Tools. I didn’t even know we had this power. |
|
Node bindings for libui . libui is a simple and portable (but not inflexible) GUI library in C that uses the native GUI technologies of each platform it supports (macOS, Linux, Windows). It is in early stage of development, but is evolving at great pace and is really awesome. It could become an awesome, lightweight alternative to Electron to develop multi-platform GUI. |
|
A fun read on what works and what doesn’t when it comes to marketing, driven by data. While tangentially related to most of our day-to-day jobs, this article puts data-driven user experiences in an interesting light. | |
|
A great case study. Felony is an open-source pgp keychain built on the modern web with Electron, React, and Redux. Felony is the first PGP app that’s easy for anyone to use, without a tutorial. | |
|
Kerry shared a list of learnings he came across when studying startups. While I typically shy away from these types of link aggregations, this list is too good to pass up! |
|
|
Comments