Harshi Nikunj ShahforCoding Addacodingadda.hashnode.dev·Feb 10, 2025Penpot: The Open-Source Figma AlternativeIntroduction In the ever-evolving world of UI/UX design, professionals require tools that are powerful, flexible, and truly collaborative. Penpot emerges as a game changer an open-source, free, and self-hostable design platform that stands as a formi...30 likesResourcesno restrictions
Sushil Basyalsushilbasyal.hashnode.dev·Feb 10, 2025A brief intro to WebSocketHave you ever wondered how collaborative environment in Figma, metaverse 3D, and even games like among us work behind the scenes? You and your two friends are inside a same room in among us. When you move your joystick in your phone your character mo...websockets
AG2 Bloggerag2.hashnode.dev·Feb 4, 2025RealtimeAgent with Gemini APIAuthors: Stella Xiang, Mark Sze, Tvrtko Sternak, Davor Runje TL;DR: RealtimeAgent now supports Gemini Multimodal Live API Why is this important? We previously supported a Realtime Agent powered by OpenAI. In December 2024, Google rolled out Gemini...30 likesllm
Nick K.nkokkos.hashnode.dev·Feb 4, 2025Use a moving average calculation to predict estimated time remaining while updating progress bar with turbo stream.Introduction Oh, well that was a mouthful of statement for a cover title! Anyway, let me break it down in simpler terms. In a nutshell, what I want to show you, is a way to show the end users when a process is about to finish using a live update with...113 readsactive job
Team pulsetrackerforPulsetrackerblog.pulsestracker.com·Jan 31, 2025Pulsetracker Geofencing with LaravelPulsetracker provides a powerful geofencing feature that allows you to monitor when devices enter or exit specific geographic areas. This guide will walk you through integrating Pulsetracker geofencing into your Laravel application, including creatin...525 readsgeofencing
Hassan Bahatiblog.hassanbahati.com·Jan 31, 2025Building a Real-Time Expense Tracker App with TanStack Query FirebaseTanStack Query Firebase is a library that provides a set of hooks for handling asynchronous tasks with Firebase in your applications. Managing state synchronization, caching and background data updates can be complex, but TanStack Query Firebase simp...tanstack-query
Mehul Kansalmehulkansal.hashnode.dev·Jan 27, 202521: Real-Time Data Streaming with Apache Kafka 📡Hey data folks! 👋 Apache Kafka offers a robust ecosystem for handling high-speed data streams and is widely used in various industries for applications such as event-driven architectures, real-time analytics, and data integration. In this blog, we w...28 readskafka
Brijesh Pandeywebsimplified.in·Jan 18, 2025A Beginner's Guide to WebRTC: Demystifying NAT, STUN, and TURN (Part 1)Welcome to our WebRTC learning series! In this first article, we'll explore the networking magic that makes peer-to-peer communication possible in web browsers. By understanding concepts like NAT traversal and the role of STUN/TURN servers, you'll bu...21 likes·52 readsWeb Development
AG2 Bloggerag2.hashnode.dev·Jan 14, 2025Real-Time Voice Interactions over WebRTCAuthors: Mark Sze, Tvrtko Sternak, Davor Runje, Davorin Rusevljan https://www.youtube.com/watch?v=6hVl-MtTrCc TL;DR: Build a real-time voice application using WebRTC and connect it with the RealtimeAgent. Demo implementation. Optimized for Real-...31 likesllm
AG2 Bloggerag2.hashnode.dev·Jan 14, 2025Real-Time Voice Interactions with the WebSocket Audio AdapterAuthors: Mark Sze, Tvrtko Sternak, Davor Runje, Davorin Rusevljan TL;DR: Demo implementation: Implement a website using websockets and communicate using voice with the RealtimeAgent Introducing WebSocketAudioAdapter: Stream audio directly from you...30 likesrealtime