dev + 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 | tweet + it dev nextjs release-notes Full Changelog? · vercel/next.js · Discussion #65212Full Changelog? wono | discuss | tweet + it dev kyselydev transaction add `ControlledTransaction`. by igalklebanov · Pull Request #962 · kysely-org/kyselycloses #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 | tweet + 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 | tweet + 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 | tweet + it dev javascript generate yield 제너레이터 wono | discuss | tweet + it dev nodejs punycode warning How to fix DeprecationWarning: punycode is deprecated · vercel/next.js · Discussion #66289How to fix DeprecationWarning: punycode is deprecated wono | discuss | tweet + it dev nodejs punycode warning Node.js 22: "[DEP0040] DeprecationWarning: The `punycode` module is deprecated." when using npm module serve · Issue #802 · vercel/serveThis 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 | tweet + it dev js web 과도한 JavaScript 중심 개발, 웹을 망가뜨리다 | GeekNews요약 개요과도한 JavaScript 중심 개발, 웹을 망가뜨리다JS 프레임워크 남용으로 웹사이트 복잡성 심화개발자 경험(DX)이 사용자 경험(UX)을 압도단순한 작업에도 과도한 구조 요구성능·접근성·유지보수성 모두 저하웹 본연의 기능 회복이 해법서론개발 중심 웹의 병폐대부분의 웹사이트는 지나치게 복잡하고 느림JS 중심 설계로 사용자보다는 개발자 중심 구조로 wono | discuss | tweet + 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 | tweet + it dev koajs nodejs Koa - next generation web framework for node.js wono | discuss | tweet + it dev typescript 20 TypeScript Tricks Every Developer Should KnowI've been building UserJot, a feedback and roadmap platform for SaaS teams, for the past several... Tagged with webdev, typescript, programming, javascript. wono | discuss | tweet + it dev rhf form number React Hook Form 사용법 완결판 - 고급편React Hook Form 고급 사용 방법 wono | discuss | tweet + it dev nextjs aws ecs nextjs 서비스 개발부터 운영까지nextjs 서비스 개발부터 운영까지. GitHub Gist: instantly share code, notes, and snippets. wono | discuss | tweet + it dev nextjs aws ecs 💪도전! 프리티어로 AWS ECS 사용하기: Next.js 배포 자동화 구현하기 (feat. github actions)전에 💪도전! 프리티어로 AWS ECS 사용하기: ECS 클러스터에 EC2 인스턴스 연결 + 간단 배포에서 AWS 콘솔에서 간단히 ECS 실습을 했었다.이제 github actions을 활용해서 진짜 최종 목표인 배포 자동화를 달아보자!바로 시작!!먼저 나는 프리티어 wono | discuss | tweet + it dev nextjs ecs aws AWS Amplify에서 ECS로: Next.js 서비스 배포와 Github Action을 통한 CI/CD 구축AWS Amplify의 문제점을 맞닥뜨리고 해결해나간 과정을 공유합니다. wono | discuss | tweet + it dev shadcn table Unexpected behavior on table horizontal scrolling · Issue #416 · shadcn-ui/uiHi @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 | tweet + it dev kysely dummy kysely dummyDocumentation for kysely wono | discuss | tweet + it dev kysely array fn.agg doesn't type-check · Issue #1046 · kysely-org/kyselyThe 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 | tweet + it dev shadcnui table Data Table ignoring column size · Issue #2854 · shadcn-ui/uiHi. 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 | tweetNext
+ 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 | tweet
+ it dev nextjs release-notes Full Changelog? · vercel/next.js · Discussion #65212Full Changelog? wono | discuss | tweet
+ it dev kyselydev transaction add `ControlledTransaction`. by igalklebanov · Pull Request #962 · kysely-org/kyselycloses #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 | tweet
+ 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 | tweet
+ 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 | tweet
+ it dev nodejs punycode warning How to fix DeprecationWarning: punycode is deprecated · vercel/next.js · Discussion #66289How to fix DeprecationWarning: punycode is deprecated wono | discuss | tweet
+ it dev nodejs punycode warning Node.js 22: "[DEP0040] DeprecationWarning: The `punycode` module is deprecated." when using npm module serve · Issue #802 · vercel/serveThis 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 | tweet
+ it dev js web 과도한 JavaScript 중심 개발, 웹을 망가뜨리다 | GeekNews요약 개요과도한 JavaScript 중심 개발, 웹을 망가뜨리다JS 프레임워크 남용으로 웹사이트 복잡성 심화개발자 경험(DX)이 사용자 경험(UX)을 압도단순한 작업에도 과도한 구조 요구성능·접근성·유지보수성 모두 저하웹 본연의 기능 회복이 해법서론개발 중심 웹의 병폐대부분의 웹사이트는 지나치게 복잡하고 느림JS 중심 설계로 사용자보다는 개발자 중심 구조로 wono | discuss | tweet
+ 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 | tweet
+ it dev typescript 20 TypeScript Tricks Every Developer Should KnowI've been building UserJot, a feedback and roadmap platform for SaaS teams, for the past several... Tagged with webdev, typescript, programming, javascript. wono | discuss | tweet
+ it dev rhf form number React Hook Form 사용법 완결판 - 고급편React Hook Form 고급 사용 방법 wono | discuss | tweet
+ it dev nextjs aws ecs nextjs 서비스 개발부터 운영까지nextjs 서비스 개발부터 운영까지. GitHub Gist: instantly share code, notes, and snippets. wono | discuss | tweet
+ it dev nextjs aws ecs 💪도전! 프리티어로 AWS ECS 사용하기: Next.js 배포 자동화 구현하기 (feat. github actions)전에 💪도전! 프리티어로 AWS ECS 사용하기: ECS 클러스터에 EC2 인스턴스 연결 + 간단 배포에서 AWS 콘솔에서 간단히 ECS 실습을 했었다.이제 github actions을 활용해서 진짜 최종 목표인 배포 자동화를 달아보자!바로 시작!!먼저 나는 프리티어 wono | discuss | tweet
+ it dev nextjs ecs aws AWS Amplify에서 ECS로: Next.js 서비스 배포와 Github Action을 통한 CI/CD 구축AWS Amplify의 문제점을 맞닥뜨리고 해결해나간 과정을 공유합니다. wono | discuss | tweet
+ it dev shadcn table Unexpected behavior on table horizontal scrolling · Issue #416 · shadcn-ui/uiHi @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 | tweet
+ it dev kysely array fn.agg doesn't type-check · Issue #1046 · kysely-org/kyselyThe 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 | tweet
+ it dev shadcnui table Data Table ignoring column size · Issue #2854 · shadcn-ui/uiHi. 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 | tweet