Adigwe Omuwa Sharonthecodewriter.hashnode.dev·Feb 10, 2025Remote Work 101Remote work has become the new trend in the modern workforce. It is the saviour that has helped many achieve work-life balance and is a game changer for those who once had to spend hours on the road commuting to their jobs daily. Here, I outline the ...remote work
Soumadip Majilaweb-dev-soumadip.hashnode.dev·Jan 18, 2025Foundations of ConnectionWhat is protocol? In simple words, we can say a protocol means some simple rules to follow. In the context of communication, a protocol is the set of rules that govern communication and interaction between different entities. In networking, a protoco...43 readsChaiCode
Rupam Dasrejisterjack.hashnode.dev·Jan 17, 2025Inside Zoom: A Deep Dive Into How Seamless Video Calls and Chats WorkZoom has become a staple of modern communication, powering everything from business meetings to virtual family reunions. It handles millions of concurrent video calls, audio streams, and chats globally—seamlessly, for the most part. But what makes it...12 likes·61 readsChaiCode
Shreyansh Panditshreyansh-pandit.hashnode.dev·Jan 16, 2025How Zoom Really Works Under the Hood: A Simple Breakdown of Its Hidden TechTick Tick… Tick Tick… It’s 9:59 AM. You click that familiar blue Join Meeting button again, and like magic, you're instantly connected with teammates from all around the world. Within moments, you’re sharing ideas, seeing smiling (or, let’s be honest...8 likes·74 readsChaiCode
Mayur Badgujarzoom-bts.hashnode.dev·Jan 16, 2025🎥 Zoom Unmasked: How Video Calls Really Work!Hello? Can You Hear Me Now? Imagine this: you're talking to your best friend on Zoom. You're laughing, chatting, and suddenly… freeze! Your friend's face turns into a pixelated blur. Ever wondered why that happens? Let’s break down the magic (and a l...16 likes·72 readsTechnology Explained
고라니드로koranidro.hashnode.dev·Jan 4, 2025[TypeScript] 제스처로 대화하기. #15 - 핀치(with. 기준점) 편이번 편은 이전 편으로부터 이어집니다. 이번에는 기준점에 대해 한번 생각해 봅시다. 포인터 이벤트는 하나의 포인터에 대해 개별적으로 발생합니다. 두 포인터의 이동이 거의 동일하더라도 말이지요. 따라서 두 포인터에 대해 움직이는 포인터와 고정된 포인터로 생각할 수 있습니다. 그렇다면 고정된 포인터가 기준점이 되겠네요. 이를 수행하기 위한 변환 행렬은 아래와 같습니다. $$\begin{aligned} \begin{pmatrix} 1 & 0 & t...[TypeScript] 제스처로 대화하기.JavaScript
고라니드로koranidro.hashnode.dev·Dec 8, 2024[TypeScript] 제스처로 대화하기. #14 - 핀치 편잠깐! PointerEvent에 대해 아직 잘 모른다면 [typescript] 포인터 대통합(with. PointerEvent)을 먼저 읽어보세요! 핀치는 지정된 중심점을 기준으로 스와이프하는 동작을 말합니다. 포인터가 중심점으로부터 멀어지면 핀치 아웃, 가까워지면 핀치 인이라고 합니다. 가상의 중심점을 상상해 보세요. 이제 포인터를 배치한 후, 이동하여 멀어지기도 하고, 가까워지기도 하는 겁니다. 이렇게 하면 아래와 같은 세 점이 발생합니다...[TypeScript] 제스처로 대화하기.pinch
Christian Loza Peraltachristianloza.dev·Nov 1, 2024[Ubuntu] - Instalación Zoom sin extensiones (ibus)Introducción Al realizar la instalación de zoom en ubuntu, trae una dependencia llamada ibus que utiliza zoom para detectar múltiples lenguajes en el sistema operativo. (leer más). Mediante la solución de un usuario de Stack Exchange(Grief) muestra l...ibus
ritiksharmaaaritiksharmaaa.in·Oct 10, 2024Understanding WebRTC Behind the Scenes: A Developer’s Journey from Confusion to ClarityYou can easily find various YouTube tutorials explaining the basics of how WebRTC works with diagrams and high-level overviews. However, if you want to dive deeper and truly understand how WebRTC works behind the scenes, clear up some common confusio...1 like·41 readswhatshap
caner demircicanerdemirciblog.hashnode.dev·Sep 2, 2024Customizable React Zoom Controllerhttps://youtu.be/-mFJsgbZt4Q?si=MteHR_tZgm5mWO2O https://github.com/canerdemirci/react-zoom-controller/ https://www.npmjs.com/package/react-zoom-controller I have written a zoom controller in React and published on npm. I wanted this component to b...React