Back to Blog

Posts tagged with #Full-Stack

20 posts

AIAPIAutomationBackendCSSCachingDatabaseDesktop DevelopmentDistributed SystemsFrontendFull-StackKubernetesMonorepoNext.jsObservabilityPerformanceReactReact NativeRustSecuritySoftware DesignTestingToolingTurbopackTypeScriptUIWeb DevelopmentWebAssembly
ElectricSQL: When Your Database Needs to Live on the Edge, Offline-First
8 min readAug 14, 2026

ElectricSQL: When Your Database Needs to Live on the Edge, Offline-First

Building a truly offline-first application that feels instant, even with complex data, is a monumental task. ElectricSQL promises to make this a reality by extending your Postgres database directly to the client, keeping everything in sync and highly available.

DatabaseFull-StackDistributed Systems
Read blog post
When Your API Contract Becomes Your Type System
6 min readAug 11, 2026

When Your API Contract Becomes Your Type System

Schema validation is often an afterthought, bolted on at the edge of your application. But what if your validation library could deeply integrate with TypeScript, generating types directly from your schemas? Zod changes the game by making your runtime validation the source of truth for your static t

TypeScriptAPISoftware Design
Read blog post
When Your Database Needs a Type-Safe, Object-Oriented Interface
8 min readAug 9, 2026

When Your Database Needs a Type-Safe, Object-Oriented Interface

Working with raw SQL or query builders in TypeScript projects often feels like a constant battle against type mismatches and runtime errors. TypeORM offers a robust solution, providing a type-safe, object-oriented way to interact with your database, bridging the gap between your application's domain

BackendDatabaseTypeScript
Read blog post
When Your Observability Stack Becomes a Partner, Not Just a Dashboard
7 min readAug 7, 2026

When Your Observability Stack Becomes a Partner, Not Just a Dashboard

We've all been there: a production incident hits, and you're jumping between logging tools, metric dashboards, and distributed tracing UIs, trying to piece together what went wrong. Each tool has its own language, its own query syntax, and its own set of blind spots. It's an exhausting exercise in c

ObservabilityFull-StackTooling
Read blog post
When Your UI Needs to Walk, Not Just Render: Appium for Full-Stack Automation
8 min readAug 6, 2026

When Your UI Needs to Walk, Not Just Render: Appium for Full-Stack Automation

We often talk about testing our UIs, but what about automating them for tasks beyond testing? Appium, often associated with mobile test automation, is a powerful engine for scripting any UI, not just for quality assurance.

AutomationToolingFull-Stack
Read blog post
Beyond the Feature Flag: When Your Logic Becomes Infrastructure
8 min readAug 1, 2026

Beyond the Feature Flag: When Your Logic Becomes Infrastructure

We often start with simple feature flags. But what happens when that 'simple' pricing logic or rule engine grows, becoming intertwined with every aspect of your application? Treating core business logic as a mere feature leads to brittle systems and endless headaches. It's time to elevate it to infr

Software DesignFull-StackAPI
Read blog post
Nango: When Integrations Become Your Product's Superpower
8 min readJul 30, 2026

Nango: When Integrations Become Your Product's Superpower

Building product integrations used to be a never-ending saga of auth flows, API quirks, and constant maintenance. Nango promises to turn this headache into a strategic advantage, abstracting away the pain of connecting to third-party services.

APIFull-StackAutomation
Read blog post
n8n: Beyond Zapier, Workflow Automation That Actually Runs How You Want It
9 min readJul 24, 2026

n8n: Beyond Zapier, Workflow Automation That Actually Runs How You Want It

We've all used tools like Zapier or IFTTT to glue services together. They're great for simple tasks, but as soon as you need something a bit more complex – custom logic, self-hosting, or deeper integration – you hit a wall. That's where n8n comes in, offering a powerful, open-source alternative for

AutomationToolingFull-Stack
Read blog post
WordPress Playground: When Your CMS Needs to Live Entirely in the Browser
10 min readJul 20, 2026

WordPress Playground: When Your CMS Needs to Live Entirely in the Browser

WordPress in the browser? With WebAssembly PHP, it's not just a demo, it's a game-changer for development, demos, and even local content editing without a server setup.

Web DevelopmentWebAssemblyTooling
Read blog post
Directus: When a Headless CMS Becomes Your Entire Backend
8 min readJul 16, 2026

Directus: When a Headless CMS Becomes Your Entire Backend

We often think of headless CMS platforms as just content repositories. But what if one could handle your data, authentication, file storage, and even custom business logic, becoming a true backend replacement? Directus offers a compelling vision for this.

BackendFull-StackSoftware Design
Read blog post
OpenTelemetry Demo: When Logs, Traces, and Metrics Finally Click
8 min readJul 10, 2026

OpenTelemetry Demo: When Logs, Traces, and Metrics Finally Click

We've all heard the buzzwords: logs, traces, metrics. OpenTelemetry. But how do they actually come together to tell a coherent story about your application's behavior? The OpenTelemetry Demo is a fantastic, living example of a microservice architecture instrumented end-to-end, showing you exactly ho

ObservabilityDistributed SystemsBackend
Read blog post
Escaping SaaS Lock-in: Automating Workflows with self-hosted `automatisch`
8 min readJul 4, 2026

Escaping SaaS Lock-in: Automating Workflows with self-hosted `automatisch`

I've used my fair share of SaaS workflow automation tools, and they're great until the costs skyrocket or a niche integration is missing. automatish offers a refreshing, self-hosted alternative.

AutomationFull-StackTooling
Read blog post
Yjs: Collaborative Editing Beyond the Framework
9 min readJul 2, 2026

Yjs: Collaborative Editing Beyond the Framework

Building real-time collaborative features is notoriously complex, often leading to bespoke, brittle solutions. Yjs offers a robust, framework-agnostic approach to shared data types, making it simpler to add collaborative editing to any application.

Software DesignFull-StackTooling
Read blog post
Garden.io: The Kubernetes Developer Experience I've Been Waiting For
6 min readJun 29, 2026

Garden.io: The Kubernetes Developer Experience I've Been Waiting For

Kubernetes is powerful, but its local development story has always been a mess. Garden.io promises to fix that by streamlining builds, deployments, and testing into a unified workflow, making K8s development feel less like a chore.

ToolingFull-StackAutomation
Read blog post
Silverbullet: The Personal Knowledge Base That Actually Adapts to You
7 min readJun 25, 2026

Silverbullet: The Personal Knowledge Base That Actually Adapts to You

I've tried every flavor of note-taking app and personal wiki. They all promise flexibility, but usually deliver rigid structures that fight against how I actually think. Silverbullet is different. It's a Markdown-first personal knowledge management system that's designed to be extended, not just use

Software DesignWeb DevelopmentTooling
Read blog post
Automating the Mundane: Why I'm Looking Hard at n8n for Workflow Orchestration
9 min readJun 20, 2026

Automating the Mundane: Why I'm Looking Hard at n8n for Workflow Orchestration

Tired of writing bespoke scripts or glue code to connect services? n8n offers a compelling open-source alternative for workflow automation, merging visual development with custom code capabilities. I'm exploring how it helps tame the chaos of integrating diverse systems without falling into the vend

Full-StackToolingWeb Development
Read blog post
React Email: Ditching HTML Email's Dark Age for Modern Dev Practices
8 min readJun 16, 2026

React Email: Ditching HTML Email's Dark Age for Modern Dev Practices

Crafting HTML emails has always been a painful experience, stuck in a bygone era of table-based layouts and inline styles. React Email changes that, bringing modern component-based development and a great developer experience to a notoriously terrible part of our jobs.

FrontendWeb DevelopmentReact
Read blog post
Directus: Beyond the Headless CMS Hype
6 min readJun 12, 2026

Directus: Beyond the Headless CMS Hype

We've all wrestled with monolithic backends or cobbled together microservices for every little feature. Directus offers a fresh perspective, turning your existing database into a flexible backend, complete with a powerful admin panel and instant APIs, without forcing you into a specific data model o

BackendDatabaseFull-Stack
Read blog post
TanStack Start: Breaking Free from Framework Lock-in for the Data Layer
8 min readJun 9, 2026

TanStack Start: Breaking Free from Framework Lock-in for the Data Layer

We've all been there: choosing a framework, building our app, then realizing our data fetching and mutation logic is inextricably tied to it. TanStack Start offers a compelling vision for a framework-agnostic data layer, letting you swap UI frameworks without rewriting everything.

FrontendToolingPerformance
Read blog post
Why I'm Betting on Supabase for My Next Full-Stack Project
8 min readJun 7, 2026

Why I'm Betting on Supabase for My Next Full-Stack Project

I've been building full-stack applications for years, and the database layer has always been a point of friction. Supabase isn't just a database; it's a platform that genuinely changes how you approach backend development.

BackendDatabaseTooling
Read blog post
Available for projectsReady to make something fun 🎈

Ready to build the next system?Wanna build something awesome together?

Currently accepting high-impact opportunities in frontend engineering and scalable web applications.Got a cool idea rattling around? Let's grab a virtual coffee and turn it into something people love. ☕