Angular’s Model Function Explored: A Comprehensive Overview
The newest addition to Angular is the model function, which enhances two-way data binding using signals. - https://netbasal.com/angulars-model-function-explored-a-comprehensive-overview-4481d023c822
#angular
The newest addition to Angular is the model function, which enhances two-way data binding using signals. - https://netbasal.com/angulars-model-function-explored-a-comprehensive-overview-4481d023c822
#angular
Medium
Angular’s Model Function Explored: A Comprehensive Overview
The newest addition to Angular is the model function, which enhances two-way data binding using signals. This feature simplifies data…
How to fix the invisible scrollbar issue in iOS browsers - https://frontendmasters.com/blog/how-to-fix-the-invisible-scrollbar-issue-in-ios/
#css
#css
Frontendmasters
How to fix the invisible scrollbar issue in iOS browsers – Frontend Masters Boost
The page scrollbar in web browsers serves a useful function: The vertical position of the scrollbar thumb tells the user where they are in the page (their scroll position), while the size (height) of the scrollbar thumb tells them roughly how long the page…
Node.js Toolbox: A Way to Find and Compare Node.js Packages
A fantastic community maintained resource that presents a category-based way to find packages and libraries. For example, you can check out HTTP frameworks, browser testing, query builders, and more. You can compare libraries in various ways, see their download count, or edit/submit listings yourself. - https://nodejstoolbox.com/
#nodejs
A fantastic community maintained resource that presents a category-based way to find packages and libraries. For example, you can check out HTTP frameworks, browser testing, query builders, and more. You can compare libraries in various ways, see their download count, or edit/submit listings yourself. - https://nodejstoolbox.com/
#nodejs
Node.js Toolbox
Find actively maintained and popular libraries in the Node.js ecosystem
Vue Accessibility Blueprint: 8 Steps
Writing accessible components in Vue is crucial as more developers recognise the importance of making websites usable for everyone, including those with disabilities. Here are eight straightforward steps to help you build better, more accessible Vue components. - https://dev.to/alexanderop/vue-accessibility-blueprint-8-steps-gim
#vue
Writing accessible components in Vue is crucial as more developers recognise the importance of making websites usable for everyone, including those with disabilities. Here are eight straightforward steps to help you build better, more accessible Vue components. - https://dev.to/alexanderop/vue-accessibility-blueprint-8-steps-gim
#vue
DEV Community
Vue Accessibility Blueprint: 8 Steps
Writing accessible components in Vue is crucial as more developers recognise the importance of making...
Flags as Code in Next.js using Vercel's Flags SDK
Vercel recently introduced an SDK for using feature flags in Vercel-hosted Next.js and SvelteKit-based apps. It’s agnostic, sitting in between your app and the source of such flags. Here’s how it works. - https://vercel.com/blog/flags-as-code-in-next-js
#react
Vercel recently introduced an SDK for using feature flags in Vercel-hosted Next.js and SvelteKit-based apps. It’s agnostic, sitting in between your app and the source of such flags. Here’s how it works. - https://vercel.com/blog/flags-as-code-in-next-js
#react
Vercel
Flags as Code in Next.js - Vercel
Exploring the implementation options for Vercel's Flags SDK in Next.js
The Lifecycle of Software: An Engineer’s Perspective on SDLC and Agile vs…
The Dynamics of Software Engineering: Navigating Through Methodologies and Lifecycle Phases - https://bootcamp.uxdesign.cc/the-lifecycle-of-software-an-engineers-perspective-on-sdlc-and-agile-vs-waterfall-25b39aeda3e3
#sdlc
The Dynamics of Software Engineering: Navigating Through Methodologies and Lifecycle Phases - https://bootcamp.uxdesign.cc/the-lifecycle-of-software-an-engineers-perspective-on-sdlc-and-agile-vs-waterfall-25b39aeda3e3
#sdlc
Medium
The Lifecycle of Software: An Engineer’s Perspective on SDLC and Agile vs. Waterfall
The Dynamics of Software Engineering: Navigating Through Methodologies and Lifecycle Phases
It’s Time To Talk About “CSS5”
Brecht De Ruyte shares how the W3C CSS-Next community group is actively searching for better approaches for describing the evolution of CSS and identifying feature sets as effectively as we did with CSS3 in 2009. - https://www.smashingmagazine.com/2024/08/time-to-talk-about-css5
#css
Brecht De Ruyte shares how the W3C CSS-Next community group is actively searching for better approaches for describing the evolution of CSS and identifying feature sets as effectively as we did with CSS3 in 2009. - https://www.smashingmagazine.com/2024/08/time-to-talk-about-css5
#css
Smashing Magazine
It’s Time To Talk About “CSS5” — Smashing Magazine
Have you ever wondered what happened after CSS3? It’s common knowledge that we never saw CSS4 come after it, yet we have a plethora of new features that have no similar way of defining when they were introduced. The W3C CSS-Next community group is actively…
The Node.js Best Practices List: 2024 Edition
An in-depth guide for Node developers that we link to most years. Divided into 8 sections and updated regularly, it digs into areas from error handling and code style to Docker and security practices. - https://github.com/goldbergyoni/nodebestpractices#readme
#nodejs
An in-depth guide for Node developers that we link to most years. Divided into 8 sections and updated regularly, it digs into areas from error handling and code style to Docker and security practices. - https://github.com/goldbergyoni/nodebestpractices#readme
#nodejs
GitHub
GitHub - goldbergyoni/nodebestpractices: :white_check_mark: The Node.js best practices list (July 2024)
:white_check_mark: The Node.js best practices list (July 2024) - goldbergyoni/nodebestpractices
Catching Up With The Latest Features In Angular - https://ionic.io/blog/catching-up-with-the-latest-features-in-angular
#angular
#angular
Ionic Blog
Catching Up With The Latest Features In Angular
Angular is having a bit of a renaissance lately. With the move to standalone components, the Angular team has been on a roll shipping new features and improvements to the framework at such speed, it’s hard to believe this is the same Angular we’ve come to…
5 Essentials for Modern Frontend Architecture
Quick insights to better design your frontend architecture - https://blog.bitsrc.io/5-tips-for-modern-frontend-architecture-e3342241cb15
#architecture
Quick insights to better design your frontend architecture - https://blog.bitsrc.io/5-tips-for-modern-frontend-architecture-e3342241cb15
#architecture
Medium
5 Essentials for Modern Frontend Architecture
Quick insights to better design your frontend architecture
5 Must-Have Nuxt Modules Every Developer Should Know
In this article the author explores some of his go to Nuxt modules and how they affect his project. - https://blog.stackademic.com/5-must-have-nuxt-modules-every-developer-should-know-7758f64ffa52
#vue
In this article the author explores some of his go to Nuxt modules and how they affect his project. - https://blog.stackademic.com/5-must-have-nuxt-modules-every-developer-should-know-7758f64ffa52
#vue
Medium
5 Must-Have Nuxt Modules Every Developer Should Know!
The Nuxt.js community has lots of things to offer but in this article, we will go through the modules that I use in almost all of my…
A Workshop on Building React Hooks
A new online video course from Kent C. Dodds that’s free (but signup-walled once past the introductions). The focus is on rebuilding useState and useEffect from scratch. - https://www.epicreact.dev/tutorials/build-react-hooks
#react
A new online video course from Kent C. Dodds that’s free (but signup-walled once past the introductions). The focus is on rebuilding useState and useEffect from scratch. - https://www.epicreact.dev/tutorials/build-react-hooks
#react
Epic React
Build React Hooks Tutorial
In this tutorial, you'll recreate useState and useEffect from scratch, learn essential rules, and understand how hooks manage state and renders.
Angular: Integrating micro-frontends at build time using libraries and runtime…
In this story, we will be building a micro-frontend using angular libraries. - https://blog.stackademic.com/angular-integrating-micro-frontends-at-build-time-using-libraries-and-runtime-using-angular-e4dca19b3cb3
#angular
In this story, we will be building a micro-frontend using angular libraries. - https://blog.stackademic.com/angular-integrating-micro-frontends-at-build-time-using-libraries-and-runtime-using-angular-e4dca19b3cb3
#angular
Medium
Integrating Micro-Frontends at Build Time Using Libraries and Runtime Using Angular Elements
In this story, we will be building a micro-frontend using Angular libraries.
Providing Type Definitions for CSS with @property
Stephanie Eckles explains when and why traditional fallback values can fail and how @property features allow us to write safer, more resilient CSS custom property definitions. - https://moderncss.dev/providing-type-definitions-for-css-with-at-property
#css
Stephanie Eckles explains when and why traditional fallback values can fail and how @property features allow us to write safer, more resilient CSS custom property definitions. - https://moderncss.dev/providing-type-definitions-for-css-with-at-property
#css
Modern CSS Solutions
Providing Type Definitions for CSS with @property | Modern CSS Solutions
Write safer CSS using `@property`, which enables defining types for custom properties. Learn why traditional fallback values can fail, and how `@property` features improve the resilience of custom property definitions.
Node.js Doubles Security Releases with Newly Automated Process
The Node project has automated its security release process, doubling the number of releases, and is re-evaluating unsupported experimental features with the Next 10 group to enhance security. - https://socket.dev/blog/node-js-doubles-security-releases-with-newly-automated-process
#nodejs
The Node project has automated its security release process, doubling the number of releases, and is re-evaluating unsupported experimental features with the Next 10 group to enhance security. - https://socket.dev/blog/node-js-doubles-security-releases-with-newly-automated-process
#nodejs
Socket
Node.js Doubles Security Releases with Newly Automated Proce...
Node.js has automated its security release process, doubling the number of releases, and is re-evaluating unsupported experimental features with the N...
Dynamic Components in Vue
This video provides an introduction to dynamic components and why they are useful. It also dives into different ways to implement dynamic components in Vue.js. - https://www.youtube.com/watch?v=YLFOynY72sE
#vue
This video provides an introduction to dynamic components and why they are useful. It also dives into different ways to implement dynamic components in Vue.js. - https://www.youtube.com/watch?v=YLFOynY72sE
#vue
YouTube
Dynamic Components in Vue
🃏 The more complex scenarios applications have to cover, the more the need for dynamic components increases. Using different tabs, icons, modals with different content or blocks defined in a CMS - all these cases are typical for dynamic components. But how…
Flexible Network Data Preloading in Large SPAs - https://mmazzarolo.com/blog/2024-07-29-data-preloading-script/
#react
#react
Mmazzarolo
Flexible network data preloading in large SPAs
Sharing my experience with a pattern I’ve used multiple times to implement flexible network data preloading in large client-side-rendered SPAs.
Promises from the Ground Up
Josh notes that in order to truly understand promises, a fundamental part of modern JS development, we need “a surprisingly deep understanding of how JavaScript works and what its limitations are”. Luckily, this tutorial covers all the critical context you need. - https://www.joshwcomeau.com/javascript/promises/
#javascript
Josh notes that in order to truly understand promises, a fundamental part of modern JS development, we need “a surprisingly deep understanding of how JavaScript works and what its limitations are”. Luckily, this tutorial covers all the critical context you need. - https://www.joshwcomeau.com/javascript/promises/
#javascript
Joshwcomeau
Promises From The Ground Up • Josh W. Comeau
The “Promises” API is a surprisingly tricky part of modern JavaScript. Without the right context, it doesn’t make much sense at all! In this tutorial, you’ll build an intuition for how Promises work by getting a deeper understanding of JavaScript and its…
Zoom, Zoom, and Zoom
Miriam Suzanne explores in detail the three types of browser magnification. - https://www.oddbird.net/2024/07/09/zoomies
#css
Miriam Suzanne explores in detail the three types of browser magnification. - https://www.oddbird.net/2024/07/09/zoomies
#css
OddBird
Zoom, zoom, and zoom
The three types of browser (and CSS!) magnification
Running Postgres inside Node-RED via WASM and PGlite
Node-RED is a popular Node.js-based ‘low code’ programming environment where you build ‘flows’ in the browser to connect code together. - https://conoroneill.net/2024/08/18/running-postgres-inside-node-red-via-wasm-and-pglite/
#nodejs
Node-RED is a popular Node.js-based ‘low code’ programming environment where you build ‘flows’ in the browser to connect code together. - https://conoroneill.net/2024/08/18/running-postgres-inside-node-red-via-wasm-and-pglite/
#nodejs
Cross Dominant
Running Postgres inside Node-RED via WASM and PGlite · Cross Dominant
Mixed laterality since 1968