Tips for beginners in using React JS from Web Dev Simplified
https://www.youtube.com/watch?v=E1cklb4aeXA
—-
Long practice from Traversy Media building a Shopping Cart app with React JS and Stripe
https://www.youtube.com/watch?v=_8M-YVY76O8
——
Using React Context with TypeScript from the Weibenfalk channel
https://www.youtube.com/watch?v=nTQ-PfUqDvM
#react #webdevsimplified #traversymedia #weibenfalk #shoppingCart
https://www.youtube.com/watch?v=E1cklb4aeXA
—-
Long practice from Traversy Media building a Shopping Cart app with React JS and Stripe
https://www.youtube.com/watch?v=_8M-YVY76O8
——
Using React Context with TypeScript from the Weibenfalk channel
https://www.youtube.com/watch?v=nTQ-PfUqDvM
#react #webdevsimplified #traversymedia #weibenfalk #shoppingCart
YouTube
Most Beginner React Developers Do This Wrong
FREE React Hooks Simplified Course: https://courses.webdevsimplified.com/react-hooks-simplified
Filtering is one of the most common things you will do as a developer, but it is something most developers do wrong in React. In this video I want to showcase…
Filtering is one of the most common things you will do as a developer, but it is something most developers do wrong in React. In this video I want to showcase…
Reference some icon css framework that can be used in Vue JS
https://www.youtube.com/watch?v=a6XI8XAuORM
#learnvue #vuejs #icon
https://www.youtube.com/watch?v=a6XI8XAuORM
#learnvue #vuejs #icon
YouTube
The Icon Framework You Should Be Using
RESOURCES
Iconify - https://iconify.design/
Icones - https://icones.js.org/
Unplugin-icon - https://github.com/antfu/unplugin-icons
Nuxt Icon - https://github.com/nuxt-modules/icon
UnoCSS - https://uno.antfu.me/
Astro Icon - https://github.com/natemoo-re/astro…
Iconify - https://iconify.design/
Icones - https://icones.js.org/
Unplugin-icon - https://github.com/antfu/unplugin-icons
Nuxt Icon - https://github.com/nuxt-modules/icon
UnoCSS - https://uno.antfu.me/
Astro Icon - https://github.com/natemoo-re/astro…
Several WYSIWYG editor libraries for use as front end elements
https://itsfoss.com/open-source-wysiwyg-editors/
#editor #wysiwg
https://itsfoss.com/open-source-wysiwyg-editors/
#editor #wysiwg
It's FOSS
15 Best Open Source WYSIWYG HTML Editors
Several open-source WYSIWYG HTML editors. What's your best option? Here, let me help you with it.
Composition API - Registration Form Validation
https://softauthor.com/vue-js-3-composition-api-reusable-scalable-form-validation/
#vue
https://softauthor.com/vue-js-3-composition-api-reusable-scalable-form-validation/
#vue
SoftAuthor
Vue JS 3 Composition API → Registration Form Validation [2023]
Learn how to create reusable and scalable form validation for Signup and login pages in Vue JS 3 Using Composition API
The difference between Angular’s Emulated Shadow DOM and native Shadow DOM
https://kevinkreuzer.medium.com/the-difference-between-angulars-emulated-shadow-dom-and-native-shadow-dom-9b2c81546b85
#angular
https://kevinkreuzer.medium.com/the-difference-between-angulars-emulated-shadow-dom-and-native-shadow-dom-9b2c81546b85
#angular
Medium
The difference between Angular’s Emulated Shadow DOM and native Shadow DOM
In Angular, components styles can be encapsulated. There are three different encapsulation strategies available. None, Emulated and…
Some JavaScript concepts to know before learning React JS
https://www.freecodecamp.org/news/top-javascript-concepts-to-know-before-learning-react/
---
Tips on mutating data in React JS from REST API
https://dev.to/jkettmann/rest-apis-how-to-mutate-data-from-your-react-app-like-the-pros-313l
#mutation #react #concept
https://www.freecodecamp.org/news/top-javascript-concepts-to-know-before-learning-react/
---
Tips on mutating data in React JS from REST API
https://dev.to/jkettmann/rest-apis-how-to-mutate-data-from-your-react-app-like-the-pros-313l
#mutation #react #concept
freeCodeCamp.org
Top JavaScript Concepts to Know Before Learning React
If you want to learn React – or any JavaScript framework – you'll first need to understand the fundamental JavaScript methods and concepts. Otherwise it's like a youngster learning to run before learning to walk. Many developers choose a "learn as yo...
Understanding UUID usage in Node JS
https://blog.logrocket.com/uuids-node-js/
---
Difference between NPM and NPX
https://javascript.plainenglish.io/npm-vs-npx-6444aad0e892
---
Explanation of controller and routing in Node JS
https://blog.logrocket.com/understanding-controllers-routes-nestjs/
---
Using Dependency injection in Node JS with Type DI
https://blog.logrocket.com/dependency-injection-node-js-typedi/
---
#nodejs #nest #uuid #di #controller
https://blog.logrocket.com/uuids-node-js/
---
Difference between NPM and NPX
https://javascript.plainenglish.io/npm-vs-npx-6444aad0e892
---
Explanation of controller and routing in Node JS
https://blog.logrocket.com/understanding-controllers-routes-nestjs/
---
Using Dependency injection in Node JS with Type DI
https://blog.logrocket.com/dependency-injection-node-js-typedi/
---
#nodejs #nest #uuid #di #controller
LogRocket Blog
Understanding UUIDs in Node.js - LogRocket Blog
While UUIDs are a common choice for generating unique identifiers in Node.js applications, they aren’t the best option for every scenario.
Comparison between Options API and Composition API in Vue JS
https://medium.com/codex/options-api-vs-composition-api-4a745fb8610
#options #composition #vue
https://medium.com/codex/options-api-vs-composition-api-4a745fb8610
#options #composition #vue
Medium
Options API vs. Composition API
If you’re starting a new project in Vue 3 or if you’re still deciding whether or not to migrate an existing project to the latest Vue.js…
Some tips on using data manipulation functions in using JavaScript
https://javascript.plainenglish.io/10-must-learn-tools-for-javascript-devs-to-avoid-reinventing-the-wheel-5ffae566bbfb
#tips #tools
https://javascript.plainenglish.io/10-must-learn-tools-for-javascript-devs-to-avoid-reinventing-the-wheel-5ffae566bbfb
#tips #tools
Medium
10 Must-Learn Tools for JavaScript Devs (to Avoid Reinventing the Wheel)
Back to the top
How to do String lowercase manipulation in JavaScript
https://www.freecodecamp.org/news/how-to-lowercase-a-string-in-javascript-tolowercase-in-js/
#lowercase #string
https://www.freecodecamp.org/news/how-to-lowercase-a-string-in-javascript-tolowercase-in-js/
#lowercase #string
freeCodeCamp.org
How to Lowercase a String in JavaScript – toLowerCase() in JS
Strings are a fundamental part of working with JavaScript. And the toLowerCase() method is one of the many integrated methods that you can use to work with strings. In this article, we'll see how to make strings lowercase with the toLowerCase() method in…
Some release notes of the new features of Chrome Dev Tools version 107
https://youtu.be/1uwv6HbR8HU
#chrome #devtools
https://youtu.be/1uwv6HbR8HU
#chrome #devtools
YouTube
Chrome 107 - What’s New in DevTools
What’s new in DevTools (Chrome 107) → https://goo.gle/3Dg5wIw
Chapters:
0:00 - Intro
0:15 - Customize keyboard shortcuts in DevTools
1:07 - Highlight C/C++ objects in the Memory Inspector
2:02- Support full initiator information for HAR import
2:45 - Start…
Chapters:
0:00 - Intro
0:15 - Customize keyboard shortcuts in DevTools
1:07 - Highlight C/C++ objects in the Memory Inspector
2:02- Support full initiator information for HAR import
2:45 - Start…
Some JavaScript programming techniques you need to know
https://javascript.plainenglish.io/7-useful-javascript-coding-techniques-that-you-should-use-680dc68437d9
—-
Getting to know the Array slice function
https://javascript.plainenglish.io/javascript-array-slice-method-58526c52bd85
—-
Introduction to union types in TypeScript
https://javascript.plainenglish.io/using-typescript-union-types-like-a-pro-18ba60558feb
#technique #coding #union #typescript #array #slice
https://javascript.plainenglish.io/7-useful-javascript-coding-techniques-that-you-should-use-680dc68437d9
—-
Getting to know the Array slice function
https://javascript.plainenglish.io/javascript-array-slice-method-58526c52bd85
—-
Introduction to union types in TypeScript
https://javascript.plainenglish.io/using-typescript-union-types-like-a-pro-18ba60558feb
#technique #coding #union #typescript #array #slice
Medium
7 Useful JavaScript Coding Techniques That You Should Use
Do you know all of these tricks?
Using Cypress for Unit testing in Vue JS
https://blog.logrocket.com/a-guide-to-automated-testing-in-vue-with-cypress/
#vue #cypress #testing
https://blog.logrocket.com/a-guide-to-automated-testing-in-vue-with-cypress/
#vue #cypress #testing
LogRocket Blog
A guide to automated testing in Vue with Cypress - LogRocket Blog
If you’re using Vue, Cypress is one of the best tools available for testing your application; explore component testing with Vue and Cypress.
Tips for writing clean code with JavaScript with chan Dcode
https://youtu.be/b59AgnPOGxc
#dcode #clean #code
https://youtu.be/b59AgnPOGxc
#dcode #clean #code
YouTube
3+ Ways to Write Clean Code in JavaScript
View the Starting Code:
https://dcode.domenade.com/tutorials/3-ways-write-clean-code-in-javascript
Coding is an art, so why not make it as clean as possible? In this video I go over 3 techniques I like to implement to help make my JavaScript code easier…
https://dcode.domenade.com/tutorials/3-ways-write-clean-code-in-javascript
Coding is an art, so why not make it as clean as possible? In this video I go over 3 techniques I like to implement to help make my JavaScript code easier…
Several VS Code extensions to help web development on the front end
https://levelup.gitconnected.com/10-visual-studio-code-extensions-for-frontend-developers-in-2023-8a73bab8f794
#vscode #webdev #extension
https://levelup.gitconnected.com/10-visual-studio-code-extensions-for-frontend-developers-in-2023-8a73bab8f794
#vscode #webdev #extension
Medium
10 Visual Studio Code Extensions for Frontend Developers in 2023
The best extensions for the best code editor