+ it ops db postgresql tsid GitHub - vabatta/pg_base32: A base32 postgres extension. Supports RFC4648 and Crockford.A base32 postgres extension. Supports RFC4648 and Crockford. - vabatta/pg_base32 wono | discuss | tweet + it ops db postgresql tsid pgcrockford: Crockford Base 32 encoding for unsigned intsThe pgcrockford extension provides Base 32 encoded integers as a PostgreSQL base type. From [Douglas Crockford's requirements][crockford] for the specification, … wono | discuss | tweet + it dev nextjs react [에러 해결] React Hook useEffect has missing dependencies: ... Either include them or remove the dependency array react-hooks/exhaustive-depsReact Hook useEffect has missing dependencies: 'deleteItemFromCart', 'item' Either include them or remove the dependency array react-hooks/exhaustive wono | discuss | tweet + it ops be uuid tsid ID 채번 전략 비교 및 TSID 도입 왜 Auto_Increment 대신 랜덤 식별 값을 고려하게 되었는가 그동안 참여했던 웹 프로젝트에서도, 학습 과정에서 활용되었던 프로젝트에서도 자원을 식별하는 값의 전략으로 Auto Increment 를 사용해왔습니다. Auto Increment 전략은 테이블에 wono | discuss | tweet + it dev nextjs redirect Building Your Application: Authentication | Next.jsLearn how to implement authentication in your Next.js application. wono | discuss | tweet + it dev nextjs redirect How to prevent infinite loop when redirecting using middleware in Next.jsI have a middleware in Next.js: export async function middleware(request: NextRequest) { const isUserLoggedIn = ... if (isUserLoggedIn) { return NextResponse.redirect(new URL('/user', requ... wono | discuss | tweet + it ops naming auth "auth" 대신 "permissions"와 "login"을 사용합시다 | GeekNews"auth"라는 용어는 인증(authentication)과 권한 부여(authorization) 두 가지 의미를 가짐이로 인해 라이브러리나 패키지 이름에서 혼란이 발생함"authn"과 "authz"라는 용어는 명확하지 않고 이해하기 어려움인증과 권한 부여의 차이인증(authentication): 사용자가 누구인지 확인하는 과정권한 부여(authorizati wono | discuss | tweet + it dev nextjs cache Client-side and Server-side Caching in Next.js | PortfolyPost titled Client-side and Server-side Caching in Next.js by Yoonsoo Kim wono | discuss | tweet + it dev nextjs tanstack-query TanStack Query 101 with Next.jsIn modern web development, managing server state and data fetching can be a challenge. Enter TanStack... Tagged with tanstack, thekbbohara, reactquery, 101. wono | discuss | tweet + it dev nextjs tanstack-query From Setup to Execution: The Most Accurate TanStack Query and Next.js 14+ Integration GuideIntegrating TanStack Query with Next.js 14’s App Router. This guide optimizes your data-fetching strategy with Server Components and advanced hydration. wono | discuss | tweet + it dev nextjs tanstack-query next.js 에서 tanstack query 설정하기본 글의 nextjs 버전은 app router 기반입니다.tanstack query 는 v5 입니다.서버 컴포넌트에서 prefetch 할수있다.<HydrationBoundary> 는 중첩된 컴포넌트 각각 중첩 사용이 가능하다.위 코드는 server 에서 pref wono | discuss | tweet + it dev nextjs tanstack-query Server Action with TanStack Query in Next.JS ExplainedServer Actions are asynchronous functions that are executed on the server. With Tanstack query we can make it more intuitive and easy to use with end to end type safe. wono | discuss | tweet + it ops db postgresql uuidv7 Donghua's Blog - DBAGlobeA blog about on new technologie. Hands-on note about Hadoop, Cloudera, Hortonworks, NoSQL, Cassandra, Neo4j, MongoDB, Oracle, SQL Server, Linux, etc. wono | discuss | tweet + it ops db postgresql pgpedia pgPedia - a PostgreSQL Encyclopedia wono | discuss | tweet + it ops db postgresql uuidv7 Waiting for PostgreSQL 18 – Add UUID version 7 generation function. – select * from depesz; wono | discuss | tweet + it ops db postgresql uuidv7 UUIDv7 in YugabyteDBWhen creating a user-defined function for inserts, such as one that generates a default value, you... Tagged with yugabytedb, distributed, postgres, sql. wono | discuss | tweet + it ops db postgresql uuidv7 GitHub - dverite/postgres-uuidv7-sql: Pure SQL functions to use UUIDs v7 in PostgreSQLPure SQL functions to use UUIDs v7 in PostgreSQL. Contribute to dverite/postgres-uuidv7-sql development by creating an account on GitHub. wono | discuss | tweet + it ops db uuid postgresql Functions for generating UUIDv6 and UUIDv7 on PostgreSQLFunctions for generating UUIDv6 and UUIDv7 on PostgreSQL - UUIDv6.sql wono | discuss | tweet + it ops db postgresql identity PostgreSQL Identity ColumnThis tutorial shows you how to use the GENERATED AS IDENTITY constraint to create the PostgreSQL identity column for a table. wono | discuss | tweet + it ops db xid GitHub - modfin/pg-xid: pg-xid is a globally unique id generator for postgrespg-xid is a globally unique id generator for postgres - modfin/pg-xid wono | discuss | tweetNext
+ it ops db postgresql tsid GitHub - vabatta/pg_base32: A base32 postgres extension. Supports RFC4648 and Crockford.A base32 postgres extension. Supports RFC4648 and Crockford. - vabatta/pg_base32 wono | discuss | tweet
+ it ops db postgresql tsid pgcrockford: Crockford Base 32 encoding for unsigned intsThe pgcrockford extension provides Base 32 encoded integers as a PostgreSQL base type. From [Douglas Crockford's requirements][crockford] for the specification, … wono | discuss | tweet
+ it dev nextjs react [에러 해결] React Hook useEffect has missing dependencies: ... Either include them or remove the dependency array react-hooks/exhaustive-depsReact Hook useEffect has missing dependencies: 'deleteItemFromCart', 'item' Either include them or remove the dependency array react-hooks/exhaustive wono | discuss | tweet
+ it ops be uuid tsid ID 채번 전략 비교 및 TSID 도입 왜 Auto_Increment 대신 랜덤 식별 값을 고려하게 되었는가 그동안 참여했던 웹 프로젝트에서도, 학습 과정에서 활용되었던 프로젝트에서도 자원을 식별하는 값의 전략으로 Auto Increment 를 사용해왔습니다. Auto Increment 전략은 테이블에 wono | discuss | tweet
+ it dev nextjs redirect Building Your Application: Authentication | Next.jsLearn how to implement authentication in your Next.js application. wono | discuss | tweet
+ it dev nextjs redirect How to prevent infinite loop when redirecting using middleware in Next.jsI have a middleware in Next.js: export async function middleware(request: NextRequest) { const isUserLoggedIn = ... if (isUserLoggedIn) { return NextResponse.redirect(new URL('/user', requ... wono | discuss | tweet
+ it ops naming auth "auth" 대신 "permissions"와 "login"을 사용합시다 | GeekNews"auth"라는 용어는 인증(authentication)과 권한 부여(authorization) 두 가지 의미를 가짐이로 인해 라이브러리나 패키지 이름에서 혼란이 발생함"authn"과 "authz"라는 용어는 명확하지 않고 이해하기 어려움인증과 권한 부여의 차이인증(authentication): 사용자가 누구인지 확인하는 과정권한 부여(authorizati wono | discuss | tweet
+ it dev nextjs cache Client-side and Server-side Caching in Next.js | PortfolyPost titled Client-side and Server-side Caching in Next.js by Yoonsoo Kim wono | discuss | tweet
+ it dev nextjs tanstack-query TanStack Query 101 with Next.jsIn modern web development, managing server state and data fetching can be a challenge. Enter TanStack... Tagged with tanstack, thekbbohara, reactquery, 101. wono | discuss | tweet
+ it dev nextjs tanstack-query From Setup to Execution: The Most Accurate TanStack Query and Next.js 14+ Integration GuideIntegrating TanStack Query with Next.js 14’s App Router. This guide optimizes your data-fetching strategy with Server Components and advanced hydration. wono | discuss | tweet
+ it dev nextjs tanstack-query next.js 에서 tanstack query 설정하기본 글의 nextjs 버전은 app router 기반입니다.tanstack query 는 v5 입니다.서버 컴포넌트에서 prefetch 할수있다.<HydrationBoundary> 는 중첩된 컴포넌트 각각 중첩 사용이 가능하다.위 코드는 server 에서 pref wono | discuss | tweet
+ it dev nextjs tanstack-query Server Action with TanStack Query in Next.JS ExplainedServer Actions are asynchronous functions that are executed on the server. With Tanstack query we can make it more intuitive and easy to use with end to end type safe. wono | discuss | tweet
+ it ops db postgresql uuidv7 Donghua's Blog - DBAGlobeA blog about on new technologie. Hands-on note about Hadoop, Cloudera, Hortonworks, NoSQL, Cassandra, Neo4j, MongoDB, Oracle, SQL Server, Linux, etc. wono | discuss | tweet
+ it ops db postgresql uuidv7 Waiting for PostgreSQL 18 – Add UUID version 7 generation function. – select * from depesz; wono | discuss | tweet
+ it ops db postgresql uuidv7 UUIDv7 in YugabyteDBWhen creating a user-defined function for inserts, such as one that generates a default value, you... Tagged with yugabytedb, distributed, postgres, sql. wono | discuss | tweet
+ it ops db postgresql uuidv7 GitHub - dverite/postgres-uuidv7-sql: Pure SQL functions to use UUIDs v7 in PostgreSQLPure SQL functions to use UUIDs v7 in PostgreSQL. Contribute to dverite/postgres-uuidv7-sql development by creating an account on GitHub. wono | discuss | tweet
+ it ops db uuid postgresql Functions for generating UUIDv6 and UUIDv7 on PostgreSQLFunctions for generating UUIDv6 and UUIDv7 on PostgreSQL - UUIDv6.sql wono | discuss | tweet
+ it ops db postgresql identity PostgreSQL Identity ColumnThis tutorial shows you how to use the GENERATED AS IDENTITY constraint to create the PostgreSQL identity column for a table. wono | discuss | tweet
+ it ops db xid GitHub - modfin/pg-xid: pg-xid is a globally unique id generator for postgrespg-xid is a globally unique id generator for postgres - modfin/pg-xid wono | discuss | tweet