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 nextjs

Building APIs with Next.js

Learn about how to build APIs with Next.js.
wono | discuss |
it ops aws ecs eks

AWS ECS vs EKS의 차이, DevOps 엔지니어가 알려드립니다. I 이랜서 블로그

빠른 개발과 배포가 중요한 DevOps 환경, 그리고 안정적이고 효율적인 서비스 운영을 위해 많은 기업들이 컨테이너 기반 아키텍처인 ECS와 EKS를 활용해 차별화된 서비스를 구축하고 있습니다. AWS를 대표하는 이 두 컨테이너 서비스, ECS와 EKS의 차이점과 활용 방법을 지금 이랜서에서 확인해보세요.
wono | discuss |
it dev ai agent tavily

Tavily: LLM을 위한 최적화된 검색 API

시작하며 대규모 언어 모델(Large Language Models, LLMs)은 자연어 처리 분야에서 혁명적인 발전을 이루었지만, 여전히 중요한 한계점을 가지고 있습니다. 그 중 하나는 최신 정보 처리의 어려움입니다. 대부분의 LLM은 특정 시점까지의 데이터로 학습되
wono | discuss |
it dev kysely postgresql

Convert the result type of the `count` function · Issue #610 · kysely-org/kysely

How can I convert a type with a library without using SQL expressions? const result1 = await db .selectFrom('users') .select(() => sql`COUNT("users".id)::integer`.as('count')) .execute(); const result2 = await db .selectFrom('users') .se...
wono | discuss |
it ops postgresql upgrade

[OpenSQL] PostgreSQL Version Upgrade - 티맥스티베로 공식 블로그

PostgresSQL Version 은 Major version과 Minor version으로 구성됩니다.
wono | discuss |
it ops docker

"도커를 사용할 이유가 점점 줄고 있다"...왜?

[디지털투데이 황치규 기자]데브옵스(DevOps) 혁신에 아이콘이었던 도커(Docker)의 중량감이 예전 같지 않다는 지적이 나오고 있다.소프트웨어 엔지니어 아비나브(Abhinav)는 미디엄에 공유한 글에서 2025년 현재, 개발 현장에서도커가 점차 밀려나고 있다는 점을 부각했다.그에 따르면 도커는 2010년대 중반 이후 도커라이즈(Dockerize)'라는 표현이 일상이 될 정도로 보편화됐지만, 보안 취약점과 구조적 한계, 상용화 전략 실책이 겹치면서 대체 기술에 자리를 내주고 있다.가장 큰 문제로는 도커 데몬이 꼽힌다. 도커 데몬
wono | discuss |
it dev nextjs hydration

어쩔 수 없는 hydration mismatch를 useEffect없이 해결하기

이 데이터들은 서버에서 값을 알 수 없으므로, 클라이언트에서 데이터를 처리해야 한다. 만약 이 내용을 서버에서 바로 처리하려고 하면, 서버의 결과와 클라이언트의 결과가 달라질 수 있다. 즉, hydration mismatch가 날 수 있다. 다만 이 방법도 한계가 존재한다. 텍스트 대상으로만 가능하다는 점이다. 만약, nested 된 dom 구조에…
wono | discuss |
it dev nextjs jotai dangerouslyforcehydrate

feat(utils/useHydrateAtoms) - Optionally rehydrate with force hydrate by SariSabouh · Pull Request #1990 · pmndrs/jotai

Related Issues or Discussions The useHydrateAtom discussion has been live since August of 2021 in #669. Summary We found a use case within our project that required a rehydration after a specific e...
wono | discuss |
it dev nextjs jotai dangerouslyforcehydrate

(nextjs) - useHydrateAtoms return previous value on dynamic route · Issue #2250 · pmndrs/jotai

Summary I use the useHydrateAtoms hooks on a dynamic route. On server side atom initialize with useHydrateAtoms use value from the previous render: Example: i have following route /pages/[slug.tsx] Go to localhost:3000/test -> Everything...
wono | discuss |
it dev kyselydev reuseable

[Question] How to use reusable expression helpers with aliased tables · Issue #569 · kysely-org/kysely

Hello 👋 I followed the documentation here to create some reusable helpers. Let's supposed I have these types to represent my database: export interface Employees { id: Generated<string>; name: string | null; workspaceId: string; } export...
wono | discuss |
it dev flutter ndk

Flutter Android 앱 개발시 NDK 버전 불일치 해결 방법

출처 : https://2un-light.tistory.com/90 [Flutter] 플러그인 NDK 버전 불일치 문제 해결📢 문제 상황 현재 사용하는 Android NDK 버전은 26.3.11579264 인데, flutter_native_splash 플러그인을 사용하려는 과정에서 해당 플러그인은 NDK 버전 27.0.12077973 버전을 요구해서 생기는 문제이다. 🚫 왜2un-light.tistory.com 현재 기준 NDK : 27.3.13750724 으로 수정 함! 1. Android Studio 에서 NDK 설치 2. app/build.gradle.kts 수정plugins { id("com.android.application") id("kotlin-android") // T..
wono | discuss |
it dev nextjs release-notes

Full Changelog? · vercel/next.js · Discussion #65212

Full Changelog?
wono | discuss |
it dev kyselydev transaction

add `ControlledTransaction`. by igalklebanov · Pull Request #962 · kysely-org/kysely

closes #257. This PR adds some optional savepoint-related methods to drivers - need to make sure we don't introduce a breaking change here! A new ControlledTransaction that allows manual commit, ro...
wono | discuss |
it dev wasi golang

WASI 및 Go 관련 공식 문서/프로젝트

Go WebAssembly 포팅 (WASM/WASI): Go 공식 문서에서 웹 어셈블리 지원에 대한 내용을 찾아보세요. Go는 브라우저 WASM 뿐만 아니라 WASI 타겟도 지원합니다. Go and WebAssembly https://github.com/golang/go/wiki/WebAssembly WASI 공식 리포지토리: WASI 표준에 대한 자세한 정보. WebAssembly System Interface (WASI) https://github.com/WebAssembly/WASI Wasmtime (WASI 런타임): Go로 작성된 웹 어셈블리 모듈을 실행할 수 있는 WASI 런타임입니다. Wasmtime Website https://wasmtime.dev/ Wasmer (WASI 런타임): 또 다른 인기 있는 WASI 런타임. Go SDK를 제공할 수 있습니다. Wasmer Website https://wasmer.io/ WasmEdge (WASI 런타임): 특히 엣지 컴퓨팅 및 서버리스 환경에 초점을 맞춘 런타임입니다. HTTP 서버 기능을 내장할 수 있어 백엔드 서비스에 적합할 수 있습니다. WasmEdge Website https://wasmedge.org/ Fermyon (WASI 기반 서버리스 플랫폼): WASI와 Go 등을 사용하여 서버리스 애플리케이션을 구축하는 예제를 제공합니다. Spin 프레임워크를 사용합니다. Fermyon Technologies (특히 Spin 프레임워크 문서 확인) https://www.fermyon.com/
wono | discuss |
it dev javascript arrow

What’s the difference between ordinary functions and arrow functions in JavaScript?

Arrow functions (also known as ‘rocket’ functions) are concise and convenient. However, they have subtle differences compared to function declarations and function expressions. So how do you know which one to use, and when?
wono | discuss |
it dev javascript generate yield

제너레이터

wono | discuss |
it dev nodejs punycode warning

How to fix DeprecationWarning: punycode is deprecated · vercel/next.js · Discussion #66289

How to fix DeprecationWarning: punycode is deprecated
wono | discuss |
it dev nodejs punycode warning

Node.js 22: "[DEP0040] DeprecationWarning: The `punycode` module is deprecated." when using npm module serve · Issue #802 · vercel/serve

This issue follows on from #789 Description Running serve under Node.js 22.x version causes a deprecation notice similar to the following to be displayed: $ serve -v (node:3752) [DEP0040] DeprecationWarning: The punycode module is deprec...
wono | discuss |
it dev js web

과도한 JavaScript 중심 개발, 웹을 망가뜨리다 | GeekNews

요약 개요과도한 JavaScript 중심 개발, 웹을 망가뜨리다JS 프레임워크 남용으로 웹사이트 복잡성 심화개발자 경험(DX)이 사용자 경험(UX)을 압도단순한 작업에도 과도한 구조 요구성능·접근성·유지보수성 모두 저하웹 본연의 기능 회복이 해법서론개발 중심 웹의 병폐대부분의 웹사이트는 지나치게 복잡하고 느림JS 중심 설계로 사용자보다는 개발자 중심 구조로
wono | discuss |
it ops aws

[Spring Boot 배포 with AWS ECS] ④ 가비아 도메인을 컨테이너로 연결 및 HTTPS 적용

Spring Boot 배포 with AWS ECS 시리즈 1. Dockerfile 작성, Docker 이미지 빌드, ECR 업로드 2. AWS 로드 밸런서(Load Balancer) 및 대상 그룹(Target Group) 설정 3. ECS 태스크 정의, 클러스터, 서비스, 태스크 설정 4. (현재글) 가비아 도메인을 컨테이너로 연결 및 HTTPS 적용 5. Github Action을 통해 CD 구축하기 안녕하세요. AWS의 ECS 서비스를 처음 써보면서 삽질을 오래 해서 지친 사람입니다 🫠 저같은 사람들이 한 명쯤 있을까 하여 시리즈를 작성하게 되었습니다. 혹시 잘못된 부분이나 추가하면 좋을 내용 등 피드백이 있다면 코멘트 주시면 감사합니다. 이전 포스트에서 컨테이너를 배포하고 정상적으로 접속이 되는 ..
wono | discuss |
Next
© 2025. LINKTAG.ORG. Help Feedback Privacy Terms