Tagged articles
4 articles
Page 1 of 1
Ctrip Technology
Ctrip Technology
May 22, 2025 · Mobile Development

An In‑Depth Overview of Skip: A High‑Performance Native Cross‑Platform Development Framework

This article introduces Skip, a new high‑performance native cross‑platform framework that converts Swift/SwiftUI code to Kotlin/Jetpack Compose, detailing its architecture, toolchain, usage steps, code examples, comparisons with other frameworks, project structure, internal modules, and practical considerations for mobile developers.

Jetpack ComposeKotlinSwift
0 likes · 11 min read
An In‑Depth Overview of Skip: A High‑Performance Native Cross‑Platform Development Framework
Test Development Learning Exchange
Test Development Learning Exchange
Aug 26, 2024 · Fundamentals

Master Python unittest: From Basics to Advanced Techniques

This guide walks through Python's unittest module, covering fundamental concepts, test suites, loaders, custom result handling, skipping tests, retry decorators, execution order, tagging, class-level setup/teardown, and exception‑message assertions, each illustrated with clear code examples.

RetryassertRaisesRegexcustom result
0 likes · 8 min read
Master Python unittest: From Basics to Advanced Techniques
Programmer DD
Programmer DD
Nov 23, 2019 · Backend Development

Master Java Stream skip() and limit(): When and How to Trim Your Data

This article explains the Java 8 Stream API's skip() and limit() intermediate operations, showing how they truncate streams, handling of edge cases, code examples, and key differences to help developers choose the right method for their data processing needs.

BackendJavaJava 8
0 likes · 4 min read
Master Java Stream skip() and limit(): When and How to Trim Your Data