Skip to content

Commit

Permalink
Generate weekly links post
Browse files Browse the repository at this point in the history
  • Loading branch information
MeFoDy authored and github-actions[bot] committed Feb 3, 2024
1 parent d045b60 commit ecf1cb1
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions src/chunks/weekly-2024-02-03.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
layout: links-list.njk
title: 'Weekly Links: 03 February 2024'
date: 2024-02-03
linksCount: 20
dateUpdated: Last Modified
cover: https://mefody.dev/images/weekly-links.jpg
tags:
- weekly
- chunk
---
* [Learn SVG by drawing an arrow](https://blog.shalvah.me/posts/learn-svg-by-drawing-an-arrow) — Demonstration of SVG by constructing an arrow in HTML/JavaScript. Step by step, with Math and pictures.
* [Safari 17.4 Beta Release Notes](https://developer.apple.com/documentation/safari-release-notes/safari-17_4-release-notes) — A lot of new features in CSS, forms, JavaScript, Web Components, etc. `@scope` is my favorite.
* [What’s next for Dev Mode: Annotations, Compare Changes, Plugins, and More](https://www.figma.com/blog/dev-mode-ga/) — Figma moves Dev Mode out of free beta.
* [Highlight Text When a User Scrolls Down to That Piece of Text](https://frontendmasters.com/blog/highlight-text-when-a-user-scrolls-down-to-that-piece-of-text/) — Great usage of CSS Scroll-Driven Animation. By Chris Coyier.
* [12 Modern CSS One-Line Upgrades](https://moderncss.dev/12-modern-css-one-line-upgrades/) — Tiny useful code snippets by Stephanie Eckles.
* [Automated weekly links posts with raindrop.io and Eleventy](https://localghost.dev/blog/automated-weekly-links-posts-with-raindrop-io-and-eleventy/) — That's why this page exists.
* [Make some hacky noise with CSS gradients](https://nerdy.dev/hacky-css-noise-with-repeating-gradients) — Adam Argyle creates an interesting text effect.
* [Streaming HTML out of order without JavaScript](https://lamplightdev.com/blog/2024/01/10/streaming-html-out-of-order-without-javascript/) — Interesting usage of Declarative Shadow DOM for progressive rendering of a webpage.
* [New in Chrome 121](https://developer.chrome.com/blog/new-in-chrome-121?hl=en) — Speculation Rules API updates, `scrollbar-color` and `scrollbar-width`, `font-palette`, `::spelling-error` and `::grammar-error`.
* [Memoirs from the old web: IE's crazy content rating system](https://www.devever.net/~hl/pics) — By Hugo Landau.
* [Key updates in WCAG 2.2: Expert’s overview](https://spur-i-t.com/blog/key-updates-in-wcag-2-2-experts-overview/amp/) — Accessibility expert Glafira Zhur overviews the new criteria of WCAG 2.2 and finds out how it affects the accessibility landscape.
* [Stop resolving the same merge conflict multiple times during merge or rebase using git rerere](https://pawelgrzybek.com/stop-resolving-the-same-merge-conflict-multiple-times-during-merge-or-rebase-using-git-rerere/) — REuse REcorded REsolution.
* [A highly configurable switch component using modern CSS techniques](https://piccalil.li/blog/a-highly-configurable-switch-component-using-modern-css/) — Andy Bell builds a switch component step by step.
* [CSS Scroll-triggered Animations with Style Queries](https://ryanmulligan.dev/blog/scroll-triggered-animations-style-queries/) — Ryan Mulligan is experimenting with scroll-driven animation to create an interesting text appearance effect.
* [Announcing TypeScript 5.4 Beta](https://devblogs.microsoft.com/typescript/announcing-typescript-5-4-beta/)`NoInfer` utility type, `groupBy` declarations, new quick fix to add new parameters to functions in VSCode.
* [The new Outllok on macOS](https://www.caniemail.com/news/2024-01-29-new-outlook-macos/) — In Email Client Support Scoreboard, the new Outlook on macOS falls from the 3rd position to the 23rd position.
* [carouscroll Web Component](https://www.zachleat.com/web/carouscroll/) — A zero-dependency web component to add next and previous buttons to a scrollable container by Zach Leatherman.
* [Images with backdrop blur. Double picture image feature](https://codepen.io/monochromer/pen/abMqObP) — Interesting usage of `picture` with two `img`s without `src`.
* [The web just gets better with Interop 2024](https://webkit.org/blog/14955/the-web-just-gets-better-with-interop/) — The 2024 focus areas.
* [Celebrate a more interoperable web with Interop 2023](https://web.dev/blog/interop-2023-wrapup) — The final scores of really great job.

0 comments on commit ecf1cb1

Please sign in to comment.