Tagged articles
12 articles
Page 1 of 1
Lisa Notes
Lisa Notes
Mar 15, 2026 · Fundamentals

Understanding Python’s “pass” Keyword: A Practical Guide

The article explains that the pass keyword in Python serves only as a syntactic placeholder to keep code blocks valid, illustrating its use with a simple age‑checking example where the pass statement does nothing but allow the program to run without errors.

Pythonbasic programmingpass keyword
0 likes · 2 min read
Understanding Python’s “pass” Keyword: A Practical Guide
Code Mala Tang
Code Mala Tang
Apr 3, 2025 · Fundamentals

Unlock Python’s Ellipsis (…) – Powerful Uses Beyond Slicing

Discover how Python’s three-dot ellipsis (…) isn’t just a placeholder but a versatile singleton object used for slicing multidimensional arrays, marking unfinished code, enhancing type hints, and even evaluating to True, with practical examples and insights into its unique behavior.

NumPyPythonSingleton
0 likes · 6 min read
Unlock Python’s Ellipsis (…) – Powerful Uses Beyond Slicing
DeWu Technology
DeWu Technology
Jan 29, 2024 · Backend Development

Design and Implementation of a Full-Platform Automated Test Execution Engine

The article describes a full‑platform automated test execution engine that replaces legacy offline‑script/Jenkins setups with a lightweight, visual, component‑based solution supporting low‑/zero‑code case creation, parallel execution, protected environment variables, dynamic placeholders, system‑method libraries, and extensible script and case workers for scalable, efficient testing.

AutomationPythonplaceholder
0 likes · 27 min read
Design and Implementation of a Full-Platform Automated Test Execution Engine
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Jul 24, 2021 · Backend Development

Enable Placeholder Expressions in Custom SpringBoot Annotations

Learn how to create a custom SpringBoot annotation that supports ${…} placeholder expressions by adding AspectJ dependencies, defining the annotation, implementing an AOP aspect that resolves placeholders via EnvironmentAware, storing the result in a ThreadLocal, and using it in a service and controller.

Custom AnnotationEnvironmentJava
0 likes · 4 min read
Enable Placeholder Expressions in Custom SpringBoot Annotations
FangDuoduo UEDC
FangDuoduo UEDC
Nov 14, 2019 · Mobile Development

Creative Loading Designs: Turning App Wait Times into Engaging Experiences

This article examines why loading screens are essential in mobile apps, outlines common loading scenarios such as title‑bar, pull‑to‑refresh, and placeholder images, and showcases various visual loading animations—from spinning circles to creative mascot effects—to improve user satisfaction.

animationapp performanceloading UI
0 likes · 6 min read
Creative Loading Designs: Turning App Wait Times into Engaging Experiences
Qunar Tech Salon
Qunar Tech Salon
Jan 4, 2019 · Frontend Development

Advanced Sass Techniques: Mixins, %placeholder Selectors, and ES6‑like Features

This article explores advanced Sass techniques, comparing mixins and %placeholder selectors, demonstrating best and bad practices, and highlighting ES6‑like features such as interpolation, rest parameters, and @each loops, with code examples to help frontend developers write more efficient and maintainable stylesheets.

MixinSCSSSass
0 likes · 8 min read
Advanced Sass Techniques: Mixins, %placeholder Selectors, and ES6‑like Features