Tagged articles
6 articles
Page 1 of 1
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Aug 16, 2023 · Backend Development

Mastering Spring Boot Logging: Formats, Levels, and Custom Configurations

This guide explains Spring Boot 2.4.12 logging fundamentals, covering default console output, customizable patterns, colored logs, file rotation, log levels, logger groups, and advanced Logback extensions, with practical YAML and XML examples for fine‑tuning your application's logging behavior.

Console outputCustom PropertiesSpring Boot
0 likes · 19 min read
Mastering Spring Boot Logging: Formats, Levels, and Custom Configurations
Taobao Frontend Technology
Taobao Frontend Technology
Jun 23, 2021 · Frontend Development

Unlock the Latest CSS Features: Pseudo‑Classes, Color Functions, Masks & More

This article provides a comprehensive overview of modern CSS capabilities—including new pseudo‑class selectors like :is(), :where(), :not(), :has(), focus variants, advanced background positioning, masking, clipping, the expanded color module, and clever uses of custom properties—offering practical examples and demos for front‑end developers.

CSSCustom PropertiesMasking
0 likes · 31 min read
Unlock the Latest CSS Features: Pseudo‑Classes, Color Functions, Masks & More
Alibaba Terminal Technology
Alibaba Terminal Technology
Jun 1, 2021 · Frontend Development

Explore the Latest CSS Features and Powerful New Selectors

This article reviews the newest CSS capabilities—including modern pseudo‑classes like :is(), :where(), :not(), :has(), focus selectors, advanced color functions, background positioning tricks, masking, clipping, blend modes, and custom property hacks—showing practical examples and code snippets for front‑end developers.

CSSCustom PropertiesNew Features
0 likes · 33 min read
Explore the Latest CSS Features and Powerful New Selectors
ByteFE
ByteFE
Mar 14, 2021 · Frontend Development

Exploring @property and Its Animating Powers

This article explains how the CSS @property rule lets developers define the syntax, initial value, and inheritance behavior of custom properties, enabling type‑checked animations and transitions that were previously impossible with plain string‑based CSS variables.

CSSCustom PropertiesProperty
0 likes · 25 min read
Exploring @property and Its Animating Powers
Aotu Lab
Aotu Lab
Nov 12, 2019 · Frontend Development

Can Native CSS Replace Preprocessors? A Deep Dive into W3C Specs and Modern Features

This article examines the evolution of CSS from its early specifications through CSS3 modules, compares native CSS capabilities such as custom properties, calc() and nesting with traditional preprocessors like Sass, Less and Stylus, and evaluates whether preprocessors will become merely transitional tools.

Custom PropertiesPreprocessorW3C
0 likes · 18 min read
Can Native CSS Replace Preprocessors? A Deep Dive into W3C Specs and Modern Features