profile
"개발자는 해결사이자 발견자이다✨" - Michael C. Feathers
태그 목록
전체보기 (92)TIL(28)Java(17)web(13)Springboot(11)친절한 SQL 튜닝(7)Inflearn(7)Spring(7)Backend(6)sql(4)OS(4)server(3)인프런(3)REST API(3)concurrency(3)Thread(3)운영체제(3)JavaScript(3)REST(3)Operating System(3)Spring boot(3)graphql(3)devcamp(3)rendering(3)lock(3)Search Engine(2)network(2)패스트캠퍼스(2)DdaMap(2)CS(2)스프링부트(2)Fast Campus(2)@RequiredArgsConstructor(2)따맵(2)static(2)seo(2)http(2)스프링(2)inheritance(2)CRP(2)Backend Bootcamp(2)validation(2)@백엔드 부트캠프(2)data type(2)남궁성의 데브캠프(2)NoArgsConstructor(2)Autowired(1)type inference(1)DNS Resolver(1)Polymorphism(1)OOP(1)allargsconstructor(1)default method(1)restful api(1)Builder Pattern(1)DNS(1)fcgi(1)static final(1)process(1)ISP(1)ObjectMapper(1)ResponseEntity(1)Interceptor(1)Under-Fetching(1)mutable(1)multithread(1)operator(1)HTTP Response Status(1)직렬화(1)Index(1)velog(1)Multi Block I/O(1)Comment Tag(1)Okhttp(1)internet(1)정보처리기사(1)BCHR(1)@ExceptionHandler(1)tutorial(1)latch(1)MPA(1)router(1)MVC(1)Custom Commnet Tag(1)Interrupt(1)CodingTest(1)Named Lock(1)Idempotent(1)경합(1)하드 파싱(1)connection pool(1)oracle(1)StringBuilder(1)Local DNS(1)Over-Fetching(1)SQL 최적화(1)multiple inheritance(1)옵티마이저 힌트(1)class(1)pagination(1)DDD(1)Domain Driven Design(1)ip(1)tcp(1)흥달쌤(1)method(1)JRE(1)Single Block I/O(1)Generic(1)IO(1)Core Web Vital(1)lighthouse(1)Diamond Problem(1)DBMS(1)@ResponseStatus(1)json(1)downcasting(1)upcasting(1)WS(1)WAS(1)FIX_ME(1)format(1)Serialization(1)msa(1)reflow & repaint(1)todo(1)Table Full Scan(1)String(1)Web Crawler(1)full text index(1)Pessimistic Lock(1)dependency injection(1)di(1)SQL 옵티마이저(1)controlleradvice(1)SGA(1)RestTemplate(1)StringBuffer(1)synchronized(1)커널 아카데미(1)Performance Metrics(1)Authoritative(1)webclient(1)Enum(1)Web Application Server(1)CSS(1)html(1)constant(1)Design Pattern(1)fastcampus(1)JVM(1)Optimistic Lock(1)CSR(1)SSR(1)I/O 메커니즘(1)김영한(1)API Gateway(1)leetcode(1)CDN(1)RestClient(1)dynamic(1)single inheritance(1)SQL 파싱(1)Markdown(1)Bind Variable(1)Fetch(1)spa(1)servlet(1)db(1)Web Server(1)ssg(1)Generics(1)Builder(1)Casting(1)Public IP(1)JDBCTemplate(1)Database(1)Non-Authoritative(1)SrpingBoot(1)Servlet Container(1)Access Modifier(1)Index Range Scan(1)Rendering Blocking(1)Pageable(1)monolithic(1)synchronization(1)race condition(1)HTTPClient(1)SDK(1)jdk(1)JDBC(1)소프트 파싱(1)Singleton(1)algorithm(1)Dispatcher-Servlet(1)Buffer Cache(1)PagedModel(1)exception(1)Stateless(1)CGI(1)google(1)deserialization(1)Comment(1)Private IP(1)Object class(1)Immutable(1)SingleThread(1)IntelliJ(1)page(1)variable(1)library cache(1)transactional(1)intranet(1)Rendering Pattern(1)final(1)File Contention(1)Gateway(1)Hexagonal Architecture(1)FastCGI(1)instance(1)LomBok(1)
post-thumbnail

[클린 아키텍처] 1부 소개

1부 1장, 2장에 대한 이야기📖

2026년 6월 15일
·
0개의 댓글
·
post-thumbnail

[마이밀크] 스탬프 좀 찍어다오

쉬었음 청년은 매주 커피를 말아서 밥벌이를 하고 있다 .. 근데 브랜드 컨셉인지 뭔지 아직도 지류 쿠폰에 일일히 스탬프를 찍어주는데 굉장히 .. 굉장히.. 귀찮다 포트폴리오 프로젝트도 부족하고 일상에서 아이디어를 얻은 김에 모바일 오더 앱 서비스를 만들어서 DX를 해보고자 한다. 이것도 미루다 미루다 새벽에 노트북 토닥이는 김에 메인 로고, 서브 로고,...

2026년 6월 10일
·
0개의 댓글
·
post-thumbnail

[매일메일CS] 외부 API 장애 대응 전략 - 타임아웃, 벌크헤드, 서킷 브레이커

https://www.maeil-mail.kr/question/74

2025년 8월 1일
·
0개의 댓글
·
post-thumbnail

[따맵] #1. 따릉이 대여소 저장 및 스케줄링

✅ 따릉이 대여소 API 호출 → DB 저장 ✅ 신규 및 폐쇄 대여소를 고려한 스케줄링

2025년 7월 31일
·
0개의 댓글
·
post-thumbnail

[매일메일CS] 동시성 제어와 공유 락(Shared Lock), 배타 락(Exclusive), 데드락(Deadlock)

동시성 제어와 대표적인 동시성 문제, 그리고 락(공유 락, 배타 락)과 데드락

2025년 7월 31일
·
0개의 댓글
·
post-thumbnail

[매일메일CS] 데이터베이스 커넥션 풀(Connection Pool)

데이터베이스 커넥션과 커넥션 풀

2025년 7월 31일
·
0개의 댓글
·
post-thumbnail

[스프링 핵심 원리 기본] Section02. 객체 지향 설계와 스프링

객체 지향의 본질, SOLID 원칙, 객체지향과 스프링

2025년 6월 20일
·
0개의 댓글
·
post-thumbnail

[OS] 프로세스

프로세스, 프로세스 상태, PCB(Process Control Block), Context Switch(문맥 교환), 스케줄러

2025년 6월 18일
·
0개의 댓글
·
post-thumbnail

[Network] 프로토콜과 캡슐화[2]

패킷 교환 네트워크, 회선 교환 네트워크, 프로토콜, TCP 4계층

2025년 6월 18일
·
0개의 댓글
·
post-thumbnail

[스프링 입문] Section08. AOP

AOP

2025년 6월 17일
·
0개의 댓글
·
post-thumbnail

[스프링 입문] Section07. 스프링 DB 접근 기술[6] - 스프링 데이터 JPA

스프링 데이터 JPA

2025년 6월 17일
·
0개의 댓글
·
post-thumbnail

[스프링 입문] Section07. 스프링 DB 접근 기술[4] - 스프링 JdbcTemplate

JDBC의 중복 코드를 제거한 JdbcTemplate

2025년 6월 17일
·
0개의 댓글
·
post-thumbnail

[스프링 입문] Section07. 스프링 DB 접근 기술[3] - 스프링 통합 테스트

스프링 통합 테스트(@SpringBootTest)와 @Transactional

2025년 6월 17일
·
0개의 댓글
·
post-thumbnail

[스프링 입문] Section07. 스프링 DB 접근 기술[2] - 순수 JDBC

순수 JDBC를 사용한 레포지토리 구현

2025년 6월 17일
·
0개의 댓글
·
post-thumbnail

[스프링 입문] Section06. 회원 관리 예제 - 웹 MVC

타임리프 템플릿, Model 객체, @ModelAttribute를 활용한 MVC

2025년 6월 13일
·
0개의 댓글
·
post-thumbnail

[스프링 입문] Section05. 스프링 빈과 의존관계

스프링 빈을 등록하는 두 가지 방법 - 컴포넌트 스캔과 자동 의존관계 설정, 직접 스프링 빈 등록

2025년 6월 13일
·
0개의 댓글
·
post-thumbnail

[친절한 SQL 튜닝] INDEX FULL SCAN과 TABLE FULL SCAN

INDEX FULL SCAN과 TABLE FULL SCAN

2025년 6월 8일
·
0개의 댓글
·