7 Awesome Vue.js 3 Plugins and Libraries to know in 2023
Looking to build Vue.js application in 2023. This article provides an exciting list of seven incredible Vue 3 plugins and libraries that can help you add exciting features and functionality to your applications without writing lots of code. - https://vueschool.io/articles/vuejs-tutorials/7-awesome-vue-js-3-plugins-and-libraries-to-know-in-2023/
#vue
Looking to build Vue.js application in 2023. This article provides an exciting list of seven incredible Vue 3 plugins and libraries that can help you add exciting features and functionality to your applications without writing lots of code. - https://vueschool.io/articles/vuejs-tutorials/7-awesome-vue-js-3-plugins-and-libraries-to-know-in-2023/
#vue
vueschool.io
7 Awesome Vue.js 3 Plugins and Libraries to know in 2023 - Vue School Articles
Are you looking to build awesome Vue.js applications in 2023? We've put together a list of seven incredible Vue 3 plugins and libraries that can help you add exciting features and functionality to your applications without writing lots of code.
👍7❤1
How to Handle Emojis in Node
A quick look under the covers for anyone who doesn’t understand why ‘😁’.length equals 2 or how characters like emoji are internally represented. - https://backend.cafe/how-to-handle-emojis-in-nodejs
#nodejs
A quick look under the covers for anyone who doesn’t understand why ‘😁’.length equals 2 or how characters like emoji are internally represented. - https://backend.cafe/how-to-handle-emojis-in-nodejs
#nodejs
Backend Cafe
How to handle emojis in Nodejs
Learn how to deal with UNICODE emoji chars and manage them with Node.js
👍5
Build a Note Taking Desktop Application with Tauri and React
Tauri is a Rust-based framework for building desktop apps. - https://betterprogramming.pub/building-cross-platform-desktop-applications-with-tauri-part-ii-8d6ad1927093
#react #tauri
Tauri is a Rust-based framework for building desktop apps. - https://betterprogramming.pub/building-cross-platform-desktop-applications-with-tauri-part-ii-8d6ad1927093
#react #tauri
Medium
Build a Note Taking Desktop Applications With Tauri and React
Create awesome cross-platform apps
👍8
Angular: DI shared component with abstract service
Our goal is to create a shared component with an unify service. Let’s do it on a simple example. - https://medium.com/@toha.marko/angular-di-shared-component-with-abstract-service-9bb8d57a3e84
#angular
Our goal is to create a shared component with an unify service. Let’s do it on a simple example. - https://medium.com/@toha.marko/angular-di-shared-component-with-abstract-service-9bb8d57a3e84
#angular
Medium
Angular: DI shared component with abstract service
Our goal is to create a shared component with an unify service. Let’s do it on a simple example.
👍5❤1
📲 Как делать успешные IoT-проекты в облачных сервисах
В новой статье рассказываем про законы рынка интернета вещей (IoT, Internet of Things). Взяли за основу кейс компании Syncleo, которая создала более 200 умных бытовых приборов с помощью Managed Service for YDB — сервиса для управления базами данных от Yandex.
Также в статье:
• Парадоксы consumer behavior
• Плюсы и минусы адаптации Китайского ПО
• Рецепт успешного IoT-проекта
Читайте статью в блоге Yandex Cloud на VC 👉
В новой статье рассказываем про законы рынка интернета вещей (IoT, Internet of Things). Взяли за основу кейс компании Syncleo, которая создала более 200 умных бытовых приборов с помощью Managed Service for YDB — сервиса для управления базами данных от Yandex.
Также в статье:
• Парадоксы consumer behavior
• Плюсы и минусы адаптации Китайского ПО
• Рецепт успешного IoT-проекта
Читайте статью в блоге Yandex Cloud на VC 👉
💩1
CSS Art: Drawing a Coffee Stain
Alvaro Montoro explains how he created a stunning CSS illustration. - https://alvaromontoro.hashnode.dev/css-art-drawing-a-coffee-stain
#css
Alvaro Montoro explains how he created a stunning CSS illustration. - https://alvaromontoro.hashnode.dev/css-art-drawing-a-coffee-stain
#css
👍3❤2👏1
5 Most Exciting ES2022 Features You Should Know About
I wish I’d known them earlier. - https://javascript.plainenglish.io/5-most-exciting-es2022-features-you-should-know-about-f7a4d8ed78cb
#javascript
I wish I’d known them earlier. - https://javascript.plainenglish.io/5-most-exciting-es2022-features-you-should-know-about-f7a4d8ed78cb
#javascript
👍9
Fortifying Vue.js Applications: Common Security Risks and Solutions
We, as developers, usually rely on our tools too much without considering the consequences with respect to the security of our applications. This article discusses the top security vulnerabilities in Vue.js applications and provides recommendations for identifying and mitigating the risks. - https://medium.com/@neciudan/fortifying-vue-js-applications-common-security-risks-and-solutions-2496321acf82
#vue
We, as developers, usually rely on our tools too much without considering the consequences with respect to the security of our applications. This article discusses the top security vulnerabilities in Vue.js applications and provides recommendations for identifying and mitigating the risks. - https://medium.com/@neciudan/fortifying-vue-js-applications-common-security-risks-and-solutions-2496321acf82
#vue
👍9
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 animations. - 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 animations. - https://ui.dev/why-react-renders
#react
Fireship
The Interactive Guide to Rendering in React
In this interactive guide, we'll explore why, when, and how React renders.
👍10❤3
Building a Serverless AWS Lambda Function in Node - https://ibilalkayy.hashnode.dev/building-a-serverless-aws-lambda-function-in-nodejs-a-step-by-step-guide
#nodejs
#nodejs
Bilal's Blog
Building a Serverless AWS Lambda Function in Node.js: A Step-by-Step Guide
In this post, I'll guide you through the process of creating a serverless function using AWS Lambda and Node.js. I'll start with the basic "Hello World" function, then move on to deploying it using the Serverless Application Model (SAM).
Introduction...
Introduction...
👍9
When is :focus-visible Visible?
Ire Aderinokun explores in detail how :focus-visible works. - https://bitsofco.de/when-is-focus-visible-visible/
#css
Ire Aderinokun explores in detail how :focus-visible works. - https://bitsofco.de/when-is-focus-visible-visible/
#css
bitsofcode
When is :focus-visible visible? | bitsofcode
Articles on frontend development and more.
👍4
Add Transition Effects to a Svelte App
Svelte has built-in animation functions and directives. - https://medium.com/swlh/add-transition-effects-to-a-svelte-app-649514a7b699
#svelte
Svelte has built-in animation functions and directives. - https://medium.com/swlh/add-transition-effects-to-a-svelte-app-649514a7b699
#svelte
Medium
Add Transition Effects to a Svelte App
Svelte has built-in animation functions and directives.
👍5❤2
Don’t bind methods in Angular
In this short blog post, I will show you one of the core concepts of Angular that every Angular developer… - https://levelup.gitconnected.com/angular-dont-use-functions-in-templates-f33d67db18da
#angular
In this short blog post, I will show you one of the core concepts of Angular that every Angular developer… - https://levelup.gitconnected.com/angular-dont-use-functions-in-templates-f33d67db18da
#angular
👍7❤1
So Exactly What Are React Server Components?
There’s always room for another explanation of React Server Components, particularly one which makes few assumptions about prior knowledge and provides easy-to-follow examples. - https://www.viget.com/articles/what-even-are-react-server-components/
#react
There’s always room for another explanation of React Server Components, particularly one which makes few assumptions about prior knowledge and provides easy-to-follow examples. - https://www.viget.com/articles/what-even-are-react-server-components/
#react
https://www.viget.com
What Even Are React Server Components | Viget
React Server Components blur the line between client rendered and server rendered applications, allowing your React components to load data on the server and ship only the necessary HTML and JavaScript to your clients.
👍6
Monitoring Nuxt.js app with Datadog
In this blog post, you will learn how to set up Datadog to monitor your Nuxt.js app and what metrics to monitor. By the end of this article, you’ll have a better understanding of how to optimize your Nuxt.js app for performance and make sure it’s running smoothly for your users. - https://dev.to/adrienmornet/monitoring-nuxtjs-app-with-datadog-1f39
#vue
In this blog post, you will learn how to set up Datadog to monitor your Nuxt.js app and what metrics to monitor. By the end of this article, you’ll have a better understanding of how to optimize your Nuxt.js app for performance and make sure it’s running smoothly for your users. - https://dev.to/adrienmornet/monitoring-nuxtjs-app-with-datadog-1f39
#vue
DEV Community
Monitoring Nuxt.js app with Datadog 🔍
During the last weeks, I have been able to deepen Datadog. If you’re using Nuxt.js to build your web...
👍4❤1
Software architecture diagramming and patterns
A software’s architecture is the foundation for any successful software system and will influence everything… - https://learningdaily.dev/software-architecture-diagramming-and-patterns-7d38999e7a12
#architecture
A software’s architecture is the foundation for any successful software system and will influence everything… - https://learningdaily.dev/software-architecture-diagramming-and-patterns-7d38999e7a12
#architecture
Medium
Software architecture diagramming and patterns
A software’s architecture is the foundation for any successful software system and will influence everything from maintainability…
👍6
The State of Node.js Performance in 2023
Nearform’s Rafael Gonzaga reflects on the recent release of Node 20 and puts it through its paces against v18.16 and v16.20 with a few different benchmark suites running on a pretty typical EC2 instance. - https://blog.rafaelgss.dev/state-of-nodejs-performance-2023
#nodejs
Nearform’s Rafael Gonzaga reflects on the recent release of Node 20 and puts it through its paces against v18.16 and v16.20 with a few different benchmark suites running on a pretty typical EC2 instance. - https://blog.rafaelgss.dev/state-of-nodejs-performance-2023
#nodejs
blog.rafaelgss.dev
State of Node.js Performance 2023
Tech insights on Performance, Security and Node.js from Rafael Gonzaga, Node.js TSC member
👍5❤2
What’s New in CSS and UI: I/O 2023 Edition
Una Kravets, Bramus, and Adam Argyle give a rundown of the most exciting and impactful CSS and UI features that landed in the browsers recently or are coming soon. - https://developer.chrome.com/blog/whats-new-css-ui-2023
#css
Una Kravets, Bramus, and Adam Argyle give a rundown of the most exciting and impactful CSS and UI features that landed in the browsers recently or are coming soon. - https://developer.chrome.com/blog/whats-new-css-ui-2023
#css
Chrome for Developers
What's new in CSS and UI: I/O 2023 Edition | Blog | Chrome for Developers
The top 20 CSS and UI features highlighted at Google I/O 2023 that you don't want to miss.
👍4❤2
When to use ngOnChange, SimpleChange, Setters and changeDetectorRef in Angular
Why ngOnChange? - https://medium.com/swlh/when-to-use-ngonchange-simplechange-setters-and-changedetectorref-in-angular-bc4fcbb0bd08
#angular
Why ngOnChange? - https://medium.com/swlh/when-to-use-ngonchange-simplechange-setters-and-changedetectorref-in-angular-bc4fcbb0bd08
#angular
Medium
When to use ngOnChange, SimpleChange, Setters and changeDetectorRef in Angular
Why ngOnChange?
👍3