Skip to content
ryspark /

Writing

Blog

Technical insights on software architecture, AI integration, cloud engineering, and the craft of building products people rely on.

ServiceNow CSM Data modeling

ServiceNow CSM Best Practices: Getting Account Hierarchy and Foundation Data Right

Account hierarchies, contacts, consumers, products, and entitlements decide what your CSM implementation can ever do. Here's how to model them so they don't box you in.

Sep 6, 2026 7 min read
Read more
ServiceNow CSM ITSM

ServiceNow CSM Best Practices: Case Tasks, Incidents, and Downstream Records

When work leaves the case — case tasks, incidents, problems, and changes. How to pick the right downstream record and keep state synchronisation from becoming a second job.

Sep 6, 2026 7 min read
Read more
ServiceNow CSM Process design

ServiceNow CSM Best Practices: Case Types, Escalation, and Closure

How to design a case taxonomy agents will actually use, an escalation path that means something, and a closure process that survives contact with SLA reporting.

Sep 6, 2026 7 min read
Read more
ServiceNow CSM Advanced Work Assignment

ServiceNow CSM: How Advanced Work Assignment Actually Routes Interactions to Cases

A practical walkthrough of service channels, queues, skills, and capacity in ServiceNow Advanced Work Assignment — and how routed interactions become well-formed cases.

Sep 6, 2026 9 min read
Read more
ServiceNow Architecture Platform

ServiceNow: Where Should the Logic Actually Live?

Business rules, script includes, Flow Designer, UI policies — the decision framework that keeps an instance debuggable, plus the cascade anti-pattern that makes long-lived instances impossible to reason about.

Sep 6, 2026 7 min read
Read more
ServiceNow Performance Platform

What Actually Makes a ServiceNow Instance Slow

It's almost never the infrastructure. Queries in loops, unindexed conditions, ACL evaluation per row, and journal tables nobody archives — a diagnostic order of operations.

Sep 6, 2026 6 min read
Read more
Web development Business strategy Product design

Website Builder or Custom Code? An Honest Guide for Growing Businesses

Squarespace, Webflow, and WordPress are the right answer for a lot of businesses — and the wrong answer for others. Here's how to tell the difference, with real client examples.

May 6, 2026 7 min read
Read more
Frontend SEO Cloud Services

The Cost of Monolithic JavaScript: When to Switch from React to Astro for Marketing Sites

Analyze the trade-offs between heavy client-side hydration for internal apps versus Astro's zero-JS approach for external-facing web development agency deliverables.

Apr 27, 2026 7 min read
Read more
ServiceNow development Startup engineering

Decoupling ServiceNow Logic: When to Build Custom React Portals vs. Native Widgets

Avoid the AngularJS trap; architect a modern hybrid stack where complex logic runs in custom React components while leveraging ServiceNow's native widget ecosystem.

Apr 27, 2026 7 min read
Read more
Frontend web development Full stack software engineering

Remix/React-Router vs. Next.js: Choosing the Right Rendering Strategy for Full-Stack Apps

Stop forcing JavaScript into every page load; select a framework based on whether your site is data-driven or marketing-focused to optimize cloud costs.

Apr 23, 2026 8 min read
Read more
Cloud architecture Database selection

Database Abstraction Layers: Protecting Your TypeScript Stack from Vendor Lock-In in Cloud Services

How to design data access layers that allow you to swap SQL providers or vector stores without rewriting your core business logic.

Apr 23, 2026 7 min read
Read more
ServiceNow Service Portal AngularJS

A Beginner's Guide to ServiceNow's Service Portal Widgets

A practical intro to building ServiceNow Service Portal widgets using HTML, CSS, and AngularJS — covering directives, filters, and client-server communication.

Apr 29, 2021 5 min read
Read more