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

it

it tool npm

npm-install | npm Docs

Install a package
wono | discuss |
it dev nextjs jest

NextJS 테스트 코드 작성하기 - 리액트 테스트에 대하여

해당 글은 John Ahn 님의 따라하는 리액트테스트 강의를 참고하여 작성했습니다. 왜 애플리케이션을 TEST 해야 할까요? 간단하게 더 안정적인 애플리케이션을 위해서는 여러 방법으로 테스트를 해줘야 더 안정적인 애플리케이션이 될 수 있습니다. 테스팅으로 얻는 이점은 무엇일까요? 디버깅 시간을 단축! 만약 데이터가 잘못 나왔다면 그것이 UI의 문제인지 DB의 문제인지등 전부 테스트를 해봐서 찾아야 하는데 테스팅 환경이 구축된 어있다면 자동화된 유닛 테스팅으로 특정 버그를 쉽게 찾아낼 수 있습니다. 더욱 안정적인 애플리케이션! 많은 테스트 코드와 함께 작성된 코드의 애플리케이션이 되기 때문에 훨씬 안정적인 애플리케이션이 됩니다. 이밖에도 재설계 시간의 단축과 추가로 무언가를 더 구현해야 할 때 더 용이하게..
wono | discuss |
it dev svelte api

GET handlers • Svelte Tutorial

wono | discuss |
it dev nuxtjs api

server/ · Nuxt Directory Structure

The server/ directory is used to register API and server handlers to your application.
wono | discuss |
it qa nextjs api

Using API routes for large projects

wono | discuss |
it qa nextjs api

Using NextJS as just a REST API

wono | discuss |
it blog arc api

REST란? REST API 디자인 가이드

REST란? REST API 디자인 가이드 시작하며 작년 저의 커리어의 첫 번째 회사인 스타트업 입사 첫날 사수님이 REST API를 구현해본적이 있냐고 물어보셨습니다. 그런 경험이 없다고 하니 REST API 디자인 가이드 글을 읽어보라고 주셨고 이렇게 REST API의 첫 만남을 시작하여 퇴사하기 전까지 주어진 중요한 일은 프론트와 API 스팩을 정하는 것이었습니다. 한번 스팩을 정하면 벡엔드 개발자인 저만 바꾸어야 하는 것이 아닌 프론트에도 영향이가니 신중함과 검토와 소통의 연속이었습니다. 당시 어떻게 개발해야할까 검색과 고민한 내용을 재구성하여 작성해봅니다. 참고 링크는 글의 후미에 작성하였습니다. REST란? REST는 웹의 창시자(HTTP) 중의 한 사람인 Roy Fielding(로이 필딩)이..
wono | discuss |
it arc ms api

웹 API 디자인 모범 사례 - Azure Architecture Center

플랫폼 독립성과 서비스 발전을 지원하는 웹 API를 디자인하기 위한 모범 사례를 알아봅니다.
wono | discuss |
it blog arc api

가비아 라이브러리

IT 콘텐츠 허브
wono | discuss |
it blog arc api

RESTful API 네이밍

이 가이드는 RESTful API의 네이밍에 대한 중요성과 명확하고 일관된 API 디자인을 위한 가이드라는 내용을 다룹니다. RESTful API의 네이밍 규칙과 팁을 통해 효율적이고 유지보수 가능한 API를 개발할 수 있습니다.
wono | discuss |
it dev nextjs swagger

Setup Swagger in Nextjs App Router

Swagger 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 |
it dev nextjs middleware

Writing API Routein Nextjs14

As 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 |
it dev nextjs middleware

Next.js Middleware for Securing API Routes

Integrating 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 |
it dev nextjs middleware

Streamlining Middleware in Next.js 14 Api Routes with TypeScript: A Comprehensive Guide

Middleware 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 |
it dev nextjs middleware

How to Write Actual API Middleware for Next.js

Whenever 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 |
it dev nextjs auth decorator reflect-metadata

Reflect-metadata | jtwjs Dev Wiki

wono | discuss |
it dev nextjs auth decorator

Decorators Routes | App Router with NextJS 14

Decorators Routes | App Router with NextJS 14 . GitHub Gist: instantly share code, notes, and snippets.
wono | discuss |
it dev nextjs auth

Building Your Application: Authentication | Next.js

Learn how to implement authentication in Next.js, covering best practices, securing routes, authorization techniques, and session management.
wono | discuss |
it blog arc jwt roles

Easy way to put user role in JWT | Cerbos

Learn about embedding user roles in JWTs for managing access control in your applications. Use the technique described in this article with care. If you end up abusing this method, you'll fall into the bloated JWT anti-pattern.
wono | discuss |
it arc jwt auth0

JSON Web Token Claims

Describe JSON web token (JWT) claims and how they are used in Auth0.
wono | discuss |
Next
© 2025. LINKTAG.ORG. Help Feedback Privacy Terms