Arpit ShrivastavaforScroBits Technologies LLPscrobits-technologies.hashnode.dev·Oct 5, 2024How AI Transforms Real-Time Data Processing and AnalyticsOverview of AI in Real-Time Data Processing Ever wondered if AI can provide real-time data? Absolutely! Technologies like AI data stream analysis and real-time data processing with AI are revolutionizing how organizations handle loads of informatio...DiscussAI
Rohit Paulrohitpaulscodism.hashnode.dev·Sep 14, 2024Understanding Event-Driven Architecture: Importance and Real-World UsesEvent-Driven Architecture (EDA) is a design paradigm that emphasizes the production, detection, consumption, and reaction to events in a system. This approach is increasingly significant in modern software development, particularly in applications re...Discussevent-driven-architecture
Sergii Kirianovcodecryrepeat.hashnode.dev·Aug 6, 2024FeaturedEasy real-time notifications with Supabase RealtimeReal-time notifications is almost an essential part of any application these days. You want your users to be aware of what's happening, allow them to interact with one another or at the very minimum, allow yourself for a unidirectional communication ...Discuss·27 likes·653 readssupabase
Tharun Kumarnewcoders.hashnode.dev·Jul 25, 2024Dive into Real-Time with Python: From Web Apps to AI and BeyondPython's versatility shines in real-time applications! This powerful language, known for its readability, can be combined with supporting technologies to create a vast array of exciting projects. Here's a glimpse into what Python can do: Dynamic Web...Discuss·1 likePython
Chineta Adinnunetacci.hashnode.dev·Jul 5, 2024Real-Time Updates with WebSockets in React and Express JSI was working on a project that required real-time updates. I needed to check a user's status and perform certain actions based on the user's current status. For instance, I have a hibernation timer for each user that runs for 3 days. After the timer...Discuss·92 readswebsockets
Zaid Ahmadzaidahmad.hashnode.dev·May 24, 2024Different ways of handling real-time data (Long Polling, Short Polling, WebSockets)Before we even discuss the various ways of handling real-time data. Let's first understand how data is transferred in the normal circumstances aka. HTTP requests. As shown below, HTTP requests work pretty straightforward, client sends some request th...Discuss·21 likes·74 readswhat are websockets
Sumit Mondalsumit007.hashnode.dev·May 23, 2024Mastering AWS Simple Notification Service (SNS): A Comprehensive Guide with Hands-On ExampleIn the world of cloud computing, Amazon Web Services (AWS) stands tall as a pioneer, offering a plethora of services to cater to various business needs. Among these services, AWS Simple Notification Service (SNS) shines as a robust and efficient plat...DiscussAWS - HandsOnSimple Notification Service
Sameer Anthonysameeranthony.hashnode.dev·Apr 25, 2024Demystifying REST API for Weather: How to Access Real-Time Weather DataAccessing real-time weather data has become essential for various industries and applications, ranging from agriculture and transportation to tourism and outdoor events. Thanks to advancements in technology, developers can integrate weather data seam...DiscussAPIs
kalam ahmedkalam714.hashnode.dev·Mar 12, 2024Implement real-time notifications in a Laravel and React application using Pusher.Set Up Laravel Project: Start by creating a new Laravel project if you haven't already: laravel new laravel-react-push-notification Install Pusher Package: Laravel provides an excellent package for Pusher integration out of the box. Install it via...Discuss·10 likes·28 readsLaravel
Konstantin Mogilevskiikmogilevskii.hashnode.dev·Feb 26, 2024ClickHouse. In-depth guide to inner workings.Introduction ClickHouse is a popular open-source SQL Data Warehouse, that particularly shines in the near real-time access to the data. If everything is setup correctly in terms of preaggregates and table structure, the user can expect the results of...Discuss·1 like·30 readsClickHouse