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:
-
- Master the Essentials of Git and GitHub in Just Minutes
- What is Version Control? Version Control, also known as source control, is the practice of tracking and managing changes to files. Version control systems are systems that record changes to a file over time so that you can record versions of it
- JS Tutorial 292 2024-08-22 18:32:40
-
- From Chaos to Clarity: The Critical Role of Architecture
- In the fast-paced world of modern development, architecture often determines whether a project thrives or crumbles under its own complexity. While many developers intuitively understand that architecture matters, the "why" and "how&quo
- JS Tutorial 170 2024-08-22 18:32:32
-
- JUnit vs Mockito: Understanding the Differences and How to Use Them Together
- When it comes to testing in the Java ecosystem, two frameworks stand out: JUnit and Mockito. Both are essential tools in a developer’s toolkit, but they serve different purposes. In this post, we’ll dive into the differences between JUnit and Mockito
- JS Tutorial 560 2024-08-22 18:32:07
-
- eact Mistakes You Should Avoid (and How to Fix Them)
- As a React developer, it's easy to fall into certain coding patterns that may seem convenient at first but can ultimately lead to issues down the line. In this blog post, we'll explore 5 common React mistakes and discuss how to avoid them, ensuring y
- JS Tutorial 397 2024-08-22 18:31:33
-
- SafeLine: A User-Friendly, Free Web Security WAF Solution
- In today's cybersecurity landscape, Web Application Firewalls (WAFs) are crucial. They not only defend against common web attacks like SQL injection and Cross-Site Scripting (XSS) but also counter increasingly sophisticated network threats. SafeLine
- JS Tutorial 468 2024-08-21 12:37:22
-
- Mastering the this Keyword in JavaScript
- The this keyword in JavaScript can be quite tricky if not understood. It's one of those things that even experienced developers find hard to easily grasp but once you do, it can save you alot of time. In this article, we will see what it is, how it
- JS Tutorial 162 2024-08-21 12:34:02
-
- Heap | Priority Queue Implementation using Javascript
- Introduction A heap is a special tree-based data structure that satisfies the heap property. It is a complete binary tree, which means all levels of the tree are fully filled except for the last level, which is filled from left to right. Ther
- JS Tutorial 518 2024-08-21 12:32:33
-
- Understanding JavaScript Objects: The Building Blocks of Your Code
- JavaScript is a versatile language, and at the heart of its flexibility lies the concept of objects. If you're diving into JavaScript or brushing up on your skills, mastering objects is essential. Let's explore what JavaScript objects are, why they a
- JS Tutorial 1006 2024-08-21 11:01:01
-
- VueJS MVVM model compared to Pure HTML
- Original article: http://blog.kueiapp.com/programming-tw/vuejs-mvvm-VueJS-MVVM-model and -Pure-HTML5-comparison/ The difference between Vue.js and Native HTML5 There are many methods and frameworks to build web front-end systems, such as React, AngularJS, Vue.js, etc. It's absolutely possible to build a system using native HTML5 and JavaScript, but usually using a good framework can implement the system with better design patterns in terms of structure and security. one
- JS Tutorial 1003 2024-08-21 10:33:36
-
- How to Build a React Hook That Handles Sequential Requests
- When you need to respond quickly to user actions and fetch the latest data from the backend, you might require a React Hook that supports sequential requests. This hook can cancel previous requests if they are still ongoing and only return the most r
- JS Tutorial 572 2024-08-21 09:06:05
-
- Why we use snake_case for variables and camelCase for functions
- To be less stressed, and therefor better programmers, we have to do our best to free our code from bullshit that makes it a hard to maintain, and hard to onboard new devs-to. We use the same name for database fields, JSON property names returned fro
- JS Tutorial 591 2024-08-21 09:05:45
-
- Exploring the Future of Web Development with AI-Generated Content
- Hello Dev Community! ? As we continue to push the boundaries of what's possible in web development, one technology that's been grabbing my attention lately is AI-generated content. With tools like OpenAI's GPT-4 and Google's GeminiAI, the landscape
- JS Tutorial 882 2024-08-21 09:03:40
-
- An (Im)mutable Shopping List for a Delicious Pesto Pasta
- Pesto pasta is proof that G-d exists There are few things in life that give me more pleasure than a heaping helping of fresh pesto over homemade Capellini (Angel Hair). I'm a bonafide foodie - especially when it comes to Italian cuisine - and a
- JS Tutorial 290 2024-08-21 09:01:02
-
- The Evolution of React State Management: From Local to Async
- Table of Contents Introduction Local State Class Components Functional Components useReducer Hook Global State What is Global State? How to Use It? The Main Way The Simple Way The Wrong Way Async State Conclu
- JS Tutorial 952 2024-08-21 06:49:02
-
- What did I learn by creating a simple radar simulator with HMTL Canvas and JS?
- Exploring Radar in HTML Canvas: A Learning Project and Challenges Introduction Well, this project came from the famous popular saying, “an empty mind is a workshop so let’s start another project”. Jokes aside, I wanted to tell a story
- JS Tutorial 464 2024-08-21 06:48:40