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 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 |
it ops aws

[AWS] ECS 올리기 - 5. 도메인 연결 및 SSL 인증서 적용

[AWS] ECS 올리기 - 1. VPC (https://a-half-human-half-developer.tistory.com/158) [AWS] ECS 올리기 - 2. ECR (https://a-half-human-half-developer.tistory.com/159) [AWS] ECS 올리기 - 3. ALB & Target Group (https://a-half-human-half-developer.tistory.com/160) [AWS] ECS 올리기 - 4. ECS (https://a-half-human-half-developer.tistory.com/161) [AWS] ECS 올리기 - 5. 도메인 연결 및 SSL 인증서 적용 (https://a-half-human-half-developer..
wono | discuss |
it blog

2025년, 내가 선택한 프로그래머 필수 도구 Top10!

2025년, 프로그래머의 작업 효율을 획기적으로 향상시키는 도구들이 계속 등장하고 있습니다. 본 기사에서는 API 개발부터 AI 코딩 지원까지, 실제로 사용해보고 효과를 실감한 10가지 도구를 소개합니다. 초보자부터 전문가까지, 모든 프로그래머의 개발 생활을 바꿀 최강
wono | discuss |
산업 it 오픈소스 postgresql

국내 포스트그레SQL 배포판 확산에 오픈소스 생태계 ‘경고등’

[아이티데일리] 포스트그레SQL은 오픈소스 데이터베이스(DB)를 대표한다. 국내에서도 다양한 기업들이 오픈소스 버전을 패키징해 자체 배포판으로 시장에 선보이고 있다. 국내 IT 환경에 적합하도록 최적화하거나, 상용 DBMS의 대안으로 제시되는 등 긍정적인 효과가 있다. 그러나 포스트그레SQL 배포판 생태계가 확대되면서 벤더 종속성 심화, 오픈소스 정신 훼손, 불투명한 라이선싱 및 고비용 문제, 커뮤니티 자생력 약화 등 오픈소스 생태계에 악영향을 줄 수도 있다는 우려가 나오고 있다.포스트그레SQL 배포판은 국내 기업들이 오픈소스로 공
wono | discuss |
it dev nextjs shadcnui csv

[Next.js] 리엑트 테이블 CSV 저장 구현(feat. Shadcn)

개요Shadcn의 Data Table에서 불러온 데이터를 CSV로 저장하는 기능이 필요하여 적용해보았다. export-to-csv 모듈을 설치하고 Shadcn Data Table 모듈에 버튼을 추가하여 커스텀한 페이지를 작성해 보았다. 설치다음의 모듈을 설치하고 다음의 함수를 사용한다.npm install export-to-csv --saveimport { mkConfig, generateCsv, download } from 'export-to-csv' 본문(Shadcn 커스텀)Shadcn Data Table에 CSV 다운 버튼을 적용한 파일이다.ProjectPage.tsx"use client";import * as React from "react";import { useEffect, useState }..
wono | discuss |
it dev koajs nodejs

Koa - next generation web framework for node.js

wono | discuss |
it dev typescript

20 TypeScript Tricks Every Developer Should Know

I've been building UserJot, a feedback and roadmap platform for SaaS teams, for the past several... Tagged with webdev, typescript, programming, javascript.
wono | discuss |
it dev rhf form number

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

React Hook Form 고급 사용 방법
wono | discuss |
Next
© 2025. LINKTAG.ORG. Help Feedback Privacy Terms