Daily Digest - 2026-05-19
Total articles in digest: 10
Must Read
Big AI & Design Systems Course updates!
- Source: Brad Frost
- Words: 546
- Category: Design
- Published: 2026-05-19T14:23:00+00:00
- Score: 7.1
Chapters 1 & 2 of our AI & Design Systems Course are live!
- Why it's relevant: matches terms: design systems; fits Design category
- Summary:
- AI & Design Systems Course has launched Chapters 1 & 2 with 16+ hours of video content covering core concepts and tool setup.
- Course price increases from $500 to $995 after May 25th - last chance for early-bird pricing.
- Purchase includes community access, live bi-weekly sessions, and first access to future materials.
- Purchase power parity available for students, freelancers, and those in different geographic regions.
A new chapter: Friends of Figma’s brand refresh tells the story of a global community
- Source: Figma Blog | Shortcut
- Words: 1198
- Category: Design
- Published: 2026-05-19T18:02:00+00:00
- Score: 6.7
From São Paulo to Islamabad, Friends of Figma chapters around the world are distinct, vibrant, and locally rooted.
- Why it's relevant: matches terms: figma; fits Design category
- Summary:
- Friends of Figma is a global community program with 250+ chapters across 82 countries, hosting 900+ annual events for designers to connect and learn.
- Figma has refreshed the Friends of Figma brand with a flexible design system that allows local chapters to customize elements while maintaining a core identity, using basic shapes as building blocks representing community formation.
- The new brand emphasizes authentic connections and local expression, with chapters incorporating cultural elements, colors, and imagery unique to their regions while being part of the global community.
- Designers can join existing Friends of Figma chapters or start their own, with the refreshed brand providing tools for local chapters to create visual identities that reflect their unique communities.
Simplify AI infrastructure for AWS Trainium and Elastic Fabric Adapter with Kubernetes Dynamic Resource Allocation
- Source: Containers
- Words: 1333
- Category: IT
- Published: 2026-05-18T18:56:30+00:00
- Score: 6.5
As organizations scale AI workloads in containerized environments, they face the complexity of managing specialized hardware that creates friction between infrastructure teams focused on stability and machine learning (…
- Why it's relevant: matches terms: aws; fits IT category
- Summary:
- AWS has developed Kubernetes Dynamic Resource Allocation (DRA) drivers for Elastic Fabric Adapter (EFA) networking and AWS Trainium accelerators, enabling topology-aware resource management that solves placement challenges in AI workloads.
- DRA replaces rigid device plugins with flexible resource allocation through ResourceClaimTemplates, ResourceSlices, and DeviceClasses, allowing ML practitioners to request resources by attributes rather than device counts while infrastructure teams maintain control through reusable templates.
- The unified EFA and Neuron DRA drivers eliminate the need for custom schedulers and init containers, automatically aligning accelerators with their nearest network interfaces and enabling safe resource sharing to improve utilization.
- Implementation is straightforward via Helm installation on Amazon EKS clusters (Kubernetes 1.34+), with sample templates available in AWS documentation that abstract hardware complexity for ML teams while maintaining governance for platform operations.
Also Interesting
border-shape
- Source: Frontend Masters Boost RSS Feed
- Words: 200
- Category: Dev
- Published: 2026-05-19T13:06:44+00:00
- Score: 6.5
Una Kravets: Creating non-standard shapes on the web, like a speech bubble or a heart have typically required you to cut off your actual borders with clip-path.
- Why it's relevant: matches terms: web, css; fits Dev category
- Summary:
- Creating non-standard shapes on the web, like a speech bubble or a heart have typically required you to cut off your actual borders with clip-path .
- It’s a powerful upcoming CSS primitive that defines a custom shape for an element’s border.
- I’ll always be fond of tools like Clippy.
Case study: branding & packaging for Juana
- Source: Sidebar
- Words: 1357
- Category: Design
- Published: 2026-05-19T07:43:00+00:00
- Score: 4.8
Identity, logo, wordmark, packaging and typography for CBD beauty brand Juana by Made Thought.
- Why it's relevant: matches terms: typography; fits Design category
- Summary:
- Juana is a Dubai-based CBD skincare company founded by Yann Moujawaz Martini, aiming to merge scientific innovation with ancestral wellness practices, with branding created by Made Thought design studio.
- In an oversaturated CBD market, Juana differentiated itself through minimalist design with a distinctive yellow/green color palette (#E4E928) and limited color family, creating a calm, confident brand presence that stands out from competitors.
- The brand uses a single typography font (Rules by Blaze Type) for consistency and trustworthiness, with hidden design elements (a "biological neuron" logo) creating surprise and engagement for customers.
- Juana demonstrates how premium pricing can be supported by strong visual identity, with minimalist design elements and sophisticated art direction that positions the brand as both scientifically innovative and organically authentic.
Dependency Spring Cleaning
- Source: Tyler Sticka
- Words: 836
- Category: Developers
- Published: 2026-05-19T15:45:00+00:00
- Score: 3.9
In the spirit of seasonal home organizing , here are several dependency updates I’ve made to this site since my last refactor follow-up (most quite recently).
- Why it's relevant: matches terms: web; fits Developers category
- Summary:
- Optimized font delivery** by switching from Adobe-embedded fonts to self-hosted Freight Sans with Glyphhanger, improving Lighthouse scores while maintaining size.
- Reduced dependencies** by replacing video embeds with web components, updating SVG animations to use GSAP's free morph plugin, switching from fast-glob to Node.js's native glob utility, and replacing Luxon with the smaller Day.js library for date handling.
- Improved build process** by replacing html-minifier-terser with html-minifier-next (using the "conservative" preset) and migrating from GitHub to self-hosted Forgejo with Renovate for dependency management, resulting in faster performance and better use of existing hardware.
Three Shape Variations using border-shape
- Source: CSS Tip: Learn CSS the easy way
- Words: 232
- Category: Dev
- Published: 2026-05-19T00:00:00+00:00
- Score: 3.7
Using shape() , you can easily create any CSS-only shapes , and if you combine it with border-shape , you can have the border-only and cutout variations using almost the same code structure.
- Why it's relevant: matches terms: css; fits Dev category
- Summary:
- Create three shape variations using
border-shapewithshape(): main shape (with background), border-only (with border property), and cutout (withinset(0)). - Main shape:
border-shape: shape(/* code */); background: #color;. - Border-only:
border-shape: shape(/* code */); border: width solid #color;. - Cutout version:
border-shape: inset(0) shape(/* code */); border: width solid #color;.
- Create three shape variations using
“You can't vibe code scale”: What the AI hype gets wrong about software engineering
- Source: Stack Overflow Blog
- Words: 1888
- Category: Dev
- Published: 2026-05-18T07:40:00+00:00
- Score: 2.8
Because someone still has to own the consequences of what gets built and whether it can function at scale.
- Why it's relevant: fits Dev category
- Summary:
- In some quarters, there’s a sense that AI has democratized software creation to the point where deep engineering expertise is becoming somehow optional.
- Vibe coding—in theory, at least—lets anyone describe what they want and watch AI build it.
- Prototyping is faster, junior engineering tasks are more accessible to folks without extensive formal training, and iteration cycles have been compressed.
Don’t outsource the learning
- Source: Sidebar
- Words: 1461
- Category: Design
- Published: 2026-05-19T07:44:04+00:00
- Score: 2.4
Right now, it’s too easy to let AI write the code while you skip the learning.
- Why it's relevant: fits Design category
- Summary:
- Over-reliance on AI coding tools leads to skill degradation: Studies show AI-assisted engineers performed 17% worse on comprehension tests and had reduced brain connectivity, with 83% unable to recall their own AI-generated code.
- AI tools optimize for "shipping" not "learning": Default workflows prioritize task completion over skill development, creating "cognitive debt" that weakens your core engineering capabilities over time.
- Actionable strategies to maintain skills while using AI:.
- Request explanations before code.
Bitnami image removal from ECR Public
- Source: Amazon Elastic Container Service – Containers
- Words: 1333
- Category: Dev
- Published: 2026-05-18T21:46:33+00:00
- Score: 2.3
Starting on June 10th, 2026, Bitnami container images will no longer be available on Amazon ECR Public Gallery.
- Why it's relevant: fits Dev category
- Summary:
- Bitnami image removal from ECR Public Starting on June 10th, 2026, Bitnami container images will no longer be available on Amazon ECR Public Gallery.
- If you currently pull Bitnami images directly from ECR Public in your workloads, you need to take action before this date to avoid service disruption.
- In this post, we walk you through how to determine if you’re affected, how to mirror the images you need to your own private registry, and best practices for protecting your workloads from future upstream changes.
Connections
- AI tools are creating "cognitive debt" in software engineering, with studies showing AI-assisted engineers perform 17% worse on comprehension tests and struggle to recall their own AI-generated code, challenging the narrative that AI can democratize software creation without deep expertise.
- Design systems balance global consistency with local customization, as seen in Figma's flexible approach allowing community chapters to customize elements while maintaining core identity, and Juana's minimalist branding using limited color palettes for market differentiation.
- Modern web development prioritizes resource efficiency, with developers optimizing font delivery, reducing dependencies, and adopting new CSS primitives like border-shape to create complex shapes without performance penalties.
- Container infrastructure is becoming more sophisticated with topology-aware resource management, as evidenced by AWS's Kubernetes Dynamic Resource Allocation for AI workloads and the impending Bitnami image removal from ECR Public, forcing developers to rethink dependency strategies.
Stats
- Posts in digest: 10
- Posts fetched: 91
- Feeds considered: 892
- Feeds with new content: 28
- Feed fetch failures: 20
- Candidates selected: 18