current location:Home>Technical Articles>Web Front-end
- 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:
-
- To fold or to double down? That's a tech question!
- We can’t stop now, as we already invested 1x in it, but let’s proceed to spend 100x more over the years! STONKS! The Javascript example You might have heard it before, but Javascript was written in 10 days. It had a rapid growth of adopti
- JS Tutorial 695 2024-08-25 06:37:36
-
- DAY ROJECT: TEMPERATURE CONVERTER
- TEMPERATURE CONVERTER Introduction Creating a Temperature Converter is a great beginner project to practice web development. This project will help you understand how HTML structures content, CSS styles the page, and JavaScript adds intera
- JS Tutorial 136 2024-08-25 06:35:35
-
- Easy Image Editor: Tutorial and Documentation
- Easy Image Editor: Tutorial and Documentation 100daysofMiva Day 5. Today, I went through the implementation and functionality of a simple yet powerful image editor built with HTML, CSS, and JavaScript. The editor allows users to appl
- JS Tutorial 605 2024-08-25 06:35:32
-
- Exploring the Battery Status API in JavaScript
- The Battery Status API provides web developers with the ability to access information about the battery status of the device on which their web application is running. By leveraging this API, you can enhance user experience by adapting your applicati
- JS Tutorial 136 2024-08-25 06:35:05
-
- Actually Useful interview prep tool.
- So I made a WinForms app whilst applying for jobs, and it used AI to generate questions based on the role I was applying for and the information from my CV. It turns out, that the model of repetitive trial - feedback - improvement is a perfect way
- JS Tutorial 945 2024-08-25 06:35:02
-
- Performance Improvement for Web Applications
- Web Vitals FCP (First Contentful Paint) (Response Quick) LCP (Largest Contentful Paint) (get to the point) Big Images/article CLS (Cumulative layout Shift) (Don't move Elements) First input Delay (Don't load Too Much Data) Brower in the backgroun
- JS Tutorial 326 2024-08-25 06:32:42
-
- Keeping the Your README Fresh and Engaging using AI
- In the world of open source, a well-maintained README file acts as the front door to your project. It's often the first thing potential users and contributors see, and as such, it should be both informative and inviting. Today, we're diving into the
- JS Tutorial 898 2024-08-25 06:31:36
-
- Comparing React Mutative vs. React Immer
- Managing state in React apps is an important part of creating dynamic and responsive user interfaces. Traditionally, developers depended on immutable updates, which produce a new copy of the state with the necessary modifications. While this method p
- JS Tutorial 380 2024-08-25 06:31:32
-
- Day mp;f the #daysofMiva Coding Challenge: Linking JavaScript to HTML
- Hi guys. Sorry for posting this late. I had some issues while writing and publishing this article but it's all resolved now. Anyways, let's forget that and focus on the article of the day - Linking Javascript to an HTML document, Brief over
- JS Tutorial 550 2024-08-25 06:30:32
-
- Zig First Impressions from a JS Dev
- I've been learning zig for my game development project, read more about it here. Those are my initial (mostly positive) impressions of the language, coming from a mostly JS/TS recent experience. Error handling Errors are values - It's qui
- JS Tutorial 751 2024-08-24 22:31:38
-
- I wrote my own Reconciler (React)
- First things first, what exactly is a Reconciler? Let me walk you through it. You might have heard of React, Vue, and Angular. They incorporate reconciliation algorithms as a core part of their functionality. But before diving into what it does exact
- JS Tutorial 885 2024-08-24 22:31:06
-
- The Differences Between var, let, and const Through the Prism of the ECMAScript Standard.
- Many articles explain the differences between var, let, and const using terms such as hoisting, Temporal Dead Zone(TDZ), functional and block scope, etc., often without referencing the standard. Some of those terms are not even included in the langua
- JS Tutorial 354 2024-08-24 22:30:32
-
- How to Detect if a User is in Dark Mode In Js
- Introduction Have you ever wondered how websites seamlessly switch between light and dark modes based on your preferences? It’s not magic—it's a clever use of modern web technologies. In this post, I'll reveal the simple yet powerful technique
- JS Tutorial 488 2024-08-24 22:30:03
-
- Top Free APIs You Need to Know in 4
- As per market trends and scenario APIs (Application Programming Interfaces) are essential tools for developers, allowing them to integrate third-party services into their applications. Here is an extensive list of free APIs available in 2024 and onwa
- JS Tutorial 333 2024-08-24 21:01:02
-
- React Prop Drilling: Should You Use It?
- Different State Management Strategy. React Prop Drilling is drilling of the data, from the parent component to the child component. This is passing the data which should be accessible throughout the levels. The data is conducted to the child comp
- JS Tutorial 825 2024-08-24 21:00:36