Telegram Web Link
Good practices for Vue Computed Properties

This article covers good practices for working with computed properties in Vue, ensuring you get the most out of them. - https://dev.to/jacobandrewsky/good-practices-for-vue-computed-properties-5gd7

#vue
Why We Created Another Kafka Client for Node.js

Apache Kafka is a popular distributed event streaming platform but the existing client libraries have various flaws, leading Platformatic to release a new one built around modern Node best practices. - https://blog.platformatic.dev/why-we-created-another-kafka-client-for-nodejs

#nodejs
How to Use Rem Units in CSS for Accessible Design

Ever wonder how rem units work in CSS? This guide explains it clearly. It covers how rem (root em) units are based on the root element's font size, making scalable and accessible design easier. The author also compares rem with px and em, and provides practical examples for using rem in font sizing, media queries, and more. - https://www.a11y-collective.com/blog/what-is-rem-in-css

#css
How to Publish ESM-Based npm Packages with TypeScript

Now that you can use the ES modules (almost) everywhere, it’s worth understanding how to package them up for use with npm. Axel digs into everything you need to know and shares some useful tools too. - https://2ality.com/2025/02/typescript-esm-packages.html

#typescript
Best Practices for Creating a Modern npm Package

A step-by-step “as of 2025” walkthrough of creating your own npm package using current best practices. We’ve linked to this before but it’s just been updated. - https://snyk.io/blog/best-practices-create-modern-npm-package/

#nodejs
How to use aria-current in Tailwind

In this brief tutorial, Chris shows how to style navigation links in Tailwind CSS when using the aria-current="page" attribute for accessibility. By extending the aria object in the Tailwind config file, Chris creates a custom style that underlines the current page link, making it visually different for sighted users while also ensuring screen readers can accurately identify the current page. - https://www.youtube.com/watch?v=910m7o1xdMA

#tailwind
Working with File System Paths and File URLs in Node - https://exploringjs.com/nodejs-shell-scripting/ch_nodejs-path.html

#nodejs
upfetch: An Advanced fetch Client Builder

A TypeScript library to enhance fetch with schema validation, automatic response parsing, and type-safety, while maintaining the familiar fetch API. - https://github.com/L-Blondy/up-fetch

#upfetch
Redux's Maintainer on the State of React and the Community in 2025

React remains dominant but version 19’s features and changes have rekindled debate over React’s future. Redux lead Mark Erikson chronicles React’s evolution, the growing split between Meta’s internal-driven process and Vercel’s Next‑led Server Components work, the docs’ references to frameworks, and pushes back on the FUD about Vercel “taking over,” “React only works with Next” myths, and fears of client‑side abandonment. - https://blog.isquaredsoftware.com/2025/06/react-community-2025/

#react
2025/06/30 08:57:03
Back to Top
HTML Embed Code: