All we know about Vue 3's Vapor Mode ...until now
Vapor Mode is a new and alternative compilation strategy inspired by Solid.js.
It aims to enhance your apps' performance by compiling your code into a more efficient JavaScript output. - https://icarusgk.hashnode.dev/vue-3-vapor-mode
#vue
Vapor Mode is a new and alternative compilation strategy inspired by Solid.js.
It aims to enhance your apps' performance by compiling your code into a more efficient JavaScript output. - https://icarusgk.hashnode.dev/vue-3-vapor-mode
#vue
👍4
Transcribing Audio on Cloudflare Workers with AssemblyAI
This is a little platform specific, but we’ve been experimenting with AssemblyAI for transcribing audio and it works very well. - https://www.assemblyai.com/blog/transcribe-audio-cloudflare-workers-assemblyai-nodejs-typescript/
#nodejs
This is a little platform specific, but we’ve been experimenting with AssemblyAI for transcribing audio and it works very well. - https://www.assemblyai.com/blog/transcribe-audio-cloudflare-workers-assemblyai-nodejs-typescript/
#nodejs
Assemblyai
Transcribe audio to text on Cloudflare Workers with AssemblyAI and TypeScript
In this tutorial, you'll learn how to create an application that transcribes the audio files (and video files) to text. You'll create a TypeScript backend on top of Cloudflare Workers and use the AssemblyAI APIs to transcribe the audio.
❤3👍1
The Interactive Guide to Rendering in React
This interactive guide explores why, when, and how React renders, and illustrates it with a series of short and well thought out video animations that remain just as relevant today. - https://ui.dev/why-react-renders
#react
This interactive guide explores why, when, and how React renders, and illustrates it with a series of short and well thought out video animations that remain just as relevant today. - https://ui.dev/why-react-renders
#react
ui.dev
The Interactive Guide to Rendering in React
In this interactive guide, we'll explore why, when, and how React renders.
👍6
Typescript: Typing Your API Requests — Generics Hacks
Are you ready to take your REST API requests to the next level? Buckle up, because… Ah! 😑 why go boring…
- https://taricov.medium.com/typescript-typing-your-api-requests-generics-hacks-4-540644951f9b
#typescript
Are you ready to take your REST API requests to the next level? Buckle up, because… Ah! 😑 why go boring…
- https://taricov.medium.com/typescript-typing-your-api-requests-generics-hacks-4-540644951f9b
#typescript
Medium
Typescript: Typing Your API Requests — Generics Hacks #4
Are you ready to take your REST API requests to the next level? Buckle up, because… Ah! 😑 why go boring? while i can call u guyzzzzz 🤣
👍4
Shadow DOM and the Problem of Encapsulation
Nolan Lawson clears up some of the misconceptions about Shadow DOM. - https://nolanlawson.com/2023/12/30/shadow-dom-and-the-problem-of-encapsulation
#css
Nolan Lawson clears up some of the misconceptions about Shadow DOM. - https://nolanlawson.com/2023/12/30/shadow-dom-and-the-problem-of-encapsulation
#css
Read the Tea Leaves
Shadow DOM and the problem of encapsulation
Web components are kind of having a moment right now. And as part of that, shadow DOM is having a bit of a moment too. Or it would, except that much of the conversation seems to be about why you sh…
👍5
From Angular 14 to Angular 16
What I have changed in my coding approach - https://medium.com/@redin.gaetan/from-angular-14-to-angular-16-1804736e25d9
#angular
What I have changed in my coding approach - https://medium.com/@redin.gaetan/from-angular-14-to-angular-16-1804736e25d9
#angular
Medium
From Angular 14 to Angular 16
What I have changed in my coding approach
👍6
Clean Layout Architecture for Vue Applications
Fotis concluded on a layout architecture for Vue apps that works well and scales without headaches. - https://fadamakis.com/clean-layout-architecture-for-vue-applications-a738201a2a1e
#vue
Fotis concluded on a layout architecture for Vue apps that works well and scales without headaches. - https://fadamakis.com/clean-layout-architecture-for-vue-applications-a738201a2a1e
#vue
Medium
Clean Layout Architecture for Vue Applications
Layouts are an essential pattern to reduce code repetition and create maintainable and professional-looking applications. If you are using…
👍4
React Server Components: The Good, The Bad, and The Ugly
I’d argue that adding server capabilities to React is much less important than fixing its many existing issues. - https://www.mayank.co/blog/react-server-components/
#react
I’d argue that adding server capabilities to React is much less important than fixing its many existing issues. - https://www.mayank.co/blog/react-server-components/
#react
mayank.co
React Server Components: the Good, the Bad, and the Ugly
Evaluating Next.js's implementation of React's new server features.
👍6
Preventing and Debugging Memory Leaks in Node
A primer on the practical basics. - https://betterstack.com/community/guides/scaling-nodejs/high-performance-nodejs/nodejs-memory-leaks/
#nodejs
A primer on the practical basics. - https://betterstack.com/community/guides/scaling-nodejs/high-performance-nodejs/nodejs-memory-leaks/
#nodejs
Betterstack
Preventing and Debugging Memory Leaks in Node.js | Better Stack Community
Learn about Node.js memory leaks and their causes, how to debug and fix them,
prevention best practices, methods for monitoring leaks.
prevention best practices, methods for monitoring leaks.
👍6👎1
Mastering SOLID Principles in Just 8 Minutes - https://medium.com/@arulvalananto/mastering-solid-principles-in-just-8-minutes-1df3425c6fff
#solid
#solid
Medium
Mastering SOLID Principles in Just 8 Minutes!
Boost Performance, Maintainability, and Scalability with SOLID Principles in Your React Application!
👍7❤1
Recipes to Wrap, Extend or Proxy a Vue Component
This article details some ways to create a component that extends another. We’ll look at attributes, props, listeners, and slots, along with functional components and render functions. The syntax will generally be Vue v2.6+ with additional notes for Vue 3. - https://medium.com/js-dojo/recipes-to-wrap-extend-or-proxy-a-vue-component-dbb4a8692540
#vue
This article details some ways to create a component that extends another. We’ll look at attributes, props, listeners, and slots, along with functional components and render functions. The syntax will generally be Vue v2.6+ with additional notes for Vue 3. - https://medium.com/js-dojo/recipes-to-wrap-extend-or-proxy-a-vue-component-dbb4a8692540
#vue
Medium
Recipes to Wrap, Extend or Proxy a Vue Component
With an exciting new third-party component to introduce to your project, you think, hmm, what about DRY? I’ll wrap it!
👍4
12 Modern CSS One-Line Upgrades
Stephanie Eckles shares a number of handy CSS properties to start incorporating into your projects to reduce technical debt, remove JavaScript, and score easy wins for user experience. - https://moderncss.dev/12-modern-css-one-line-upgrades
#css
Stephanie Eckles shares a number of handy CSS properties to start incorporating into your projects to reduce technical debt, remove JavaScript, and score easy wins for user experience. - https://moderncss.dev/12-modern-css-one-line-upgrades
#css
Modern CSS Solutions
12 Modern CSS One-Line Upgrades | Modern CSS Solutions
Sometimes, improving your application CSS just takes a one-line upgrade or enhancement! Learn about 12 properties to start incorporating into your projects, and enjoy reducing technical debt, removing JavaScript, and scoring easy wins for user experience.
👍8
How to Apply SOLID Design Principles in Angular for Clean, Maintainable Code
Today, we’re going to talk about design principles in Angular. These are like a set of rules that we, as… - https://medium.com/williambastidasblog/how-to-apply-solid-design-principles-in-angular-for-clean-maintainable-code-51227b51f317
#angular
Today, we’re going to talk about design principles in Angular. These are like a set of rules that we, as… - https://medium.com/williambastidasblog/how-to-apply-solid-design-principles-in-angular-for-clean-maintainable-code-51227b51f317
#angular
Medium
How to Apply SOLID Design Principles in Angular for Clean, Maintainable Code
Today, we’re going to talk about design principles in Angular. These are like a set of rules that we, as Angular developers, follow to make…
👍6
GraphQL: From Excitement to Deception - https://betterprogramming.pub/graphql-from-excitement-to-deception-f81f7c95b7cf
#graphql
#graphql
Medium
GraphQL: From Excitement to Deception
Should you consider GraphQL?
👍4❤2
Next.js 14 Intercepting Routes
Use intercepting routes to display parts of your app on any page, without changing context for your users. - https://www.builder.io/blog/nextjs-14-intercepting-routes
#react
Use intercepting routes to display parts of your app on any page, without changing context for your users. - https://www.builder.io/blog/nextjs-14-intercepting-routes
#react
Builder.io
Next.js 14 Intercepting Routes
Get a handle on intercepting routes in Next.js 14. Use intercepting routes to display parts of your app on any page, without changing context for your users.
👍4❤1
ES Module Imports in Node.js and the Browser
Just a quick example/handy recap of the basic setup. - https://eli.thegreenplace.net/2023/es-module-imports-in-nodejs-and-the-browser/
#nodejs #esm
Just a quick example/handy recap of the basic setup. - https://eli.thegreenplace.net/2023/es-module-imports-in-nodejs-and-the-browser/
#nodejs #esm
👍5
Changing Colors in an SVG Element with CSS and JavaScript
Almost everything inside an inline SVG image is up for modification using CSS and JS. - https://www.kirupa.com/web/changing_colors_svg_css_javascript.htm
#svg
Almost everything inside an inline SVG image is up for modification using CSS and JS. - https://www.kirupa.com/web/changing_colors_svg_css_javascript.htm
#svg
KIRUPA
Changing Colors in an SVG Element Using CSS and JavaScript
Almost everything inside an inline SVG image is up for modification using CSS and JavaScript. Let's find out how by changing some colors!
👍3🥴3
Exploring Nx & Angular
This is about my first experience using Nx with Angular - https://javascript.plainenglish.io/exploring-nx-angular-652ef8863b1b
#angular
This is about my first experience using Nx with Angular - https://javascript.plainenglish.io/exploring-nx-angular-652ef8863b1b
#angular
Medium
Exploring Nx & Angular
This is about my first experience using Nx with Angular
👍4
My Take on Fading Content Using Transparent Gradients in CSS
Kilian Valkhof shows two ways to fade text content: mask-image and background-clip. - https://polypane.app/blog/my-take-on-fading-content-using-transparent-gradients-in-css
#css
Kilian Valkhof shows two ways to fade text content: mask-image and background-clip. - https://polypane.app/blog/my-take-on-fading-content-using-transparent-gradients-in-css
#css
polypane.app
My take on fading content using transparent gradients in CSS | Polypane
Two days ago Amit Merchant wrote a blog post on a technique to fade text out using an overlaid element based on the design of Trunk.io . He walks through how…
👍5❤1
Cryptography Fundamentals with the crypto Module
An introduction to some concepts of modern cryptography, and how to work with them in practical terms in Node using methods from the crypto module - https://blog.yonatan.dev/cryptography-with-node-crypto-module/
#nodejs
An introduction to some concepts of modern cryptography, and how to work with them in practical terms in Node using methods from the crypto module - https://blog.yonatan.dev/cryptography-with-node-crypto-module/
#nodejs
Yonatan's dev blog
Mastering Cryptography Fundamentals with Node’s crypto module
This post covers the fundamentals of Cryptography and shows how to put them to use with Node.js' crypto module.
👍3