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 Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- Using Passport With Sequelize and MySQL
- Sequelize is a promise-based Node.js ORM. It can be used with PostgreSQL, MySQL, MariaDB, SQLite, and MSSQL. In this tutorial, we will be implementing authentication for users of a web app. And we will use Passport, the popular authentication middlew
- JS Tutorial . http 819 2025-03-11 11:04:09
-
- Pacman 7.0.0 Will Now Download Packages as a Separate User
- Arch Linux Pacman 7.0.0 Security Enhancement and Local Repository Configuration Tuning Guide Arch Linux users pay attention! The default package manager Pacman introduces new security features in version 7.0.0. Pacman 7.0.0 brings a lot of improvements, but it may also require some manual intervention, especially when using a local repository. New features of Pacman 7.0.0 Prior to version 7.0.0, Pacman downloaded packages with the same permissions as regular users. Starting with version 7.0.0, Pacman will use a separate user with restricted permissions when downloading, a move designed to enhance security. However,
- LINUX . http 783 2025-03-11 11:01:09
-
- Converting Speech to PDF with NextJS and ExpressJS
- With speech interfaces becoming more of a thing, it’s worth exploring some of the things we can do with speech interactions. Like, what if we could say
- CSS Tutorial . http 975 2025-03-11 10:45:12
-
- This Is How LLMs Break Down the Language
- Unveiling the Secrets of Large Language Models: A Deep Dive into Tokenization Remember the buzz surrounding OpenAI's GPT-3 in 2020? While not the first in its line, GPT-3's remarkable text generation capabilities catapulted it to fame. Since then, c
- AI . http 238 2025-03-11 10:40:11
-
- Phi-4 Available on HuggingFace: A Big Thanks to Clem Delangue!
- Early 2025 has seen a flurry of exciting AI releases, and Microsoft's Phi-4 is the latest to capture the community's attention. This powerful small language model is now publicly available on HuggingFace under an MIT license, fulfilling the hopes of
- AI . http 228 2025-03-11 10:35:09
-
- Top 9 Free NVIDIA AI Courses
- NVIDIA free AI courses help you quickly master generative AI! Whether you are an AI enthusiast, developer or technology explorer, NVIDIA's new free AI course will be your choice. The course is completely free, with no fees and provides practical skills training in AI, machine learning and edge computing. The course covers a wide range of topics including image classification, regression analysis, and building AI systems on the Jetson Nano development kit. This article will focus on 9 compulsory courses in 2025 to help you start your AI learning journey. 2. Accelerate the data science workflow Learn to use RAPIDS to accelerate CPU-based data science workflows. Link: https://t.co/
- AI . http 1035 2025-03-11 10:22:10
-
- The Basics of Remix
- You’ve probably heard a lot of hype around one of the newest kids on the framework block, Remix. It may be surprising that it got its start back in 2019, but
- CSS Tutorial . http 265 2025-03-11 10:19:09
-
- Creating Templates In KDE Plasma Just Got Easier
- KDE Plasma users rejoice! A highly anticipated feature, 15 years in the making, has finally arrived: easy file template creation directly integrated with the "Create New…" menu in Plasma's desktop environment and Dolphin file manager. Ima
- LINUX . http 199 2025-03-11 10:16:09
-
- KDE Weekly Update: Plasma 6.2 Beta Released!
- The KDE community brings major news this week - Plasma 6.2 Beta version is officially released! This release focuses on improving stability and reliability and includes many exciting new features. Table of contents - New features in Plasma 6.2 Beta Exclusive to artists Power management and system updates Accessibility and design improvements Download Plasma 6.2 Beta Beta version Error fixes and performance improvements New features in Plasma 6.2 Beta Exclusive to artists Digital art lovers, get ready for surprises! Plasma 6.2 brings a range of improvements to make your creative process smoother. More powerful drawing board control Now you can
- LINUX . http 967 2025-03-11 10:11:11
-
- GNOME Weekly Updates: Enhanced Downloads With Parabolic And More!
- GNOME updates this week are highlighted, covering improvements to multiple applications and extensions. It is worth noting that the new version of Cairo graphics library and Nautilus' Git repository manager Turtle is released. In addition, the web video downloader Parabolic has been rewritten to C, bringing a redesigned user interface and performance improvements. GNOME Shell extensions, including Weather O’Clock and Day Progress, also received some small but practical updates. Let's learn more about some updates. Table of contents - Cairo's new stable version is released Turtle version 0.10 released Parabolic releases new
- LINUX . http 531 2025-03-11 09:50:09
-
- KDE Weekly Update: Fixing Plasma 6.2 Bugs and New Features in Plasma 6.3
- The KDE Plasma team is hard at work, prioritizing bug fixes for the upcoming Plasma 6.2.1 release. This follows a week of intensive effort resolving issues reported in the Plasma 6.2 beta. Beyond these fixes, Plasma 6.3 is already incorporating fe
- LINUX . http 302 2025-03-11 09:40:14
-
- GNOME Asia Summit 2024 will be Held in Bengaluru, India
- The GNOME Foundation proudly announces the GNOME Asia Summit 2024, taking place in Bengaluru, India, from December 6th to 8th. This hybrid event welcomes open-source enthusiasts, developers, and GNOME project stakeholders to connect and collaborate,
- LINUX . http 929 2025-03-11 09:20:11
-
- Code Your First API With Node.js and Express: Understanding REST APIs
- Introduction to REST and RESTful APIs In modern web development, you must often encounter terms such as REST and API. If you have heard of these terms or used APIs but don't fully understand how they work or how to build your own API, this tutorial series is for you. This tutorial series will first overview of REST principles and concepts. We will then create a complete API that runs on the Node.js Express server and connects to the MySQL database. After completing this series of tutorials, you should be able to build your own API with confidence or dig into documentation for existing APIs. Prerequisites To make full use of
- JS Tutorial . http 476 2025-03-11 00:14:09
-
- Replace String Characters in JavaScript
- Detailed explanation of JavaScript string replacement method and FAQ This article will explore two ways to replace string characters in JavaScript: internal JavaScript code and internal HTML for web pages. Replace string inside JavaScript code The most direct way is to use the replace() method: str = str.replace("find","replace"); This method replaces only the first match. To replace all matches, use a regular expression and add the global flag g: str = str.replace(/fi
- JS Tutorial . http 1239 2025-03-11 00:07:09
-
- Build a Dynamic Menu in JavaScript Article
- Here, we’re not talking about DHTML drop-down/pull-down menus. Here, we’re talking about a simple navigation menu using Javascript. It identifies the active page, and accordingly displays that link differently from the other links, making it easy for
- JS Tutorial . http 236 2025-03-11 00:05:08