Typecasting and Viewport Transitions in CSS with tan(atan2)
Juan Diego Rodríguez explores the mathematical approach behind CSS transitions using tan(atan2) for smooth viewport-based animations. - https://css-tricks.com/typecasting-and-viewport-transitions-in-css-with-tanatan2/
#css
Juan Diego Rodríguez explores the mathematical approach behind CSS transitions using tan(atan2) for smooth viewport-based animations. - https://css-tricks.com/typecasting-and-viewport-transitions-in-css-with-tanatan2/
#css
CSS-Tricks
Typecasting and Viewport Transitions in CSS With tan(atan2()) | CSS-Tricks
We've been able to get the length of the viewport in CSS since... checks notes... 2013! Surprisingly, that was more than a decade ago. Getting the
👍2
Micro Frontends with Angular and Native Federation- https://blog.angular.dev/micro-frontends-with-angular-and-native-federation-7623cfc5f413
#angular
#angular
Medium
Micro Frontends with Angular and Native Federation
Enterprise-scale software systems are often implemented by several cross-functional teams. To enable such teams to provide new features…
👍1
AI Agents: Introduction
Discover AI agents, their design, and real-world applications. - https://readmedium.com/ai-agents-introduction-part-1-fbec7edb857d
#ai #agents
Discover AI agents, their design, and real-world applications. - https://readmedium.com/ai-agents-introduction-part-1-fbec7edb857d
#ai #agents
Readmedium
AI Agents: Introduction (Part-1)
Discover AI agents, their design, and real-world applications.
👍2
Using TanStack Query in Expo Apps: Improving DX and UX Like No Other - https://www.youtube.com/watch?v=QTQm4TbarsI
#react
#react
YouTube
Devlin Duldulao – TanStack Query in Expo Apps: Improving DX and UX Like No Other | App.js Conf 2025
Learn how to use TanStack Query to manage server state in Expo apps — with real-world examples of optimized data fetching, caching, and error handling for better performance and scalability.
Don't miss any updates about App.js Conf and follow us on X:
💎…
Don't miss any updates about App.js Conf and follow us on X:
💎…
👍2
express-generator-typescript: An Express.js + TypeScript App Generator
Creates the boilerplate for a TypeScript-powered Express.js app. Now uses Express.js 5. - https://github.com/seanpmaxwell/express-generator-typescript
#nodejs
Creates the boilerplate for a TypeScript-powered Express.js app. Now uses Express.js 5. - https://github.com/seanpmaxwell/express-generator-typescript
#nodejs
GitHub
GitHub - seanpmaxwell/express-generator-typescript: Create a new express app similar to express-generator but with TypeScript
Create a new express app similar to express-generator but with TypeScript - seanpmaxwell/express-generator-typescript
❤5👍1
How to Use Nuxt 3 Middleware for Authentication and Permissions
In this article, you'll explore how to implement authentication and permissions using Nuxt 3 middleware effectively. - https://dev.to/jacobandrewsky/how-to-use-nuxt-3-middleware-for-authentication-and-permissions-5d9b
#vue
In this article, you'll explore how to implement authentication and permissions using Nuxt 3 middleware effectively. - https://dev.to/jacobandrewsky/how-to-use-nuxt-3-middleware-for-authentication-and-permissions-5d9b
#vue
DEV Community
How to Use Nuxt 3 Middleware for Authentication and Permissions
Nuxt 3 is a powerful framework for building Vue.js applications, offering a streamlined way to manage...
❤3👍1
Clean Code, Fewer Bugs: Adding ESLint to Your Angular Project
Learn how to integrate ESLint into your Angular project to catch bugs early, enforce consistent coding standards, and improve team collaboration. Whether you’re building a small app or scaling an enterprise system, ESLint is your first line of defense for clean and maintainable code. - https://angular.love/clean-code-fewer-bugs-adding-eslint-to-your-angular-project
#angular
Learn how to integrate ESLint into your Angular project to catch bugs early, enforce consistent coding standards, and improve team collaboration. Whether you’re building a small app or scaling an enterprise system, ESLint is your first line of defense for clean and maintainable code. - https://angular.love/clean-code-fewer-bugs-adding-eslint-to-your-angular-project
#angular
Angular.love
Clean Code, Fewer Bugs: Adding ESLint to Your Angular Project - Angular.love
Angular.love - a place for all Angular enthusiasts created to inspire and educate.
👍2
CSS attr() gets an upgrade
Bramus Van Damme details the new capabilities of CSS attr(), allowing type casting for improved dynamic styling and flexibility. - https://www.bram.us/2025/01/20/css-attr-gets-an-upgrade/
#css
Bramus Van Damme details the new capabilities of CSS attr(), allowing type casting for improved dynamic styling and flexibility. - https://www.bram.us/2025/01/20/css-attr-gets-an-upgrade/
#css
Bram.us
CSS attr() gets an upgrade
You can now use `attr()` with any CSS property — not just content – and it can parse values into data types other than .
👍1
Implement AI Safeguards with Node.js and Llama Stack
Llama Stack is Meta’s framework for building AI apps in Node, Python, Swift or Kotlin. - https://developers.redhat.com/articles/2025/05/28/implement-ai-safeguards-nodejs-and-llama-stack
#nodejs
Llama Stack is Meta’s framework for building AI apps in Node, Python, Swift or Kotlin. - https://developers.redhat.com/articles/2025/05/28/implement-ai-safeguards-nodejs-and-llama-stack
#nodejs
Red Hat Developer
Implement AI safeguards with Node.js and Llama Stack | Red Hat Developer
With Llama Stack being released earlier this year, we decided to look at how to implement key aspects of an AI application with Node.js and Llama Stack. In this post, we will discuss AI safety and
👍2❤1
Nuxt Layers for Theming
Nuxt layers make theming effortless by encapsulating styles, components, and configurations into modular layers that can be swapped with a single configuration change. - https://masteringnuxt.com/blog/nuxt-layers-for-theming
#vue
Nuxt layers make theming effortless by encapsulating styles, components, and configurations into modular layers that can be swapped with a single configuration change. - https://masteringnuxt.com/blog/nuxt-layers-for-theming
#vue
Masteringnuxt
Nuxt Layers for Theming
Nuxt layers make theming effortless by encapsulating styles, components, and configurations into modular layers that can be swapped with a single configuration change. This approach keeps your application clean, reusable, and flexible—allowing you to manage…
❤1👍1
React Still Feels.. Foolish, and No One is Talking About It?
We wouldn’t normally feature such a provocative piece, but the React blogosphere has been very slow this week and the discussions around this article have been substantial enough that we’re giving it a chance. Mario illuminates some pain points around complexity in modern, rich SPA apps and how the flexibility of libraries like React can quickly lead to a convoluted mess if you’re not careful. Ultimately, though, this is not a problem exclusive to React! - https://mbrizic.com/blog/react-is-insane/
#react
We wouldn’t normally feature such a provocative piece, but the React blogosphere has been very slow this week and the discussions around this article have been substantial enough that we’re giving it a chance. Mario illuminates some pain points around complexity in modern, rich SPA apps and how the flexibility of libraries like React can quickly lead to a convoluted mess if you’re not careful. Ultimately, though, this is not a problem exclusive to React! - https://mbrizic.com/blog/react-is-insane/
#react
👍2🤡2❤1
How Architecture Decision Records (ADRs) Can Help Manage Software Architecture
Decision-making is at the core of any successful… - https://readmedium.com/how-architecture-decision-records-adrs-can-help-manage-software-architecture-5b9a415fd30c
#adr
Decision-making is at the core of any successful… - https://readmedium.com/how-architecture-decision-records-adrs-can-help-manage-software-architecture-5b9a415fd30c
#adr
Readmedium
How Architecture Decision Records (ADRs) Can Help Manage Software Architecture
Decision-making is at the core of any successful software project. Whether you’re selecting the right technology stack, defining…
❤4
Faux Containers in CSS Grid
Tyler Sticka explains how to create visually distinct containers in CSS Grid without extra markup, enhancing design adaptability. - https://cloudfour.com/thinks/faux-containers-in-css-grids/
#css
Tyler Sticka explains how to create visually distinct containers in CSS Grid without extra markup, enhancing design adaptability. - https://cloudfour.com/thinks/faux-containers-in-css-grids/
#css
Cloud Four
Faux Containers in CSS Grids
A simple trick for styling cards with breakout elements.
👍1
Managing Feature Flags in Express with Trunker
Trunker is middleware for Express for implementing feature flags. - https://blog.migliorelli.dev/posts/managing-feature-flags-in-express-js-with-trunker
#nodejs
Trunker is middleware for Express for implementing feature flags. - https://blog.migliorelli.dev/posts/managing-feature-flags-in-express-js-with-trunker
#nodejs
blog.migliorelli.dev
Managing Feature Flags in Express.js with Trunker | Blogliorelli
Migliorelli's blog
👍1
Angular 18 vs Angular 19: 7 Standout Features Every Developer Must Explore
Angular has been a cornerstone for web application… - https://readmedium.com/angular-18-vs-angular-19-7-standout-features-every-developer-must-explore-811f5d81913a
#angular
Angular has been a cornerstone for web application… - https://readmedium.com/angular-18-vs-angular-19-7-standout-features-every-developer-must-explore-811f5d81913a
#angular
Readmedium
Angular 18 vs Angular 19: 7 Standout Features Every Developer Must Explore
Angular has been a cornerstone for web application development. With Angular 19, it the developer experience, performance, and feature set…
❤1👍1
Vercel Ship 2025 Recap
Vercel’s annual conference was taking place live as we sent React Status last week. We linked to the livestream, but now you can catch up with all the announcements in one place, including updates on their AI SDK, Fluid compute options, Vercel Sandbox, Rolling Releases feature, bot detection, and more. - https://vercel.com/blog/vercel-ship-2025-recap
#react
Vercel’s annual conference was taking place live as we sent React Status last week. We linked to the livestream, but now you can catch up with all the announcements in one place, including updates on their AI SDK, Fluid compute options, Vercel Sandbox, Rolling Releases feature, bot detection, and more. - https://vercel.com/blog/vercel-ship-2025-recap
#react
Vercel
Vercel Ship 2025 recap - Vercel
Vercel Ship 2025 added new building blocks for an AI era: Fast, flexible, and secure by default. Lower costs with Fluid's Active CPU pricing, Rolling Releases for safer deployments, invisible CAPTCHA with BotID. See these and more in our recap.
❤1👍1
How I found an XSS in the Nuxt MDC Library for Markdown Content
Are you using the Nuxt MDC library to render LLM generated content in your Nuxt.js apps?
This article explains a cross-site scripting vulnerability identified today as CVE-2025-24981. - https://www.nodejs-security.com/blog/nuxt-mdc-xss-vulnerability
#vue
Are you using the Nuxt MDC library to render LLM generated content in your Nuxt.js apps?
This article explains a cross-site scripting vulnerability identified today as CVE-2025-24981. - https://www.nodejs-security.com/blog/nuxt-mdc-xss-vulnerability
#vue
NodeJS Security & NodeJS Secure Coding
How I found an XSS in the Nuxt MDC Library for Markdown Content
Are you using the Nuxt MDC library to render LLM generated content in your Nuxt.js apps? You want to read this article to understand how I came to find a Cross-site Scripting vulnerability identified today as CVE-2025-24981
👍1
The DDD way towards Screaming Design — Part I: Strategic Patterns
It makes sense to me to think of software design as… - https://code.likeagirl.io/the-ddd-way-towards-screaming-design-part-i-strategic-patterns-1079963d996b
#ddd
It makes sense to me to think of software design as… - https://code.likeagirl.io/the-ddd-way-towards-screaming-design-part-i-strategic-patterns-1079963d996b
#ddd
Medium
The DDD way towards Screaming Design — Part I: Strategic Patterns
It makes sense to me to think of software design as screaming design when it speaks loudly and clearly about the problem domain.
👍1
Angular 2025 Strategy
For the past two and a half years, we’ve been laser… - https://blog.angular.dev/angular-2025-strategy-9ca333dfc334
#angular
For the past two and a half years, we’ve been laser… - https://blog.angular.dev/angular-2025-strategy-9ca333dfc334
#angular
Medium
Angular 2025 Strategy
For the past two and a half years, we’ve been laser focused on improving developer experience and performance for all Angular developers…
👍1
Reimagining Fluid Typography
Miriam Suzanne introduces fluid typography techniques in CSS, balancing readability across different screen sizes. - https://www.oddbird.net/2025/02/12/fluid-type/
#css
Miriam Suzanne introduces fluid typography techniques in CSS, balancing readability across different screen sizes. - https://www.oddbird.net/2025/02/12/fluid-type/
#css
OddBird
Reimagining Fluid Typography
Are we responding to the right inputs?
👍1