Logo
Login
Tech Posts 31382
100daysofcode 100daysofdevops 100pay 10mistakes 10yearworkanniversary 11 11labs 11tly 11ty 127001

Dev Blog A constructive and inclusive blog for software developers. With you every step of your journey.

Built with modern PHP and MySQL. Open source software that powers developer blogs and other inclusive communities.

Made with love and PHP. Dev Blog © 2024.

🚀 Mastering WebRTC: Turning Challenges into a Learning Journey!

🚀 Mastering WebRTC: Turning Challenges into a Learning Journey!
Recently, I faced a challenge while working on a project: implementing a video conferencing feature in a web app. With my current knowledge, I couldn’t integrate it myself, and the company decided t...
13.03.2025 0 Read More

Turn your phone into a wireless Joy-Con with SyncoPath

Turn your phone into a wireless Joy-Con with SyncoPath
Are you tired of those old school AWSD keyboard controls? It's time to take your game controls to the next level. How so? Just point your phone to the QR code below: (note: if this didn't work stop r...
24.03.2025 0 Read More

How to Integrate Audio & Video Calls using WebRTC & Javascript

How to Integrate Audio & Video Calls using WebRTC & Javascript
WebRTC allows real-time, peer-to-peer, media exchange between two devices. A connection is established through a discovery and negotiation process called signaling. This tutorial will guide you throug...
26.03.2025 0 Read More

Developing a WebRTC SFU library in Rust

Developing a WebRTC SFU library in Rust
If you're working with WebRTC, you've probably heard of Selective Forwarding Units (SFUs). There are solid open-source SFUs out there- mediasoup, livekit, and Jitsi to name a few. Motivation T...
26.03.2025 0 Read More

Video streaming tutorial. Javascript webrtc streaming example 🌐LibreRemotePlay

Video streaming tutorial. Javascript webrtc streaming example 🌐LibreRemotePlay
Hi, in this post I will be covering only WebRTC simple setup for streaming using getDisplayMedia() (screen) but is also valid for getUserMedia() (camera, microphone).First if you are intereseted in mo...
28.03.2025 0 Read More

FilePizza, a peer-to-peer file transfers in your browser.

FilePizza, a peer-to-peer file transfers in your browser.
In this article, we will review FilePizza, a peer-to-peer file transferring tool.I found this repository in the Github trending list. What is FilePizza? Cooked up by Alex Kern & Neeraj Bai...
31.03.2025 0 Read More

WebRTCPeerProvider component in FilePizza codebase.

WebRTCPeerProvider component in FilePizza codebase.
In this article, we will review WebRTCPeerProvider component in FilePizza codebase. FilePizza allows peer-to-peer file transfers in your browser. WebRTCProvider.tsx file This file, WebRTCProvi...
01.04.2025 0 Read More

ConfirmUploadState component in FilePizza codebase.

ConfirmUploadState component in FilePizza codebase.
In this article, we will review ConfirmUploadState component in FilePizza codebase. ConfirmUploadState This is the component that you see once you upload a file on FilePizza.When you look at t...
03.04.2025 0 Read More

Building a Minimal WebRTC Peer Without a Signaling Server (Using Only Manual SDP Exchange)

Most WebRTC tutorials gloss over the signaling step by abstracting it into a backend service — but what if you don’t want a signaling server at all? In this post, we’ll walk through a minimal We...
22.04.2025 0 Read More

FastRTC: Real-Time Communication Made Easy for Python Developers

Quick Summary: 📝 FastRTC is a Python library that simplifies the creation of real-time communication applications. It allows developers to easily convert Python functions into audio and vi...
29.04.2025 0 Read More
Loading...
#reading
Is Ai Underhyped
0
How to Get Started with AWS Generative AI in Just 5 Steps
0
Securing Email with Cisco Email Security Appliance: The Essential Guide
0
10 Expert Tips for Drag & Drop File Uploads in React (Teaser from 100-Tip Guide)
0
Solving the Navier-Stokes Equation with Physics-Informed Neural Networks: A New Frontier in CFD
0
#popular
Mastering OpenAI’s new Agents SDK & Responses API [Part 1]
0
Beginner's Guide to the Model Context Protocol (MCP)
0
What is Model Context Protocol (MCP): Explained in detail
0
A Step-by-Step Guide to Install DeepSeek-V3-0324 Locally
0
The Great AI Agent Protocol Race: Function Calling vs. MCP vs. A2A
0