+ it dev python 파이썬 웹 프레임워크 비교 - Django, Flask, FastAPI 알아보기세바스티안 라미레즈Sebastián Ramírez가 2018년에 발표한 모던 파이썬 웹 프레임워크, FastAPI는 Flask (플라스크)와 Django (장고)를 따라 빠르게 성장했다. 깃허브 스타 수를 기준으로 보면, 2023년 말에 FastAPI가 Flask를 앞지르면서 두 번... wono | discuss | tweet + it dev nextjs jest Jest says "ReferenceError: Request is not defined" at node_modules/next/src/server/web/spec-extension/request.ts · vercel/next.js · Discussion #59041Jest says "ReferenceError: Request is not defined" at node_modules/next/src/server/web/spec-extension/request.ts wono | discuss | tweet + it dev jest ts-node Is ts-node needed to run Jest in Next.js 14 with TypeScript wono | discuss | tweet + it tool npm npm-install | npm DocsInstall a package wono | discuss | tweet + it dev nextjs jest NextJS 테스트 코드 작성하기 - 리액트 테스트에 대하여해당 글은 John Ahn 님의 따라하는 리액트테스트 강의를 참고하여 작성했습니다. 왜 애플리케이션을 TEST 해야 할까요? 간단하게 더 안정적인 애플리케이션을 위해서는 여러 방법으로 테스트를 해줘야 더 안정적인 애플리케이션이 될 수 있습니다. 테스팅으로 얻는 이점은 무엇일까요? 디버깅 시간을 단축! 만약 데이터가 잘못 나왔다면 그것이 UI의 문제인지 DB의 문제인지등 전부 테스트를 해봐서 찾아야 하는데 테스팅 환경이 구축된 어있다면 자동화된 유닛 테스팅으로 특정 버그를 쉽게 찾아낼 수 있습니다. 더욱 안정적인 애플리케이션! 많은 테스트 코드와 함께 작성된 코드의 애플리케이션이 되기 때문에 훨씬 안정적인 애플리케이션이 됩니다. 이밖에도 재설계 시간의 단축과 추가로 무언가를 더 구현해야 할 때 더 용이하게.. wono | discuss | tweet + it dev svelte api GET handlers • Svelte Tutorial wono | discuss | tweet + it dev nuxtjs api server/ · Nuxt Directory StructureThe server/ directory is used to register API and server handlers to your application. wono | discuss | tweet + it qa nextjs api Using API routes for large projects wono | discuss | tweet + it qa nextjs api Using NextJS as just a REST API wono | discuss | tweet + it blog arc api REST란? REST API 디자인 가이드REST란? REST API 디자인 가이드 시작하며 작년 저의 커리어의 첫 번째 회사인 스타트업 입사 첫날 사수님이 REST API를 구현해본적이 있냐고 물어보셨습니다. 그런 경험이 없다고 하니 REST API 디자인 가이드 글을 읽어보라고 주셨고 이렇게 REST API의 첫 만남을 시작하여 퇴사하기 전까지 주어진 중요한 일은 프론트와 API 스팩을 정하는 것이었습니다. 한번 스팩을 정하면 벡엔드 개발자인 저만 바꾸어야 하는 것이 아닌 프론트에도 영향이가니 신중함과 검토와 소통의 연속이었습니다. 당시 어떻게 개발해야할까 검색과 고민한 내용을 재구성하여 작성해봅니다. 참고 링크는 글의 후미에 작성하였습니다. REST란? REST는 웹의 창시자(HTTP) 중의 한 사람인 Roy Fielding(로이 필딩)이.. wono | discuss | tweet + it arc ms api 웹 API 디자인 모범 사례 - Azure Architecture Center플랫폼 독립성과 서비스 발전을 지원하는 웹 API를 디자인하기 위한 모범 사례를 알아봅니다. wono | discuss | tweet + it blog arc api 가비아 라이브러리IT 콘텐츠 허브 wono | discuss | tweet + it blog arc api RESTful API 네이밍이 가이드는 RESTful API의 네이밍에 대한 중요성과 명확하고 일관된 API 디자인을 위한 가이드라는 내용을 다룹니다. RESTful API의 네이밍 규칙과 팁을 통해 효율적이고 유지보수 가능한 API를 개발할 수 있습니다. wono | discuss | tweet + it dev nextjs swagger Setup Swagger in Nextjs App RouterSwagger is an Open Source set of rules, specifications, and tools for developing and describing RESTful APIs. The Swagger allows developers to create interactive, machine and human-readable API documentation. It also comes with a playground where we can try out actual APIs. In this article, we will see how to wono | discuss | tweet + it dev nextjs middleware Writing API Routein Nextjs14As a software engineer, change can sometimes be challenging. I love using react in its raw form because I love having control over my project. Using Nextjs has taught me that it’s never about how you… wono | discuss | tweet + it dev nextjs middleware Next.js Middleware for Securing API RoutesIntegrating middleware into your Next.js applications offers a powerful mechanism to enhance performance. Learn the impact of Next.js Middleware in API security. wono | discuss | tweet + it dev nextjs middleware Streamlining Middleware in Next.js 14 Api Routes with TypeScript: A Comprehensive GuideMiddleware plays a pivotal role in web development, offering a seamless way to handle requests, responses, and application logic. With the advent of Next.js 14 and the robustness of TypeScript… wono | discuss | tweet + it dev nextjs middleware How to Write Actual API Middleware for Next.jsWhenever I have to implement a web client for an app, or proof of concept of some sort, I instinctively reach for Next.js. A couple of years ago, I had to implement an app around the time Next.js… wono | discuss | tweet + it dev nextjs auth decorator reflect-metadata Reflect-metadata | jtwjs Dev Wiki wono | discuss | tweet + it dev nextjs auth decorator Decorators Routes | App Router with NextJS 14Decorators Routes | App Router with NextJS 14 . GitHub Gist: instantly share code, notes, and snippets. wono | discuss | tweetNext
+ it dev python 파이썬 웹 프레임워크 비교 - Django, Flask, FastAPI 알아보기세바스티안 라미레즈Sebastián Ramírez가 2018년에 발표한 모던 파이썬 웹 프레임워크, FastAPI는 Flask (플라스크)와 Django (장고)를 따라 빠르게 성장했다. 깃허브 스타 수를 기준으로 보면, 2023년 말에 FastAPI가 Flask를 앞지르면서 두 번... wono | discuss | tweet
+ it dev nextjs jest Jest says "ReferenceError: Request is not defined" at node_modules/next/src/server/web/spec-extension/request.ts · vercel/next.js · Discussion #59041Jest says "ReferenceError: Request is not defined" at node_modules/next/src/server/web/spec-extension/request.ts wono | discuss | tweet
+ it dev jest ts-node Is ts-node needed to run Jest in Next.js 14 with TypeScript wono | discuss | tweet
+ it dev nextjs jest NextJS 테스트 코드 작성하기 - 리액트 테스트에 대하여해당 글은 John Ahn 님의 따라하는 리액트테스트 강의를 참고하여 작성했습니다. 왜 애플리케이션을 TEST 해야 할까요? 간단하게 더 안정적인 애플리케이션을 위해서는 여러 방법으로 테스트를 해줘야 더 안정적인 애플리케이션이 될 수 있습니다. 테스팅으로 얻는 이점은 무엇일까요? 디버깅 시간을 단축! 만약 데이터가 잘못 나왔다면 그것이 UI의 문제인지 DB의 문제인지등 전부 테스트를 해봐서 찾아야 하는데 테스팅 환경이 구축된 어있다면 자동화된 유닛 테스팅으로 특정 버그를 쉽게 찾아낼 수 있습니다. 더욱 안정적인 애플리케이션! 많은 테스트 코드와 함께 작성된 코드의 애플리케이션이 되기 때문에 훨씬 안정적인 애플리케이션이 됩니다. 이밖에도 재설계 시간의 단축과 추가로 무언가를 더 구현해야 할 때 더 용이하게.. wono | discuss | tweet
+ it dev nuxtjs api server/ · Nuxt Directory StructureThe server/ directory is used to register API and server handlers to your application. wono | discuss | tweet
+ it blog arc api REST란? REST API 디자인 가이드REST란? REST API 디자인 가이드 시작하며 작년 저의 커리어의 첫 번째 회사인 스타트업 입사 첫날 사수님이 REST API를 구현해본적이 있냐고 물어보셨습니다. 그런 경험이 없다고 하니 REST API 디자인 가이드 글을 읽어보라고 주셨고 이렇게 REST API의 첫 만남을 시작하여 퇴사하기 전까지 주어진 중요한 일은 프론트와 API 스팩을 정하는 것이었습니다. 한번 스팩을 정하면 벡엔드 개발자인 저만 바꾸어야 하는 것이 아닌 프론트에도 영향이가니 신중함과 검토와 소통의 연속이었습니다. 당시 어떻게 개발해야할까 검색과 고민한 내용을 재구성하여 작성해봅니다. 참고 링크는 글의 후미에 작성하였습니다. REST란? REST는 웹의 창시자(HTTP) 중의 한 사람인 Roy Fielding(로이 필딩)이.. wono | discuss | tweet
+ it arc ms api 웹 API 디자인 모범 사례 - Azure Architecture Center플랫폼 독립성과 서비스 발전을 지원하는 웹 API를 디자인하기 위한 모범 사례를 알아봅니다. wono | discuss | tweet
+ it blog arc api RESTful API 네이밍이 가이드는 RESTful API의 네이밍에 대한 중요성과 명확하고 일관된 API 디자인을 위한 가이드라는 내용을 다룹니다. RESTful API의 네이밍 규칙과 팁을 통해 효율적이고 유지보수 가능한 API를 개발할 수 있습니다. wono | discuss | tweet
+ it dev nextjs swagger Setup Swagger in Nextjs App RouterSwagger is an Open Source set of rules, specifications, and tools for developing and describing RESTful APIs. The Swagger allows developers to create interactive, machine and human-readable API documentation. It also comes with a playground where we can try out actual APIs. In this article, we will see how to wono | discuss | tweet
+ it dev nextjs middleware Writing API Routein Nextjs14As a software engineer, change can sometimes be challenging. I love using react in its raw form because I love having control over my project. Using Nextjs has taught me that it’s never about how you… wono | discuss | tweet
+ it dev nextjs middleware Next.js Middleware for Securing API RoutesIntegrating middleware into your Next.js applications offers a powerful mechanism to enhance performance. Learn the impact of Next.js Middleware in API security. wono | discuss | tweet
+ it dev nextjs middleware Streamlining Middleware in Next.js 14 Api Routes with TypeScript: A Comprehensive GuideMiddleware plays a pivotal role in web development, offering a seamless way to handle requests, responses, and application logic. With the advent of Next.js 14 and the robustness of TypeScript… wono | discuss | tweet
+ it dev nextjs middleware How to Write Actual API Middleware for Next.jsWhenever I have to implement a web client for an app, or proof of concept of some sort, I instinctively reach for Next.js. A couple of years ago, I had to implement an app around the time Next.js… wono | discuss | tweet
+ it dev nextjs auth decorator reflect-metadata Reflect-metadata | jtwjs Dev Wiki wono | discuss | tweet
+ it dev nextjs auth decorator Decorators Routes | App Router with NextJS 14Decorators Routes | App Router with NextJS 14 . GitHub Gist: instantly share code, notes, and snippets. wono | discuss | tweet