NuxtJs 3.2.0: The Latest Release Brings Exciting New FeaturesNuxt.js, a popular open-source framework for building modern web applications, has just released its latest version, 3.2.0. This is the first minor release since the start of the new release schedule and is packed with new features and improvements. ...Feb 12, 2023·3 min read
How to store HTML form value in an arrayTo get input from an HTML input element and store it in an array in JavaScript, you can use the value property of the input element and the push() method of the array. Here's an example of how you can do this: <!-- HTML code --> <form id="form"> <i...Jan 10, 2023·2 min read
Generations of the web: A Small introduction to web 1, web 2, and web 3The first web service was designed and tested by Tim Berners-Lee, a British computer scientistJan 10, 2023·4 min read
Blockchain Basics: A Beginner's Guide to Understanding the TechnologyBlockchain is a decentralized technology developed by Satoshi Nakamoto that enables the distribution of digital information.Jan 4, 2023·10 min read
6 Array methods every JavaScript developer must knowAn array in JavaScript is an ordered collection of data that can hold multiple values of the same or different types.Jan 4, 2023·6 min read