Karya Semi
HomeBlogSearchCategoriesAboutContact
Karya Semi

Less noise. More notes.

HomeBlogAboutContactPrivacy PolicyDisclaimer

© 2026 Karya Semi. All rights reserved.

XGitHubLinkedIn
  1. Home
  2. /Tags
  3. /Testing

Tag

Testing

Every published article tagged with Testing.
Illustration for Small Functions, Readable Code: A Practical Refactoring Guide
Programming/Jun 30, 2026

Small Functions, Readable Code: A Practical Refactoring Guide

A practical guide to small functions readable code, with advice on function boundaries, parameters, return values, tests, and safe refactoring.

6 min read
FunctionsRefactoring
Illustration for GitHub Actions Parallel Steps: What CI Teams Should Check First
Software Engineering/Jun 29, 2026

GitHub Actions Parallel Steps: What CI Teams Should Check First

GitHub Actions parallel steps can cut CI waiting time, but only if teams clean up shared state, logs, caches, and test ownership first.

4 min read
GitHub ActionsCI
Illustration for The Definitive Guide to Test-Driven Development for Modern TypeScript Projects
Software Engineering/Jun 28, 2026

The Definitive Guide to Test-Driven Development for Modern TypeScript Projects

Master Test-Driven Development (TDD) in TypeScript. Learn the Red-Green-Refactor cycle, practical patterns, and build robust, maintainable code with confidence.

5 min read
TDDTypeScript
Illustration for Mastering Testing in Modern TypeScript: A Comprehensive Guide for Developers
Software Engineering/Jun 20, 2026

Mastering Testing in Modern TypeScript: A Comprehensive Guide for Developers

Learn essential testing strategies, tools, and patterns for TypeScript applications, including unit, integration, and end-to-end testing with practical examples.

5 min read
TypeScriptTesting