ForeverNoobforevernoob.hashnode.dev·Nov 30, 2023This is what ChatGPT-4 had to say about real-time (audio) and different types of CPU priorities.Status: [✔️] Verified by @gkiagia:matrix.org in #pipewire:matrix.org (Thank you!) user: What's the difference between a process' CPU priority and a realtime priority? CPU priority (also known as niceness in Unix-like systems) and real-time priorit...Discussrealtime
Aditya Dhopadecodemyworld.hashnode.dev·Nov 28, 2023Create a Real-Time Cricbuzz Application using Flask and RapidAPIPrerequisites for the Application: Rapid API Account Python3 installed Flask Installed Basic Python Knowledge MUST CLONE THE REPO https://github.com/adityadhopade/cric-buzz-app.git Create a Rapid API Account Sign Up for the Rapid API Account....Discuss·1 like·35 readsFlask
Srikanth Vaddeneniinndia.hashnode.dev·Nov 21, 2023Exploring the Power of Networking in Amazon EC2Introduction To Networking In Amazon Ec2 : Amazon Elastic Compute Cloud (EC2) is a cornerstone of Amazon Web Services (AWS), providing scalable computing capacity in the cloud. While EC2 instances are powerful on their own, harnessing the full potent...DiscussVpc basics
RisingWave Labsrisingwavelabs.hashnode.dev·Oct 26, 2023Understanding Streaming Joins in RisingWaveJoin is a common operation in stream processing. This article introduced RisingWave join use cases, basic stream join principles and join state characteristics. Background Join is a common operation in stream processing that combines two or more data...DiscussData Science
Uva Prasaathuva.hashnode.dev·Oct 22, 2023Exciting Times in Real-Time Web Communication!Unveiling the Power of WebSockets! With the thrill of the recent World Cup matches still echoing in our hearts, it's the perfect time to explore the world of real-time communication in web applications. In my previous blog post, we delved into the wo...Discuss·29 readsWeb Development
Ojoawo Joshuadeejosh.hashnode.dev·Oct 18, 2023Building Real-Time Apps with WebSocketIn the fast-paced world of web and mobile application development, creating real-time features is an essential requirement. From chat applications to live notifications and online gaming, real-time capabilities enhance user experiences and open up ne...Discusswebsockets
RisingWave Labsrisingwavelabs.hashnode.dev·Oct 18, 2023Unleash the True Power of Supabase Realtime With RisingWaveWhat is Supabase? Supabase enables developers to efficiently build production-ready products. It utilizes Postgres as the underlying OLTP database for handling transactional business logic and offers comprehensive toolkits to accelerate the delivery ...DiscussDatabases
Srikanth Mergusrikanthmergu.hashnode.dev·Oct 8, 2023DevOps Real-Time ScenariosScenario 3: Persistent Volume (PV) Failure Issue: Your Kubernetes application relies heavily on Persistent Volumes (PVs) for data storage, and you're facing data access issues due to a PV failure. Here's a comprehensive breakdown of the resolution pr...Discuss·136 readsDevops
Shaik Ahmad Nawazshaikahmadnawaz.hashnode.dev·Sep 18, 2023Building a Real-Time Chat in Your React and Node.js App with Socket.IOWelcome, fellow developers, to an exciting journey into the world of real-time chat! In today's digital landscape, real-time communication has become an essential component of many web applications. Whether you're building a social networking platfor...Discuss·16 likes·164 readsReact
Strawberry Labsblog.strawberrylabs.net·Sep 17, 2023Creating a Real-Time Chat Application with Socket.io: The Ultimate GuideIntroduction Creating a chat application has become a fundamental exercise for learning various programming concepts, including real-time communication, databases, and user authentication. One of the most powerful libraries for real-time web applicat...Discussrealtime