Karya Semi
HomeBlogSearchCategoriesAboutContact
Karya Semi

Less noise. More notes.

HomeBlogAboutContactPrivacy PolicyDisclaimer

© 2026 Karya Semi. All rights reserved.

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

Tag

Functions

Every published article tagged with Functions.
Illustration for Edge Functions vs Serverless Functions: When Each One Actually Wins
Web Development/Jun 30, 2026

Edge Functions vs Serverless Functions: When Each One Actually Wins

Edge functions and serverless functions look similar from the outside. They behave very differently under load, and choosing the wrong one is the most expensive mistake in modern web infra.

6 min read
Web DevelopmentServerless
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