Skip to content
Sevak Girard
.
Domains
Work
About
Writing
Contact
Loading
Generative score
Sevak Girard
.
Domains
Work
About
Writing
Contact
Writing · Nº 04
Page 4 of 89
The writing
Engineering
Is Self-Hosting Reliable Enough for Production?
Is self-hosting reliable enough for production? Yes, if you do a few things right. Here is what actually drives uptime and why the managed premium is overrated.
Jun 28, 2026 · 4 min
Engineering
Move a VPS to a New Provider Without Downtime
How to migrate a self-hosted app from one VPS provider to another with zero downtime: build the new box in parallel, sync data, and cut over DNS cleanly.
Jun 27, 2026 · 4 min
AI
Make Thumbs Up and Down Feedback Actually Useful
A thumbs up/down on AI output is easy to add and usually useless. How to design user feedback that actually improves an AI-native product instead of collecting dead data.
Jun 27, 2026 · 4 min
Strategy
Do You Need a Penetration Test to Sell to Enterprise?
A penetration test report is often a faster, cheaper enterprise credential than SOC 2. Here is when you need a pentest to sell and what buyers actually want from it.
Jun 27, 2026 · 4 min
Strategy
Build Content Ops In-House or Outsource It?
Should you build content ops in-house or outsource it to an agency? A clear decision framework based on what content actually is to your business.
Jun 27, 2026 · 3 min
Engineering
Sound Is What Makes AI Video Feel Real
Silent AI video feels uncanny. Add the right ambience, effects, and music and the same clip reads as film. Why sound is the most underrated step in AI video.
Jun 26, 2026 · 4 min
Engineering
Scraping Personal Data: What Compliance Actually Requires
Public does not mean unregulated. Scraping personal data triggers GDPR and CCPA obligations even when the data is on a public page. Here is what compliance requires.
Jun 25, 2026 · 4 min
Engineering
Should Your App Emails Have a Real Reply-To?
A no-reply address on your app emails throws away your best support channel. Here is why a real reply-to beats no-reply and how to handle inbound replies.
Jun 25, 2026 · 4 min
Strategy
What Wrongful Death Cases Need That Auto Cases Don't
Wrongful death cases add heirs, estates, and probate to a PI file. Here is what wrongful death intake and case management need beyond a standard injury case.
Jun 24, 2026 · 4 min
Thesis
Who Is Accountable When Enterprise AI Gets It Wrong
Enterprise buyers will not deploy AI until they know who is accountable when it gets it wrong. Here is why naming the accountable human is what closes the deal.
Jun 24, 2026 · 4 min
Engineering
How to Schedule and Orchestrate Scraping Jobs
How to schedule and orchestrate scraping jobs at scale: decouple scheduling from execution, handle retries and dependencies, and keep long jobs resumable.
Jun 24, 2026 · 4 min
Engineering
One Reverse Proxy for Every App on the Box
How one reverse proxy routes every app on a self-hosted box, handling TLS, domains, and routing, so adding a new site is a config entry instead of new infrastructure.
Jun 24, 2026 · 4 min
←
Prev
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
Next
→