Create drop down menu on select element HTML
https://www.freecodecamp.org/news/html-drop-down-menu-how-to-add-a-drop-down-list-with-the-select-element/
---
How to use the "form" tag in HTML semantic tags
https://medium.com/weekly-webtips/send-data-across-the-network-with-the-form-element-291453f0d41f
---
#dropdown #select #form #html
  
  https://www.freecodecamp.org/news/html-drop-down-menu-how-to-add-a-drop-down-list-with-the-select-element/
---
How to use the "form" tag in HTML semantic tags
https://medium.com/weekly-webtips/send-data-across-the-network-with-the-form-element-291453f0d41f
---
#dropdown #select #form #html
freeCodeCamp.org
  
  HTML Drop-down Menu – How to Add a Drop-Down List with the Select Element
  By Joel Olawanle Many websites, applications, and web pages use drop-down menus to help display a list of information. You can use them to create navigation menus, options for forms, and more.  If you're looking at some of these menus or lists, you m...
  Build news apps with Strapi CMS , React JS , and i18n language internationalization
https://medium.com/strapi/how-to-build-a-news-app-using-react-js-with-i18n-api-in-strapi-762a5d05ab21
#strapi #cms #react #i18n
  
  https://medium.com/strapi/how-to-build-a-news-app-using-react-js-with-i18n-api-in-strapi-762a5d05ab21
#strapi #cms #react #i18n
Medium
  
  How to Build a News App Using React.js with i18n API in Strapi
  In this tutorial, you will build a News app using Strapi and React.js. You will use the Strapi i18n plugin to translate the backend content from one language to another. Strapi will be used to build…
  Exercises from Online Tutorials on creating Radial menus with HTML , CSS and JavaScript
https://www.youtube.com/watch?v=koTXGYLkPBo
#radialMenu #html #css #menu
  
  https://www.youtube.com/watch?v=koTXGYLkPBo
#radialMenu #html #css #menu
YouTube
  
  Animated Radial Menu using Html CSS & Vanilla Javascript
  Click For More : https://www.youtube.com/c/OnlineTutorials4Designers/videos?sub_confirmation=1
------------------
Enroll My Course : Next Level CSS Animation and Hover Effects
https://www.udemy.com/course/css-hover-animation-effects-from-beginners-to-exp…
  ------------------
Enroll My Course : Next Level CSS Animation and Hover Effects
https://www.udemy.com/course/css-hover-animation-effects-from-beginners-to-exp…
Exercise from Dcode on how to Deep clone or deep copy an object or JavaScript array
https://www.youtube.com/watch?v=LnBxD1aXw7I
#clone #dcode #deep #copy #object #array
  
  https://www.youtube.com/watch?v=LnBxD1aXw7I
#clone #dcode #deep #copy #object #array
YouTube
  
  The Best Way to Deep Copy Objects or Arrays in JavaScript  - structuredClone()
  In today's video I'll be taking you through one of the best ways to perform a
deep clone (copy) or an array or object in JavaScript. This uses a recent function addition called "structuredClone()".
Please be way about browser compatibility which you can…
  deep clone (copy) or an array or object in JavaScript. This uses a recent function addition called "structuredClone()".
Please be way about browser compatibility which you can…
Installing the TinyMCE text editor into Strapi CMS
https://medium.com/strapi/how-to-replace-strapis-default-wysiwyg-editor-with-tinymce-editor-42df203500fa
#strapi #tinymce #wysiwyg
  
  https://medium.com/strapi/how-to-replace-strapis-default-wysiwyg-editor-with-tinymce-editor-42df203500fa
#strapi #tinymce #wysiwyg
Medium
  
  How to Replace Strapi’s Default WYSIWYG Editor with TinyMCE Editor
  Strapi is an open-source headless CMS that gives developers the freedom to choose their favorite tools and frameworks while also allowing editors to manage and distribute their content using their…
  Top 6 Heroku Alternative / Drop-in replacement in 2022
https://medium.com/dictcp/top-6-heroku-alternative-drop-in-replacement-in-2022-ff456fe050e4.
#heroku #alternative
  
  https://medium.com/dictcp/top-6-heroku-alternative-drop-in-replacement-in-2022-ff456fe050e4.
#heroku #alternative
Medium
  
  Heroku is no longer free … and alternative / replacement in 2022
  Heroku announced the end of its free tier, namely free Heroku Dynos, free Heroku Postgres, and free Heroku Data for Redis plans, per…
❤1
  React 18's New State Hook You've Never Heard About
https://www.youtube.com/watch?v=GMeQ51MCegI
#react #reacthooks
  
  https://www.youtube.com/watch?v=GMeQ51MCegI
#react #reacthooks
YouTube
  
  React 18's New State Hook You've Never Heard About
  Code: https://github.com/jherr/syncexternalstore
👉 Practical Module Federation Book: https://module-federation.myshopify.com/products/practical-module-federation
👉 No BS TS (The Book): https://no-bs-ts.myshopify.com/
👉 I'm a host on the React Round-Up…
👉 Practical Module Federation Book: https://module-federation.myshopify.com/products/practical-module-federation
👉 No BS TS (The Book): https://no-bs-ts.myshopify.com/
👉 I'm a host on the React Round-Up…
👍1
  Scraping Google Scholar Results with Node and Cheerio
https://serpdog.io/blog/scrape-google-scholar-results
#nodejs
  
  https://serpdog.io/blog/scrape-google-scholar-results
#nodejs
Serpdog
  
  How to Scrape Google Scholar Data - Serpdog
  A complete tutorial on scraping Google Scholar Results using Node JS. This article covers every page of the Google Scholar website, which is rich in data and can be scraped easily.
  6 VSCode Extensions Necessary for Vue 3 Development
https://dev.to/chris1993/6-vscode-extensions-necessary-for-vue3-development-e6e
#vuejs #vscode
  
  https://dev.to/chris1993/6-vscode-extensions-necessary-for-vue3-development-e6e
#vuejs #vscode
DEV Community
  
  6 VSCode Extensions Necessary for Vue3 Development🔥
  Today, I will share 6 VSCode extensions necessary for Vue3 development, which can be installed and...
  Total Blocking Time: A Short and Sweet Guide for Happier Users
https://calibreapp.com/blog/total-blocking-time
#javascript
  
  https://calibreapp.com/blog/total-blocking-time
#javascript
Calibre - Site Speed Tools for Teams
  
  Total Blocking Time: A Short and Sweet Guide for Happier Users - Calibre
  Any delay longer than 50 milliseconds and visitors sense that a page is unresponsive. Tracking and reducing your page’s Total Blocking Time is vital to avoiding a poor user experience.
  Find path in a JS object? My favorite question to ask in a Frontend interview.
https://srijansinghgulati.medium.com/find-path-in-a-js-object-my-favorite-question-to-ask-in-a-frontend-interview-faab189e2c19
#javascript #interview
  
  https://srijansinghgulati.medium.com/find-path-in-a-js-object-my-favorite-question-to-ask-in-a-frontend-interview-faab189e2c19
#javascript #interview
Medium
  
  Find path in a JS object? My favorite question to ask in a Frontend interview.
  I’ve been a frontend interviewer for the last 2+ years and in this article, I’m gonna share my favorite coding question to ask in any…
  Long practice creating 2D games with JavaScript, HTML and CSS
https://www.freecodecamp.org/news/how-to-code-a-2d-game-using-javascript-html-and-css/
---
Difference between parameters and arguments in JavaScript functions
https://www.freecodecamp.org/news/what-is-the-difference-between-parameters-and-arguments-in-javascript/
#game #function #arguments #parameters
  
  https://www.freecodecamp.org/news/how-to-code-a-2d-game-using-javascript-html-and-css/
---
Difference between parameters and arguments in JavaScript functions
https://www.freecodecamp.org/news/what-is-the-difference-between-parameters-and-arguments-in-javascript/
#game #function #arguments #parameters
freeCodeCamp.org
  
  How to Code a 2D Game Using JavaScript, HTML, and CSS
  JavaScript can be a surprisingly good programming language to use for creating 2D games. Especially games you want to be playable on almost any device.  We just published a course on the freeCodeCamp.org YouTube channel that will teach you how to cod...
👍1
  Forwarded from 👨💻Coder Blast🌋
Understand code in simple language.
Denigma is a tool that uses machine learning to explain code in understandable English. It helps save you time, they claim to have 95% on many types of codes, and it gets integrated with your editor.
denigma.app
#tool #code
Share 🚀
Follow us :
Telegram & Instagram
Denigma is a tool that uses machine learning to explain code in understandable English. It helps save you time, they claim to have 95% on many types of codes, and it gets integrated with your editor.
denigma.app
#tool #code
Share 🚀
Follow us :
Telegram & Instagram
⚡1👍1
  CLI for beginners
https://www.freecodecamp.org/news/how-to-use-the-cli-beginner-guide/
#cmd #commandLine
  
  https://www.freecodecamp.org/news/how-to-use-the-cli-beginner-guide/
#cmd #commandLine
freeCodeCamp.org
  
  How to Use the Command Line Interface – for Beginners
  There's a lot to learn when you're getting into tech. But fortunately there are some skills that you can use across different programming languages, operating systems, and tools.  And knowing how to use the command line interface (also known as the c...
  Creating a web portfolio with Tailwind CSS and React JS
https://youtu.be/k-Pi5ZMxHWY
#react #portfolio #tailwind
  
  https://youtu.be/k-Pi5ZMxHWY
#react #portfolio #tailwind
YouTube
  
  Build a React Portfolio Website With Tailwind Tutorial
  🚀 Upgrade your web development skills with my courses: https://developedbyed.com/ 
💻 Download the project files here
https://github.com/developedbyed/react-portofolio-with-tailwind
👉 Keelan's Youtube Channel
https://www.youtube.com/c/KeelanJonathan
In…
  💻 Download the project files here
https://github.com/developedbyed/react-portofolio-with-tailwind
👉 Keelan's Youtube Channel
https://www.youtube.com/c/KeelanJonathan
In…
Pinia state management introductory exercise for Vue JS with John Komarnicky
https://youtu.be/gwcca_zd4IE
#pinia #vue #state #johnKomarnicky
  
  https://youtu.be/gwcca_zd4IE
#pinia #vue #state #johnKomarnicky
YouTube
  
  Introduction To Pinia | Vue 3
  Pinia is now the recommended store library for handling state management in vue,  replacing VueX. In this video you will find everything you need to know about Pinia, and we will build a simple counter app to highlight all its functionalities.   
Pinia:…
  Pinia:…
Create Vue JS applications equipped with GSAP animation effects
https://www.youtube.com/watch?v=37EFXLA-6dc
—-
Multiple ways to render long lists in Vue JS
https://www.youtube.com/watch?v=4roJKfgPLk4
---
Reference some animation libraries for Vue JS
https://youtu.be/HxUyTDkO8Pk
---
Some Vue JS libraries to try to help with project development
https://javascript.plainenglish.io/7-useful-vue-js-libraries-you-should-use-in-your-next-project-dc9a55d90d2c
#gsap #vue #animation
  
  https://www.youtube.com/watch?v=37EFXLA-6dc
—-
Multiple ways to render long lists in Vue JS
https://www.youtube.com/watch?v=4roJKfgPLk4
---
Reference some animation libraries for Vue JS
https://youtu.be/HxUyTDkO8Pk
---
Some Vue JS libraries to try to help with project development
https://javascript.plainenglish.io/7-useful-vue-js-libraries-you-should-use-in-your-next-project-dc9a55d90d2c
#gsap #vue #animation
YouTube
  
  How to animate Vue with GSAP
  J.D. Hillen presents “Animating Vue with GSAP” at VueConf US 2022. For more vue js animations tutorials, check out our courses 👉 https://www.vuemastery.com/courses
Ready to master Vue.js? With weekly Vue js tutorials on the latest topics, and exclusive content…
Ready to master Vue.js? With weekly Vue js tutorials on the latest topics, and exclusive content…
😁1
  8 GitHub Resources for Becoming a Developer in 2022
https://javascript.plainenglish.io/8-github-resources-for-becoming-a-developer-in-2022-784d97cbc194
#frontend #github
  
  https://javascript.plainenglish.io/8-github-resources-for-becoming-a-developer-in-2022-784d97cbc194
#frontend #github
Medium
  
  8 GitHub Resources for Becoming a Developer in 2022
  A list of resources that is useful for both beginners and people who are already familiar with programming.
  