Skip to content

Frontend-Deep-Divers/JavaScript-Design-Patterns

View on GitHub ↗Related repositories →

active 2025-07-252025-08-14 (UTC)

Partial coverage20,548 / 26,301 hourly files (78%) · 2 absent upstream · 5,750 failed, retryable2023-08-152026-08-14 (UTC)— sampled evenly across the window, so rankings and trends hold; absolute counts scale up.
Events
76
Pushes
25
Pull requests
0
Issues
47
Stars
0
Forks
0

Activity over time

Daily event counts in the loaded window

Line chart, 24 days from 2025-07-22 to 2025-08-14. Pushes: 25 total, peak 4 in a day. Pull requests: 0 total, peak 0 in a day. Issues: 47 total, peak 9 in a day. Comments: 0 total, peak 0 in a day. Stars: 0 total, peak 0 in a day.

  • Pushes
  • Pull requests
  • Issues
  • Comments
  • Stars

Stars, PRs, issues and forks are under-captured in the later part of this window. GH Archive progressively stopped capturing non-push events during 2026 — −95% or worse by the end of the window. Every series here except Pushes fades for that reason, so a decline above reflects the archive, not this repository. Pushes stay reliable throughout, so read them, and the contributor counts derived from them, as the real signal. Data health has the measurements.

Top contributors

Pushes, PRs, issues, reviews and comments — stars and forks excluded, so this is contribution rather than popularity

ContributorContributionsPushesPRsComments
ektto104134700
jsj787824600
friend5hip10600

Recent activity

Latest issues, pull requests and releases

  • Issue#33jsj78782025-08-14 04:25
    14.2.1 리덕스를 사용할 때의 혼합 구조 설계에 대해 설명해주세요
  • Issue#30jsj78782025-08-14 04:25
    14.3 타입스크립트가 PropTypes를 대체할 수 있을지 생각해보세요.
  • Issue#31jsj78782025-08-14 04:25
    13.4.1 어떤 렌더링 패턴을 선택하는 것이 좋을지 생각해 보세요.
  • Issue#32jsj78782025-08-14 04:25
    13.3 서버 사이드 렌더링의 특징으로 틀린 것을 골라주세요
  • Issue#26jsj78782025-08-14 04:25
    12.10.3 크기가 큰 리소스로 인해 CLS 현상이 발생할 때 적절한 해결책을 생각해보세요.
  • Issue#27jsj78782025-08-14 04:25
    12.7.2 다음 시나리오에서 가장 적절한 로딩 전략은 무엇일까요?
  • Issue#28jsj78782025-08-14 04:25
    12.3 렌더링 Props 패턴이 무엇이고, 이 패턴을 사용했을 때의 장점에 대해 간략하게 설명해주세요.
  • Issue#29jsj78782025-08-14 04:25
    13.1 렌더링 방식 간의 웹 지표 비교를 해보세요
  • Issue#32jsj78782025-08-14 03:30
    13.3 서버 사이드 렌더링의 특징으로 틀린 것을 골라주세요
  • Issue#29ektto10412025-08-13 02:01
    13.1 렌더링 방식 간의 웹 지표 비교를 해보세요
  • Issue#24ektto10412025-08-11 04:22
    10.2 다음 중 AMD 방식에 대한 설명으로 옳지 않은 것은 무엇인가요?
  • Issue#25ektto10412025-08-11 04:22
    11.4 다음 코드를 보고 어떤 네임스페이스 패턴이 적용되었는지 말해주세요
  • Issue#21ektto10412025-08-11 04:22
    11.6 다음 즉시 실행 함수 표현식 패턴에서 공개/비공개 프로퍼티를 구분해보세요.
  • Issue#22ektto10412025-08-11 04:22
    10.3 ES 모듈(ESM)의 import 함수와 CommonJS의 require 함수의 가장 큰 차이점은 무엇인가요?
  • Issue#23ektto10412025-08-11 04:22
    11.8.1 중첩 네임스페이스 자동화 패턴을 보고, 코드를 완성해주세요.
  • Issue#28jsj78782025-08-11 03:41
    12.3 렌더링 Props 패턴이 무엇이고, 이 패턴을 사용했을 때의 장점에 대해 간략하게 설명해주세요.
  • Issue#26ektto10412025-08-10 12:54
    12.10.3 크기가 큰 리소스로 인해 CLS 현상이 발생할 때 적절한 해결책을 생각해보세요.
  • Issue#16ektto10412025-08-07 11:35
    8.6.2 MVC 패턴과 MVP 패턴의 차이에 대해 간략하게 설명해주세요
  • Issue#17ektto10412025-08-07 11:35
    9.4.9 다음 중 비동기 함수 실행 시 특정 조건에서 재시도 로직을 구현할 때 사용하는 기법으로 적절한 것은 무엇인가요?
  • Issue#15ektto10412025-08-07 11:35
    9.4 async/await 패턴은 프로미스 패턴과 유사한 부분이 많은데 이유가 뭔지 설명하세요
  • Issue#24jsj78782025-08-07 10:38
    10.2 다음 중 AMD 방식에 대한 설명으로 옳지 않은 것은 무엇인가요?
  • Issue#22friend5hip2025-08-07 08:23
    10.3 ES 모듈(ESM)의 import 함수와 CommonJS의 require 함수의 가장 큰 차이점은 무엇인가요?
  • Issue#20ektto10412025-08-05 06:47
    10.3 AMD, CJS가 트리쉐이킹 될 수 없는 이유를 생각해보세요.
  • Issue#12ektto10412025-08-04 11:39
    7.18.1 다음 중 관찰자 패턴과 발행/구독 패턴의 차이점에 대한 설명으로 옳지 않은 것은 무엇인가요?
  • Issue#13ektto10412025-08-04 11:39
    7.19 중재자 패턴을 적용하기 가장 적합한 시나리오는 무엇일까요?

Totals cover only the window loaded into ClickHouse and count events, not GitHub's lifetime totals — 0 stars here means stars gained during the window, not the repo's star count.