+ it dev nextjs middleware Routing: Middleware | Next.jsLearn how to use Middleware to run code before a request is completed. wono | discuss | tweet + it dev spring api [Start Spring Boot] REST Api의 버전관리* URL * Request Parameter * Header * Media Type wono | discuss | tweet + it dev shadcnui shadcn/ui로 Headless UI 사용해 보기headless UI와 shadcn/ui를 도입하여 UI 작업을 효율적으로 진행하기 wono | discuss | tweet + it dev shadcnui shadcn ui 자세히 알아보기shadcn/ui가 무엇인지와 동작 방식을 탐구하고 그 인기를 파헤칩니다. wono | discuss | tweet + it dev nextjs prisma BUILDING A MVC APPLICATION WITH NEXTJS AND PRISMAThis is a walkthrough of how we can build an MVC-based monolithic application with NextJs and Prisma as our core tools. NextJs is a React framework which means the front-facing UI will be built with… wono | discuss | tweet + it dev nextjs middleware NEXT.JS 환경에서의 페이지 접근 제한(middleware)로그인 한 상태에서 로그인 페이지에 접근하면? wono | discuss | tweet + it dev nextjs api [Next js] API Route 십분 활용하기🎯 Intro Next.js 를 꽤 오랜 기간 사용하다 보니 프론트에서 서버(getServerSideProps, getInitialProps)를 사용할 수 있는 점 이 상당히 매력적이라는걸 느끼는 것 같다. 위 두 가지 방식(getServerSideProps, g wono | discuss | tweet + it dev nextjs api [ Next.js ] - next api에서 express-rate-limit 사용하기기본적으로 express-rate-limit은 무분별한 요청으로 인한 서버 과부하를 막기 위해 사용되는 라이브러리이다. 백엔드 서버를 제대로 구축하여 express-rate-limit을 사용하는 것은 express-rate-limit문서에 나온 그대로 사용하면 문제없이 사용할 수 있지만 next에서 express-rate-limit을 그대로 사용하면 에러가 나고 제대로 작동하지 않기 때문에 해당 라이브러리를 사용하기 위해서는 수정하여 사용하여야 한다. 기본적인 express-rate-limit 사용 ☞ 2022.06.02 - [Javascript/Node.js] - [ Node.js ] - 서버 DDos 공격 막기 사용방법 next 환경 구축 > npx create-next-app --ts // 위의 명.. wono | discuss | tweet + it dev nextjs router Getting Started: Next.js App RouterWelcome to the AI SDK quickstart guide for Next.js App Router! wono | discuss | tweet + it dev nextjs router Next.js App Router.. 이제는 앱라적 사고가 필요하다. Deep dive 시작부터 파헤치기 Part.1현재 우리는 Next.js 14.2.2 버전을 사용 중이며 App Router 마이그레이션을 진행 중입니다. App router 로 전환 및 개발하며 얻은 정보와 best practice, 그리고 삽질기를 기록하기 위해 글을 작성해 봅니다. Next.js의 App Router는 기존 Page Router와는 근본적으로 다른 방식으로 작동하며, 기존까지의… wono | discuss | tweet + it dev nextjs router [nextjs] 13.4.0부터 안정화된 App Router. Pages Router와 비교13.4.0버전부터 stable로 승격된 app router에 대해서 기존의 pages router와 비교하며 알아봅니다. wono | discuss | tweet + it qa nestjs nextjs python Next.Js with Python or Nest.JS? : r/nextjs wono | discuss | tweet + it dev nestjs nextjs Efficient Deployment of Next.jsHi all this article is a guide for how to dockerized NextJs application which is built on top of ReactJs and NestJs mono applications and connects to the Azure VM with Reverse proxy. I'm planning to… wono | discuss | tweet + it dev nestjs nextjs Nest.js & Next.js - 1. 기본 셋팅들어가며올해 나의 기술적인 목표 중 하나가 Front-end framework를 배우는 것이다.마침 현재 회사가 React Native를 주력으로 사용하고 있기 때문에 나 역시 React에 능숙해질 필요가 있을 것 같아 Next.js를 배우면서 React 사용법을 익히고있다. 공부를 하면서 Next.js를 마치 Spring과 Thymeleaf 조합처럼 다른 wono | discuss | tweet + it dev nestjs nextjs turborepo GitHub - ejazahm3d/fullstack-turborepo-starter: Fullstack Turborepo starter. Typescript, Nestjs, Nextjs, Tailwind, Prisma, Github Actions, Docker, And Reverse proxy configuredFullstack Turborepo starter. Typescript, Nestjs, Nextjs, Tailwind, Prisma, Github Actions, Docker, And Reverse proxy configured - ejazahm3d/fullstack-turborepo-starter wono | discuss | tweet + it dev nestjs nextjs turborepo [문진] 모노레포 적용기 (feat. Turborepo)모노레포를 결정한 이유 기존의 불편함 현재 문진 웹서비스의 개발 팀원은 백엔드 개발자인 나와 프론트엔드 개발자인 윤하님 두명으로 구성되어 있다. 기존에 같이 토이 프로젝트를 진행하면서 백엔드와 프론트엔드를 분리하여 개발했었는데, 다음과 같은 불편한 점들이 있었다. 서로의 코드가 따로 관리되어 피드백을 주고받는 과정이 매우 번거롭다. API를 주고 받을 때 input, output 의 형식을 각자 관리 해야하는데, 이는 비효율적이면서 불일치가 발생할 수 있다. 같이 사용할 수 있는 코드들을 공유하기가 어렵다. wono | discuss | tweet + it dev nestjs nextjs turborepo [Monorepo] Turborepo를 사용하여 모노레포 구축하기Turborepo 도입기 디프만에서 프로젝트를 진행하려고 하는데, 서버 언어로 TypeScript를 사용하고 있기 때문에 프론트엔드와 함께 레포지터리를 사용하기에 용이했다. 그래서 Yarn Berry를 통해서 monorepo를 구축할 계획이었다. 프론트와 백 모두 익숙하신 분께서 모노레포를 모두 구축해주셨고 이를 활용해서 프로젝트를 디벨롭 하고자 했다. 백엔드와 프론트엔드 모두 세팅이 안정적으로 완료됐지만, Next.js의 Vercel 배포가 Yarn Berry에서는 잘 동작하지 않는다는 것을 알게 됐고, 이를 대체하고자 Turborepo를 통해 모노레포를 구축하고자 했다. Turborepo란? 공식 문서 설명에 따르면, JavaScript나 TypeScript 코드를 위해 최적화된 빌드 시스템이라고 한.. wono | discuss | tweet + it dev nestjs nextjs Next x Nest - Connecting your NextJs App to a NestJs BackendAs a Fullstack dev, there are plenty of times when you’d be involved in the creation of the backend while also helping out in the frontend. As a Web3 dev, that’s especially true since most frontend developers might know of react-query, swr and axios ... wono | discuss | tweet + it dev nestjs nextjs How to setup Nest.js & Next.js Mono-Repository?In the present day, many organizations opt for a monolithic repository approach for their projects. Consequently, I’m equipped to offer you a comprehensive solution, covering everything from project… wono | discuss | tweet + it dev nestjs nextjs NextJS 와 NestJS를 같이 써보자 (1)포스트하기 앞서 짧게 두 프레임워크를 연동하려 하는 이유를 말하자면, 우선 개인 포트폴리오 웹 페이지를 만들고 싶었다. 그래서 무료 클라우드 서버를 찾는 와중 국내 서비스인 클라우드타입 을 알게 되었다. 다른 해외 서비스는 해외에 서버가 있기 때문에 느린데 이 녀석은 wono | discuss | tweetNext
+ it dev nextjs middleware Routing: Middleware | Next.jsLearn how to use Middleware to run code before a request is completed. wono | discuss | tweet
+ it dev spring api [Start Spring Boot] REST Api의 버전관리* URL * Request Parameter * Header * Media Type wono | discuss | tweet
+ it dev shadcnui shadcn/ui로 Headless UI 사용해 보기headless UI와 shadcn/ui를 도입하여 UI 작업을 효율적으로 진행하기 wono | discuss | tweet
+ it dev nextjs prisma BUILDING A MVC APPLICATION WITH NEXTJS AND PRISMAThis is a walkthrough of how we can build an MVC-based monolithic application with NextJs and Prisma as our core tools. NextJs is a React framework which means the front-facing UI will be built with… wono | discuss | tweet
+ it dev nextjs middleware NEXT.JS 환경에서의 페이지 접근 제한(middleware)로그인 한 상태에서 로그인 페이지에 접근하면? wono | discuss | tweet
+ it dev nextjs api [Next js] API Route 십분 활용하기🎯 Intro Next.js 를 꽤 오랜 기간 사용하다 보니 프론트에서 서버(getServerSideProps, getInitialProps)를 사용할 수 있는 점 이 상당히 매력적이라는걸 느끼는 것 같다. 위 두 가지 방식(getServerSideProps, g wono | discuss | tweet
+ it dev nextjs api [ Next.js ] - next api에서 express-rate-limit 사용하기기본적으로 express-rate-limit은 무분별한 요청으로 인한 서버 과부하를 막기 위해 사용되는 라이브러리이다. 백엔드 서버를 제대로 구축하여 express-rate-limit을 사용하는 것은 express-rate-limit문서에 나온 그대로 사용하면 문제없이 사용할 수 있지만 next에서 express-rate-limit을 그대로 사용하면 에러가 나고 제대로 작동하지 않기 때문에 해당 라이브러리를 사용하기 위해서는 수정하여 사용하여야 한다. 기본적인 express-rate-limit 사용 ☞ 2022.06.02 - [Javascript/Node.js] - [ Node.js ] - 서버 DDos 공격 막기 사용방법 next 환경 구축 > npx create-next-app --ts // 위의 명.. wono | discuss | tweet
+ it dev nextjs router Getting Started: Next.js App RouterWelcome to the AI SDK quickstart guide for Next.js App Router! wono | discuss | tweet
+ it dev nextjs router Next.js App Router.. 이제는 앱라적 사고가 필요하다. Deep dive 시작부터 파헤치기 Part.1현재 우리는 Next.js 14.2.2 버전을 사용 중이며 App Router 마이그레이션을 진행 중입니다. App router 로 전환 및 개발하며 얻은 정보와 best practice, 그리고 삽질기를 기록하기 위해 글을 작성해 봅니다. Next.js의 App Router는 기존 Page Router와는 근본적으로 다른 방식으로 작동하며, 기존까지의… wono | discuss | tweet
+ it dev nextjs router [nextjs] 13.4.0부터 안정화된 App Router. Pages Router와 비교13.4.0버전부터 stable로 승격된 app router에 대해서 기존의 pages router와 비교하며 알아봅니다. wono | discuss | tweet
+ it dev nestjs nextjs Efficient Deployment of Next.jsHi all this article is a guide for how to dockerized NextJs application which is built on top of ReactJs and NestJs mono applications and connects to the Azure VM with Reverse proxy. I'm planning to… wono | discuss | tweet
+ it dev nestjs nextjs Nest.js & Next.js - 1. 기본 셋팅들어가며올해 나의 기술적인 목표 중 하나가 Front-end framework를 배우는 것이다.마침 현재 회사가 React Native를 주력으로 사용하고 있기 때문에 나 역시 React에 능숙해질 필요가 있을 것 같아 Next.js를 배우면서 React 사용법을 익히고있다. 공부를 하면서 Next.js를 마치 Spring과 Thymeleaf 조합처럼 다른 wono | discuss | tweet
+ it dev nestjs nextjs turborepo GitHub - ejazahm3d/fullstack-turborepo-starter: Fullstack Turborepo starter. Typescript, Nestjs, Nextjs, Tailwind, Prisma, Github Actions, Docker, And Reverse proxy configuredFullstack Turborepo starter. Typescript, Nestjs, Nextjs, Tailwind, Prisma, Github Actions, Docker, And Reverse proxy configured - ejazahm3d/fullstack-turborepo-starter wono | discuss | tweet
+ it dev nestjs nextjs turborepo [문진] 모노레포 적용기 (feat. Turborepo)모노레포를 결정한 이유 기존의 불편함 현재 문진 웹서비스의 개발 팀원은 백엔드 개발자인 나와 프론트엔드 개발자인 윤하님 두명으로 구성되어 있다. 기존에 같이 토이 프로젝트를 진행하면서 백엔드와 프론트엔드를 분리하여 개발했었는데, 다음과 같은 불편한 점들이 있었다. 서로의 코드가 따로 관리되어 피드백을 주고받는 과정이 매우 번거롭다. API를 주고 받을 때 input, output 의 형식을 각자 관리 해야하는데, 이는 비효율적이면서 불일치가 발생할 수 있다. 같이 사용할 수 있는 코드들을 공유하기가 어렵다. wono | discuss | tweet
+ it dev nestjs nextjs turborepo [Monorepo] Turborepo를 사용하여 모노레포 구축하기Turborepo 도입기 디프만에서 프로젝트를 진행하려고 하는데, 서버 언어로 TypeScript를 사용하고 있기 때문에 프론트엔드와 함께 레포지터리를 사용하기에 용이했다. 그래서 Yarn Berry를 통해서 monorepo를 구축할 계획이었다. 프론트와 백 모두 익숙하신 분께서 모노레포를 모두 구축해주셨고 이를 활용해서 프로젝트를 디벨롭 하고자 했다. 백엔드와 프론트엔드 모두 세팅이 안정적으로 완료됐지만, Next.js의 Vercel 배포가 Yarn Berry에서는 잘 동작하지 않는다는 것을 알게 됐고, 이를 대체하고자 Turborepo를 통해 모노레포를 구축하고자 했다. Turborepo란? 공식 문서 설명에 따르면, JavaScript나 TypeScript 코드를 위해 최적화된 빌드 시스템이라고 한.. wono | discuss | tweet
+ it dev nestjs nextjs Next x Nest - Connecting your NextJs App to a NestJs BackendAs a Fullstack dev, there are plenty of times when you’d be involved in the creation of the backend while also helping out in the frontend. As a Web3 dev, that’s especially true since most frontend developers might know of react-query, swr and axios ... wono | discuss | tweet
+ it dev nestjs nextjs How to setup Nest.js & Next.js Mono-Repository?In the present day, many organizations opt for a monolithic repository approach for their projects. Consequently, I’m equipped to offer you a comprehensive solution, covering everything from project… wono | discuss | tweet
+ it dev nestjs nextjs NextJS 와 NestJS를 같이 써보자 (1)포스트하기 앞서 짧게 두 프레임워크를 연동하려 하는 이유를 말하자면, 우선 개인 포트폴리오 웹 페이지를 만들고 싶었다. 그래서 무료 클라우드 서버를 찾는 와중 국내 서비스인 클라우드타입 을 알게 되었다. 다른 해외 서비스는 해외에 서버가 있기 때문에 느린데 이 녀석은 wono | discuss | tweet