DEV Community

Cover image for Top-10 Posts for FE (Week 1, Jul 2023)
fruntend
fruntend

Posted on

Top-10 Posts for FE (Week 1, Jul 2023)

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.

How to Debug CSS (using CSS)

This article provides two approaches, using borders and background colors, to manually debug CSS issues that are not easily identifiable through Dev Tools, helping to identify and resolve problems with overlapping elements, inconsistent margins, and horizontal scrolls.

How to Debug CSS (using CSS)

JavaScript's Immutable Arrays Revolution

This article introduces four new JavaScript array methods (with(), toSorted(), toReversed(), and toSpliced()) that allow for modifying arrays without changing the original.

JavaScript's Immutable Arrays Revolution

30 Best Web Development Frameworks for 2023: A Comprehensive Guide

This article provides a curated list of the 30 best web development frameworks for 2023, along with their pros and cons, to help developers choose the right framework for building efficient, scalable, and visually stunning websites.

30 Best Web Development Frameworks for 2023: A Comprehensive Guide

Increasing productivity: Best practices for React beginners

This article offers fundamental practices for beginners in React.js development to write clean, maintainable, and scalable code while avoiding common pitfalls and mistakes.

Increasing productivity: Best practices for React beginners

Understanding JavaScript's Single-Threaded Nature

This article explains that JavaScript is a single-threaded programming language and discusses the implications of its single-threaded nature for web developers, including potential performance issues and techniques to mitigate them.

Understanding JavaScript's Single-Threaded Nature

These Simple CSS Tricks Will Take Your Website to the Next Level

This article explores some small and subtle CSS details that can enhance the appearance and interactivity of a website, including cursor customization, opacity effects, button click simulations, and border styling.

These Simple CSS Tricks Will Take Your Website to the Next Level

Is Lighthouse a misleading performance tool?

This article examines the challenges and potential misunderstandings surrounding Google's Lighthouse tool, raising questions about its scoring system, score variability, mobile performance requirements, and the need for clearer performance evaluation.

Is Lighthouse a misleading performance tool?

Main advantages and disadvantages of html

This article explores the advantages and disadvantages of HTML, highlighting its availability, simplicity, cross-browser compatibility, SEO benefits, flexibility, but also its limitations in interactivity, styling options, learning curve, semantic constraints, and security considerations.

Main advantages and disadvantages of html

Mobile-first approach with HTML and CSS

This article explains the principles and benefits of the mobile-first approach in web design and development, emphasizing the use of HTML and CSS to create a user-friendly and responsive design for mobile devices, ensuring a seamless cross-device experience.

Mobile-first approach with HTML and CSS

Why Server Components - A Brief History of Web

This article provides an overview of Next.js Server Components, explaining their role in web development, comparing them to client components, discussing different rendering solutions, and highlighting the benefits and drawbacks of server-side rendering.

Why Server Components - A Brief History of Web


More News on channel t.me/fruntend_newsBy me a coffee

Top comments (0)