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
What’s next for Server Side Rendering in Angular
In May of 2022, we shared Angular’s vision for the future, where we committed to investing in server side…
- https://blog.angular.io/whats-next-for-server-side-rendering-in-angular-2a6f27662b67
#angular
In May of 2022, we shared Angular’s vision for the future, where we committed to investing in server side…
- https://blog.angular.io/whats-next-for-server-side-rendering-in-angular-2a6f27662b67
#angular
Medium
What’s next for Server Side Rendering in Angular
In May of 2022, we shared Angular’s vision for the future, where we committed to investing in server side rendering and hydration. Angular…
👍6🔥2
Why I Stopped Using Next.js and Chose Astro Instead - https://www.youtube.com/watch?v=BoeZqPaYw9s
#nextjs #react
#nextjs #react
YouTube
Why I STOPPED Using Next.js And Chose Astro Instead
Next.js was not the best option for my personal site. I decided to choose Astro because it handles working with markdown, code highlighting, pagination, and so much more so much easier.
Full Astro Course - https://astrocourse.dev/
**DISCORD**
Join the…
Full Astro Course - https://astrocourse.dev/
**DISCORD**
Join the…
👍4👎3
Solved by CSS Scroll-Driven Animations: Detect if an element can scroll or not
Bramus Van Damme shows how to selectively style an element based on it being scrollable or not. - https://www.bram.us/2023/09/16/solved-by-css-scroll-driven-animations-detect-if-an-element-can-scroll-or-not
#css
Bramus Van Damme shows how to selectively style an element based on it being scrollable or not. - https://www.bram.us/2023/09/16/solved-by-css-scroll-driven-animations-detect-if-an-element-can-scroll-or-not
#css
Bram.us
Solved by CSS Scroll-Driven Animations: Detect if an element can scroll or not
Leverage Scroll-Driven Animations + a Space Toggle or State Query to selectively style an element based on it being scrollable or not.
👍5
What's Next for JavaScript: New Features to Look Forward to
A reassuring and high level look at just what goes into making JavaScript better over time, along with some of the new things about to appear or still making their way through the arduous TC39 process. - https://thenewstack.io/whats-next-for-javascript-new-features-to-look-forward-to/
#javascript
A reassuring and high level look at just what goes into making JavaScript better over time, along with some of the new things about to appear or still making their way through the arduous TC39 process. - https://thenewstack.io/whats-next-for-javascript-new-features-to-look-forward-to/
#javascript
The New Stack
What’s Next for JavaScript: New Features to Look Forward to
Useful types and modern tools to make internationalizing your sites and web apps easier, plus hints at what might come later for JavaScript.
👍6
State of HTML 2023
This year, Lea Verou took on the formidable task of leading the design of a brand-new State of HTML survey, from content to UX and beyond. Take the survey and help us shape the evolution of the web platform. - https://survey.devographics.com/en-US/survey/state-of-html/2023
#survey
This year, Lea Verou took on the formidable task of leading the design of a brand-new State of HTML survey, from content to UX and beyond. Take the survey and help us shape the evolution of the web platform. - https://survey.devographics.com/en-US/survey/state-of-html/2023
#survey
State of HTML 2023
Take the State of HTML survey
👍6🔥2
Techniques for Sharing Data between Vue.js Components
In this article, you’ll learn about the various techniques data is shared between Vue.js components.
Props, Emits, Slots, Stores as well as Provide and Inject - https://vueschool.io/articles/vuejs-tutorials/techniques-for-sharing-data-between-vue-js-components
#vue
In this article, you’ll learn about the various techniques data is shared between Vue.js components.
Props, Emits, Slots, Stores as well as Provide and Inject - https://vueschool.io/articles/vuejs-tutorials/techniques-for-sharing-data-between-vue-js-components
#vue
vueschool.io
Techniques for Sharing Data between Vue.js Components - Vue School Articles
Learn all techniques to share data between Vue.js components. Discover how to pass data with props in Vue for smooth component communication.
👍4🔥3
Token Based Authentication with JWTs in Fastify
Learn how to build secure authentication systems with Fastify, JWT, and TypeScript with this guide. - https://thatarif.in/posts/token-based-authentication-with-fastify-jwt
#nodejs
Learn how to build secure authentication systems with Fastify, JWT, and TypeScript with this guide. - https://thatarif.in/posts/token-based-authentication-with-fastify-jwt
#nodejs
thatarif.in
Token based authentication with Fastify, JWT, and Typescript
Learn to build secure authentication systems with Fastify, JWT, and TypeScript in this comprehensive guide.
👍6
Revealing Images With CSS Mask Animations
Temani Afif demonstrates how CSS masks combined with gradients allow you to create fancy hover effects on images — with efficient, reusable code. - https://www.smashingmagazine.com/2023/09/revealing-images-css-mask-animations
#css
Temani Afif demonstrates how CSS masks combined with gradients allow you to create fancy hover effects on images — with efficient, reusable code. - https://www.smashingmagazine.com/2023/09/revealing-images-css-mask-animations
#css
Smashing Magazine
Revealing Images With CSS Mask Animations — Smashing Magazine
Let’s play with images and experiment with CSS masks. The idea is fairly simple: take a single `` tag and harness the power of CSS to accomplish complex hover transitions. Through different demos, you will see how CSS masks combined with gradients allow us…
👍8🔥1
tRPC + Next.js App Router = Simple Typesafe APIs - https://www.youtube.com/watch?v=qCLV0Iaq9zU
#react #nextjs
#react #nextjs
YouTube
tRPC + NextJS App Router = Simple Typesafe APIs
👉 Upcoming NextJS course: https://pronextjs.dev
👉 Code : https://github.com/jherr/trpc-on-the-app-router
👉 Don't forget to subscribe to this channel for more updates: https://bit.ly/2E7drfJ
👉 Discord server signup: https://discord.gg/ddMZFtTDa5
👉 VS Code…
👉 Code : https://github.com/jherr/trpc-on-the-app-router
👉 Don't forget to subscribe to this channel for more updates: https://bit.ly/2E7drfJ
👉 Discord server signup: https://discord.gg/ddMZFtTDa5
👉 VS Code…
👍6😁1
Standalone Angular & Nx
Standalone components, directives, and pipes are the future of Angular. Luckily, Nx works great with the new… - https://medium.com/ngconf/standalone-angular-nx-414882d8d787
#angular
Standalone components, directives, and pipes are the future of Angular. Luckily, Nx works great with the new… - https://medium.com/ngconf/standalone-angular-nx-414882d8d787
#angular
Medium
Standalone Angular & Nx
Standalone components, directives, and pipes are the future of Angular. Luckily, Nx works great with the new paradigm.
👍8🔥2
6 Patterns for Microfrontends
An overview of microfrontend patterns: advantages, drawbacks and implementation. - https://blog.bitsrc.io/6-patterns-for-microfrontends-347ae0017ec0
#microfrontends
An overview of microfrontend patterns: advantages, drawbacks and implementation. - https://blog.bitsrc.io/6-patterns-for-microfrontends-347ae0017ec0
#microfrontends
Medium
6 Patterns for Microfrontends
An overview of microfrontend patterns: advantages, drawbacks and implementation.
👍3
Why the Temporal API is Awesome
It’s still sat in stage 3 as a proposal, but the Temporal API aims to work around a lot of Date’s limitations without needing to rely on third-party libraries. - https://taro.codes/posts/2023-08-23-temporal-api/
#nodejs
It’s still sat in stage 3 as a proposal, but the Temporal API aims to work around a lot of Date’s limitations without needing to rely on third-party libraries. - https://taro.codes/posts/2023-08-23-temporal-api/
#nodejs
👍4