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:
-
- React with TypeScript: Best Practices
- React and TypeScript are two awesome technologies used by a lot of developers these days. Knowing how to do things can get tricky, and sometimes it’s hard to find the right answer. Not to worry. We’ve put together the best practices along with exampl
- JS Tutorial 905 2025-02-10 13:42:10
-
- Build a Native Desktop GIF Searcher App Using NodeGui
- NodeGui is an open-source JavaScript library enabling the creation of cross-platform native desktop applications using Node.js. These applications run seamlessly on macOS, Windows, and Linux, leveraging JavaScript for code, CSS for styling, and the
- JS Tutorial 529 2025-02-10 13:23:15
-
- Getting Started with Gatsby: Build Your First Static Site
- Gatsby: Your Gateway to High-Performance Jamstack Websites Considering a Jamstack architecture? Gatsby, a leading React-based static site generator, offers a powerful solution. This guide provides a comprehensive introduction to building with Gatsby
- JS Tutorial 360 2025-02-10 13:20:13
-
- Static Site Generators: A Beginner's Guide
- The Jamstack (JavaScript, APIs, and Markup) is rapidly gaining popularity as the preferred web development stack. The Jamstack website itself touts it as "the modern way to build websites and apps," emphasizing its superior performance. In
- JS Tutorial 320 2025-02-10 13:17:23
-
- Build a Command Line Weather App in Deno
- This tutorial guides you through building your first Deno application: a command-line weather forecast program. We'll cover Deno installation, fetching weather data via the OpenWeatherMap API, and presenting the forecast in a user-friendly table. V
- JS Tutorial 843 2025-02-10 13:07:16
-
- How to Use SSL/TLS with Node.js
- This article explains how to secure your Express.js server with HTTPS using Let's Encrypt certificates, and further enhance security with HSTS and stronger Diffie-Hellman parameters. In today's digital landscape, HTTPS is non-negotiable. It's expec
- JS Tutorial 651 2025-02-10 13:06:35
-
- How to Create Your First REST API with Fastify
- Key Takeaways Fastify provides a lightweight and fast alternative for building REST APIs, outperforming other Node.js frameworks like Express and Hapi. Setting up a Fastify API involves simple steps such as initializing a project, installing Fas
- JS Tutorial 751 2025-02-10 13:00:41
-
- CSS Debugging and Optimization: Minification with CSSO
- CSS compression tool CSSO: A practical guide to improving website performance This article is excerpted from Tiffany's latest book "The Master of CSS, Second Edition". On the road to becoming a CSS master, it is crucial to master the troubleshooting and optimization skills of CSS. How to diagnose and fix rendering issues? How to make sure CSS doesn't affect end user performance? How to ensure the quality of the code? The right tools ensure efficient front-end operation. This article will focus on CSS compression technology. Developer tools help find and fix rendering issues, but how efficient is it? Is our file size small enough? At this time, we need to use compression tools. In CSS, compression is simply to "remove unnecessary characters". For example, consider the following code block:
- CSS Tutorial 496 2025-02-10 12:59:20
-
- Getting Started with React Native
- This guide provides a beginner-friendly introduction to React Native mobile app development using Expo. It simplifies the setup process and focuses on building a functional Pokémon search app. Key Concepts Covered: React Native: A framework for cr
- JS Tutorial 808 2025-02-10 12:56:11
-
- How to Migrate a React App to TypeScript
- Migrating existing React projects to TypeScript: Step by Step Guide When you are new to TypeScript, you often hear suggestions: "Switch an existing project! This is the best way to learn!" Not long after, a friend on Twitter offered to help me do this - to me Shows how to migrate a React app to TypeScript. This article aims to be your friend and help you migrate your projects to TypeScript. To illustrate, I will use some fragments from my personal project that I migrated myself during the migration process. Key Points By adding TypeScript to the project, adding tsconfig.j
- JS Tutorial 907 2025-02-10 12:53:11
-
- Forms, File Uploads and Security with Node.js and Express
- This article demonstrates building secure and functional HTML forms in Node.js and Express, covering GET and POST request handling, input validation, sanitization, and file uploads. Let's explore the process step-by-step. Form handling typically in
- JS Tutorial 969 2025-02-10 12:52:12
-
- 20 Essential React Tools
- The React ecosystem boasts a vast array of developer tools and libraries, reflecting its immense popularity. This abundance can be overwhelming, so this guide highlights essential tools, techniques, and skills for effective React development in 2020
- JS Tutorial 603 2025-02-10 12:49:13
-
- A Guide to Serverless Deployment with Express and MongoDB
- This tutorial demonstrates my preferred database-driven web application deployment workflow. It is for developers who want to achieve full-stack development in individual projects without having to set up and maintain complex multi-service infrastructure. We will deploy a very basic web application written in Node.js and Express. It allows visitors to write and save notes, as well as read previously written notes. The data is stored in the MongoDB database. We will use GitHub Actions to create a CI/CD workflow to deploy our applications to AWS Lambda. The focus is on simplicity, practicality and cost savings. Since AWS and MongoDB have very generous free tiers, you can
- JS Tutorial 1047 2025-02-10 12:47:09
-
- Getting Started with the React Native Navigation Library
- This article explores React Native Navigation, a high-performance navigation library for complex React Native apps. Unlike React Navigation, which relies on the JavaScript thread, React Native Navigation leverages native components for smoother navi
- JS Tutorial 1007 2025-02-10 12:42:09
-
- How to Edit Source Files Directly in Chrome
- Edit the web source code directly in Chrome browser, saying goodbye to the tedious editing - refresh loop! This article will guide you how to use Chrome developer tools to edit HTML, CSS and JavaScript files directly and iterate in development quickly. The daily workflow of web developers is usually: write HTML, CSS and JavaScript code in the editor, then open the page in the browser, use the developer tool to debug it after discovering problems, modify the code, copy it back to the editor, and then reload the page. … While tools such as hot reload simplify the process, many developers still switch between developer tools and editors. In fact, Chrome allows you to open and edit source files directly in your browser.
- JS Tutorial 1004 2025-02-10 12:36:13