Showing posts with label HTML. Show all posts
Showing posts with label HTML. Show all posts

Today, I'd like to discuss the implementation of lazy loading techniques for a specific component, which is images.

 Today, I'd like to discuss the implementation of lazy loading techniques for a specific component, which is images.
Lazy loading? You can easily spot it while browsing Facebook. When you initially load the Facebook website, only a few messages appear. As you scroll down the …
Read more »

Create a simple digital clock using HTML, CSS and JavaScript

Create a simple digital clock using HTML, CSS and JavaScript
Building a digital clock is a good beginner-friendly project that can help you learn more about HTML, CSS and JavaScript. There are many tutorials available on…
Read more »

How To Add Dark Mode Toggle in ReactJS + TailwindCSS + DaisyUI

How To Add Dark Mode Toggle in ReactJS + TailwindCSS + DaisyUI
Introduction: It sounds like you are planning to add a dark mode toggle with local storage persistence to a ReactJS + TailwindCSS + DaisyUI proj…
Read more »

Frontend Web Performance Checklist

Frontend Web Performance Checklist
Improving performance of web applications will always be sexy. We want the page to load faster, smoother, and without too many layout shifts (Core Web Vitals,…
Read more »

React-monaco-editor a react library for building web editors

React-monaco-editor a react library for building web editors
Online web editors are web-based applications that allow users to write and edit code in the browser. They work without the need for a local environment or set…
Read more »

Pre-rendering your React app with react-snap

Pre-rendering your React app with react-snap
As developers, we’re constantly faced with decisions that affect the overall architecture of our applications. One essential consideration is where to …
Read more »

Hướng dẫn lab lập trình cơ sở javascript phần 2

Hướng dẫn lab lập trình cơ sở javascript phần 2
Trong phần trước mình đã làm và giải thích các thuộc tính từ lab 1, 2, 3, 4, để nối tiếp phần trước thì đây là phần tiếp theo, phần này mình s…
Read more »