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:
-
- Franken UI: A Powerful HTML-First UI Component Library
- Franken UI is an open-source library that offers a comprehensive set of UI components, designed to be both HTML-first and Tailwind CSS-friendly. Whether you're building a simple web page or a complex application, Franken UI provides a versatile toolk
- JS Tutorial 375 2024-08-26 21:34:02
-
- Try...Catch V/s Safe Assignment (?=): A Boon or a Curse for Modern Development?
- Recently, I discovered the new Safe Assignment Operator (?.=) introduced in JavaScript, and I’m really fascinated by its simplicity. ? The Safe Assignment Operator (SAO) is a shorthand alternative to the traditional try...catch block. It lets you ca
- JS Tutorial 760 2024-08-26 21:33:32
-
- Js heap out of memory on running angular project
- Initially my angular project was in the version 10. i had successfully upgraded to v12 by referring the angular upgrade guide . I also upgraded the node version and typescript version respectively. I had upgraded the version to V13 by running these c
- JS Tutorial 156 2024-08-26 21:33:11
-
- Best Programming Language for Webn 4
- If you're new to Web3 development, choosing the right programming language can seem daunting. This guide will help you navigate the options based on your goals, background, and the specific aspects of Web3 you're interested in. Understandin
- JS Tutorial 762 2024-08-26 21:32:05
-
- [JavaScript] Understand closures in seconds
- Although closures are a fundamental idea in JavaScript, newcomers may find them vague and challenging to grasp. Specifically, the ECMA standard's definition can be challenging to comprehend without any real-world experience. As a result, rather than
- JS Tutorial 712 2024-08-26 21:31:35
-
- Making SOLID Simple: A JavaScript Guide to Clean Code Principles
- When I first started diving into the world of software development, I often found myself overwhelmed by all the buzzwords and concepts flying around. One of the concepts that seemed particularly daunting was SOLID principles. It felt like something o
- JS Tutorial 657 2024-08-26 21:31:32
-
- Learning Node.js in Days with AI - Day 2
- Today, I continued my Node.js learning journey with the help of AI, and the topic for Day 2 was the module system in Node.js. Since I'm already familiar with JavaScript, it was interesting to learn how this language organizes code into modules, makin
- JS Tutorial 976 2024-08-26 21:31:05
-
- LRU Cache Implementation using Javascript
- Introduction LRU stands for Least Recently Used. An LRU cache is a type of cache in which the least recently used entries are removed when the cache reaches its capacity. The main reason to use an LRU cache is to improve the performance of a
- JS Tutorial 855 2024-08-26 21:31:02
-
- Understanding Session Storage, Local Storage, and Cookies in Web Development
- In the modern web development landscape, managing client-side storage is crucial for creating efficient and interactive web applications. There are primarily three ways to handle this: session storage, local storage, and cookies. Each method comes wi
- JS Tutorial 837 2024-08-26 21:30:44
-
- React : useCallback vs useMemo
- These are both optimization hooks in React, but they serve slightly different purposes. Let's break it down: 1. Purpose: useCallback is used to memoize functions. useMemo is used to memoize values. 2. What they return: useCallback retu
- JS Tutorial 879 2024-08-26 21:30:32
-
- SS Mistakes that Beginners Often Make
- CSS is not as simple as it looks and developers often make some mistakes that leave them struggling with what to do. CSS is perceived as an unintuitive and difficult language to work with because of these common mistakes that thwart most developers w
- CSS Tutorial 691 2024-08-26 06:33:31
-
- The Solar System in CSS
- The Solar System has been done in CSS a lot of times — just search Codepen! So why do it again? Because things get better and simpler — and we can now do a responsive solar system with just a few lines of CSS. Let's start with some very basic marku
- CSS Tutorial 742 2024-08-26 06:31:02
-
- Mastering Overflow Scroll Gradient with CSS
- Introduction This article covers the following tech skills: In this lab, we will learn how to add a fading gradient to an overflowing element using CSS. The purpose of this lab is to create a visual cue for users that there is more content t
- CSS Tutorial 630 2024-08-25 20:32:33
-
- Advanced SCSS: Function and Mixins
- Introduction SCSS (Sassy CSS) is a powerful extension of CSS that offers various advanced features to make styling easier and more efficient. One of the most useful features of SCSS is the use of functions and mixins, which allow for reusable p
- CSS Tutorial 215 2024-08-25 20:32:06
-
- Build a Pomodoro Timer Website
- Introduction Hello, developers! I'm thrilled to introduce my latest project: a Pomodoro Timer. This project is perfect for anyone looking to enhance their time management skills or practice their front-end development. The Pomodoro Timer is a s
- CSS Tutorial 231 2024-08-25 20:31:36