Panth Patelhow-is-my-backend.whiteloves.in·Dec 7, 202410 Javascript tools for clear code designHey there, developer! You might need some tools to boost your skills, and here are a few to check out: (https://jsr.io/@panth977/tools) Rate limit function invocation Sometimes you just want to make sure you don't go over the max number of calls to a...JavaScript
고라니드로koranidro.hashnode.dev·Sep 19, 2024[TypeScript] 제스처로 대화하기. #2 - 탭(with. 지연 시간) 편이번 편은 이전 편으로부터 이어집니다. 이전 편에서 정의했듯 탭은 짧은 시간에 눌렀다 떼는 동작을 말합니다. 여기서 짧은 시간은 어떻게 정의할까요? 정해진 표준은 없지만 일반적으로 1,000ms 이내의 시간을 말합니다. 그중에서도 500ms를 기본값으로 사용하는 경우가 많습니다. 시간 초과의 판단은 두 가지 방식을 생각할 수 있습니다. 타이머를 사용하여 유효성을 즉시 판단합니다. pointerdown 시 setTimeout을 통해 취소 함수...[TypeScript] 제스처로 대화하기.JavaScript
GN-z11Codesgnz11codes.hashnode.dev·May 16, 2024The Art of DelayOnce upon a time, in the bustling city of Codeburg, there lived a brilliant software engineer named Alex. Alex was known far and wide for their exceptional coding skills and innovative solutions. However, Alex had a little secret that only a few clos...1 likeSoftware Engineering
Hyunwoo Choihyunwoochoi.hashnode.dev·May 14, 2023Delay functions in FreeRTOSLast time, I talked about the RTOS task state. This time, I'd like to talk about one of the task controls, delay. There are three delay functions are provided; vTaskDelay(), vTaskDelayUntil(), xTaskDelayUntil(). However, to use these functions, you n...391 readsRTOSfreeRTOS