Top UI Libraries for Building Stunning UIs in Vue 3 and Nuxt 3
Building elegant and performant user interfaces (UIs) has become a crucial factor in web development. In the Vue.js ecosystem, both Vue 3 and Nuxt 3 provide robust tools for crafting dynamic and engaging applications. This article provides a showcase of some top libraries you can leverage to build awesome UIs. - https://vuejsdevelopers.com/2024/01/26/top-ui-libraries-for-building-stunning-uis-in-vue3-and-nuxt3/
#vue
Building elegant and performant user interfaces (UIs) has become a crucial factor in web development. In the Vue.js ecosystem, both Vue 3 and Nuxt 3 provide robust tools for crafting dynamic and engaging applications. This article provides a showcase of some top libraries you can leverage to build awesome UIs. - https://vuejsdevelopers.com/2024/01/26/top-ui-libraries-for-building-stunning-uis-in-vue3-and-nuxt3/
#vue
Top UI Libraries for Building Stunning UIs in Vue 3 and Nuxt 3
This article contains a curated list of some awesome libraries you leverage to build stunning user interfaces in 2024.
Poor Express Authentication Patterns and How to Avoid Them
Node security guru Liran has been bothered by a lot of poor authentication patterns doing the rounds in various tutorials and lays out some things to consider if you’re ‘rolling your own.’ - https://www.lirantal.com/blog/poor-express-authentication-patterns-nodejs
#nodejs
Node security guru Liran has been bothered by a lot of poor authentication patterns doing the rounds in various tutorials and lays out some things to consider if you’re ‘rolling your own.’ - https://www.lirantal.com/blog/poor-express-authentication-patterns-nodejs
#nodejs
Liran Tal
Poor Express Authentication Patterns in Node.js and How to Avoid Them
Tired of seeing poor authentication patterns in Node.js applications and Express code examples? Here's a guide on how to avoid them and what to do instead
Incredibly flexible and reusable UI controls for Angular
Hi, today I want to share with you my approach for creating UI controls that allows you to create them in a… - https://medium.com/@askoropad/incredibly-flexible-and-reusable-ui-controls-for-angular-5084add1d80f
#angular
Hi, today I want to share with you my approach for creating UI controls that allows you to create them in a… - https://medium.com/@askoropad/incredibly-flexible-and-reusable-ui-controls-for-angular-5084add1d80f
#angular
Medium
Incredibly flexible and reusable UI controls for Angular
Hi, today I want to share with you my approach for creating UI controls that allows you to create them in a matter of minutes.
Path to a Clean(er) React Architecture: API Layer and Data Transformations - https://profy.dev/article/react-architecture-api-layer-and-data-transformations
#react
#react
profy.dev
Path To A Clean(er) React Architecture - API Layer & Data Transformations
Mixing transformations of API data and UI code quickly leads to messy and unmaintainable code. In this article, we take a step towards a cleaner React architecture by extracting data transformations to an API layer.
State of HTML Survey Results
The State of HTML 2023 survey results are finally live—dig in, and you’ll certainly uncover some interesting insights. - https://2023.stateofhtml.com/en-US
#css
The State of HTML 2023 survey results are finally live—dig in, and you’ll certainly uncover some interesting insights. - https://2023.stateofhtml.com/en-US
#css
Stateofhtml
State of HTML 2023
The 2023 edition of the annual survey about the latest trends in the HTML ecosystem.
Webpack module federation | Think twice before sharing a dependency
Webpack module federation is an amazing tool that allows amazing optimization for large-scale front-end… - https://medium.com/@marvusm.mmi/webpack-module-federation-think-twice-before-sharing-a-dependency-18b3b0e352cb
#webpack
Webpack module federation is an amazing tool that allows amazing optimization for large-scale front-end… - https://medium.com/@marvusm.mmi/webpack-module-federation-think-twice-before-sharing-a-dependency-18b3b0e352cb
#webpack
Medium
Webpack module federation | Think twice before sharing a dependency
Webpack module federation is an amazing tool that allows amazing optimization for large-scale front-end applications. Thanks to its ability…
When to Use Bun Instead of Node.js - https://blog.appsignal.com/2024/05/01/when-to-use-bun-instead-of-nodejs.html
#nodejs #bun
#nodejs #bun
Appsignal
When to Use Bun Instead of Node.js | AppSignal Blog
Bun has gained in popularity due to its great performance capabilities. Let's see when Bun is a better alternative to Node.js.
Kickstarting Micro Frontends with Vue 3: A Beginner’s Guide
In this guide, we’ll walk through the steps to kickstart your micro frontend journey using Vue 3. - https://medium.com/@adpanchal15/kickstarting-micro-frontends-with-vue-3-a-beginners-guide-0cd8b7164934
#vue
In this guide, we’ll walk through the steps to kickstart your micro frontend journey using Vue 3. - https://medium.com/@adpanchal15/kickstarting-micro-frontends-with-vue-3-a-beginners-guide-0cd8b7164934
#vue
Medium
Kickstarting Micro Frontends with Vue 3: A Beginner’s Guide
Micro frontends are gaining popularity to build scalable and maintainable web applications.
Using Angular Components with Third-Party Libraries
As developers, we aim to use existing libraries in order to avoid reinventing the wheel. Unfortunately… - https://netbasal.com/using-angular-components-with-third-party-libraries-522a1f33003
#angular
As developers, we aim to use existing libraries in order to avoid reinventing the wheel. Unfortunately… - https://netbasal.com/using-angular-components-with-third-party-libraries-522a1f33003
#angular
Medium
Using Angular Components with Third-Party Libraries
As developers, we aim to use existing libraries in order to avoid reinventing the wheel. Unfortunately, Angular is still relatively young…
Why don’t we talk about minifying CSS anymore?
Salma Alam-Naylor explains why we rarely need to think about CSS minification, chunking, splitting, and post-processing anymore. - https://blog.sentry.io/why-dont-we-talk-about-minifying-css
#css
Salma Alam-Naylor explains why we rarely need to think about CSS minification, chunking, splitting, and post-processing anymore. - https://blog.sentry.io/why-dont-we-talk-about-minifying-css
#css
Product Blog • Sentry
Why don’t we talk about minifying CSS anymore?
Remember Grunt files? Gulp files? We rarely need to think about CSS minification, chunking, splitting and post-processing anymore. Here's why.
Architecting React Apps for Success: A Deep Dive into Clean Architecture
Clean Architecture is a software design principle that promotes separation of concerns and independence of… - https://javascript.plainenglish.io/architecting-react-apps-for-success-a-deep-dive-into-clean-architecture-839b784fbe04
#react
Clean Architecture is a software design principle that promotes separation of concerns and independence of… - https://javascript.plainenglish.io/architecting-react-apps-for-success-a-deep-dive-into-clean-architecture-839b784fbe04
#react
Medium
Architecting React Apps for Success: A Deep Dive into Clean Architecture
Clean Architecture is a software design principle that promotes separation of concerns and independence of dependencies within a codebase…
A “Wordle” on Test Driven Development in Vue.js
This course guides you through creating a Wordle game from scratch using Test-Driven Development. Enhance your Vue 3 and composition API skills while mastering testing with Vitest and Vue Test Utils. - https://vueschool.io/courses/a-wordle-on-test-driven-development-in-vue-js
#vue
This course guides you through creating a Wordle game from scratch using Test-Driven Development. Enhance your Vue 3 and composition API skills while mastering testing with Vitest and Vue Test Utils. - https://vueschool.io/courses/a-wordle-on-test-driven-development-in-vue-js
#vue
Vue School
A “Wordle” on Test Driven Development in Vue.js
Embark on a coding journey and discover the transformative power of Test-Driven Development (TDD) in software engineering. By writing tests before actual code implementation, TDD ensures robust...
A simple and clean architecture for your Angular projects
Conceptually, this architecture could be applied to any frontend framework. Since I have more knowledge of…
- https://medium.com/@navez.jerome/a-simple-and-clean-architecture-for-your-angular-projects-f1a68040c09a
#angular
Conceptually, this architecture could be applied to any frontend framework. Since I have more knowledge of…
- https://medium.com/@navez.jerome/a-simple-and-clean-architecture-for-your-angular-projects-f1a68040c09a
#angular
Medium
A simple and clean architecture for your Angular projects
Conceptually, this architecture could be applied to any frontend framework. Since I have more knowledge of Angular than the other frontend…
Execa 9.0: The Better child_process Gets Even Better
Less shell-oriented than zx, execa focuses on making executing external commands secure, cross-platform, and easy to debug. v9 lets you make commands iterable so you can process their output on the fly, map/filter both input and output, pipe multiple commands, and more. - https://medium.com/@ehmicky/execa-9-release-d0d5daaa097f
#nodejs
Less shell-oriented than zx, execa focuses on making executing external commands secure, cross-platform, and easy to debug. v9 lets you make commands iterable so you can process their output on the fly, map/filter both input and output, pipe multiple commands, and more. - https://medium.com/@ehmicky/execa-9-release-d0d5daaa097f
#nodejs
Medium
Execa 9: our biggest release
Execa runs commands in your script, application or library. Here’s a highlight of some of the new features.
OutSystems Frontend Architecture
From the simplest monolithic starter App to the complex factories with multiple independent deployment… - https://itnext.io/outsystems-frontend-architecture-10445751edf1
#frontend
From the simplest monolithic starter App to the complex factories with multiple independent deployment… - https://itnext.io/outsystems-frontend-architecture-10445751edf1
#frontend
Medium
OutSystems Frontend Architecture
From the simplest monolithic starter App to the complex factories with multiple independent deployment cycles.
Advanced React Patterns : Enhancing Error Handling and Perceived Performance
Explore error handling and performance with hands-on code snippets. - https://blog.stackademic.com/advanced-react-patterns-enhancing-error-handling-and-perceived-performance-78c39d5e9dce
#react
Explore error handling and performance with hands-on code snippets. - https://blog.stackademic.com/advanced-react-patterns-enhancing-error-handling-and-perceived-performance-78c39d5e9dce
#react
Medium
Advanced React Patterns : Enhancing Error Handling and Perceived Performance
Explore error handling and performance with hands-on code snippets.
How to Build Accessible Vue.js Applications
This article serves as a guide for you to learn the strategies for building inclusive applications using Vue.js. - https://medium.com/vue-mastery/how-to-build-accessible-vue-js-applications-8dca9df3608e
#vue
This article serves as a guide for you to learn the strategies for building inclusive applications using Vue.js. - https://medium.com/vue-mastery/how-to-build-accessible-vue-js-applications-8dca9df3608e
#vue
Medium
How to Build Accessible Vue.js Applications
Learn the strategies for building inclusive applications using Vue.js.
The Modern Guide For Making CSS Shapes
Temani Afif explores different techniques for creating common shapes with the smallest and most flexible code possible. - https://www.smashingmagazine.com/2024/05/modern-guide-making-css-shapes
#css
Temani Afif explores different techniques for creating common shapes with the smallest and most flexible code possible. - https://www.smashingmagazine.com/2024/05/modern-guide-making-css-shapes
#css
Smashing Magazine
The Modern Guide For Making CSS Shapes — Smashing Magazine
In this comprehensive guide, Temani Afif explores different techniques for creating common shapes with the smallest and most flexible code possible.
Hot Hook: Simple Hot Module Replacement for Node + ESM
Following directly on from the Adonis news (above), Hot Hook is the library they use to pull it off, but it can be used to enhance apps that aren’t Adonis-based, too. - https://github.com/julien-R44/hot-hook
#nodejs
Following directly on from the Adonis news (above), Hot Hook is the library they use to pull it off, but it can be used to enhance apps that aren’t Adonis-based, too. - https://github.com/julien-R44/hot-hook
#nodejs
GitHub
GitHub - Julien-R44/hot-hook: 🪝 Simple HMR for NodeJS + ESM
🪝 Simple HMR for NodeJS + ESM. Contribute to Julien-R44/hot-hook development by creating an account on GitHub.
Applying the Onion Architecture to Angular Projects
Building robust and maintainable Angular applications with layer abstraction - https://medium.com/@navez.jerome/applying-the-onion-architecture-to-angular-projects-b37736d2c996
#angular
Building robust and maintainable Angular applications with layer abstraction - https://medium.com/@navez.jerome/applying-the-onion-architecture-to-angular-projects-b37736d2c996
#angular
Medium
Applying the Onion Architecture to Angular Projects
Building robust and maintainable Angular applications with layer abstraction