LinkedIn Feed Filtering in 2026: Which Tool Actually Works (and How to Fix It When LinkedIn Breaks It)

What This Setup Does and Whether It’s Still Working ## What This Setup Does and Whether It’s Still Working **Skip the context?** The filter pack is in [this GitHub gist](#) — copy-paste ready, no setup explanation needed. — Running this for a few weeks, my rough estimate is that visible posts per scroll drop from … Read more

I Built a Browser-Based 3D Modeling Tool in 3 Months — Here’s Every Decision I’d Make Differently

The Problem That Started This The requirement landed in a Notion doc three weeks before sprint planning: customers needed to configure custom parts — think L-shaped brackets, enclosures with variable wall thickness, mounting plates with parametric hole patterns — directly inside our SaaS dashboard. No file uploads, no “download and open in Blender”, no installer … Read more

Durable Functions Orchestrators, Activities, and Entities: Which Form Do You Actually Need?

What This Article Covers (and What It Doesn’t) ## What This Article Covers (and What It Doesn’t) This article walks through all three Durable Functions forms — orchestrators, activities, and entities — with working TypeScript code using the **v3 SDK async/await syntax**. No generator functions. No `yield`-based patterns from the legacy SDK. If you’re on … Read more