Tag: #workflow
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 17 posts
Does Running Five Agents Really Make You Five Times Faster — The Bottleneck in Parallel Work Is Not Generation
Purpose-built environments for running several coding agents at once are multiplying. Orca is one of them, and it pitches spraying a single prompt at several agents, isolating each in its own git worktree, then comparing
2026-08-09 · 9 min read #developer-tools#git#worktree#code-review#workflowgit merge vs rebase — what to use when, and why a shared branch is never rebased
The difference between merge and rebase is best read in commit hashes, not in diagrams. Rebase is not a command that moves commits, it is a command that builds new commits with a different parent, and that single fact ab
2026-07-26 · 12 min read #git#rebase#merge#version-control#workflowGetting Started with 3D Modeling — From Polygons to Your First Piece
Starting from the most fundamental concepts of 3D modeling — vertices, edges, faces, polygons, and meshes — this guide compares the major modeling approaches including box modeling, sculpting, and procedural modeling. It
2026-06-27 · 17 min read #3d-modeling#blender#polygon#topology#workflowTrust the System, Not Yourself — The Secret to Not Making Mistakes
Human memory and willpower are far more fragile than we like to admit. What prevents mistakes is not stronger willpower but a well-designed system. This is about building structures of checklists, automation, and externa
2026-06-17 · 23 min read #system#checklist#automation#productivity#mindsetWork That Pours In Rather Than Gets Planned — How to Handle Adhoc Work
How to work when interrupts arrive more often than planned tasks. Triage, funneling intake, batching and protecting focus time, the trap of urgency, managing expectations, automating and documenting recurring work, and p
2026-06-16 · 14 min read #career#productivity#workflow#focus#mindsetMaster Excel Shortcuts — Leave the Mouse Behind
A category-by-category guide to the shortcuts that determine your Excel speed. With both Windows and Mac keys listed, plus practical workflow combos, mistake-reducing habits, and a practice routine, you can cut your reli
2026-06-15 · 12 min read #excel#productivity#shortcuts#keyboard#officeInvestment Banking Systems Architecture — From Deal Pipeline to Syndication
A systems-eye dissection of the investment banking domain. We cover deal pipelines, conflict checks, the technical implementation of Chinese walls, bookbuilding and allocation logic, syndicated loan administration, and M
2026-06-13 · 20 min read #investment-banking#capital-markets#system-design#compliance#workflowZapier vs n8n vs Make vs Activepieces vs Pipedream vs Workato vs Tines vs Power Automate 2026 — The No-Code/Low-Code Automation Deep Dive
A May 2026 comparison of Zapier, n8n, Make (Integromat), Activepieces, Pipedream, Workato, Tray.io, Tines, Huginn, IFTTT, and Microsoft Power Automate. Triggers and actions, polling vs webhooks, retry and idempotency, co
2026-05-16 · 19 min read #automation#zapier#n8n#make#activepiecesWorkflow Engines in 2026 — Temporal, Inngest, Trigger.dev, Hatchet, Restate, DBOS, Airflow Deep Dive (Mapping the Durable Execution Era)
The AI-agent era has dragged workflow engines back into tier-1 infrastructure for every backend team. Temporal Cloud — founded by the people who built Uber Cadence — is the de facto standard, Inngest and Trigger.dev v3 a
2026-05-15 · 24 min read #workflow#durable-execution#temporal#inngest#trigger-devDurable Execution Engines in 2026 — A Deep Dive Comparison of Temporal, Restate, Inngest, Trigger.dev, DBOS: Escaping Cron and Retry Hell
Stop writing long-running workflows with cron, queues, and if-else. The answer in 2026 is Durable Execution. This deep dive compares Temporal, Restate, Inngest, Trigger.dev, and DBOS — plus AWS Step Functions, Cadence, a
2026-05-14 · 26 min read #durable-execution#temporal#restate#inngest#trigger-devGit Mastery Guide — From Basics to rebase, cherry-pick, bisect, and worktree
Everything about Git — from its internal architecture to advanced commands (rebase, cherry-pick, bisect, worktree), branching strategies, PR reviews, and monorepo management.
2026-04-12 · 15 min read #devops#git#version-control#github#branchingn8n, Dify, and Mermaid Complete Guide -- AI Agent and Diagram Automation
Build AI agent workflows with n8n, create LLM apps with Dify, and draw diagrams as code with Mermaid. A detailed hands-on guide.
2026-04-10 · 9 min read #ai#n8n#dify#mermaid#automationGit Mastery: Advanced Workflows Every Developer Needs — From Junior to Senior
From git rebase -i, cherry-pick, bisect, and worktree to trunk-based development, conventional commits, and GitHub Actions CI/CD — the complete guide to wielding Git like a senior engineer. Includes 20 real-world scenari
2026-03-22 · 23 min read #git#github#version-control#workflow#branchingAI Agent Multi-Agent Orchestration Patterns: A Practical Guide to Hierarchical, Pipeline, and Swarm Architectures
From single agents to multi-agent collaboration — design principles for hierarchical, pipeline, and swarm patterns with hands-on implementations using LangGraph, CrewAI, and AutoGen.
2026-03-14 · 25 min read #ai-platform#ai-agent#multi-agent#orchestration#workflowGitHub Actions Advanced CI/CD Workflows — Matrix Builds, Reusable Workflows, Self-hosted Runners
A comprehensive guide to advanced GitHub Actions CI/CD workflows including matrix builds, reusable workflows, self-hosted runner configuration, caching strategies, and secret management with practical examples.
2026-03-09 · 18 min read #devops#github-actions#ci-cd#workflow#2026-03LangGraph Agent Workflow Practical Guide: From Multi-Agent Orchestration to Production Deployment
Build stateful AI agent workflows with LangGraph. Covers StateGraph, conditional routing, multi-agent orchestration, Human-in-the-Loop, and LangGraph Platform deployment — all with production-ready code.
2026-03-02 · 6 min read #langgraph#langchain#ai-agent#workflow#multi-agentThe Joy of Never Touching the Mouse: 5 Key Strategies to Maximize Terminal Productivity
Seamless navigation with vim-tmux-navigator, intuitive panel splitting, ultra-fast feedback loops with Vimux, system clipboard synchronization, and Dotfiles management — a comprehensive guide to 5 key strategies for maxi
2026-03-01 · 38 min read #vim#tmux#terminal#productivity#neovim