I built Workflow Automation Platform (only vibe code it) - Looking for Feedback
Overview I just shipped ynode – an open‑source visual workflow automation platform. Think n8n, but lighter and more hackable. What it does - Visual node‑based...
Overview I just shipped ynode – an open‑source visual workflow automation platform. Think n8n, but lighter and more hackable. What it does - Visual node‑based...
ChunkHound’s goal is simple: local-first codebase intelligence that helps you pull deep, core-dev-level insights on demand, generate always-up-to-date docs, and...
Monorepos with Nest.js Monorepos are becoming the default choice for backend teams that manage more than one service or shared library. Nest.js works very well...
UV Workspaces – A Quick Overview UV workspaces are a super‑tool when developing interconnected Python packages, especially in mono‑repo setups. If you have a p...
!Cover image for Beyond npm audit: Implementing Automated Dependency Governance locallyhttps://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravi...
Your CI is slow. Your pre‑commit hooks timeout. Developers disable linting to ship faster. The culprit? eslint-plugin-import. Problem ┌─────────────────────────...
Background In my monorepo project pawHaven, the frontend and backend are not completely isolated. They naturally share a portion of code, including: - Constant...
The Evolving Challenge of Code Structure The repository structure that works for a two‑person startup almost never works for a fifty‑person engineering team. W...
GitHub Actions workflow pages now successfully render workflows with more than 300 jobs. We’ve implemented lazy loading to smoothly handle large workflows. In a...
Bazel: The build engine at the core At the center sits Bazel itself: an open‑source build and test tool originally open‑sourced by Google’s Blaze team. - Reads...
In the past few months, the HashiCorp Terraform engineering team continuously improved on our features to help platform teams scale infrastructure operations ef...
Introduction When organizing a project using npm workspaces, the typical structure consists of a single root package that orchestrates multiple local packages...