+ it dev nextjs i18n Next.js로 다국어(i18n) 제공하기Next.js로 다국어를 적용하면서 공부하고 고민했던 흔적들에 대해서 설명합니다. wono | discuss | tweet + it dev nextjs bind Data Fetching: Server Actions and Mutations | Next.jsLearn how to handle form submissions and data mutations with Next.js. wono | discuss | tweet + it qa jsdoc typescript Discussion of What is JSDoc and why you may not need typescript for your next project?It has been a couple of weeks since I started testing out this technology, JSDoc, for maintaining... wono | discuss | tweet + it dev javascript ts-check javascript에서 typescript 적용하기 wono | discuss | tweet + it dev typescript type vs interface (TypeScript)개요 typescript에서 타입을 만들때 type alias, interface 두가지 사용방식이 있다. 기본적인 사용 방법의 차이에 대한 글은 이미 인터넷에 많이 있다. 그 외 type alias와 interface를 선택할때 고려할 만한 부분들은 어떤게 있는지 대해 정리해보려고 한다. > typescript 위키나, 핸드북 문서를 보면 일단 .. wono | discuss | tweet + it dev typescript 타입스크립트에서 type 과 interface 더 알아보기데보션 (DEVOCEAN) 기술 블로그 , 개발자 커뮤니티이자 내/외부 소통과 성장 플랫폼 wono | discuss | tweet + it dev typescript 타입스크립트 type과 interface의 공통점과 차이점https://yceffort.kr wono | discuss | tweet + it dev typescript TypeScript - type과 interface의 차이TypeScript에서 type과 interface는 비슷한 역할을 하는 것 같은데, 어떤 경우에는 type을 사용하는 게 좋고 어떤 경우에는 interface를 사용하는 게 좋은지 궁금해서 알아보았다.extends 키워드를 이용해서 확장할 수 있다.& 기호를 이용해서 wono | discuss | tweet + it dev nextjs admin GitHub - purpleio/purple-admin-ui: Next.js와 Tailwind를 이용한 모-던 어드민 템플릿Next.js와 Tailwind를 이용한 모-던 어드민 템플릿. Contribute to purpleio/purple-admin-ui development by creating an account on GitHub. wono | discuss | tweet + it dev nextjs admin 15 Best Next.js Admin Dashboard Templates for 2024When building an admin dashboard, choosing the right template can save you time and effort. Next.js, with its robust performance and flexibility, is a popular choice for developers who need to create… wono | discuss | tweet + it dev nextjs aws s3 Building a File Storage With Next.js, PostgreSQL, and Minio S3 – NextraIn this article, we will build a full-stack application using Next.js, PostgreSQL, and Minio S3. wono | discuss | tweet + it dev nextjs structure Bulletproof React folder structure wono | discuss | tweet + it dev nextjs components How to Organize Your Next.js Components FolderLearn 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 | tweet + it dev react Creating Effective And Optimized Next.JS Reusable Components. | HackerNoonLearn to create reusable components in React for better code organization and maintenance, using ComponentProps and HTMLAttributes interfaces for adaptability.. wono | discuss | tweet + it ops rds Aurora MySQL vs Aurora PostgreSQL wono | discuss | tweet + it ops aws arc 스타트업 엔지니어의 AWS 비용 최적화 경험기인프랩이 어떻게 월 $25,000 넘게 AWS 비용을 절약할 수 있었는지 경험과 노하우를 소개합니다. wono | discuss | tweet + it ops aws rds ec2 Amazon EC2를 써야 하나요, Amazon RDS를 써야 하나요? | EC2, RDS 비교 | 스마일샤크Amazon EC2와 RDS 중 어느 서비스를 선택할 지 고민하는 분들을 위한 의사 결정 프로세스 | EC2, RDS | EC2 인스턴스 타입 | RDS 데이터베이스 종류 | EC2 비용, RDS 비용 wono | discuss | tweet + it ops aws rds price postgresql Amazon RDS for PostgreSQL Pricing – Amazon Web ServicesAWS 프리 티어를 통해 Amazon RDS for PostgreSQL를 무료로 사용해 보세요. Amazon RDS for PostgreSQL에서는 온디맨드 및 예약 인스턴스를 사용한 만큼만 비용을 지불하면 됩니다. wono | discuss | tweet + it ops aws rds price [AWS] RDS 적정 인스턴스 선택, 비용 최적화1. RDS란? RDS는 클라우드에서 데이터베이스를 쉽게 설정, 운영 및 확장할 수 있는 완전관리형 오픈소스 관계형 데이터베이스이다. 온디맨드, 혹은 예약형 인스턴스 구매로 유연한 데이터베이스 관리가 가능하며 스토리지 및 메모리 등의 설정에 따라 금액이 달라진다. 2. RDS 비용을 결정하는 요소 DB 인스턴스 가용시간 - 1초 단위로 청구되며 1회 최소 10분 과금 스토리지 (월별 GB당) - DB인스턴스에 프로비저닝 한 스토리지 용량 월별 I/O - 총 스토리지 I/O 요청 수 백업 스토리지 - 자동 데이터베이스 백업 및 모든 데이터베이스 스냅샷과 연결된 스토리지 데이터 전송 - RDS에서 인스턴스를 통한 데이터 송수신 티어별 계산은 여기서 가능 (PostgreSQL 기준) https://calcul.. wono | discuss | tweet + it ops aws rds extended support RDS MySQL, PostgreSQL 의 Extended Support 의 개요이 페이지에서는 이 글을 쓰는 시점으로 최근에 지원을 시작한 RDS MySQL, PostgreSQL Extended Support 에 대하여 다룬다. 이 글은 아래의 공식 AWS Document 와 관련되어 있다. [1] https://aws.amazon.com/ko/about-aws/whats-new/2023/11/amazon-rds-mysql-new-minor-version-5-7-44/ [2] https://aws.amazon.com/ko/about-aws/whats-new/2023/11/amazon-rds-postgresql-minor-versions-15-5-14-10-13-13-12-17-11-22/ [3] https://docs.aws.amazon.com/AmazonRDS/latest/Use.. wono | discuss | tweetNext
+ it dev nextjs i18n Next.js로 다국어(i18n) 제공하기Next.js로 다국어를 적용하면서 공부하고 고민했던 흔적들에 대해서 설명합니다. wono | discuss | tweet
+ it dev nextjs bind Data Fetching: Server Actions and Mutations | Next.jsLearn how to handle form submissions and data mutations with Next.js. wono | discuss | tweet
+ it qa jsdoc typescript Discussion of What is JSDoc and why you may not need typescript for your next project?It has been a couple of weeks since I started testing out this technology, JSDoc, for maintaining... wono | discuss | tweet
+ it dev typescript type vs interface (TypeScript)개요 typescript에서 타입을 만들때 type alias, interface 두가지 사용방식이 있다. 기본적인 사용 방법의 차이에 대한 글은 이미 인터넷에 많이 있다. 그 외 type alias와 interface를 선택할때 고려할 만한 부분들은 어떤게 있는지 대해 정리해보려고 한다. > typescript 위키나, 핸드북 문서를 보면 일단 .. wono | discuss | tweet
+ it dev typescript 타입스크립트에서 type 과 interface 더 알아보기데보션 (DEVOCEAN) 기술 블로그 , 개발자 커뮤니티이자 내/외부 소통과 성장 플랫폼 wono | discuss | tweet
+ it dev typescript TypeScript - type과 interface의 차이TypeScript에서 type과 interface는 비슷한 역할을 하는 것 같은데, 어떤 경우에는 type을 사용하는 게 좋고 어떤 경우에는 interface를 사용하는 게 좋은지 궁금해서 알아보았다.extends 키워드를 이용해서 확장할 수 있다.& 기호를 이용해서 wono | discuss | tweet
+ it dev nextjs admin GitHub - purpleio/purple-admin-ui: Next.js와 Tailwind를 이용한 모-던 어드민 템플릿Next.js와 Tailwind를 이용한 모-던 어드민 템플릿. Contribute to purpleio/purple-admin-ui development by creating an account on GitHub. wono | discuss | tweet
+ it dev nextjs admin 15 Best Next.js Admin Dashboard Templates for 2024When building an admin dashboard, choosing the right template can save you time and effort. Next.js, with its robust performance and flexibility, is a popular choice for developers who need to create… wono | discuss | tweet
+ it dev nextjs aws s3 Building a File Storage With Next.js, PostgreSQL, and Minio S3 – NextraIn this article, we will build a full-stack application using Next.js, PostgreSQL, and Minio S3. wono | discuss | tweet
+ it dev nextjs components How to Organize Your Next.js Components FolderLearn 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 | tweet
+ it dev react Creating Effective And Optimized Next.JS Reusable Components. | HackerNoonLearn to create reusable components in React for better code organization and maintenance, using ComponentProps and HTMLAttributes interfaces for adaptability.. wono | discuss | tweet
+ it ops aws arc 스타트업 엔지니어의 AWS 비용 최적화 경험기인프랩이 어떻게 월 $25,000 넘게 AWS 비용을 절약할 수 있었는지 경험과 노하우를 소개합니다. wono | discuss | tweet
+ it ops aws rds ec2 Amazon EC2를 써야 하나요, Amazon RDS를 써야 하나요? | EC2, RDS 비교 | 스마일샤크Amazon EC2와 RDS 중 어느 서비스를 선택할 지 고민하는 분들을 위한 의사 결정 프로세스 | EC2, RDS | EC2 인스턴스 타입 | RDS 데이터베이스 종류 | EC2 비용, RDS 비용 wono | discuss | tweet
+ it ops aws rds price postgresql Amazon RDS for PostgreSQL Pricing – Amazon Web ServicesAWS 프리 티어를 통해 Amazon RDS for PostgreSQL를 무료로 사용해 보세요. Amazon RDS for PostgreSQL에서는 온디맨드 및 예약 인스턴스를 사용한 만큼만 비용을 지불하면 됩니다. wono | discuss | tweet
+ it ops aws rds price [AWS] RDS 적정 인스턴스 선택, 비용 최적화1. RDS란? RDS는 클라우드에서 데이터베이스를 쉽게 설정, 운영 및 확장할 수 있는 완전관리형 오픈소스 관계형 데이터베이스이다. 온디맨드, 혹은 예약형 인스턴스 구매로 유연한 데이터베이스 관리가 가능하며 스토리지 및 메모리 등의 설정에 따라 금액이 달라진다. 2. RDS 비용을 결정하는 요소 DB 인스턴스 가용시간 - 1초 단위로 청구되며 1회 최소 10분 과금 스토리지 (월별 GB당) - DB인스턴스에 프로비저닝 한 스토리지 용량 월별 I/O - 총 스토리지 I/O 요청 수 백업 스토리지 - 자동 데이터베이스 백업 및 모든 데이터베이스 스냅샷과 연결된 스토리지 데이터 전송 - RDS에서 인스턴스를 통한 데이터 송수신 티어별 계산은 여기서 가능 (PostgreSQL 기준) https://calcul.. wono | discuss | tweet
+ it ops aws rds extended support RDS MySQL, PostgreSQL 의 Extended Support 의 개요이 페이지에서는 이 글을 쓰는 시점으로 최근에 지원을 시작한 RDS MySQL, PostgreSQL Extended Support 에 대하여 다룬다. 이 글은 아래의 공식 AWS Document 와 관련되어 있다. [1] https://aws.amazon.com/ko/about-aws/whats-new/2023/11/amazon-rds-mysql-new-minor-version-5-7-44/ [2] https://aws.amazon.com/ko/about-aws/whats-new/2023/11/amazon-rds-postgresql-minor-versions-15-5-14-10-13-13-12-17-11-22/ [3] https://docs.aws.amazon.com/AmazonRDS/latest/Use.. wono | discuss | tweet