it + it ops aws rds postgresql function How do I create user-defined function in AWS Aurora RDS Postgres(Formatting questions for simplicity) I am using AWS RDS Aurora Postgres 10.7 (this is the latest version available for my us-west-2 region). I am using this in a serverless mode and hence I get the wono | discuss | tweet + it ops db postgresql uuidv7 Postgres PL/pgSQL function for UUID v7 and a bonus custom UUID v8 to support microsecond precision as well. Read more here: https://datatracker.ietf.org/doc/rfc9562/Postgres PL/pgSQL function for UUID v7 and a bonus custom UUID v8 to support microsecond precision as well. Read more here: https://datatracker.ietf.org/doc/rfc9562/ - A_UUID_v7_for_Postgres.sql wono | discuss | tweet + it ops db mysql reservedwords MySQL :: MySQL 8.4 Reference Manual :: 11.3 Keywords and Reserved Words wono | discuss | tweet + it ops db postgresql PostgreSQL Rename Database: A Quick GuideIn this tutorial, you will learn step by step how to rename a PostgreSQL database by using the ALTER TABLE RENAME TO statement. wono | discuss | tweet + it dev nextjs pagination Epic Next JS 15 Tutorial Part 8Learn how to implement search and pagination functionalities in Next.js. wono | discuss | tweet + it dev nextjs pagination How to Create Pagination in Next.js with Shadcn UIIn this tutorial, we’ll walk through the process of creating a pagination component in Next.js using Shadcn UI. We’ll build a paginated list of posts fetched from an API, with the ability to change… wono | discuss | tweet + it dev react useeffect [React] useEffect 의존성 빈 배열 경고 - react-hooks/exhaustive-deps 왜?이번 글에서는 왜 eslint-disable-line, react-hooks/exhaustive-deps 경고를 알려주는지 알아보도록 하겠습니다. 리액트 코드를 작성하거나, 읽다보면 제법 심심치 않게 eslint-disable-line, react-hooks/exhaustive-deps 주석을 사용해 아래의 경고를 무시한는 것을 볼 수 있습니다. (저 또한.. 그랬습니다..) 이 ESLint룰은 useEffect 인수 내부에서 사용하는 값 중 의존성 배열에 포함돼 있지 않은 값이 있을 때 경고를 발생시킵니다. 정말로 필요할 때에는 사용할 수도 있지만 대부분의 경우에는 의도치 못한 버그를 만들 가능성이 큰 코드입니다. 이 코드를 사용하는 대부분의 예제가 빈 배열 []을 의존성으로 할 때, 즉 컴포넌트를 마.. wono | discuss | tweet + it dev nextjs turbopack debug Cannot debug Next15 using turbopack on windows · Issue #72789 · vercel/next.jsLink to the code that reproduces this issue https://github.com/leandroluk/bug-next15-debug-with-turbopack To Reproduce Install dependencies Select "turbo" in "Run and Debug" menu Select "Browser Debug" in running bar and this error messa... wono | discuss | tweet + it dev nextjs turbopack debug Hot reload and debugger broken on dynamic pages in Next.js 14.2.0-canary.43 with --turbo (broken for all versions of --turbo) - vscode debugger · Issue #63740 · vercel/next.jsLink to the code that reproduces this issue https://github.com/avianion/nextjs-turbo-broken-dynamic-page-hot-reload-and-vscode-debugger To Reproduce To Reproduce: Set up a Next.js project with Turbopack (--turbo). Create a dynamic page (... wono | discuss | tweet + it dev nextjs editor Which WYSIWYG Editor is best for Next JS and Tailwind (Free) wono | discuss | tweet + it dev nextjs suspense [Next.js] Suspense를 이용한 Skeleton UI 적용하기위와 같은 페이지에 리스트 데이터가 렌더링 되기 전까지 스켈레톤을 보여주려고 한다. Next.js에서도 React와 마찬가지로 Suspense를 사용하여 Skeleton UI를 적용할 수 있다. Skeleton 컴포넌트 구현하기(app/components/Skeleton.tsx)import styles from '@/styles/skeleton.module.scss'interface SkeletonProps { w: number h: number radius?: number wUnit?: string style?: React.CSSProperties}export default function Skeleton({ w, h, wUnit = 'px', radius = 8, style,.. wono | discuss | tweet + it dev typescript nameof Get name of variable in typescriptHow can I get a variables name in typescript? I want something like this: var name = "Foo"; alert(getVariableName(name)); //Prints "name" wono | discuss | tweet + it dev typescript nameof Typescript nameof wono | discuss | tweet + it dev typescript generic [TypeScript] tsx 화살표 함수에 제네릭 사용하기tsx에서 `<>`는 태그를 나타낼 때 사용하므로, 컴파일러에게 태그가 아닌 제네릭임을 알려 주어야 합니다. 🧐 wono | discuss | tweet + it dev typescript formdata Convert JS Object to form dataHow can I can convert my JS Object to FormData? The reason why I want to do this is, I have an object that I constructed out of the ~100 form field values. var item = { description: 'Some Ite... wono | discuss | tweet + it dev nextjs pagination Epic Next JS 15 Tutorial Part 8Learn how to implement search and pagination functionalities in Next.js. wono | discuss | tweet + it dev nextjs error Understand Error Handling in Modern Next.jsWe cover how to handle errors on both the client and server sides, explaining error handling and its process and the types of errors specific to Next.js apps. wono | discuss | tweet + it ops api design Is there any standard for JSON API response format?Do standards or best practices exist for structuring JSON responses from an API? Obviously, every application's data is different, so that much I'm not concerned with, but rather the "response wono | discuss | tweet + it ops api design API 디자인 가이드 | Cloud API Design Guide | Google CloudGoogle AIP와 일치하는 API를 설계하기 위한 가이드라인 모음입니다. wono | discuss | tweet + it ops linux memory watch Linux - Displaying Memory Usage LiveI'm running GNU - Screen (4.03.01) so I can have multiple terminals in one, and I'm looking for a good way to display live stats of my memory, so as I do things like compiling, testing programs, et... wono | discuss | tweetNext
+ it ops aws rds postgresql function How do I create user-defined function in AWS Aurora RDS Postgres(Formatting questions for simplicity) I am using AWS RDS Aurora Postgres 10.7 (this is the latest version available for my us-west-2 region). I am using this in a serverless mode and hence I get the wono | discuss | tweet
+ it ops db postgresql uuidv7 Postgres PL/pgSQL function for UUID v7 and a bonus custom UUID v8 to support microsecond precision as well. Read more here: https://datatracker.ietf.org/doc/rfc9562/Postgres PL/pgSQL function for UUID v7 and a bonus custom UUID v8 to support microsecond precision as well. Read more here: https://datatracker.ietf.org/doc/rfc9562/ - A_UUID_v7_for_Postgres.sql wono | discuss | tweet
+ it ops db mysql reservedwords MySQL :: MySQL 8.4 Reference Manual :: 11.3 Keywords and Reserved Words wono | discuss | tweet
+ it ops db postgresql PostgreSQL Rename Database: A Quick GuideIn this tutorial, you will learn step by step how to rename a PostgreSQL database by using the ALTER TABLE RENAME TO statement. wono | discuss | tweet
+ it dev nextjs pagination Epic Next JS 15 Tutorial Part 8Learn how to implement search and pagination functionalities in Next.js. wono | discuss | tweet
+ it dev nextjs pagination How to Create Pagination in Next.js with Shadcn UIIn this tutorial, we’ll walk through the process of creating a pagination component in Next.js using Shadcn UI. We’ll build a paginated list of posts fetched from an API, with the ability to change… wono | discuss | tweet
+ it dev react useeffect [React] useEffect 의존성 빈 배열 경고 - react-hooks/exhaustive-deps 왜?이번 글에서는 왜 eslint-disable-line, react-hooks/exhaustive-deps 경고를 알려주는지 알아보도록 하겠습니다. 리액트 코드를 작성하거나, 읽다보면 제법 심심치 않게 eslint-disable-line, react-hooks/exhaustive-deps 주석을 사용해 아래의 경고를 무시한는 것을 볼 수 있습니다. (저 또한.. 그랬습니다..) 이 ESLint룰은 useEffect 인수 내부에서 사용하는 값 중 의존성 배열에 포함돼 있지 않은 값이 있을 때 경고를 발생시킵니다. 정말로 필요할 때에는 사용할 수도 있지만 대부분의 경우에는 의도치 못한 버그를 만들 가능성이 큰 코드입니다. 이 코드를 사용하는 대부분의 예제가 빈 배열 []을 의존성으로 할 때, 즉 컴포넌트를 마.. wono | discuss | tweet
+ it dev nextjs turbopack debug Cannot debug Next15 using turbopack on windows · Issue #72789 · vercel/next.jsLink to the code that reproduces this issue https://github.com/leandroluk/bug-next15-debug-with-turbopack To Reproduce Install dependencies Select "turbo" in "Run and Debug" menu Select "Browser Debug" in running bar and this error messa... wono | discuss | tweet
+ it dev nextjs turbopack debug Hot reload and debugger broken on dynamic pages in Next.js 14.2.0-canary.43 with --turbo (broken for all versions of --turbo) - vscode debugger · Issue #63740 · vercel/next.jsLink to the code that reproduces this issue https://github.com/avianion/nextjs-turbo-broken-dynamic-page-hot-reload-and-vscode-debugger To Reproduce To Reproduce: Set up a Next.js project with Turbopack (--turbo). Create a dynamic page (... wono | discuss | tweet
+ it dev nextjs editor Which WYSIWYG Editor is best for Next JS and Tailwind (Free) wono | discuss | tweet
+ it dev nextjs suspense [Next.js] Suspense를 이용한 Skeleton UI 적용하기위와 같은 페이지에 리스트 데이터가 렌더링 되기 전까지 스켈레톤을 보여주려고 한다. Next.js에서도 React와 마찬가지로 Suspense를 사용하여 Skeleton UI를 적용할 수 있다. Skeleton 컴포넌트 구현하기(app/components/Skeleton.tsx)import styles from '@/styles/skeleton.module.scss'interface SkeletonProps { w: number h: number radius?: number wUnit?: string style?: React.CSSProperties}export default function Skeleton({ w, h, wUnit = 'px', radius = 8, style,.. wono | discuss | tweet
+ it dev typescript nameof Get name of variable in typescriptHow can I get a variables name in typescript? I want something like this: var name = "Foo"; alert(getVariableName(name)); //Prints "name" wono | discuss | tweet
+ it dev typescript generic [TypeScript] tsx 화살표 함수에 제네릭 사용하기tsx에서 `<>`는 태그를 나타낼 때 사용하므로, 컴파일러에게 태그가 아닌 제네릭임을 알려 주어야 합니다. 🧐 wono | discuss | tweet
+ it dev typescript formdata Convert JS Object to form dataHow can I can convert my JS Object to FormData? The reason why I want to do this is, I have an object that I constructed out of the ~100 form field values. var item = { description: 'Some Ite... wono | discuss | tweet
+ it dev nextjs pagination Epic Next JS 15 Tutorial Part 8Learn how to implement search and pagination functionalities in Next.js. wono | discuss | tweet
+ it dev nextjs error Understand Error Handling in Modern Next.jsWe cover how to handle errors on both the client and server sides, explaining error handling and its process and the types of errors specific to Next.js apps. wono | discuss | tweet
+ it ops api design Is there any standard for JSON API response format?Do standards or best practices exist for structuring JSON responses from an API? Obviously, every application's data is different, so that much I'm not concerned with, but rather the "response wono | discuss | tweet
+ it ops api design API 디자인 가이드 | Cloud API Design Guide | Google CloudGoogle AIP와 일치하는 API를 설계하기 위한 가이드라인 모음입니다. wono | discuss | tweet
+ it ops linux memory watch Linux - Displaying Memory Usage LiveI'm running GNU - Screen (4.03.01) so I can have multiple terminals in one, and I'm looking for a good way to display live stats of my memory, so as I do things like compiling, testing programs, et... wono | discuss | tweet