Browsing Tag
devtools
12 posts
nylas init — Guided setup wizard for first-time Nylas CLI users
First time with the Nylas CLI? nylas init is where everything starts. The nylas init command walks you…
5 Markdown Files That Tame Non-Deterministic AI in Your Engineering Org
Your AI Coding Agent Has No Memory. These 5 Files Fix That. Picture this: two developers on the…
Your Claude Code Settings Will Die With Your Machine
I’ve been using Claude Code heavily for a few months. Skills, custom rules, MCP configs, memories across a…
I rewrote my Cursor linter into a full diagnostic tool (and added auto-fix)
cursor-lint started as a thing I built because my own .mdc rules kept silently breaking. Missing frontmatter, bad…
Building a Fully Automated SonarCloud Pipeline Using Claude’s MCP
Day X of solving real-world problems with Claude Code I wanted SonarCloud code quality reports without constantly switching…
Why I Built a Desktop Email Automation Tool Instead of Another SaaS
As developers, we default to SaaS. Cloud, dashboards, subscriptions. But not every problem benefits from being cloud-first. Email…
Buildstash joins Techstars NYC
We’re thrilled to announce we’re joining the Techstars NYC program for Fall 2024. Techstars’ backing marks a significant…
How to view server logs in real-time in VS Code
Ever wondered how to view log files in real time without downloading them? I recently needed it, as…
The Road to Enhanced Flutter Development Part 1
Introduction Flutter is an excellent open-source framework for building cross-platform applications in a single codebase, ensuring good performance.…
Managing Rolling Updates in AWS AutoScaling Groups with AWS CloudFormation Update Policy: Part 1
Synopsis: A stack update, sometimes, initiates the desired change; other times, it doesn’t. Wouldn’t it be nice to…