Function Overloading in Typescript
Typescript is a type system built on top of Javascript and its only purpose is to secure your application… - https://medium.com/ngconf/function-overloading-in-typescript-8236706b2c05
#typescript
Typescript is a type system built on top of Javascript and its only purpose is to secure your application… - https://medium.com/ngconf/function-overloading-in-typescript-8236706b2c05
#typescript
Medium
Function Overloading in Typescript
Typescript is a type system built on top of Javascript and its only purpose is to secure your application. Learn how to secure your…
👍4🔥1
Reactivity with the Vue 3 Composition API: ref() and reactive()
In a single-page application (SPA), reactivity refers to the application’s ability to update its user interface in response to changes in the underlying data. In Vue 3 we are introduced to 2 ways of declaring reactive Variables - Ref and Reactive. This article will explore these 2 functions outlining their uniqueness and use cases. - https://blog.logrocket.com/reactivity-vue-3-composition-api-ref-reactive/
#vue
In a single-page application (SPA), reactivity refers to the application’s ability to update its user interface in response to changes in the underlying data. In Vue 3 we are introduced to 2 ways of declaring reactive Variables - Ref and Reactive. This article will explore these 2 functions outlining their uniqueness and use cases. - https://blog.logrocket.com/reactivity-vue-3-composition-api-ref-reactive/
#vue
LogRocket Blog
Reactivity with the Vue 3 Composition API: ref() and reactive() - LogRocket Blog
Explore Vue 3's Composition API and the ref() and reactive() functions for implementing efficient reactivity.
👍6❤4
Building a Two-Way Data Binding Hook for Form Inputs
Two-way form input binding is a popular feature offered by frameworks like Vue and Svelte – what might a React version look like? Consider this more an experiment than anything. - https://www.macarthur.me/posts/binding-input-state-in-react
#react
Two-way form input binding is a popular feature offered by frameworks like Vue and Svelte – what might a React version look like? Consider this more an experiment than anything. - https://www.macarthur.me/posts/binding-input-state-in-react
#react
Alex MacArthur
Building a Two-Way Data Binding Hook for Form Inputs in React
Two-way form input binding is a popular feature offered by JavaScript frameworks like Vue and Svelte. I took a minute to explore what the React version of it might look like. I don't hate the result.
🔥6👍1
Matteo's Thoughts on Bun
As the creator of Fastify and a Node.js TSC member, it’s interesting to see what Matteo thinks of alternative runtime Bun. - https://adventures.nodeland.dev/archive/my-thoughts-on-bun/
#bun
As the creator of Fastify and a Node.js TSC member, it’s interesting to see what Matteo thinks of alternative runtime Bun. - https://adventures.nodeland.dev/archive/my-thoughts-on-bun/
#bun
adventures.nodeland.dev
My thoughts on Bun and other Adventures
Bun 1.0 release, Node.js performance, and released videos on OpenMeter and EventEmitter anti-pattern.
👍6
Feature-Sliced Design —modern architectural methodology on Angular - https://medium.com/@fed4wet/feature-sliced-design-modern-architectural-methodology-on-angular-d0ef705ef598
#angular
#angular
Medium
Feature-Sliced Design —modern Front End Architectural Methodology on Angular.
0. Before we start.
👍5
Type safe CSS design systems with @property
Adam Argyle explains how to use @propety to create smarter and more stable design systems. - https://nerdy.dev/cant-break-this-design-system
#css
Adam Argyle explains how to use @propety to create smarter and more stable design systems. - https://nerdy.dev/cant-break-this-design-system
#css
nerdy.dev
Type safe CSS design systems with @property
Fail safe, reliable, & deeply nestable.
👍4😡1
Micro Frontend Architecture: An In-Depth Look And Application Examples
Micro Frontend is an architectural approach that splits the application into separate projects. - https://medium.com/@furkanemmezoglu/micro-frontend-architecture-an-in-depth-look-and-application-examples-a64eaed3153
#microfrontend
Micro Frontend is an architectural approach that splits the application into separate projects. - https://medium.com/@furkanemmezoglu/micro-frontend-architecture-an-in-depth-look-and-application-examples-a64eaed3153
#microfrontend
Medium
Micro Frontend Architecture:
An In-Depth Look And Application Examples
An In-Depth Look And Application Examples
Micro Frontend is an architectural approach that splits the application into separate projects.
👍9
Securing Node Apps by Analyzing Real-World Command Injection Examples
If there’s a vulnerability in an npm package, there’s a bad actor looking to take advantage of it. A particularly nasty vulnerability is when code can be manipulated to run unintended and arbitrary commands. - https://www.nodejs-security.com/blog/securing-your-nodejs-apps-by-analyzing-real-world-command-injection-examples
#nodejs
If there’s a vulnerability in an npm package, there’s a bad actor looking to take advantage of it. A particularly nasty vulnerability is when code can be manipulated to run unintended and arbitrary commands. - https://www.nodejs-security.com/blog/securing-your-nodejs-apps-by-analyzing-real-world-command-injection-examples
#nodejs
NodeJS Security & NodeJS Secure Coding
Securing Your Node.js Apps by Analyzing Real-World Command Injection Examples
This article explores real-world command injection vulnerabilities that have impacted popular applications, emphasizing the need for secure coding practices. We take you through the background of Node.js and its vast user base, setting the stage for understanding…
👍4🔥2
The Simplest Example to Understand Server Actions in Next.js - https://scastiel.dev/simplest-example-server-actions-nextjs
#react
#react
scastiel.dev
The simplest example to understand Server Actions in Next.js
Server Actions are a new feature in Next.js. The first time I heard about them, they didn’t seem very intuitive to me. Now that I’m a bit more used to them, let me contribute to making them easier to understand.
👍6🔥1😁1
Gradients, Blend Modes, And A Really Cool Hover Effect
Preethi shows how to create a hover effect where hovering one item triggers visual changes to other items using CSS gradients. - https://www.smashingmagazine.com/2023/09/gradients-blend-modes-hover-effect
#css
Preethi shows how to create a hover effect where hovering one item triggers visual changes to other items using CSS gradients. - https://www.smashingmagazine.com/2023/09/gradients-blend-modes-hover-effect
#css
Smashing Magazine
Gradients, Blend Modes, And A Really Cool Hover Effect — Smashing Magazine
Gradients are a powerful CSS feature. We use them for texture, depth, and even to hide parts of elements with CSS masking. This article covers another interesting way to use gradients — as a hover effect that affects the appearance of other elements around…
👍3
Good practices and Design Patterns for Vue Composables
This article summarises good practices and design patterns about Vue composables. - https://dev.to/jacobandrewsky/good-practices-and-design-patterns-for-vue-composables-24lk
#vue
This article summarises good practices and design patterns about Vue composables. - https://dev.to/jacobandrewsky/good-practices-and-design-patterns-for-vue-composables-24lk
#vue
DEV Community
Good practices and Design Patterns for Vue Composables
I recently had a great discussion with my team at Vue Storefront about patterns for writing Vue...
👍4
Angular 16 is huge
At the time of writing this article, angular just published its first release candidate version of v16. There… - https://itnext.io/angular-16-is-huge-67288a3ff58b
#angular
At the time of writing this article, angular just published its first release candidate version of v16. There… - https://itnext.io/angular-16-is-huge-67288a3ff58b
#angular
Medium
Angular 16 is huge
At the time of writing this article, angular just published its first release candidate version of v16. There are lot of feature/changes…
👍3🔥2
The Underlying Mechanisms of React’s Concurrent Mode - https://andreigatej.dev/blog/the-underlying-mechanisms-of-reacts-concurrent-mode/
#react
#react
andreigatej.dev
The underlying mechanisms of React’s concurrent mode
How React's Concurrent Mode works
👍4
Serverless Bun vs Node: Benchmarking on AWS Lambda
Following the recent release of Bun 1.0, Mitchell ran some tests to determine if the updated runtime is a legitimate contender for serverless environments like AWS Lambda. - https://medium.com/@mitchellkossoris/serverless-bun-vs-node-benchmarking-on-aws-lambda-ecd4fe7c2fc2
#bun #vs #nodejs
Following the recent release of Bun 1.0, Mitchell ran some tests to determine if the updated runtime is a legitimate contender for serverless environments like AWS Lambda. - https://medium.com/@mitchellkossoris/serverless-bun-vs-node-benchmarking-on-aws-lambda-ecd4fe7c2fc2
#bun #vs #nodejs
Medium
Serverless Bun vs Node: Benchmarking on AWS Lambda
Is Bun a legitimate contender for serverless runtime environments like AWS Lambda? Let’s test some benchmarks against NodeJS to determi...
👍5❤1👏1
CSS lobotomized owl selector: A modern guide
Sebastian Weber explores the lobotomized owl selector from a modern angle. - https://blog.logrocket.com/css-lobotomized-owl-selector-modern-guide
#css
Sebastian Weber explores the lobotomized owl selector from a modern angle. - https://blog.logrocket.com/css-lobotomized-owl-selector-modern-guide
#css
LogRocket Blog
CSS lobotomized owl selector: A modern guide - LogRocket Blog
A lot has changed about programming since the CSS lobotomized owl selector was introduced in 2014. Learn to use it in a modern context here.
👍7🔥2
6 Advanced TypeScript tricks for Clean Code
We’ll explore six Advanced TypeScript tricks for writing clean code, with examples and step by step how they… - https://medium.com/@mvsg/6-advanced-typescript-tricks-for-clean-code-90cee774dbf3
#typescript
We’ll explore six Advanced TypeScript tricks for writing clean code, with examples and step by step how they… - https://medium.com/@mvsg/6-advanced-typescript-tricks-for-clean-code-90cee774dbf3
#typescript
Medium
6 Advanced TypeScript tricks for Clean Code
Six advanced TypeScript tips will be covered here, along with examples showing how each one works step by step and their benefits. By using…
🔥7👍4
Create A Custom Range Slider With Vue
In this tutorial, you will learn how to create a custom range slider in Vue 3.
You’ll also see how you can create a custom slider with two handles, one for the min value and the other for the max value. - https://blog.openreplay.com/create-a-custom-range-slider-with-vue
#vue
In this tutorial, you will learn how to create a custom range slider in Vue 3.
You’ll also see how you can create a custom slider with two handles, one for the min value and the other for the max value. - https://blog.openreplay.com/create-a-custom-range-slider-with-vue
#vue
Openreplay
Create a custom range slider with Vue
Build range sliders for maximum flexibility.
👍7❤1
Create a Hand-Drawing Component with React Native Skia - https://spin.atomicobject.com/2023/07/26/react-native-skia/
#reactnative
#reactnative
Atomic Spin
Create a Hand-Drawing Component Using React Native Skia
While searching for the ideal library, I came across React Native Skia — a high-performance 2D graphics library.
👍6
How Custom Property Values are Computed
Stephanie Eckles reviews how the browser determines values for any property, the impact of “computed value time,” pitfalls around using custom properties with cutting-edge CSS, and why inheritance should inform your custom property architecture. - https://moderncss.dev/how-custom-property-values-are-computed
#css
Stephanie Eckles reviews how the browser determines values for any property, the impact of “computed value time,” pitfalls around using custom properties with cutting-edge CSS, and why inheritance should inform your custom property architecture. - https://moderncss.dev/how-custom-property-values-are-computed
#css
Modern CSS Solutions
How Custom Property Values are Computed | Modern CSS Solutions
Review behaviors to be aware of regarding how the browser computes final custom property values. A misunderstanding of this process may lead to an unexpected or missing value and difficulty troubleshooting and resolving the issue.
👍6🔥1
Understand Microfrontends: Microservices for the Frontend with Next JS Demo
Let's see how it all started and how it's going these days … - https://medium.com/tkssharma/understand-microfrontends-microservices-for-the-frontend-with-next-js-demo-32c84f19b503
#microfrontends
Let's see how it all started and how it's going these days … - https://medium.com/tkssharma/understand-microfrontends-microservices-for-the-frontend-with-next-js-demo-32c84f19b503
#microfrontends
Medium
Understand Microfrontends: Microservices for the Frontend with Next JS Demo
Let's see how it all started and how it's going these days …
👍6🔥1