Git Product home page Git Product logo

backend_in_action's Introduction

Backend In Action

Backend 공부 관련 코드들을 기록합니다.

브랜치 구조는 "언어 - 프레임워크/라이브러리 - 내용"로 구성되며 예를 들면 다음과 같습니다.

java/springboot/passport

Java

Title Date Description
SOLID todo Java로 Solid 원칙을 정리합니다.

Java / Spring Boot

Title Date Description
Passport 2024.02.17 - 2024.02.19 사용자 정보를 담은 인증객체 Passport를 만들어봅니다.
RedisLocalTest 2024.02.19 - 2024.02.26 로컬 테스트 환경에서 동작 가능한 Embedded Redis 를 만들어봅니다.
CustomProperties 2024.02.20 외부 구성 소스에서 설정을 바인딩하는 데 사용합니다.
HttpClient 2024.02.21 - 2024.02.22 Spring에서 Http 통신을 하기 위한 기술인 RestTemplate 와 WebClient 에 대해 비교합니다.
Jacoco 2024.02.26 - 2024.03.01 Jacoco 를 사용하여 코드 커버리지를 측정하여 테스트 코드를 효율적으로 작성합니다.
DockerImageCompress todo Spring Boot프로젝트를 도커 이미지를 생성할 때 이미지의 용량을 압축하여 경량화를 시킵니다.
GithubAction todo Spring Boot의 지속적인 통합을 Github Action 을 활용하여 진행합니다.

Kotlin / Spring Boot

Title Date Description
Starter 2024.03.01 - Forever 코틀린을 공부하면서 처음 본 내용과 자바와 다른 점에 대해서 정리합니다.
Jwt Provider 2024.03.03 코틀린으로 JWT를 발급합니다.

Typescript / Nest.js

Title Date Description
Starter 2024.06.05 - 2024.06.05 NestJS를 시작하면서 특징을 확인해봅니다.
3 Layer Architecture 2024.06.06 - 2024.06.18 NestJS를 사용하여 3 Layer Architecture 를 만들어보며 필요한 내용들을 정리합니다.
Custom Logging 2024.06.19 - 2024.06.19 로그를 작성할 때 커스텀하는 법을 알아봅니다.
Password Encoding todo 비밀번호를 저장할 때 암호화 하는법에 대해서 알아봅니다.
HealthChecks (Terminus) todo NestJS에서 제공하는 Healthchecks (Terminus)를 알아봅니다.

backend_in_action's People

Contributors

kimsei1124 avatar

Stargazers

 avatar

Watchers

 avatar

backend_in_action's Issues

SOLID 원칙 정리

개요

개발을 할 때 항상 나오는 SOLID 원칙에 대해 코드로 설명합니다.

Typescript Nest.js Starter 정리

Typescript Nest.js Starter

Spring Boot로 개발을 하다보니 다른 프레임워크도 궁금하게 되었습니다.
그래서 선택한 것이 바로 Nest.js입니다. 리디, 인프랩 등 다양한 기업에서 사용하고 있으며 활발하게 진행하고 있는 프로젝트이기 때문에 궁금하여 시작하게 되었습니다!

NestJS의 Logger을 파악하고, CustomLogger 을 생성한다.

백엔드 서버를 운영 및 개발할 때 가장 중요하다고 생각하는 것은 모니터링입니다. 그 중 가장 기초적인 것이 바로 로깅을 하는 것이라고 생각합니다.
이번에는 NestJS에서 로그를 남기고 커스텀하는 방법을 알아보려고 합니다.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.