고라니드로koranidro.hashnode.dev·Nov 23, 2024[TypeScript] 제스처로 대화하기. #12 - 플릭(with. 성분 분해) 편이번 편은 이전 편으로부터 이어집니다. 지난 편에서는 시간에 따른 변위를 구했습니다. 그러면 이것을 코드에 바로 적용할 수 있을까요? 아쉽지만 조금 부족합니다. 얼마나 이동해야 하는지 알 수 있었지만 결국 각 좌표에 대해 어떻게 이동해야 하는지 알 수 없었으니까요. 이를 위해 두 가지 좌표 성분 즉, \(x\)와 \(y\) 좌표로 분해해야 합니다. 초기 속도를 \(x\)와 \(y\) 좌표 성분으로 분해하면 다음과 같습니다. $$\begin{a...[TypeScript] 제스처로 대화하기.JavaScript
고라니드로koranidro.hashnode.dev·Nov 10, 2024[TypeScript] 제스처로 대화하기. #10 - 플릭(with. 초기 속도) 편잠깐! PointerEvent에 대해 아직 잘 모른다면 [typescript] 포인터 대통합(with. PointerEvent)을 먼저 읽어보세요! 플릭은 스와이프하다가 포인터를 떼는 동작을 말합니다. 다른 제스처는 포인터를 뗌과 동시에 종료되지만, 플릭은 뗀 이후에 의미가 있습니다. 그렇다면 포인터 이벤트가 종료된 후에 어떻게 동작을 이어갈 수 있을까요? 비밀은 순간 속도에 있습니다. interface PanEvent { timest...[TypeScript] 제스처로 대화하기.flick
John Vesterjohnjvester.hashnode.dev·Jun 3, 2024Managing Architectural Tech DebtWhen I think about technical debt, I still remember the first application I created that made me realize the consequences of an unsuitable architecture. It happened back in the late 1990s, when I was first getting started as a consultant. The client ...tech-debt
LambdaTestlambdatest.hashnode.dev·Sep 2, 2022‘Automation’ is Key in Accelerating Business Velocity through Digital Transformation: Arunava Paul [Testμ 2022]You’ve probably seen and heard people gushing about the digital transition by this point. It is the most popular buzzword that ranks within the top ten. Another competitor for first place is automation. But why is there a difference if both focus on ...velocity