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:
- React: Reusable, Decoupled, and Isolated
- When working on a new page don’t just start writing components on the page itself. Start individualizing units of components so that each are independent enough and changes on the global state won’t cause a re-render. For example, imagine you were gi
- JS Tutorial 956 2024-08-19 17:15:03
- NestJS + Opentelemetry (Grafana Cloud)
- Using Opentelemetry in a production environment Setting up Opentelemetry in the application and launching Otel Collector, Loki, Tempo, and Grafana locally to view the trace was completed in the previous post. Now all that's left is to look at tracing not only locally but also in an actual production environment. What is needed for this is ‘storing logs and traces on the cloud.’
- JS Tutorial 624 2024-08-19 17:14:38
- Basic concepts of Opentelemetry
- Opentelemetry In a world where distributed systems and micro services are rampant, it has become very difficult to check system operation or track errors. In this environment, many services need to send data in a common format and connect it to analyze the system. Opentelemetry (hereinafter otel) is a framework created to increase observability in the latest software trends. AP
- JS Tutorial 573 2024-08-19 17:14:33
- React Essentials: Features You Might Be Missing
- React has solidified its place as a go-to library for building dynamic and responsive user interfaces. With its declarative approach and component-based architecture, React simplifies the complex process of developing modern applications. However, li
- JS Tutorial 224 2024-08-19 17:14:17
- Build a Modern Blog with Next.js & Sanity: A Step-by-Step Guide
- A blog without a CMS can lead to endless frustration and wasted time. Sanity.io simplifies the entire process, allowing you to focus on your content. In today's article, you will learn how to build a blog with Sanity CMS and Next.js 14. By the end
- JS Tutorial 661 2024-08-19 17:14:03
- The Importance of Web Standards and Best Practices: Why Reinventing the Wheel in JavaScript Often Leads to Worse Solutions
- Introduction In the ever-evolving world of web development, it's easy to get caught up in the latest frameworks, libraries, and tools. Developers often find themselves tempted to create custom solutions, believing that their unique approach mig
- JS Tutorial 216 2024-08-19 17:13:36
- Taming the Beast: How I Refactored a Messy React Component
- We’ve all been there. You open up a React component that you wrote a few months ago, and it feels like you’re looking at code written by someone who was in a hurry — because you probably were. Deadlines were looming, and features needed to be shipped
- JS Tutorial 924 2024-08-19 17:13:33
- Build a Web App with Oats~i – Setting Up
- In the last article, I wrote an introductory post about Oats~i, the open web framework. I talked about its core features, a bit of how it works, and what to expect. If you didn’t read that piece, give it a quick look. Over the past couple of days, I
- JS Tutorial 842 2024-08-19 17:08:07
- ERR_PNPM_BAD_PM_VERSION This project is configured to use vX of pnpm. Your current pnpm is vY
- The problem If you started using corepack to manage versions of your package manager you might have bumped into a very curious case of two very similar commands returning different results: # Calling `pnpm` directly, this works perfectly fine
- JS Tutorial 599 2024-08-19 17:08:03
- TAWK.TO & NEXTjs integration
- Hey devs! In this article, you will learn about tawk.to and it's integration with NEXTjs. About TAWK.to: Tawk.to is a free, cloud-based live chat software that enables businesses to interact with website visitors in real-time. It offers features l
- JS Tutorial 407 2024-08-19 17:07:36
- Understanding Clean Code: Formatting ⚡️
- In software development, code is not only for machines but also for humans. Proper code formatting is crucial for readability and maintainability. Clean Code's Chapter 5 discusses these principles, focusing on the importance of formatting for pro
- JS Tutorial 128 2024-08-19 17:07:33
- ssential React Tricks Every Beginner Should Master in 4
- Are you just starting your journey with React? You're in for an exciting ride! React has revolutionized the way we build user interfaces, but like any powerful tool, it comes with its own set of best practices. Today, we're going to explore 7 simple
- JS Tutorial 976 2024-08-19 17:05:03
- Learning, Growing, and Thriving: My Journey from Coding Bootcamp to Software Guru
- When I finished my coding bootCamp 2 years ago, I was super excited to start my first job as a junior developer. Without any hesitation, I started the daunting job application process, and within a few weeks, I landed a remote role as a junior web de
- JS Tutorial 481 2024-08-19 17:04:36
- LeetCode Meditations: Coin Change
- Let's start with the description for this problem: You are given an integer array coins representing coins of different denominations and an integer amount representing a total amount of money. Return the fewest number of coins that you need to ma
- JS Tutorial 520 2024-08-19 17:04:32
- [empty * n] Syntax in JavaScript
- In JavaScript, we often encounter various syntaxes and constructs that may seem unusual at first glance. One such construct is the [empty * n] syntax. In This blog will explore what this syntax means, its purpose, why it's useful, its pros and cons
- JS Tutorial 722 2024-08-19 17:04:03































