How to create libraries and publish packages to NPM
https://www.freecodecamp.org/news/how-to-create-and-publish-your-first-npm-package/
JS Chart implementation exercise in Angular with Pie and Donut chart forms
https://www.freecodecamp.org/news/how-to-make-pie-and-doughnut-charts-using-chartjs-in-angular/
#npm #nodejs #package #angular #chartjs
  
  https://www.freecodecamp.org/news/how-to-create-and-publish-your-first-npm-package/
JS Chart implementation exercise in Angular with Pie and Donut chart forms
https://www.freecodecamp.org/news/how-to-make-pie-and-doughnut-charts-using-chartjs-in-angular/
#npm #nodejs #package #angular #chartjs
freeCodeCamp.org
  
  How to Create and Publish an NPM Package – a Step-by-Step Guide
  NPM is the largest software registry on the internet. There are over a million packages in the NPM Library. Developers publish packages on NPM to share their code with others. And organisations also use NPM to share code internally. In this article, ...
👍1
  Practice doing web scraping with Node JS, and Puppeteer
https://www.freecodecamp.org/news/web-scraping-in-javascript-with-puppeteer/
----
An example of using Web Scrapping with the help of GPT Chat
https://medium.com/codingthesmartway-com-blog/how-to-use-chatgpt-to-fully-automate-web-scraping-6bb0dab97943
#chatgpt #nodejs #puppeteer #webscrapping
  
  https://www.freecodecamp.org/news/web-scraping-in-javascript-with-puppeteer/
----
An example of using Web Scrapping with the help of GPT Chat
https://medium.com/codingthesmartway-com-blog/how-to-use-chatgpt-to-fully-automate-web-scraping-6bb0dab97943
#chatgpt #nodejs #puppeteer #webscrapping
freeCodeCamp.org
  
  Web Scraping in JavaScript – How to Use Puppeteer to Scrape Web Pages
  Welcome to the world of web scraping! Have you ever needed data from a website but found it hard to access it in a structured format? This is where web scraping comes in. Using scripts, we can extract the data we need from a website for various purpo...
  A guide to writing asynchronous code in JavaScript
https://www.freecodecamp.org/news/asynchronous-programming-in-javascript/
----
Introduction to the "this" object in JavaScript
https://www.freecodecamp.org/news/the-this-keyword-in-javascript/
----
Some concepts to understand JavaScript programming
https://medium.com/@sodiq.akanmu001/10-concepts-to-improve-your-mastery-of-javascript-2149bce67003
#this #concept #async
  
  https://www.freecodecamp.org/news/asynchronous-programming-in-javascript/
----
Introduction to the "this" object in JavaScript
https://www.freecodecamp.org/news/the-this-keyword-in-javascript/
----
Some concepts to understand JavaScript programming
https://medium.com/@sodiq.akanmu001/10-concepts-to-improve-your-mastery-of-javascript-2149bce67003
#this #concept #async
freeCodeCamp.org
  
  Asynchronous Programming in JavaScript – Guide for Beginners
  To understand what asynchronous programming means, think about multiple people working on a project simultaneously, each on a different task. In traditional (synchronous) programming, each person would have to wait for the person before them to finis...
  John Komarnicki's exercise on basic introduction to Vue JS 3 and some of its features
https://www.youtube.com/watch?v=KTFH4P8unUQ
#vue #johnKomarnicki #crash #course
  
  https://www.youtube.com/watch?v=KTFH4P8unUQ
#vue #johnKomarnicki #crash #course
YouTube
  
  Vue 3 Crash Course | Project From Scratch
  📕 Vue 3 Crash Course: https://johnkomarnicki.gumroad.com/l/tqrmw
📕 Nuxt Course: https://www.learnnuxt.dev/
🤖 SaaS I'm Building (WebDevDaily): https://www.webdevdaily.io/
📹 Writeable computed properties: https://youtu.be/AQt5HDOH-HY
📹 defineModel: https://youtu.be/…
📕 Nuxt Course: https://www.learnnuxt.dev/
🤖 SaaS I'm Building (WebDevDaily): https://www.webdevdaily.io/
📹 Writeable computed properties: https://youtu.be/AQt5HDOH-HY
📹 defineModel: https://youtu.be/…
👍2
  Exercises from Dcode about several Array manipulation methods that need to be known and learned
https://www.youtube.com/watch?v=MLGp0kxTstw
#dcode #array #method
  
  https://www.youtube.com/watch?v=MLGp0kxTstw
#dcode #array #method
YouTube
  
  7 Powerful JavaScript Methods You NEED To Know
  Let's have a look at 7 POWERFUL JavaScript Methods that you need to know if you're serious about JavaScript development 😉
Chapters:
0:00 Intro
0:07 some()
1:31 matches()
3:31 filter()
4:58 cloneNode()
7:04 map()
8:40 append()
10:38 unshift()
12:01 Goodbye…
  Chapters:
0:00 Intro
0:07 some()
1:31 matches()
3:31 filter()
4:58 cloneNode()
7:04 map()
8:40 append()
10:38 unshift()
12:01 Goodbye…
Practice from Cand Dev build a currency conversion app, Currency Converter, with React JS and Material UI
https://www.youtube.com/watch?v=r8zwDzlNSsA
#react #candDev #materialUI #currency #converter
  
  https://www.youtube.com/watch?v=r8zwDzlNSsA
#react #candDev #materialUI #currency #converter
YouTube
  
  Create a Currency Converter with React and Material-UI
  In this video, we will walk you through the process of building a dynamic and beautiful currency converter using React and Material-UI. We will be using the freecurrencyapi for the conversion rates and restcountries for the list of countries.
👨💻Code:
…
  👨💻Code:
…
PWA web application debugging exercise with Chrome Dev Tools
https://www.youtube.com/watch?v=fGU39PukAlA
#pwa #devtools #debugging
  
  https://www.youtube.com/watch?v=fGU39PukAlA
#pwa #devtools #debugging
YouTube
  
  Debugging PWA with DevTools #DevToolsTips
  PWA stands for Progressive Web Apps. In this episode, Adriana and Jecelyn will walk us through some tips to build and debug a PWA.
Chapters:
0:00 Intro
0:20 What is PWA
1:06 Installability
1:17 Manifest pane in DevTools
1:38 Maskable icons
2:01 What are…
Chapters:
0:00 Intro
0:20 What is PWA
1:06 Installability
1:17 Manifest pane in DevTools
1:38 Maskable icons
2:01 What are…
👍1
  Some tools to learn Node JS in 2023
https://blog.appsignal.com/2023/02/01/5-nodejs-tools-to-learn-in-2023.html
----
Some popular articles about Node JS from the AppSignal blog
https://blog.appsignal.com/2022/12/21/appsignal%E2%80%99s-top-5-node.js-posts-in-2022.html
----
Monitoring Nest JS applications with AppSignal
https://blog.appsignal.com/2023/01/30/monitoring-your-nestjs-application-with-appsignal.html
#tools #nodejs #appsignal #nestjs
  
  https://blog.appsignal.com/2023/02/01/5-nodejs-tools-to-learn-in-2023.html
----
Some popular articles about Node JS from the AppSignal blog
https://blog.appsignal.com/2022/12/21/appsignal%E2%80%99s-top-5-node.js-posts-in-2022.html
----
Monitoring Nest JS applications with AppSignal
https://blog.appsignal.com/2023/01/30/monitoring-your-nestjs-application-with-appsignal.html
#tools #nodejs #appsignal #nestjs
Appsignal
  
  5 Node.js Tools to Learn in 2023 | AppSignal Blog
  Check out 5 Node.js tools that can help boost your productivity in 2023.
👍1
  Practice using Chat GPT to build Node JS APIs
https://medium.com/codingthesmartway-com-blog/generate-a-complete-node-js-api-with-chatgpt-e97b5a61edfb
----
Comparison of Deno and Node JS, and some of the features in them
https://javascript.plainenglish.io/two-years-later-can-deno-replace-node-js-b7429dd90326
#nodejs #chatgpt #deno
  https://medium.com/codingthesmartway-com-blog/generate-a-complete-node-js-api-with-chatgpt-e97b5a61edfb
----
Comparison of Deno and Node JS, and some of the features in them
https://javascript.plainenglish.io/two-years-later-can-deno-replace-node-js-b7429dd90326
#nodejs #chatgpt #deno
A long introduction to React JS for beginners
https://blog.sahilchandravanshi.com/react-introduction
----
How to fetch data in Next JS
https://blog.openreplay.com/data-fetching-in-next-js/
----
The long practice of building a Todo List app with React, TypeScript and Vite JS
https://hackernoon.com/maximize-your-react-skills-build-a-to-do-list-app-from-start-to-finish-with-typescript-vite?source=rss
----
Creating a Toast message in React JS with the Toastify library
https://blog.openreplay.com/styling-toast-messages-with-react-toastify/
----
#react #nextjs #todo #toast
  
  https://blog.sahilchandravanshi.com/react-introduction
----
How to fetch data in Next JS
https://blog.openreplay.com/data-fetching-in-next-js/
----
The long practice of building a Todo List app with React, TypeScript and Vite JS
https://hackernoon.com/maximize-your-react-skills-build-a-to-do-list-app-from-start-to-finish-with-typescript-vite?source=rss
----
Creating a Toast message in React JS with the Toastify library
https://blog.openreplay.com/styling-toast-messages-with-react-toastify/
----
#react #nextjs #todo #toast
Sahil Chandravanshi
  
  Introduction to ReactJS. The React Series
  All about the trending open source javascript library i.e. React.js. Why and how of React...
👍1
  Tips on creating React JS-based applications from the Fireship channel
https://youtu.be/2OTq15A5s0Y
---
Tips and tricks in optimizing React JS code
https://javascript.plainenglish.io/4-react-tips-to-instantly-improve-your-code-7456e028cfa3
#react #fireship #tips
  
  https://youtu.be/2OTq15A5s0Y
---
Tips and tricks in optimizing React JS code
https://javascript.plainenglish.io/4-react-tips-to-instantly-improve-your-code-7456e028cfa3
#react #fireship #tips
YouTube
  
  7 better ways to create a React app
  What is the best tool for starting a new React project in 2023? Let's look at 7 good alternatives to create-react-app for starting a new ReactJS web development project. 
Subscribe to @nxdevtools for more awesome dev content!
#javascript #webdevelopment…
  Subscribe to @nxdevtools for more awesome dev content!
#javascript #webdevelopment…
Basic introductory TypeScript exercises for beginners
https://hackernoon.com/how-to-get-started-with-typescript
----
How to use the Open AI API in JavaScript
https://hackernoon.com/getting-started-with-openai-api-in-javascript
----
Practice creating a Tic Tac Toe game with JavaScript, HTML and CSS
https://hackernoon.com/building-a-simple-tic-tac-toe-game-with-javascript
----
#tictactoe #typescript #openAI
  
  https://hackernoon.com/how-to-get-started-with-typescript
----
How to use the Open AI API in JavaScript
https://hackernoon.com/getting-started-with-openai-api-in-javascript
----
Practice creating a Tic Tac Toe game with JavaScript, HTML and CSS
https://hackernoon.com/building-a-simple-tic-tac-toe-game-with-javascript
----
#tictactoe #typescript #openAI
Hackernoon
  
  How to Get Started with TypeScript | HackerNoon
  Sometimes it’s necessary to set up a development environment for writing TypeScript code. This article will show you how it’s done.
  Explanation from the LearnVue channel about a library that makes it easy to use Regexp without the headache
https://www.youtube.com/watch?v=X_k198mrGL8
#learnvue #regex #library
  
  https://www.youtube.com/watch?v=X_k198mrGL8
#learnvue #regex #library
YouTube
  
  The Better Way to Write Regex
  RESOURCES 
magic-regexp docs - https://regexp.dev/
✅ Join the LearnVue+ Waiting List - https://learnvue.co
Get early access to videos, exclusive content, interactive code challenges, and more.
follow me on twitter:
https://twitter.com/mattmaribojoc
…
  magic-regexp docs - https://regexp.dev/
✅ Join the LearnVue+ Waiting List - https://learnvue.co
Get early access to videos, exclusive content, interactive code challenges, and more.
follow me on twitter:
https://twitter.com/mattmaribojoc
…
