Adam Argyle has written the CSS for animating one of the elements with the new popover attribute so that we don't have to. It's pretty clean too!
2 days agoInteresting new technique to use the mask property to link to an SVG to create icons. I think I'd want to test this without the pseudo element though.
4 days agoNice practical description of composition and comparison of the different ways it can be implemented.
4 days agoUseful and practical uses for the new :has() selector
4 days agoBrief (and unfortunately cut off for non-subscribers) description of a format of a technical (IC or leadership) interview they call "Career History". The summary is that you find 3 - 4 roles in their history then ask the same rough set of questions about those roles with a view to discovering what the trajectory of their career is. There's also a description of red flags to watch out for (mostly lack of improvement and lack of empathy). The structure intentionally doesn't follow questions that the interviewee may have polished, prepared answers for, which I can see the value of but worry isn't the best for neurodivergent candidates.
2 hours agoThorough explanation of how different physical and virtual keyboards (such as French AZERTY and German QWERTZ keyboards) can affect the KeyboardEvent events.
22 days agoUtility Mac app that adds various Shortcuts automations, so it could run a Shortcut on a time schedule or when connecting to wifi or when folder contents change etc.
November 2023Create views into the your Google Calendar from Obsidian. Looks like it also supports creation of notes that are linked to calendar events. Possibly also useful for a "Dashboard" note showing some top level info.
October 2023Article from Camille Fournier, giving advice to senior engineers about how they can get to the next level by considering the "next larger context". This seems like a really good framing of the problem, so useful to keep in mind for career progression conversations.
October 2023New Google initiative to easily show if a feature is well supported.
October 2023Good primer on the Temporal API, with a really nice explanation of some of the nuances of the API that I'd struggled with before. There's also some really great info on the state of the spec and what's blocked on.
October 2023Interesting study describing an algorithm they created to identify issues in pre-written code snippets used as the basis for learning exercises (they called them templates). The idea being that teacher may introduce issues in these code snippets, meaning that students may be confused or unable to complete the exercise tasks. Detection relies on a dataset of completed exercise tasks, diff-ing the output of code quality tools against the output from the original code.
September 2023This is fairly transparently an ad for Linear, and most of the actual numbers seem pretty suspect, however it is a concise list of potential team metrics to measure.
September 2023Dan Abramov walks through creation of a React Server Component server & client, explaining how each piece and what it's needed for.
September 2023Well reasoned argument for using type over interface for types for objects in TypeScript.
September 2023Really interesting comparison of power usage when loading images, using Firefox's dev tools (it's built into the performance capture tool now). tl;dr: WebP comes out on top.
September 2023Explainer of new ish @property in CSS, which allows variables to be declared with a "type" as well as a fallback if an override doesn't match the type. This is really useful for design systems, as you can provide more guarantees that your variables are being used correctly.
September 2023The title doesn't do a good job of describing this, but it's really a decent article on how Senior/Staff can influence organisations to solve bigger, structural problems with a pretty good specific example (improving a11y).
August 2023Really in-depth look - with lots of citations - at the ways in which Google's Core Web Vitals affect search ranking. I'm sure this will be useful reference material for when SEO comes up.
August 2023