Karya Semi
HomeBlogSearchCategoriesAboutContact
Karya Semi

Less noise. More notes.

HomeBlogAboutContactPrivacy PolicyDisclaimer

© 2026 Karya Semi. All rights reserved.

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

Tag

Software

Every published article tagged with Software.
Illustration for Designing Resilient Pydantic v2 Schemas: Advanced Validation, Custom Serialization, and Error Handling
Programming/Jul 30, 2026

Designing Resilient Pydantic v2 Schemas: Advanced Validation, Custom Serialization, and Error Handling

Learn how to use Pydantic v2's modern validation engine, model configuration, and custom serializers to build bulletproof data schemas in Python applications.

7 min read
ProgrammingBest Practices
Illustration for Local-First Apps Explained: Why Sync Is the Hard Part
Technology/Jun 29, 2026

Local-First Apps Explained: Why Sync Is the Hard Part

Local-first apps feel fast and private because data starts on your device. The hard part is sync, conflicts, backups, and trust.

5 min read
Local-FirstSync