Here are the top 10 posts from the past week that will be useful to front-end developers and beyond. The selection was made on the basis of their interestingness, uniqueness, presentation, usefulness and subjective assessment of the author.
20 Best CSS Frameworks To Look Forward In 2023
This article provides an overview of CSS frameworks, their advantages, the primary goals they aim to achieve, and a list of the best CSS frameworks for 2023.
Debouncing vs Throttling in JS
This article discusses two techniques, debounce and throttle, in JavaScript to restrict multiple API calls and control the execution of event handler functions based on time intervals.
Guide to Hosting a Static Website on AWS Using S3, CloudFront, and Route53, with Just 7 Steps
This article explains how to host a static website on AWS using Amazon S3, CloudFront, and Route53 for improved speed, reliability, and security.
CSS vs. CSS3: Understanding the Evolution of Cascading Style Sheets
This article compares CSS and CSS3, emphasizing the benefits of embracing CSS3 for modern web design, including advanced selectors, enhanced layouts, powerful effects and others.
12 Common HTML Mistakes to Avoid for Better Code Quality
This article highlights 12 common HTML mistakes developers make and provides tips to avoid them.
4 CSS advancements form Google I/O 2023 with examples
The article highlights the CSS advancements showcased at Google I/O 2023, demonstrating how different techniques and tools enhance web design and user experience.
JavaScript Closures: Understanding Private Variables, Callbacks, and Memoization for Efficient Code
The article explains closures in JavaScript, their functionality, and how to use them.
Problems with webfonts (an article from 1998)
The article discusses the challenges and solutions related to using downloadable font files in web development, focusing on the methods used by Microsoft and Netscape in 1998.
Type Casting in JavaScript
The article provides an explanation of typecasting in JavaScript, covering implicit and explicit type conversions.
7 Secret TypeScript Tricks Pros Use
The article discusses seven TypeScript tricks that can simplify development and reduce bugs.
Top comments (0)