360SOFTY

Insights

Engineering Insights

Practical writing on software architecture, SaaS products, AI automation, legacy modernisation, and the business of building reliable systems.

RSS

Curated links from external sources — not 360Softy original articles.

ExternalSoftware Engineering
DEV Community

zapier/marketplace fresh off the press!

Your AI coding agent shouldn’t stop at writing code. If you’re using Claude Code, GitHub Copilot CLI, or OpenAI Codex, you’ve probably hit this: Your agent writes great code… until you ask it to update Notion, read Google Docs, or send a Slack message. Then you’re back to copy-pasting between apps. We built the Zapier Marketplace to fix that. Install it in one command: claude plugin marketplace add zapier/marketplace Then install the plugins you need: claude plugin install notion@zapier Now yo

zapieraiagentskills
DEV CommunityRead original
ExternalSoftware Engineering
DEV Community

Made a small set of Playwright skills for myself and coding agents. Figured I'd share!

Made a small set of Playwright skills for myself so my coding agent stops writing tests I'd reject in review. Basically agents left unguided default to stuff like: await page.click('.btn-login-submit'); await page.waitForTimeout(2000); Skill nudges it toward: await page.getByRole('button', { name: 'Log in' }).click(); await expect(page.getByRole('heading', { name: /welcome/i })).toBeVisible(); 4 narrow skills — core authoring, auth state, network mocking, debugging flaky tests. Install via np

aimcpplaywright
DEV CommunityRead original
ExternalAI
NVIDIA Technical Blog

Build a Multi-Camera 3D Tracking Application with NVIDIA DeepStream 9.1 Skills

Developers building video analytics applications across large spaces must track the same object as it moves between camera views. Single-camera 2D tracking... Developers building video analytics applications across large spaces must track the same object as it moves between camera views. Single-camera 2D tracking lacks reliable depth information and typically loses track of the object when it leaves the frame, limiting applications such as warehouse safety, retail analytics, and smart-building m

NVIDIA Technical BlogRead original
ExternalSoftware Engineering
DEV Community

Why I picked Astro over Next.js for my site

I've just launched my first personal site. I almost built it in Next.js anyway. Not from habit - I just knew Next.js by reputation. Huge community, shadcn/ui ecosystem, every tutorial assumes it. It's the gravitational default for anything frontend. I stopped myself, thought about what I actually needed, and picked Astro instead. Writing this down so future-me doesn't skip that step next time. This site is a markdown renderer with opinions. Five pages, zero forms, no auth, no database, no mutati

frontendnextjssideprojects
DEV CommunityRead original
ExternalCloud
AWS Compute Blog

New: Enhanced AssetState dimension for AWS Outposts capacity metrics on Amazon CloudWatch

Today, we are releasing an expanded format of our Amazon CloudWatch dimensions for AWS Outposts capacity metrics. The existing CloudWatch metrics, AvailableInstanceType_Count, UsedInstanceType_Count, InstanceTypeCapacityAvailability, and InstanceTypeCapacityUtilization for Outposts, can now be grouped using the new AssetState dimension with values: Active, Isolated, or Retiring. In this post, we describe what’s changing and how you can use […]

Amazon CloudWatchAWS Outposts
AWS Compute BlogRead original

Work with 360Softy

Building a SaaS product, AI system, or business platform?

Book a free consultation and we will tell you honestly whether we can help.