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

dev

it dev python fastapi

첫걸음 - FastAPI

FastAPI framework, high performance, easy to learn, fast to code, ready for production
wono | discuss |
it dev python

파이썬 웹 프레임워크 비교 - Django, Flask, FastAPI 알아보기

세바스티안 라미레즈Sebastián Ramírez가 2018년에 발표한 모던 파이썬 웹 프레임워크, FastAPI는 Flask (플라스크)와 Django (장고)를 따라 빠르게 성장했다. 깃허브 스타 수를 기준으로 보면, 2023년 말에 FastAPI가 Flask를 앞지르면서 두 번...
wono | discuss |
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 #59041

Jest says "ReferenceError: Request is not defined" at node_modules/next/src/server/web/spec-extension/request.ts
wono | discuss |
it dev jest ts-node

Is ts-node needed to run Jest in Next.js 14 with TypeScript

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 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 dev flutter jwt

[Flutter] JWT 토큰관리 및 자동로그인 구현하기 feat. Dio Interceptor, Social Login

자동로그인은 앱 개발에 대중적으로 들어가는 기능 중 하나입니다. 현업에서는 신입에게 처음 내주는 흔한 과제이기도 하지만 인증·인가를 생각한다면 쉽게 구현할 수 있는 기능은 아닙니다. 그래서 이번에는 기본적이지만 많은 학습이 필요한 로그인과 토큰 관리에 대해 알아보도록 하겠습니다. ✓JWT 발행 조건 설정 with 소셜로그인 토큰은 인증이 성공되면 그 결과로 발행됩니다. 즉 성공적으로 로그인이 된다면 서버에서 토큰을 발급해주는 로직이 구축되야 하는 것이죠. 이전에 인증은 "유저가 서비스에 자신의 신원을 확인하고 증명하는 과정"이라고 설명했었습니다. 유저의 신원을 확인하기위해선 먼저 유저를 특정할 유니크한 값을 고민해야 합니다. 자체 회원가입만 있는 앱의 경우 유저가 입력한 ID를 식별값으로 쓰면 되기 때..
wono | discuss |
it dev golang decorator

Go seems to be of the opinion that it's better to just use a small number of well-understood abstractions

wono | discuss |
it dev golang dacorator

Decorator Patterns In Go

Introduction The decorator pattern is a software design pattern that lets you add more... Tagged with go, designpatterns, programming, softwareengineering.
wono | discuss |
it dev golang echo proxy

Support retries of failed proxy requests by mikemherron · Pull Request #2414 · labstack/echo

Implements #2372 Support for retrying proxy requests that fail due to an unavailable backend instance.
wono | discuss |
it dev golang firebird driver

GitHub - nakagami/firebirdsql: Firebird RDBMS sql driver for Go (golang)

Firebird RDBMS sql driver for Go (golang). Contribute to nakagami/firebirdsql development by creating an account on GitHub.
wono | discuss |
Next
© 2025. LINKTAG.ORG. Help Feedback Privacy Terms