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.
Higher Order Functions explained
This article is about the concept of higher order functions in JavaScript, explaining how they can be used to enhance code by accepting functions as arguments and returning functions as results, and exploring examples and built-in higher order functions in JavaScript.
Mastering CSS Rules and Specificity: A Comprehensive Guide
This guide provides a comprehensive overview of CSS rules and specificity in web development, explaining their importance and practical applications through real-life examples.
Exploring Web Rendering: Isomorphic JavaScript & Hydration
This article is a part of a series that explores web rendering techniques, focusing on isomorphic JavaScript and hydration, and discusses the benefits and challenges of using isomorphic rendering for improved performance and search engine optimization.
Programmers, beware! Designers attack!
This humorous article delves into the world of frustrating design choices that challenge front-end developers, emphasizing the need for collaboration and communication with designers.
How BEM (Block-Element-Modifier) CSS actually Work!
This article explains the BEM (Block-Element-Modifier) naming convention for writing CSS code, emphasizing its benefits of scalability, maintainability, and code organization for web projects.
All About CSS Nesting
This article introduces CSS nesting as a feature that allows for writing nested style rules, making code more organized and readable.
The Complete Guide to OOP In Javascript
The article provides a detailed explanation of Object-Oriented Programming (OOP) in JavaScript, covering concepts like classes, objects, data abstraction, encapsulation, polymorphism, and inheritance, as well as demonstrating the implementation using prototypes and different approaches.
Mastering Git: Top Commands Every Developer Should Know
This article covers important Git commands for version control, collaboration, and managing code repositories effectively.
Pretty for CJK languages
This article explores the challenges and solutions related to styling rubies, small pronunciation hints used in East Asian typography, using HTML and CSS.
World Wide Web Wars
The article explores the evolution of the World Wide Web, from the HTML-centric era to the JavaScript-centric era, and advocates for restoring interoperability and peace in the web platform.
Top comments (0)