Archive
1046 posts · Page 54 of 88. ← Blog
Marketing to developers is a special case with its own rules, because developers are the audience most hostile to traditional marketing and most capable of ignoring it. They block ads, skip the sales pitch, distrust claims, and ask other developers instead. Yet developer-focused products get adopted constantly — through a completely different playbook built on substance, authenticity, and respect. If your product's buyers or users are engineers (and if you're reading this, they might be), developer marketing is the discipline that actually works on them.
Marketing to developers is a special case with its own rules, because developers are the audience most hostile to traditional marketing and most capable of ignoring it. Yet developer products get adopted constantly — through a completely different playbook built on substance, authenticity, and respect.
How Go recovers a concrete type from an interface value, why the comma-ok form exists, and the two-word memory layout that explains the single most surprising bug in the language — the non-nil interface holding a nil pointer.
How Go recovers a concrete type from an interface value, why the comma-ok form exists, and the two-word memory layout that explains the single most surprising bug in the language — the non-nil interface...
How a rating engine turns raw usage and transactions into charges — and why the hard part is making that transformation deterministic, replayable, and idempotent.
How a rating engine turns usage/transactions into charges via pricing plans, tiers, and promos, then produces invoices and fee postings.
Modeling post-delinquency treatment paths — reminders, restructuring, settlement offers, and the charge-off handoff — as a state machine you can reason about.
Model post-delinquency treatment paths: reminders, restructuring, settlement offers, and charge-off/agency handoff.
A document and liveness pipeline that emits a graded pass, refer, or fail instead of a coin-flip yes/no.
Build a document + liveness/biometric identity-verification pipeline that returns a graded decision.
Turn AML alerts into investigated cases and filed SAR/STR reports, complementing rule-based monitoring.
Turn AML alerts into investigated cases and filed SAR/STR reports, complementing rule-based monitoring.
How ADK turns "did the agent behave correctly?" into a number you can gate a merge on.
Measuring agent quality: eval sets, scoring both the trajectory (right tools, right order) and the final response, criteria configs, and the adk eval CLI — a Python-first workflow today.
How WithTelemetry instruments a whole workflow with OpenTelemetry spans, then agentworkflow.NewAgent wraps the graph so it behaves like one agent.
WithTelemetry instruments a French-to-English workflow with OpenTelemetry spans, then agentworkflow.NewAgent wraps the graph so RunText drives the whole pipeline.
A Session threads history into each run; a ContextProvider carries memory across sessions — and because a Session is JSON, both survive a process restart.
A Session threads history into each run and a ContextProvider carries memory across sessions. Because a Session is JSON, both survive a process restart.
Content and brand build awareness and trust over time, but at some point marketing has to do something more direct: actively create interest and move people toward becoming customers. That's demand generation — the engine that fills the pipeline and converts attention into customers. It's the most measurable part of marketing, which makes it beloved by analytical teams, and also the part where a narrow focus on measurable tactics can quietly undermine the brand and long-term demand that make it work.
At some point marketing has to do something direct: actively create interest and move people toward becoming customers. That's demand generation — the engine that fills the pipeline. It's the most measurable part of marketing, which makes it beloved by analytical teams, and also where a narrow focus on measurable tactics can undermine the brand that makes it work.
How Go turns "what a value can do" into a first-class type — with implicit satisfaction, small contracts, the consumer-defined-interface rule, and the typed-nil trap that catches everyone once.
How Go turns "what a value can do" into a first-class type — with implicit satisfaction, small contracts, the consumer-defined-interface rule, and the typed-nil trap that catches everyone once.
Why tax lots, not positions, are the real unit of a brokerage ledger — and how to make disposal deterministic.
Tracking tax lots across buys/sells for securities and crypto, FIFO/LIFO/specific-identification, wash sales, and realized/unrealized gain.