How We Achieved 75% Faster Builds by Removing Barrel Files - Work Life by Atlassian
Learn how Atlassian achieved a 75% reduction in build times for the Jira frontend by removing JavaScript barrel files. This large-scale automated refactor not only delivered dramatically faster TypeScript highlighting, unit testing, and CI builds, but also improved code navigation, reliability, and developer productivity across thousands of packages and over 90,000 files.
Turn off all rules already supported by oxlint. Latest version: 1.60.0, last published: 4 days ago. Start using eslint-plugin-oxlint in your project by running `npm i eslint-plugin-oxlint`. There are 38 other projects in the npm registry using eslint-plugin-oxlint.
cloudflare/artifact-fs: ArtifactFS is a filesystem driver designed to mount large git repos as quickly as possible, hydrating file contents on-the-fly instead of blocking on the initial clone. It's ideal for agents, sandboxes, containers and other use-cases where startup time is critical.
ArtifactFS is a filesystem driver designed to mount large git repos as quickly as possible, hydrating file contents on-the-fly instead of blocking on the initial clone. It's ideal for agents, s...
Give your agents, developers, and automations a home for code and data. We’ve just launched Artifacts: Git-compatible versioned storage built for agents. Create tens of millions of repos, fork from any remote, and hand off a URL to any Git client.
The updated Codex app for macOS and Windows adds computer use, in-app browsing, image generation, memory, and plugins to accelerate developer workflows.
Cal.com Goes Closed Source: Why AI Security Is Forcing Our Decision | Cal.com - Scheduling Software for Online Bookings
Cal.com goes closed source after 5 years. Here’s why rising AI-driven security risks and vulnerability discovery are forcing us to protect customer data.
Manage agent skills with GitHub CLI - GitHub Changelog
Agent skills are reshaping how developers work with AI coding agents. Today we’re launching gh skill, a new command in the GitHub CLI that makes it easy to discover, install,…
Next.js use cache: remote: A Distributed Cache in One Line
Introduction
I discovered this while digging through the Vercel docs and the Next.js cache components skill. I was trying to understand how caching actually works when you deploy to Vercel. What I fou
What We Learned Building a Rust Runtime for TypeScript – Encore Blog
Encore built a custom Rust runtime to power TypeScript backend applications. 67K lines of Rust handling the full HTTP request lifecycle, database querying, pub/sub, tracing, and connecting to Node.js via NAPI. Here's what we learned.
awslabs/iam-policy-autopilot: IAM Policy Autopilot is an open source static code analysis tool that helps you quickly create baseline AWS IAM policies that you can refine as your application evolves. This tool is available as a command-line utility and MCP server for use within AI coding assistants for quickly building IAM policies.
IAM Policy Autopilot is an open source static code analysis tool that helps you quickly create baseline AWS IAM policies that you can refine as your application evolves. This tool is available as a...
Making Our Frontend Unit Tests Much Faster with @swc/jest · Small Improvements Tech Blog
We were annoyed with the slow performance of our frontend unit tests, so we made them much faster! It turned out that swapping out the test runner is an easy and efficient way to keep the migration effort low, while reaping the benefits of much faster execution times.