Tagging
Try bookmarklet. Easy tagging.
Do you want to delete?
Do you want to modify?
  • LINKTAG
  • New
  • Tag
  • Comment
  • Tag, dev
Sign in

dev

it dev nextjs aws s3

Building a File Storage With Next.js, PostgreSQL, and Minio S3 – Nextra

In this article, we will build a full-stack application using Next.js, PostgreSQL, and Minio S3.
wono | discuss |
it dev nextjs structure

Bulletproof React folder structure

wono | discuss |
it dev nextjs components

How to Organize Your Next.js Components Folder

Learn how the Next.js components folder fits into the overall folder structure of a project and why it's essential for keeping your project files organized.
wono | discuss |
it dev react

Creating Effective And Optimized Next.JS Reusable Components. | HackerNoon

Learn to create reusable components in React for better code organization and maintenance, using ComponentProps and HTMLAttributes interfaces for adaptability..
wono | discuss |
it dev react

04) 컴포넌트 구성과 재사용성

[TOC] ## 단일 책임을 가진 재사용 가능한 컴포넌트 생성 React에서 재사용성 개념은 근본적입니다. 한 가지 기능을 잘 수행하는 작은 컴포넌트를 생성합니다. 이러한 컴…
wono | discuss |
it dev react

리액트 컴포넌트 구조와 재사용성 향상하기

이 글에서는 리액트 컴포넌트를 어떻게 구조화하고 재사용성을 높일 수 있는지에 대해 알아봅니다. 프레젠테이셔널 컴포넌트와 컨테이너 컴포넌트를 분리하여 작성하는 방법과 컴포넌트 모듈화의 중요성을 설명합니다.
wono | discuss |
it dev nextjs structure

How to structure scalable Next.js project architecture - LogRocket Blog

Learn to structure your Next.js project strategically to build an application that will scale up without any issues as your project grows.
wono | discuss |
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 |
it dev flutter flame

GitHub - maurovanetti/guidi-tu: A mobile app made in Flutter to pick the sober driver

A mobile app made in Flutter to pick the sober driver - maurovanetti/guidi-tu
wono | discuss |
it dev typescript

[TypeScript] 유틸리티 타입 (Pick, Omit, Partial, Record 등)

react-router 코드에서 갑자기 등장한 Pick! import에도 없고 대체 이게 뭐지…?
wono | discuss |
it dev typescript

[tsconfig의 모든 것] Compiler options / Emit

이번 포스팅에서는 지난 [tsconfig의 모든 것] Compiler options / Modules 포스팅에 이어 의 컴파일 옵션 중 출력 파일을 컨트롤 하는 옵션들을 소개할 예정이다.
wono | discuss |
it dev prisma sql

Raw queries | Prisma Documentation

Learn how you can send raw SQL and MongoDB queries to your database using the raw() methods from the Prisma Client API.
wono | discuss |
it dev nextjs form

Error handling for Server Actions · vercel/next.js · Discussion #49426

Error handling for Server Actions
wono | discuss |
it dev nextjs

Can't Access Values from Next Server Actions | Next.js 13.4

wono | discuss |
it dev nextjs doc

Is there something similar to swagger codegen for Nextjs API routes?

wono | discuss |
it dev nextjs swagger

nextjs / swagger-ui-react / Node.js 버전 호환 에러 : Class extends...

배우게 된 점 - 개발서버- 테스트서버- 프로덕션 서버 node.js 버전을 동일하게 잘 관리하자. -------- next.js 14.1.2 버전 사용중 swagger-ui-react 5.3.0 버전 개발서버 node.js 20.x 테스트서버 vercel 18.x 문제상황 기존에 토이 프로젝트로 Nextjs 풀스택 앱을 만들었고, swagger로 API 문서를 발행하고 있었다. - swagger-ui-react 라이브러리를 이용하여 만들었고 - api 문서는 개발용 및 테스트용으로 보여주는 것이기 때문에, 프로덕션 서버가 아닌 테스트 서버인 Vercel을 통해 접근할 수 있었다. 기존에 설치하지 않았던 eslint-config-next (14.1.3) 를 설치한 시점부터 빌드에 문제가 생겼다. Type..
wono | discuss |
it dev nextjs

nextjs 서비스 개발부터 운영까지

nextjs 서비스 개발부터 운영까지. GitHub Gist: instantly share code, notes, and snippets.
wono | discuss |
it dev nextjs

Next.js 15 핵심 정리

Next.js는 Vercel에서 개발한 React 프레임워크로, 서버 사이드 렌더링(SSR), 클라이언트 사이드 렌더링(CSR), API 라우팅 등의 다양한 최적화 기능을 제공합니다. Next.js를 사용하면, React의 기본 기능을 확장해, 보다 빠르고 안정적으로 웹 애플리케이션을 개발할 수 있습니다.
wono | discuss |
it dev nextjs

2023-06-13 Next.js 13의 서버는 한 개가 아니란다

IPC라고 있는데... 처음 들어보시나요? 사실 저도...
wono | discuss |
it dev nextjs shadcnui

GitHub - Kiranism/next-shadcn-dashboard-starter: Admin Dashboard Starter with Nextjs14 and shadcn ui

Admin Dashboard Starter with Nextjs14 and shadcn ui - Kiranism/next-shadcn-dashboard-starter
wono | discuss |
Next
© 2025. LINKTAG.ORG. Help Feedback Privacy Terms