nextjs + it dev golang nextjs Go + TypeScript full stack web app, with nextjs, PostgreSQL and DockerBy the end of this, you will understand and create a simple yet complete full stack app using the... Tagged with go, webdev, beginners, devops. wono | discuss | tweet + it dev nextjs fullstack GitHub - gadingnst/fullstack-next-template: Fullstack TypeScript Next.js Boilerplate with modular architecture with full customization.Fullstack TypeScript Next.js Boilerplate with modular architecture with full customization. - gadingnst/fullstack-next-template wono | discuss | tweet + it dev nextjs s3 Next.js Server Action: A Guide to Uploading Files to AWS S3In my previous tutorial I describe the details actually what is Server Actions, I build a contact form and send email using server actions. In that tutorial I use server action into a server… wono | discuss | tweet + it dev nextjs Standalone Next.js. When serverless is not an optionReady to deploy your Next.js app, but unsure if serverless is the way to go? Let's explore both serverless and serverful approaches to help you choose the right path for your project. wono | discuss | tweet + it dev nextjs nestjs NextJS 와 NestJS를 같이 써보자 (1)포스트하기 앞서 짧게 두 프레임워크를 연동하려 하는 이유를 말하자면, 우선 개인 포트폴리오 웹 페이지를 만들고 싶었다. 그래서 무료 클라우드 서버를 찾는 와중 국내 서비스인 클라우드타입 을 알게 되었다. 다른 해외 서비스는 해외에 서버가 있기 때문에 느린데 이 녀석은 wono | discuss | tweet + it dev nextjs Is there a way to use api functions that are "not serveless" ? wono | discuss | tweet + it dev nextjs serverless Next.js의 API Routes 코드 모듈화에 대해서API Routes를 사용하면 코드가 매우 지저분해진다. API Routes를 사용하면서 어떻게 하면 코드를 보기 좋은 형태로 남길 수 있을지 고민한 흔적. wono | discuss | tweet + it dev nextjs How can I separate data layer from Next.js API routes? wono | discuss | tweet + it dev nextjs inject OOP and Dependency Injection in NextJsInversion of Control with InversifyJs in NextJs wono | discuss | tweet + it dev nextjs cors Using CORS in Next.js to handle cross-origin requests - LogRocket BlogThere are several ways to configure CORS in Next.js. Let's look at how to use the most critical headers to make your site more secure. wono | discuss | tweet + it dev nextjs Next.js 개발 요청사항1. Routing 정책 - App Router를 쓰는지 그렇다면 use client를 써야하는 상황 - App Router vs. Page Router → App Router 방식을 사용합니다. 공시문서: https://nextjs.org/docs#app-router-vs-pages-router App Router에서는 streaming과 같은 최신 React 기능을 사용할 수 있는 이점이 있습니다. Next.js 13.3까지 Page Router 방식을 사용했고 App Router는 베타 단계였고, Next.js 13.4부터 App Router가 정식 버전으로 채택되었습니다. App Router의 가장 큰 변화는 RSC(React Server Component)를 default로 쓰고 있다는 점입니다.. wono | discuss | tweet + it dev nextjs request Access Request Object in New App Directory Page Route · vercel/next.js · Discussion #42732Access Request Object in New App Directory Page Route wono | discuss | tweet + it dev nextjs how to get the client Ip address in app router? · vercel/next.js · Discussion #55037how to get the client Ip address in app router? wono | discuss | tweet + it dev nextjs zustand Setup with Next.js - Zustand wono | discuss | tweet + it dev nextjs Next.js 14 강좌 1편. 라우팅의 모든 것Next.js 14 강좌 1편. 라우팅의 모든 것 wono | discuss | tweet + it dev nextjs controller GitHub - ayonli/next-controller: Elegant API/MVC controller wrapper for Next.js framework.Elegant API/MVC controller wrapper for Next.js framework. - ayonli/next-controller wono | discuss | tweet + it dev nextjs approuter Real-world open-source projects built with Next.js 14 and App RouterDiscover how others build real-world Next.js applications by examining their codebase. Tagged with nextjs, frontend, react, opensource. wono | discuss | tweet + it dev nextjs kysely How to configurate Next.js and KyselyConfigurate Next.js and Kysely easily for your project wono | discuss | tweet + it dev kysely nextjs PlanetScale + Kysely 데이터베이스 연동 (Next.js)Next.js 프로젝트 스택 검토 (2023) 대로 홈페이지를 다시 만들기 위한 두 번째 단계로 Kysely를 사용하여 PlanetScale 데이터베이스를 연동했다. PlanetScale 데이터베이스 셋업 https://planetscale.com/docs/tutorials/planetscale-quick-start-guide를 따라하면 정말 쉽게 새 데이터베이스를 만들 수 있다. 데이터베이스 생성이 끝나면 대시보드에서 DB 상태를 비롯해 각종 정보를 볼 수 있다. 우측의 Connect 버튼을 누르면 username 등의 DB 접속 정보를 확인할 수 있는데, Connect with에서 MySQL CLI를 선택하면 나오는 명령을 참고하여 일반적인 DB 클라이언트에서 접속 가능하다. 다음은 MySQLWork.. wono | discuss | tweet + it dev kysely nextjs [Next.js] Vercel Postgres 사용하기토끼리 wono | discuss | tweetNext
+ it dev golang nextjs Go + TypeScript full stack web app, with nextjs, PostgreSQL and DockerBy the end of this, you will understand and create a simple yet complete full stack app using the... Tagged with go, webdev, beginners, devops. wono | discuss | tweet
+ it dev nextjs fullstack GitHub - gadingnst/fullstack-next-template: Fullstack TypeScript Next.js Boilerplate with modular architecture with full customization.Fullstack TypeScript Next.js Boilerplate with modular architecture with full customization. - gadingnst/fullstack-next-template wono | discuss | tweet
+ it dev nextjs s3 Next.js Server Action: A Guide to Uploading Files to AWS S3In my previous tutorial I describe the details actually what is Server Actions, I build a contact form and send email using server actions. In that tutorial I use server action into a server… wono | discuss | tweet
+ it dev nextjs Standalone Next.js. When serverless is not an optionReady to deploy your Next.js app, but unsure if serverless is the way to go? Let's explore both serverless and serverful approaches to help you choose the right path for your project. wono | discuss | tweet
+ it dev nextjs nestjs NextJS 와 NestJS를 같이 써보자 (1)포스트하기 앞서 짧게 두 프레임워크를 연동하려 하는 이유를 말하자면, 우선 개인 포트폴리오 웹 페이지를 만들고 싶었다. 그래서 무료 클라우드 서버를 찾는 와중 국내 서비스인 클라우드타입 을 알게 되었다. 다른 해외 서비스는 해외에 서버가 있기 때문에 느린데 이 녀석은 wono | discuss | tweet
+ it dev nextjs Is there a way to use api functions that are "not serveless" ? wono | discuss | tweet
+ it dev nextjs serverless Next.js의 API Routes 코드 모듈화에 대해서API Routes를 사용하면 코드가 매우 지저분해진다. API Routes를 사용하면서 어떻게 하면 코드를 보기 좋은 형태로 남길 수 있을지 고민한 흔적. wono | discuss | tweet
+ it dev nextjs inject OOP and Dependency Injection in NextJsInversion of Control with InversifyJs in NextJs wono | discuss | tweet
+ it dev nextjs cors Using CORS in Next.js to handle cross-origin requests - LogRocket BlogThere are several ways to configure CORS in Next.js. Let's look at how to use the most critical headers to make your site more secure. wono | discuss | tweet
+ it dev nextjs Next.js 개발 요청사항1. Routing 정책 - App Router를 쓰는지 그렇다면 use client를 써야하는 상황 - App Router vs. Page Router → App Router 방식을 사용합니다. 공시문서: https://nextjs.org/docs#app-router-vs-pages-router App Router에서는 streaming과 같은 최신 React 기능을 사용할 수 있는 이점이 있습니다. Next.js 13.3까지 Page Router 방식을 사용했고 App Router는 베타 단계였고, Next.js 13.4부터 App Router가 정식 버전으로 채택되었습니다. App Router의 가장 큰 변화는 RSC(React Server Component)를 default로 쓰고 있다는 점입니다.. wono | discuss | tweet
+ it dev nextjs request Access Request Object in New App Directory Page Route · vercel/next.js · Discussion #42732Access Request Object in New App Directory Page Route wono | discuss | tweet
+ it dev nextjs how to get the client Ip address in app router? · vercel/next.js · Discussion #55037how to get the client Ip address in app router? wono | discuss | tweet
+ it dev nextjs controller GitHub - ayonli/next-controller: Elegant API/MVC controller wrapper for Next.js framework.Elegant API/MVC controller wrapper for Next.js framework. - ayonli/next-controller wono | discuss | tweet
+ it dev nextjs approuter Real-world open-source projects built with Next.js 14 and App RouterDiscover how others build real-world Next.js applications by examining their codebase. Tagged with nextjs, frontend, react, opensource. wono | discuss | tweet
+ it dev nextjs kysely How to configurate Next.js and KyselyConfigurate Next.js and Kysely easily for your project wono | discuss | tweet
+ it dev kysely nextjs PlanetScale + Kysely 데이터베이스 연동 (Next.js)Next.js 프로젝트 스택 검토 (2023) 대로 홈페이지를 다시 만들기 위한 두 번째 단계로 Kysely를 사용하여 PlanetScale 데이터베이스를 연동했다. PlanetScale 데이터베이스 셋업 https://planetscale.com/docs/tutorials/planetscale-quick-start-guide를 따라하면 정말 쉽게 새 데이터베이스를 만들 수 있다. 데이터베이스 생성이 끝나면 대시보드에서 DB 상태를 비롯해 각종 정보를 볼 수 있다. 우측의 Connect 버튼을 누르면 username 등의 DB 접속 정보를 확인할 수 있는데, Connect with에서 MySQL CLI를 선택하면 나오는 명령을 참고하여 일반적인 DB 클라이언트에서 접속 가능하다. 다음은 MySQLWork.. wono | discuss | tweet