is-kit Reached 50 Stars ⭐ Here’s How We Use It in Production
is-kit이 50개의 별을 달성했으며, 이를 실제 운영에서 어떻게 사용하는지 설명합니다.
is-kit has reached 50 stars, and here’s how we use it in production.
AI가 선별한 아티클
is-kit이 50개의 별을 달성했으며, 이를 실제 운영에서 어떻게 사용하는지 설명합니다.
is-kit has reached 50 stars, and here’s how we use it in production.
토스의 모노리포가 100명 이상의 엔지니어와 함께 효율적으로 관리되는 사례를 다룹니다.
The article discusses how Toss's monorepo is efficiently managed with over 100 engineers.
구글이 Angular v22를 발표하며 안정적인 Signal Forms 및 개선된 도구를 추가했습니다.
Google has released Angular v22, featuring stable Signal Forms and improved tooling.
TypeScript 7이 네이티브로 전환되었으며, 이에 대한 오해가 존재한다.
TypeScript 7 has gone native, but there are misconceptions.
Microsoft는 TypeScript 7.0을 출시하며 빌드 속도를 10배 향상시켰습니다.
Microsoft has released TypeScript 7.0, improving build speeds by 10x.
satteri는 JavaScript 생태계를 위한 고성능 Markdown 및 MDX 처리기이다.
satteri is a high-performance Markdown and MDX processor for the JavaScript ecosystem.
실시간으로 UI를 재작성하는 채팅 앱 구축 경험을 공유합니다.
A chat app that rewrites its UI in real time is shared.
Vercel의 scriptc는 JavaScript 엔진 없이 네이티브 TypeScript 컴파일러입니다.
Vercel's scriptc is a native TypeScript compiler without a JavaScript engine.
Vercel의 Scriptc는 JavaScript 엔진 없이 TypeScript를 네이티브 코드로 컴파일합니다.
Scriptc by Vercel compiles TypeScript to native code without a JavaScript engine.
PHP와 TypeScript의 조합 가능성을 탐구한 기사입니다.
The article explores the possibility of combining PHP and TypeScript.
에러 재처리에 대한 문제와 해결책을 제시하는 글입니다.
The article addresses issues with rethrowing errors and how `Error.cause` resolves them.
구글이 TypeScript와 Go용 Genkit Agents API를 공개했습니다.
Google released the Genkit Agents API in preview for TypeScript and Go.
Ant는 경량 JavaScript 런타임으로, 빠른 시작 속도와 소형 바이너리를 특징으로 합니다.
Ant is a lightweight JavaScript runtime featuring fast start-up speeds and a small binary size.
TypeScript 7이 릴리스되어 마이그레이션 자동화 도구가 발표되었습니다.
TypeScript 7 has been released, along with a migration automation tool.
TypeScript 7.0이 Go 기반으로 성능을 대폭 향상시켜 릴리스됨.
TypeScript 7.0 released with significant performance improvements based on Go.
TypeScript 7.0의 출시를 발표하며 속도가 10배 빨라졌습니다.
Announcing the release of TypeScript 7.0, which is 10x faster.
TypeScript 7.0 RC 공개 소식과 다양한 프론트엔드 기술에 대한 정보.
Announcement of TypeScript 7.0 RC and various frontend technology updates.
구직자의 채용 과정에서의 불일치와 피드백 비대칭 문제를 다룸.
Critiques the discrepancies and feedback asymmetries in hiring processes faced by job seekers.
ActivityPub 구현의 어려움과 Fedify의 장점 설명.
Explains the challenges of implementing ActivityPub and the benefits of using Fedify.
소프트웨어에서의 fail-open과 fail-closed 결정이 보안에 미치는 영향을 설명합니다.
The article explains the impact of fail-open and fail-closed decisions in software security.
Qwen Cloud에서 6명의 AI 에이전트로 구성된 채용 시스템을 28일 이내에 구축한 과정을 설명합니다.
This article describes building a recruitment system with 6 AI agents on Qwen Cloud in less than 28 days.
Whisper와 GPT를 이용해 오디오에서 자동으로 챕터를 생성하는 방법을 소개합니다.
This article introduces a method to automatically generate chapters from audio using Whisper and GPT.
webernetes는 Kubernetes를 브라우저에서 실행할 수 있게 하는 프로젝트입니다.
webernetes is a project that runs Kubernetes in the browser.
TypeScript의 타입 검증 방식을 비판하며 파서의 중요성을 강조하는 글입니다.
The article criticizes TypeScript's type validation approach and emphasizes the importance of parsers.
대시보드에 비동기작업 대신 동기작업으로 드래프트 생성 기능을 추가하는 방법에 대해 설명합니다.
The article discusses adding a draft generation feature via synchronous API instead of async.
TS 컴파일러로 만든 코드 그래프를 활용해 코딩 에이전트의 토큰 소모를 10배 줄일 수 있다.
The code graph created by the TS compiler reduces token consumption of coding agents by tenfold.
효율적인 AI 에이전트를 위한 5가지 도구 호출 패턴 소개
Introduction to 5 tool-calling patterns for efficient AI agents.
애플리케이션의 세 가지 주요 구성 요소인 컨트롤러, 서비스, 레포지토리의 분리를 설명하는 글입니다.
The article explains the separation of three main components: controller, service, and repository in backend applications.
코드 스멜을 인식하고 리팩토링할 때 테스트가 필수적임을 강조합니다.
Highlights the importance of tests when detecting code smells and refactoring.
함수는 추상화 수준에 따라 나눠야지, 단순히 줄 수로 판단해서는 안 된다.
Functions should be divided by abstraction level, not just by line count.