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
How To Share States Between React Micro-Frontends using Module-Federation?
Share states between React Micro-Frontends using Module-Federation and Bit!
- https://blog.bitsrc.io/how-to-share-state-between-react-micro-frontends-using-module-federation-f3762996c208
#microfrontend
Share states between React Micro-Frontends using Module-Federation and Bit!
- https://blog.bitsrc.io/how-to-share-state-between-react-micro-frontends-using-module-federation-f3762996c208
#microfrontend
Medium
How To Share States Between React Micro-Frontends using Module-Federation?
Share states between React Micro-Frontends using Module-Federation and Bit!
Vue Tip: Validate Emitted Events
Vue.js provides us with emit functions, which are essential when we want to communicate with the parent component from the child component. In this piece, we will explore how to implement validation in emitted events within the Vue.js framework. - https://blog.devgenius.io/vue-tip-validate-emitted-events-6e823a5a115f
#vue
Vue.js provides us with emit functions, which are essential when we want to communicate with the parent component from the child component. In this piece, we will explore how to implement validation in emitted events within the Vue.js framework. - https://blog.devgenius.io/vue-tip-validate-emitted-events-6e823a5a115f
#vue
Medium
Vue Tip: Validate Emitted Events
Vue.js provides us with emit functions, which are essential when we want to communicate with the parent component from the child component…
React Context Best Practices
This blog post aims to explore best practices for using the React Context API, ensuring that your application… - https://medium.com/@greennolgaa/react-context-best-practices-2e6e4528d357
#react
This blog post aims to explore best practices for using the React Context API, ensuring that your application… - https://medium.com/@greennolgaa/react-context-best-practices-2e6e4528d357
#react
Medium
React Context Best Practices
This blog post aims to explore best practices for using the React Context API, ensuring that your application remains efficient.
CSS-Only Floating Labels
Stanko Tadić shows how to create floating labels using only CSS. - https://muffinman.io/blog/css-only-floating-input-labels
#css
Stanko Tadić shows how to create floating labels using only CSS. - https://muffinman.io/blog/css-only-floating-input-labels
#css
Muffin Man
CSS only floating labels
We can detect if text input has value by using `:placeholder-shown` pseudo class. This little trick can then be used to create CSS only floating labels.
Building a GitHub Activity Feed with Node and Socket.io
How to use Node to provide webhooks for GitHub to notify and then dispatch messages to end users using WebSockets. - https://knock.app/blog/building-a-github-activity-feed-with-nodejs-and-socket-io
#nodejs
How to use Node to provide webhooks for GitHub to notify and then dispatch messages to end users using WebSockets. - https://knock.app/blog/building-a-github-activity-feed-with-nodejs-and-socket-io
#nodejs
Knock
Building a GitHub activity feed with Node.js and Socket.io | Knock
An in-depth guide that covers building a real-time activity feed using Node.js, Socket.io and GitHub webhooks.
Introducing Angular v17
Last month marked the 13th anniversary of Angular’s red shield. AngularJS was the starting point for a new… - https://blog.angular.dev/introducing-angular-v17-4d7033312e4b
#angular
Last month marked the 13th anniversary of Angular’s red shield. AngularJS was the starting point for a new… - https://blog.angular.dev/introducing-angular-v17-4d7033312e4b
#angular
Medium
Introducing Angular v17
Last month marked the 13th anniversary of Angular’s red shield. AngularJS was the starting point for a new wave of JavaScript frameworks…
Offset parent and stacking context: positioning elements in all three dimensions
Kilian Valkhof explains how two important concepts in CSS positioning work: offset parents and stacking context. - https://polypane.app/blog/offset-parent-and-stacking-context-positioning-elements-in-all-three-dimensions
#css
Kilian Valkhof explains how two important concepts in CSS positioning work: offset parents and stacking context. - https://polypane.app/blog/offset-parent-and-stacking-context-positioning-elements-in-all-three-dimensions
#css
polypane.app
Offset parent and stacking context: positioning elements in all three dimensions | Polypane
They are fundamental CSS concepts you use every single day whether you know it or not: the offset parent and stacking context . In this article we'll explore…
How to Use Object Recognition with TensorFlow.js and Vue 3
TensorFlow.js is the JavaScript version of TensorFlow, enabling the training and execution of machine learning models in the browser. This makes it a suitable tool for web applications and browser-based artificial intelligence projects. This article will provide a guide to implement AI object recognition with Tensorflow.js and Vue 3. - https://dev.to/eralpozcan/how-to-use-object-recognition-with-tensorflowjs-and-vue-3-3glb
#vue
TensorFlow.js is the JavaScript version of TensorFlow, enabling the training and execution of machine learning models in the browser. This makes it a suitable tool for web applications and browser-based artificial intelligence projects. This article will provide a guide to implement AI object recognition with Tensorflow.js and Vue 3. - https://dev.to/eralpozcan/how-to-use-object-recognition-with-tensorflowjs-and-vue-3-3glb
#vue
DEV Community
How to Use Object Recognition with TensorFlow.js and Vue 3?
In recent years, artificial intelligence and its products have become increasingly active and are...
Say Hello to the React Compiler
Last week’s React Conf was quite the banger, as the kids say nowadays. The biggest reveal was the open sourcing of React’s experimental compiler, a tool designed to optimize React code at build time. Want to play without breaking everything? They created an React Compiler Playground so you can experiment. - https://react.dev/learn/react-compiler
#react
Last week’s React Conf was quite the banger, as the kids say nowadays. The biggest reveal was the open sourcing of React’s experimental compiler, a tool designed to optimize React code at build time. Want to play without breaking everything? They created an React Compiler Playground so you can experiment. - https://react.dev/learn/react-compiler
#react
react.dev
React Compiler – React
The library for web and native user interfaces
An Introduction to the Drizzle ORM with PostgreSQL
The 149th instalment of Marcin’s series about building APIs on top of NestJS. - https://wanago.io/2024/05/20/api-nestjs-drizzle-orm-postgresql/
#nodejs
The 149th instalment of Marcin’s series about building APIs on top of NestJS. - https://wanago.io/2024/05/20/api-nestjs-drizzle-orm-postgresql/
#nodejs
Marcin Wanago Blog - JavaScript, both frontend and backend
API with NestJS #149. Introduction to the Drizzle ORM with PostgreSQL
We set up NestJS with Drizzle to perform CRUD operations and manage SQL migrations
Mastering RxJS Operators: Unlocking the Power of Angular
Explore some of the most useful RxJS operators in Angular and learn how they can enhance your development… - https://blog.bitsrc.io/mastering-rxjs-operators-unlocking-the-power-of-angular-af375e45d4eb
#angular
Explore some of the most useful RxJS operators in Angular and learn how they can enhance your development… - https://blog.bitsrc.io/mastering-rxjs-operators-unlocking-the-power-of-angular-af375e45d4eb
#angular
Medium
Mastering RxJS Operators: Unlocking the Power of Angular
Explore some of the most useful RxJS operators in Angular and learn how they can enhance your development experience.