it + it dev nextjs structure How to structure scalable Next.js project architecture - LogRocket BlogLearn to structure your Next.js project strategically to build an application that will scale up without any issues as your project grows. wono | discuss | tweet + it dev express node.js Controller, Service, Repository사전 준비 Directory Structure 내 프로젝트 폴더 이름 ├── app.js ├── config │ └── config.json ├── controllers │ └── posts.controller.js ├── migrations │ └── 20220731133318-create-posts.js ├── models │ ├── index.js │ └── posts.js ├── repositories │ └── posts.repository.js ├── routes │ ├── index.js │ └── posts.routes.js ├── services │ └── posts.service.js ├── package.json └── package-lock.json controllers, servi.. wono | discuss | tweet + it tech fe 한때 유행했지만 이제는 사라진 프론트엔드 개발 트렌드개발자라면 알아야 할! 한때 유행했지만 이제는 사라진 프론트엔드 개발 트렌드 안녕하세요. 개발을 사랑하는 긍정맨입니다. 저는 프론트엔드 개발을 처음 시작할 때만 해도 여러 프레임워크나 라이브러리가 무척 신기했습니다. 새로운 기술을 하나씩 배울 때마다 왠지 ‘앞서가는 개발자’가 된 느낌도 받았고요. 하지만 시간이 흐르면서 유행했던 기술 중 일부는 어느새 거 wono | discuss | tweet + it blog orm Controller, Service, Repository 패턴에서의 ORM 사용 방식Controller, Service, Repository 패턴에서 ORM을 어느 레이어로써 활용할 수 있는 두가지 방법에 대해서 설명하고, NestJS와 Prisma를 사용한 예시를 통해 두 접근법을 비교 분석해보려고 합니다. wono | discuss | tweet + it dev flutter flame GitHub - maurovanetti/guidi-tu: A mobile app made in Flutter to pick the sober driverA mobile app made in Flutter to pick the sober driver - maurovanetti/guidi-tu wono | discuss | tweet + it lang typescript Documentation - Utility TypesTypes which are globally included in TypeScript wono | discuss | tweet + it dev typescript [TypeScript] 유틸리티 타입 (Pick, Omit, Partial, Record 등)react-router 코드에서 갑자기 등장한 Pick! import에도 없고 대체 이게 뭐지…? wono | discuss | tweet + it db prisma queryraw How to define a type in TypeScript based on another type, making some properties optional and removing others? wono | discuss | tweet + it db prisma typedsql 生SQLに型を手書きする時代は終わり?Prismaの新機能「TypedSQL」 wono | discuss | tweet + it db prisma postgresql PrismaClient#rawQuery not working · prisma/prisma · Discussion #2664PrismaClient#rawQuery not working wono | discuss | tweet + it db postgresql prisma queryRaw don't show data on prisma wono | discuss | tweet + it dev typescript [tsconfig의 모든 것] Compiler options / Emit이번 포스팅에서는 지난 [tsconfig의 모든 것] Compiler options / Modules 포스팅에 이어 의 컴파일 옵션 중 출력 파일을 컨트롤 하는 옵션들을 소개할 예정이다. wono | discuss | tweet + it qa vscode [TypeScript] Go to definition goes to *.d.ts when across project references · Issue #73201 · microsoft/vscodeThe issue is, with project reference, going to the generated declaration file is really inconvenient. It should be possible to go directly into the source file. Not sure this is a dup since many issues have been reported and it's unclear... wono | discuss | tweet + it blog jsdoc TypeScript의 대안, JSDocJavaScript 코드베이스에 주석을 추가하여 TypeScript의 대안적 수단으로 활용할 수 있는 JSDoc에 대해 알아보았습니다. wono | discuss | tweet + it blog jsdoc JSDoc을 사용하여 자바스크립트에 타입 힌트 제공하기 | PoiemaWebJSDoc을 사용하여 자바스크립트에 타입 힌트 제공하기 wono | discuss | tweet + it qa node Node.js codebase is still entirely in Javascript and not in Typescript and node team does not even officially provide node TS types wono | discuss | tweet + it blog node Node.Js == C++ ?Node.js has a great portion of it written in C/C++. In this article, we will take a deep dive into Node and explore the C/C++ inside and discover the role of V8 and Libuv in Nodejs wono | discuss | tweet + it dev prisma sql Raw queries | Prisma DocumentationLearn how you can send raw SQL and MongoDB queries to your database using the raw() methods from the Prisma Client API. wono | discuss | tweet + it dev nextjs form Error handling for Server Actions · vercel/next.js · Discussion #49426Error handling for Server Actions wono | discuss | tweet + it dev nextjs Can't Access Values from Next Server Actions | Next.js 13.4 wono | discuss | tweetNext
+ it dev nextjs structure How to structure scalable Next.js project architecture - LogRocket BlogLearn to structure your Next.js project strategically to build an application that will scale up without any issues as your project grows. wono | discuss | tweet
+ it dev express node.js Controller, Service, Repository사전 준비 Directory Structure 내 프로젝트 폴더 이름 ├── app.js ├── config │ └── config.json ├── controllers │ └── posts.controller.js ├── migrations │ └── 20220731133318-create-posts.js ├── models │ ├── index.js │ └── posts.js ├── repositories │ └── posts.repository.js ├── routes │ ├── index.js │ └── posts.routes.js ├── services │ └── posts.service.js ├── package.json └── package-lock.json controllers, servi.. wono | discuss | tweet
+ it tech fe 한때 유행했지만 이제는 사라진 프론트엔드 개발 트렌드개발자라면 알아야 할! 한때 유행했지만 이제는 사라진 프론트엔드 개발 트렌드 안녕하세요. 개발을 사랑하는 긍정맨입니다. 저는 프론트엔드 개발을 처음 시작할 때만 해도 여러 프레임워크나 라이브러리가 무척 신기했습니다. 새로운 기술을 하나씩 배울 때마다 왠지 ‘앞서가는 개발자’가 된 느낌도 받았고요. 하지만 시간이 흐르면서 유행했던 기술 중 일부는 어느새 거 wono | discuss | tweet
+ it blog orm Controller, Service, Repository 패턴에서의 ORM 사용 방식Controller, Service, Repository 패턴에서 ORM을 어느 레이어로써 활용할 수 있는 두가지 방법에 대해서 설명하고, NestJS와 Prisma를 사용한 예시를 통해 두 접근법을 비교 분석해보려고 합니다. wono | discuss | tweet
+ it dev flutter flame GitHub - maurovanetti/guidi-tu: A mobile app made in Flutter to pick the sober driverA mobile app made in Flutter to pick the sober driver - maurovanetti/guidi-tu wono | discuss | tweet
+ it lang typescript Documentation - Utility TypesTypes which are globally included in TypeScript wono | discuss | tweet
+ it dev typescript [TypeScript] 유틸리티 타입 (Pick, Omit, Partial, Record 등)react-router 코드에서 갑자기 등장한 Pick! import에도 없고 대체 이게 뭐지…? wono | discuss | tweet
+ it db prisma queryraw How to define a type in TypeScript based on another type, making some properties optional and removing others? wono | discuss | tweet
+ it db prisma postgresql PrismaClient#rawQuery not working · prisma/prisma · Discussion #2664PrismaClient#rawQuery not working wono | discuss | tweet
+ it dev typescript [tsconfig의 모든 것] Compiler options / Emit이번 포스팅에서는 지난 [tsconfig의 모든 것] Compiler options / Modules 포스팅에 이어 의 컴파일 옵션 중 출력 파일을 컨트롤 하는 옵션들을 소개할 예정이다. wono | discuss | tweet
+ it qa vscode [TypeScript] Go to definition goes to *.d.ts when across project references · Issue #73201 · microsoft/vscodeThe issue is, with project reference, going to the generated declaration file is really inconvenient. It should be possible to go directly into the source file. Not sure this is a dup since many issues have been reported and it's unclear... wono | discuss | tweet
+ it blog jsdoc TypeScript의 대안, JSDocJavaScript 코드베이스에 주석을 추가하여 TypeScript의 대안적 수단으로 활용할 수 있는 JSDoc에 대해 알아보았습니다. wono | discuss | tweet
+ it blog jsdoc JSDoc을 사용하여 자바스크립트에 타입 힌트 제공하기 | PoiemaWebJSDoc을 사용하여 자바스크립트에 타입 힌트 제공하기 wono | discuss | tweet
+ it qa node Node.js codebase is still entirely in Javascript and not in Typescript and node team does not even officially provide node TS types wono | discuss | tweet
+ it blog node Node.Js == C++ ?Node.js has a great portion of it written in C/C++. In this article, we will take a deep dive into Node and explore the C/C++ inside and discover the role of V8 and Libuv in Nodejs wono | discuss | tweet
+ it dev prisma sql Raw queries | Prisma DocumentationLearn how you can send raw SQL and MongoDB queries to your database using the raw() methods from the Prisma Client API. wono | discuss | tweet
+ it dev nextjs form Error handling for Server Actions · vercel/next.js · Discussion #49426Error handling for Server Actions wono | discuss | tweet