current location:Home > Technical Articles > Web Front-end > JS Tutorial
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- Deno Modules: Usage, Best Practices & Node Module Imports
- Dig into the Deno module – if you are from Node.js, this will be the biggest workflow change you encounter. Learn how they work and how to use them best, how to use Node.js modules and npm packages in Deno, and more. Node.js is a JavaScript runtime based on Chrome V8 engine developed by Ryan Dahl and released in 2009. Deno is also a JavaScript runtime based on Chrome V8 engine, developed by Ryan Dahl and released in 2020. It is created based on a decade of experience. This does not necessarily mean it is a sequel to Node.js or a more advanced alternative
- JS Tutorial 648 2025-02-12 08:33:10
-
- Learn Snowpack: A High-Performance Frontend Build Tool
- This article provides a first look at Snowpack 3, a front-end build tool gaining popularity for its unique approach to bundling. Unlike traditional tools like Webpack, Snowpack leverages native browser ES Module support for faster development cycles
- JS Tutorial 655 2025-02-12 08:32:08
-
- Learn Deno: A Secure JavaScript & TypeScript Runtime
- Deno 1.0, released in May 2020, has generated significant interest. This article provides a comprehensive overview of Deno, its key features, and reasons for its growing popularity. Key Features & Benefits: Deno, a JavaScript and TypeScript runt
- JS Tutorial 637 2025-02-12 08:31:11
-
- Svelte 3: A Radical Compiler-based JavaScript Framework
- Svelte 3: A Fresh Approach to Front-End Development This article explores Svelte 3, a unique front-end JavaScript framework that distinguishes itself through its compilation process. Unlike frameworks like React, which ship a large JavaScript bundle
- JS Tutorial 873 2025-02-12 08:28:09
-
- How to Replace Redux with React Hooks and the React Context API
- This tutorial demonstrates a modern approach to React state management using Hooks and the Context API, offering a streamlined alternative to Redux for many applications. We'll explore how to handle both local and global state efficiently, minimizin
- JS Tutorial 494 2025-02-12 08:27:13
-
- Records and Tuples: JavaScript's New Immutable Data Types
- Records and Tuples for JavaScript: The Future of Immutable Data Structures JavaScript is about to usher in two new immutable data types: records and tuples. They are currently in Phase 2 of the TC39 standard approval process and are still being improved and are not available in any browser or runtime environment, but implementation versions are expected to be available within next year. They are designed to solve some of the tough problems developers face when using arrays and objects. Key Points Records and tuples are new immutable data types under development in JavaScript and are expected to be available within next year. They are designed to solve challenges faced by developers, such as ensuring that functions do not intentionally or unintentionally change what is saved in an array or object.
- JS Tutorial 296 2025-02-12 08:25:09
-
- Queue Data Structures: How to Build a Node Task Queue
- This tutorial explains queue data structures and demonstrates their application in queuing systems, often used for processing long-running tasks like email newsletter delivery. We'll build a simple Node task queue using MongoDB as a message broker.
- JS Tutorial 372 2025-02-12 08:23:09
-
- An Overview of JavaScript Promises - SitePoint
- This tutorial explores JavaScript Promises, a powerful tool for managing asynchronous operations. We'll cover promise creation, chaining, error handling, and advanced methods. Key Concepts: Asynchronous Operations: JavaScript tasks that don't immedi
- JS Tutorial 784 2025-02-11 08:37:09
-
- Generating Random Numbers in JavaScript with Math.random()
- This article will introduce how to use JavaScript's Math.random() function to generate random numbers and build a reusable function to apply to various scenarios, such as loading random pictures, random selection of elements from arrays, and generating random colors and letters. , strings, phrases and passwords. Core points: JavaScript's built-in Math.random() function generates pseudo-random floating point numbers between 0 (inclusive) and 1 (not included). To generate a random number greater than 1, just multiply the result by the scale factor. To generate a random integer, use the Math.floor function to round down. To generate random integers within a specific range, simply add the minimum value of the range to the result. This article shows
- JS Tutorial 952 2025-02-11 08:31:12
-
- Top 13 Node.js Books for Beginners and Advanced Coders
- Node.js Learning Resource Guide: From Beginner to Enterprise-Level Applications This article provides a detailed list of Node.js books recommendations, covering different needs of beginners to advanced programmers, including web development, full-stack development, and advanced Node.js concepts. When choosing a book, factors such as publication date, author reputation and teaching methods should be considered. The list contains books for beginners, such as Node.js: From Newbie to Ninja and Getting Started with Node.js Programming, as well as books for advanced users, such as Node.js Design Pattern and Using Node.js Building a distributed system. As a popular server-side web development platform, Node.js is becoming increasingly popular in enterprise-level applications.
- JS Tutorial 886 2025-02-11 08:30:10
-
- Next.js vs React: Their Differences, and Which One to Choose
- This article compares the differences in popularity, documentation, and performance of React and Next.js, helping you make choices based on the size of your application and the intended use. React and Next.js are both excellent choices for durability and occupy a strong position in the ever-changing JavaScript ecosystem. If you are a JavaScript developer and may be using or considering Next.js, it is crucial to understand the pros and cons of both. Key points: React is a JavaScript library for building user interfaces, focusing on view layers and state management; Next.js is a framework built on React and provides structure
- JS Tutorial 359 2025-02-11 08:28:11
-
- Flow Control in JavaScript: Callbacks, Promises, async/await
- Key points of JavaScript asynchronous programming This article will discuss JavaScript asynchronous programming in an easy-to-understand manner, covering three main methods: callback function, Promise and async/await. We will help you master the core concepts of JavaScript asynchronous programming through sample code, key points summary and in-depth learning resource links. Content summary: Single threaded processing Use callback functions to implement asynchronous operations Callback hell Promise Asynchronous chain call The future of Promise? async/await Promise upgrade Limitations of try/catch JavaScript Asynchronous Programming Journey Java
- JS Tutorial 179 2025-02-11 08:26:16
-
- Build a Speech-to-text Web App with Whisper, React and Node
- This article demonstrates building a speech-to-text application leveraging OpenAI's Whisper API, React, Node.js, and FFmpeg. The application accepts audio input, processes it using Whisper, and displays the resulting transcription. Whisper's accurac
- JS Tutorial 275 2025-02-11 08:23:08
-
- React Native End-to-end Testing and Automation with Detox
- Detox: Your Comprehensive Guide to React Native End-to-End Testing Rapid software development often leads to unforeseen bugs, especially in large projects. End-to-end (E2E) testing offers a solution by simulating real user interactions to identify
- JS Tutorial 914 2025-02-10 16:33:11
-
- Deno Built-in Tools: An Overview & Usage Guide
- Deno vs. Node.js: A Deep Dive into Built-in Tools and Capabilities One key distinction between Deno and Node.js lies in their built-in toolsets. While Node.js relies heavily on third-party modules for tasks like testing and linting, Deno offers a c
- JS Tutorial 1038 2025-02-10 16:21:11