Tagging
Try bookmarklet. Easy tagging.
Do you want to delete?
Do you want to modify?
  • LINKTAG
  • New
  • Tag
  • Comment
  • Tag, it
Sign in

it

it dev rhf form number

React Hook Form 사용법 완결판 - 고급편

React Hook Form 고급 사용 방법
wono | discuss |
it tech etc blog

사람 손으로 돌린 AI 스타트업, 파산으로 끝나다

TaPick #55 | 1. 'AI가 앱을 자동으로 만들어드립니다!' 화려한 홍보로 수천억 원 투자를 받았던 '빌더 AI'의 충격적 진실이 밝혀졌습니다. 마이크로소프트와 카타르 투자청까지 속인 이 유니콘 기업에는 정작 AI가 존재하지 않았습니다. 대신 인도에 고용된 700여 명의 개발자들이 몇 달 동안 수작업으로 앱을 만들며 AI 역할을 '연기'해왔다는 것입니다. 지난달 결국 파
wono | discuss |
it tech vibe ai

“느낌만으로 코딩한다”…바이브 코딩에 적합한 AI 도구 가이드

‘바이브 코딩(vibe coding)’은 직관에 따라 AI와 함께 코딩하는 방식이다. 도구, 웹사이트, 반복 작업을 자동화하는 스크립트에 대한 아이디어는 있지만, 코딩 부트캠프에 등록하거나 유튜브 강좌를 정주행할 시간이나 의지는 없는 사용자가, AI 챗봇에 자신의 아이디어를 설명하고 코드를 받아 사용하는 접근법이다.
wono | discuss |
it tech startup saas spendit

스팬딧 가입 방법이 궁금해요. (PC/모바일) | 스팬딧 헬프페이지

스팬딧 사용을 위한 기본 설정 가이드
wono | discuss |
it tech startup saas flex

인사관리 SaaS 플렉스 flex 사용 가이드

사용 가이드
wono | discuss |
it tech startup saas

한국 SaaS 스타트업 한눈에 모아보기

2023.08.18. | 한국에서 SaaS 산업은 글로벌 시장에 비해 성장세가 크지 않았습니다. 하지만 코로나19 이후 급속히 빨라진 DX 흐름과 함께 최근에는 분위기가 많이 바뀌었습니다. 유니콘 기업이 등장하는 등 한국 SaaS 시장이 커지고 있는데요. 스타트업얼라이언스가 한국 SaaS 스타트업을 한눈에 모아봤습니다. (2023년 8월 기준) 1. SaaS가 주력 서비스인 스타
wono | discuss |
it tech startup saas

구성원을 위한 시작 가이드 - 레몬베이스 사용 가이드 - 구성원을 위한 가이드

레몬베이스를 도입했다는데 어떻게 사용하는지 모르겠다면? 구성원을 위한 가이드를 참고해 보세요. 회원가입, 리뷰 작성, 목표 체크인, 1:1 미팅까지 모든 기능의 기본적인 사용법을 알려드려요.
wono | discuss |
it tech startup blog close

서비스 종료 넋두리

Software Developer, I love code.
wono | discuss |
it tech ai blog

인공지능 시대에도 개발자로 살아남기 | 요즘IT

인공지능 시대에 개발자로 살아남는다는 말은 무슨 말일까요?
wono | discuss |
it ops deploy

무중단 배포 아키텍처와 배포 전략 (Rolling, Blue/Green, Canary)

wono | discuss |
it dev nextjs aws ecs

nextjs 서비스 개발부터 운영까지

nextjs 서비스 개발부터 운영까지. GitHub Gist: instantly share code, notes, and snippets.
wono | discuss |
it dev nextjs aws ecs

💪도전! 프리티어로 AWS ECS 사용하기: Next.js 배포 자동화 구현하기 (feat. github actions)

전에 💪도전! 프리티어로 AWS ECS 사용하기: ECS 클러스터에 EC2 인스턴스 연결 + 간단 배포에서 AWS 콘솔에서 간단히 ECS 실습을 했었다.이제 github actions을 활용해서 진짜 최종 목표인 배포 자동화를 달아보자!바로 시작!!먼저 나는 프리티어
wono | discuss |
it dev nextjs ecs aws

AWS Amplify에서 ECS로: Next.js 서비스 배포와 Github Action을 통한 CI/CD 구축

AWS Amplify의 문제점을 맞닥뜨리고 해결해나간 과정을 공유합니다.
wono | discuss |
it dev shadcn table

Unexpected behavior on table horizontal scrolling · Issue #416 · shadcn-ui/ui

Hi @shadcn! Many thanks for this repo, amazing work 👏 Just noticed a strange behavior on the table component. When the content of the table is larger than the screen, a white space the size of the overflow is created. I have tried severa...
wono | discuss |
it dev kysely dummy

kysely dummy

Documentation for kysely
wono | discuss |
it dev kysely array

fn.agg doesn't type-check · Issue #1046 · kysely-org/kysely

The following query (playground Link): const result = await db.selectFrom('person') .select(({ fn }) => fn.agg<string[]>('array_agg', 'first_name').as('imageNames')) .execute() executes fine in PostgreSQL, but TypeScript complains on 'fi...
wono | discuss |
it dev shadcnui table

Data Table ignoring column size · Issue #2854 · shadcn-ui/ui

Hi. I want to set a fixed width on one of my Data Table columns, so I checked TanStack Table docs and found they have size property for the ColumnDef: https://tanstack.com/table/v8/docs/guide/column-sizing But I tried using it and it doe...
wono | discuss |
it dev react table expand

Expanding Guide | TanStack Table Docs

Examples Want to skip to the implementation? Check out these examples: API Expanding Feature Guide Expanding is a feature that allows you to show and hide additional rows of data related to a specific...
wono | discuss |
it dev shadcnui expand table

Expand and Collapse Table Rows | A shadcn/ui and v0 generation

This is a v0.dev and shadcn/ui generation for the prompt: Expand and Collapse Table Rows
wono | discuss |
it dev shadcnui expand table

Help expanding items in a table row · shadcn-ui/ui · Discussion #3589

Help expanding items in a table row
wono | discuss |
Next
© 2025. LINKTAG.ORG. Help Feedback Privacy Terms