Maglev: A Serious Look at V8’s Fastest Optimizing JIT
A deep dive into how the V8 JavaScript engine (as used in Node) is getting faster thanks to work on its Maglev JIT compiler which sits in between the existing Sparkplug and TurboFan compilers - https://v8.dev/blog/maglev
#nodejs
A deep dive into how the V8 JavaScript engine (as used in Node) is getting faster thanks to work on its Maglev JIT compiler which sits in between the existing Sparkplug and TurboFan compilers - https://v8.dev/blog/maglev
#nodejs
v8.dev
Maglev - V8’s Fastest Optimizing JIT · V8
V8's newest compiler, Maglev, improves performance while reducing power consumption
Enforcing Coding Style with the Vercel Style Guide
Vercel provides a set of configs for Prettier, ESLint and TypeScript. Here’s how one developer uses them in his Next.js project. - https://mwskwong.com/blog/enforcing-coding-style-with-vercel-style-guide
#react
Vercel provides a set of configs for Prettier, ESLint and TypeScript. Here’s how one developer uses them in his Next.js project. - https://mwskwong.com/blog/enforcing-coding-style-with-vercel-style-guide
#react
Mwskwong
Enforcing coding style with @vercel/style-guide | Matthew Kwong
Learn to enforce coding style with @vercel/style-guide. Uncover effective use of ESLint, Prettier, and TypeScript for improved code quality and consistency.
How to unit test an Angular pipe?
This tutorial is for people new to unit testing with Angular. We will start with unit tests for a pipe… - https://blog.angulartraining.com/how-to-unit-test-an-angular-pipe-eb5cacb018cc
#angular
This tutorial is for people new to unit testing with Angular. We will start with unit tests for a pipe… - https://blog.angulartraining.com/how-to-unit-test-an-angular-pipe-eb5cacb018cc
#angular
Medium
How to unit test an Angular pipe?
This tutorial is for people new to unit testing with Angular. We will start with unit tests for a pipe because pipes are the easiest way to…
Building Reusable Components that are ACTUALLY Reusable with Vue.js
When we talk or discuss about creating UI components in Vue.js, reusability is often brought up. In this article, explore the concept of reusable components, the problems faced when applying them, and why it is essential to overcome these problems. - https://medium.com/@tanbamrung.w/building-vue-js-components-that-are-actually-reusable-ca07b3701cb4
#vue
When we talk or discuss about creating UI components in Vue.js, reusability is often brought up. In this article, explore the concept of reusable components, the problems faced when applying them, and why it is essential to overcome these problems. - https://medium.com/@tanbamrung.w/building-vue-js-components-that-are-actually-reusable-ca07b3701cb4
#vue
Medium
🤔 Building Reusable Components that are ACTUALLY Reusable with Vue.js 🔥
When we talk or discuss about creating UI components in Vue.js, reusability is often brought up. Yes, one of the key principles of Vue.js…
CSS animation-composition
Tyler Gaw shows how to use the CSS animation-composition property for advanced control over how values are applied during keyframe animations. - https://12daysofweb.dev/2023/animation-composition
#css
Tyler Gaw shows how to use the CSS animation-composition property for advanced control over how values are applied during keyframe animations. - https://12daysofweb.dev/2023/animation-composition
#css
12daysofweb.dev
CSS animation-composition | 12 Days of Web
Use the CSS animation-composition property for advanced control over how values are applied during keyframe animations.
7 Architecture Design Patterns
You wish you knew before interview - https://medium.com/web3-use-case/7-architecture-design-patterns-you-wish-you-knew-before-interview-e9806bc01b6f
#desing #pattern
You wish you knew before interview - https://medium.com/web3-use-case/7-architecture-design-patterns-you-wish-you-knew-before-interview-e9806bc01b6f
#desing #pattern
Medium
7 Architecture Design Patterns — You wish you knew before interview
Source: Undraw
Worst Practices In Angular
Common Mistakes to Avoid for Better Code Quality - https://medium.com/@Hasan.Kakeh/worst-practices-in-angular-aac6e8cc1a69
#nodejs
Common Mistakes to Avoid for Better Code Quality - https://medium.com/@Hasan.Kakeh/worst-practices-in-angular-aac6e8cc1a69
#nodejs
Medium
Worst Practices In Angular
Common Mistakes to Avoid for Better Code Quality
Deploying Node.js with Google's Duet AI
Duet AI is Google’s AI-based assistive agent that works both in the IDE and within Google Cloud. For now. - https://www.youtube.com/watch?v=t_gy2V1ofv0
#nodejs
Duet AI is Google’s AI-based assistive agent that works both in the IDE and within Google Cloud. For now. - https://www.youtube.com/watch?v=t_gy2V1ofv0
#nodejs
YouTube
Deploying Node.js with Duet AI
Get started with Duet AI today → https://goo.gle/duet-ai
Duet AI in Google Cloud → https://goo.gle/duet-ai-overview
Focus on the more interesting questions and remove the second-guessing of remembering commands you don’t typically use with Duet AI. Learn…
Duet AI in Google Cloud → https://goo.gle/duet-ai-overview
Focus on the more interesting questions and remove the second-guessing of remembering commands you don’t typically use with Duet AI. Learn…
React Panel: Frontend Should Embrace React Server Components
A panel of developers from Meta, Vercel, Redwood, and others, discussed React server components and server actions in relation to the traditional SPA model and whether Next.js is the only path to adoption. - https://thenewstack.io/react-panel-frontend-should-embrace-react-server-components/
#react
A panel of developers from Meta, Vercel, Redwood, and others, discussed React server components and server actions in relation to the traditional SPA model and whether Next.js is the only path to adoption. - https://thenewstack.io/react-panel-frontend-should-embrace-react-server-components/
#react
The New Stack
React Panel: Frontend Should Embrace React Server Components
Developers from Meta, Vercel, Redwood and others explain why React server components and server actions are worth adopting now.
Three modern CSS properties your website must have
Mojtaba Seyedi outlines some newish CSS features that can help you improve your user interface. - https://bejamas.io/blog/modern-css-properties-your-website-must-have
#css
Mojtaba Seyedi outlines some newish CSS features that can help you improve your user interface. - https://bejamas.io/blog/modern-css-properties-your-website-must-have
#css
Bejamas
3 modern CSS properties your website must have
Fix UI issues with scroll-margin, color-scheme & text-wrap and learn about them with practical demos.
Hand-shek with PouchDB & Vue3: Step-by-Step Guide
Are you considering building a web app that can work without an internet connection, using Vue.js? This blogpost will walk through the process of connecting Vue 3 with PouchDB — a powerful and user-friendly database that doesn’t need the internet to function. - https://medium.com/@khanusama20/hand-shek-with-pouchdb-vue3-step-by-step-guide-87b93e5c5f65
#vue
Are you considering building a web app that can work without an internet connection, using Vue.js? This blogpost will walk through the process of connecting Vue 3 with PouchDB — a powerful and user-friendly database that doesn’t need the internet to function. - https://medium.com/@khanusama20/hand-shek-with-pouchdb-vue3-step-by-step-guide-87b93e5c5f65
#vue
Medium
Hand-shek with PouchDB & Vue3: Step-by-Step Guide
Are you considering building a web app that can work without an internet connection, using Vue.js? Do you need help finding the right way…
System Design Basics: Strategies for Achieving High-Availability in Distributed Systems
This article explores some key strategies that form the foundation of system design for achieving high availability. - https://levelup.gitconnected.com/system-design-basics-strategies-for-achieving-high-availability-in-distributed-systems-709bfd8c44c1
#system #design
This article explores some key strategies that form the foundation of system design for achieving high availability. - https://levelup.gitconnected.com/system-design-basics-strategies-for-achieving-high-availability-in-distributed-systems-709bfd8c44c1
#system #design
Medium
System Design Basics: Strategies for Achieving High-Availability in Distributed Systems.
From Failures to Always-On: Ensuring High Availability in Distributed Environments
Part Of Why I Think Angular Is Junk
Several years ago I wrote about how I think React is junk. The article proved popular and led to a few… - https://medium.com/codex/part-of-why-i-think-angular-is-junk-5832d191e9a8
#angular
Several years ago I wrote about how I think React is junk. The article proved popular and led to a few… - https://medium.com/codex/part-of-why-i-think-angular-is-junk-5832d191e9a8
#angular
Medium
Part Of Why I Think Angular Is Junk
Several years ago I wrote about how I think React is junk. The article proved popular and led to a few follow-up's. My recent “Bad…
How to Create a Sortable and Filterable Table in React - https://www.sitepoint.com/create-sortable-filterable-table-react/
#react
#react
SitePoint
How to Create a Sortable and Filterable Table in React
Learn how to create a sortable and filterable table component in React, which helps to speed up processes when working with large data sets.
Job Scheduling in Node with Agenda: A Beginner's Guide - https://betterstack.com/community/guides/scaling-nodejs/node-scheduled-tasks/
#nodejs
#nodejs
Betterstack
Job Scheduling in Node.js with Agenda: A Beginner's Guide | Better Stack Community
This article provides a comprehensive guide for anyone looking to implement effective task scheduling in a Node.js application
Vue v-if vs v-show: What's the Difference and Which One Should You Use?
Directives are vue-specific attributes for instructing Vue to operate on a DOM element. V-if and v-show are two vue directives with similar impacts on DOM elements. In this article, you will learn the differences between v-if and v-show and the appropriate scenario each applies. - https://drprime.hashnode.dev/vue-v-if-vs-v-show-whats-the-difference-and-which-one-should-you-use
#vue
Directives are vue-specific attributes for instructing Vue to operate on a DOM element. V-if and v-show are two vue directives with similar impacts on DOM elements. In this article, you will learn the differences between v-if and v-show and the appropriate scenario each applies. - https://drprime.hashnode.dev/vue-v-if-vs-v-show-whats-the-difference-and-which-one-should-you-use
#vue
Dr Prime's blog
V-if vs V-show
V-if and v-show are two vue directives with similar impacts on DOM elements. They display values based on the truthy value of a background comparison.
You don't need JavaScript for that
Kilian Valkhof outlines one of the core principles of web development: you should choose the least powerful language suitable for a given purpose. - https://www.htmhell.dev/adventcalendar/2023/2
#css
Kilian Valkhof outlines one of the core principles of web development: you should choose the least powerful language suitable for a given purpose. - https://www.htmhell.dev/adventcalendar/2023/2
#css
You don't need JavaScript for that - HTMHell
A collection of bad practices in HTML, copied from real websites.
Clean Frontend Architecture
Robert Maier-Silldorff introduces an example of clean Architecture, gives an overview of some principles that could be applied, and takes DDD and puts it into the Frontend Architecture. And last but not least, he presents some rules when it comes to creating components and adding business logic so that the code will hopefully stay maintainable. - https://blog.bitsrc.io/clean-frontend-architecture-2995c68702fb
#architecture
Robert Maier-Silldorff introduces an example of clean Architecture, gives an overview of some principles that could be applied, and takes DDD and puts it into the Frontend Architecture. And last but not least, he presents some rules when it comes to creating components and adding business logic so that the code will hopefully stay maintainable. - https://blog.bitsrc.io/clean-frontend-architecture-2995c68702fb
#architecture
Medium
Clean Frontend Architecture
An overview of some of the principles associated with a clean frontend architecture (SOLID, KISS, DRY, and more).
StyleX: Meta's Web Styling System
A newly open sourced “CSS-in-JS” library from Meta made up of a JavaScript syntax and compiler for styling web apps. It’s not exclusively for React, but React is a natural fit given it was built for Facebook. - https://stylexjs.com/blog/introducing-stylex/
#react
A newly open sourced “CSS-in-JS” library from Meta made up of a JavaScript syntax and compiler for styling web apps. It’s not exclusively for React, but React is a natural fit given it was built for Facebook. - https://stylexjs.com/blog/introducing-stylex/
#react
Stylexjs
Introducing StyleX | StyleX
We are thrilled to introduce StyleX. StyleX is an expressive, deterministic,
Node.js, TypeScript and ESM: It Doesn't Have to Be Painful - https://dev.to/a0viedo/nodejs-typescript-and-esm-it-doesnt-have-to-be-painful-438e
#nodejs
#nodejs
DEV Community
Node.js, TypeScript and ESM: it doesn't have to be painful
I was thinking into starting a Node.js project from scratch and had an unsettling choice to make: to...