5 Essential NPM Packages Every Angular Developer Should Know for Enhanced…
In this article, I will share five NPM packages that have significantly impacted my Angular development…
- https://medium.com/ngconf/5-essential-npm-packages-every-angular-developer-should-know-for-enhanced-productivity-68baeb027643
#angular
In this article, I will share five NPM packages that have significantly impacted my Angular development…
- https://medium.com/ngconf/5-essential-npm-packages-every-angular-developer-should-know-for-enhanced-productivity-68baeb027643
#angular
Medium
5 Essential NPM Packages Every Angular Developer Should Know for Enhanced Productivity
In this article, I will share five NPM packages that have significantly impacted my Angular development experience..
Design Principles for Composable Architectures
These principles will help you to design and implement robust composable architecture for your web… - https://blog.bitsrc.io/design-principles-for-composable-architectures-2a8dcfb11998
#design #principles
These principles will help you to design and implement robust composable architecture for your web… - https://blog.bitsrc.io/design-principles-for-composable-architectures-2a8dcfb11998
#design #principles
Medium
Design Principles for Composable Architectures
These principles will help you to design and implement robust composable architecture for your web applications.
Instrumenting a React App Using OpenTelemetry - https://thenewstack.io/instrumenting-a-react-app-using-opentelemetry/
#react
#react
The New Stack
Instrumenting a React App Using OpenTelemetry
Learn how to get started with OpenTelemetry in a React app with basic and auto-instrumentation, as well as adding custom spans and metrics.
Task Parallelism with NestJS
Node.js combined with NestJS is a hugely popular choice in software development, yet many developers are…
- https://medium.com/@pp.palinda/parallel-processing-in-nestjs-6ecdbc533e1f
#nodejs
Node.js combined with NestJS is a hugely popular choice in software development, yet many developers are…
- https://medium.com/@pp.palinda/parallel-processing-in-nestjs-6ecdbc533e1f
#nodejs
Medium
Task Parallelism with NestJS
Node.js combined with NestJS is a hugely popular choice in software development, yet many developers are unaware of how data processing…
A Simple and Scalable Architecture for Enterprise Angular Apps
Laying a solid foundation is always important for any application development and Angular is no exception… - https://medium.com/frontend-for-everyone/a-simple-and-scalable-architecture-for-enterprise-angular-apps-4f962dd62cc8
#angular
Laying a solid foundation is always important for any application development and Angular is no exception… - https://medium.com/frontend-for-everyone/a-simple-and-scalable-architecture-for-enterprise-angular-apps-4f962dd62cc8
#angular
Medium
A Simple and Scalable Architecture for Enterprise Angular Apps
Laying a solid foundation is always important for any application development and Angular is no exception. And, it is even more important…
Top 10 must use Nuxt modules
This article is a curated list of top 10 Modules that the author uses in every Nuxt Project. - https://dev.to/leamsigc/top-10-must-use-nuxt-modules-dmo
#vue
This article is a curated list of top 10 Modules that the author uses in every Nuxt Project. - https://dev.to/leamsigc/top-10-must-use-nuxt-modules-dmo
#vue
DEV Community
Top 10 must use Nuxt modules
After a while working with Nuxt, here are the top 10 Modules that I use in every single one of my...
WebKit Features in Safari 18.0
Jen Simmons gives an overview of new web platform features that just landed in WebKit, the rendering engine driving Safari. - https://webkit.org/blog/15865/webkit-features-in-safari-18-0
#css
Jen Simmons gives an overview of new web platform features that just landed in WebKit, the rendering engine driving Safari. - https://webkit.org/blog/15865/webkit-features-in-safari-18-0
#css
WebKit
WebKit Features in Safari 18.0
Safari 18.0 is here.
BWIP-JS: A Barcode Writer in Pure JavaScript
A library that can generate barcodes using over 100 different barcode types and standards, both single and two dimensional. There is, of course, a live demo where you, too, can discover far more types of barcodes exist than you ever imagined. - https://github.com/metafloor/bwip-js
#javascript
A library that can generate barcodes using over 100 different barcode types and standards, both single and two dimensional. There is, of course, a live demo where you, too, can discover far more types of barcodes exist than you ever imagined. - https://github.com/metafloor/bwip-js
#javascript
GitHub
GitHub - metafloor/bwip-js: Barcode Writer in Pure JavaScript
Barcode Writer in Pure JavaScript. Contribute to metafloor/bwip-js development by creating an account on GitHub.
A Deep Dive into Micro Frontend Architecture with React.js
Discover the power of Micro Frontend Architecture in React.js! Learn how to build modular and scalable web… - https://medium.com/@isuruariyarathna2k00/a-deep-dive-into-micro-frontend-architecture-with-react-js-264ca6edca6b
#microfrontends
Discover the power of Micro Frontend Architecture in React.js! Learn how to build modular and scalable web… - https://medium.com/@isuruariyarathna2k00/a-deep-dive-into-micro-frontend-architecture-with-react-js-264ca6edca6b
#microfrontends
Medium
A Deep Dive into Micro Frontend Architecture with React.js
Discover the power of Micro Frontend Architecture in React.js! Learn how to build modular and scalable web applications in our latest blog.
The Ultimate Guide to NestJS Performance Optimization 🚀
In the fast-paced world of web development, building efficient and scalable web application is a top priority… - https://medium.com/@s.klop/the-ultimate-guide-to-nestjs-performance-optimization-8b16810fc216
#nodejs
In the fast-paced world of web development, building efficient and scalable web application is a top priority… - https://medium.com/@s.klop/the-ultimate-guide-to-nestjs-performance-optimization-8b16810fc216
#nodejs
Medium
The Ultimate Guide to NestJS Performance Optimization 🚀
In the fast-paced world of web development, building efficient and scalable web application is a top priority for developers. NestJS, a…
assistant-ui: React Components for AI Chat
It doesn’t just give you the interface components, but has integrations for Vercel AI, Langchain, and talking to other common LLM APIs (e.g. OpenAI’s), enabling you to build your own in-house AI chat system quickly. - https://github.com/Yonom/assistant-ui
#react
It doesn’t just give you the interface components, but has integrations for Vercel AI, Langchain, and talking to other common LLM APIs (e.g. OpenAI’s), enabling you to build your own in-house AI chat system quickly. - https://github.com/Yonom/assistant-ui
#react
GitHub
GitHub - Yonom/assistant-ui: React Components for AI Chat 💬 🚀
React Components for AI Chat 💬 🚀. Contribute to Yonom/assistant-ui development by creating an account on GitHub.
How To Use Feature Flags in Vue.JS
Feature Flags are conditional statements like an if/else block of code that provides the ability to switch certain functionalities or features on/off in an application. This article explores how to confidently test and integrate new features in your applications without deploying new code using Feature Flags. - https://daveyhert.hashnode.dev/how-to-use-feature-flags-in-vuejs
#vue
Feature Flags are conditional statements like an if/else block of code that provides the ability to switch certain functionalities or features on/off in an application. This article explores how to confidently test and integrate new features in your applications without deploying new code using Feature Flags. - https://daveyhert.hashnode.dev/how-to-use-feature-flags-in-vuejs
#vue
David Herbert's Blog
How To Use Feature Flags in Vue.JS
Confidently test and integrate new features in your applications without deploying new code
Two CSS Properties for Trimming Text Box Whitespace
Daniel Schwarz explains how the text-box-trim and text-box-edge enable you to trim specifiable amounts of the whitespace above and below text. - https://css-tricks.com/two-css-properties-for-trimming-text-box-whitespace
#css
Daniel Schwarz explains how the text-box-trim and text-box-edge enable you to trim specifiable amounts of the whitespace above and below text. - https://css-tricks.com/two-css-properties-for-trimming-text-box-whitespace
#css
CSS-Tricks
Two CSS Properties For Trimming Text Box Whitespace | CSS-Tricks
The text-box-trim and text-box-edge properties in CSS enable developers to trim specifiable amounts of the whitespace that appear above the
Angular: DOM Sanitization
If you are thinking about how to protect your Angular app from XSS attacks, then you must be relieved to know… - https://javascript.plainenglish.io/angular-dom-sanitization-46969b5f13d5
#angular
If you are thinking about how to protect your Angular app from XSS attacks, then you must be relieved to know… - https://javascript.plainenglish.io/angular-dom-sanitization-46969b5f13d5
#angular
Medium
Angular: DOM Sanitization
If you are thinking about how to protect your Angular app from XSS attacks, then you must be relieved to know that Angular has provided…
How to Annul Promises in JavaScript
You can 'cancel' XHR and fetch requests, but can you cancel regular promises? Currently, no, but Zachary looks into doing the next best thing: telling a promise the game's up, and discarding/ignoring its eventual results. - https://webdeveloper.beehiiv.com/p/cancel-promises-javascript
#javascript
You can 'cancel' XHR and fetch requests, but can you cancel regular promises? Currently, no, but Zachary looks into doing the next best thing: telling a promise the game's up, and discarding/ignoring its eventual results. - https://webdeveloper.beehiiv.com/p/cancel-promises-javascript
#javascript
Web Developer
How to Annul Promises in JavaScript
Creating Cancelable Tasks in JavaScript with Promise.withResolvers and AbortController
Types of React Components: An Overview
A complete overview, including basic code examples, of the different types of React component, from those built with createClass, class components, HOCs, function components, and more modern options. A major update of a post we first featured in 2019. - https://www.robinwieruch.de/react-component-types/
#react
A complete overview, including basic code examples, of the different types of React component, from those built with createClass, class components, HOCs, function components, and more modern options. A major update of a post we first featured in 2019. - https://www.robinwieruch.de/react-component-types/
#react
www.robinwieruch.de
Types of React Components [2024]
There are many types of React Components that make it difficult for React beginners. This tutorial goes through each React Component Type by example ...
How Bun Supports V8 APIs Without Using V8
Bun uses the JavaScriptCore engine, not V8, yet it can support Node addons that rely upon V8’s APIs. Here’s how it works under the hood. - https://bun.sh/blog/how-bun-supports-v8-apis-without-using-v8-part-1
#nodejs
Bun uses the JavaScriptCore engine, not V8, yet it can support Node addons that rely upon V8’s APIs. Here’s how it works under the hood. - https://bun.sh/blog/how-bun-supports-v8-apis-without-using-v8-part-1
#nodejs
Bun
How Bun supports V8 APIs without using V8 (part 1)
Bun is built on JavaScriptCore, not V8. Here's how we're implementing V8's C++ API on top of it.
Animate to height: auto; in CSS
Bramus Van Damme explains how to use the interpolate-size property or the calc-size() function to enable smooth transitions and animations from lengths to intrinsic sizing keywords and back. - https://developer.chrome.com/docs/css-ui/animate-to-height-auto
#css
Bramus Van Damme explains how to use the interpolate-size property or the calc-size() function to enable smooth transitions and animations from lengths to intrinsic sizing keywords and back. - https://developer.chrome.com/docs/css-ui/animate-to-height-auto
#css
Chrome for Developers
Animate to height: auto; (and other intrinsic sizing keywords) in CSS | CSS and UI | Chrome for Developers
Animate to and from intrinsic sizing keywords with `interpolate-size` and `calc-size()`
Building a blog with Nuxt content
This is an article series dedicated to building a blog with Nuxt and Nuxt Content. For this part the author introduce pagination and some navigation features into the blog. - https://masteringnuxt.com/blog/building-a-blog-with-nuxt-content-part-2
#vue
This is an article series dedicated to building a blog with Nuxt and Nuxt Content. For this part the author introduce pagination and some navigation features into the blog. - https://masteringnuxt.com/blog/building-a-blog-with-nuxt-content-part-2
#vue
Masteringnuxt
Building a blog with Nuxt content (Part 2)
Welcome back again as we build our blog with Nuxt Content. For this part we will introduce pagination and some navigation features into our blog.