Aliya Razaaliya-raza.hashnode.dev·Aug 14, 2024Who I am?Hello World: A New Chapter in the Realm of AI Hi, everyone! I’m excited to introduce myself to this vibrant community. My name is Aliya Raza, and I’m a newcomer to this corner of the digital world. Born and raised in the beautiful city of Islamabad, ...interest in ai
Rigal Patelmastering-javascript-decorators.hashnode.dev·Aug 12, 2024How to Use the Broadcast Channel API for Real-Time Communication Across Browser WindowsIn modern web applications, communication between different browser contexts (such as tabs, windows, frames, or iframes) is essential, especially for maintaining consistency in user sessions, broadcasting updates, or enabling collaborative features. ...Web Development
Romman Sabbirrommansabbir.com·Jul 2, 2024Understanding Android Broadcast ReceiversWhat is a Broadcast Receiver? A Broadcast Receiver in Android is a component that lets your app listen for system-wide or app-specific messages. These messages, called "intents," indicate that an event has happened. For example, your app can listen ...3 likes·1.2K readsAndroid Application Developmentbinder
Hankyu Kimhankyukim.hashnode.dev·Jun 7, 2024Multicast VS BroadcastMulticast A router allows numerous hosts to receive data, even if they are far away. In other words, regardless of how many hosts are registered or where they are located, you can simply set up the multicast group and send the packet once. This way, ...multicast
Sukrit Duasukritdua.com·Mar 8, 2024Android Hacking - Part 5Activities What is an Activity? Activities are simply the screens we see when we open an application. Let's say we are greeted with the following Screens (Activities) Login page (LoginActivity.java) Profile page (ProfileActivity.java) Settings pag...27 readsMobile Security Android
Nafisa Nawernnawar706.hashnode.dev·Nov 1, 2023Laravel with Redis Pub/Sub: A Deep Dive into Real-Time Event HandlingIn the ever-evolving realm of web applications, real-time features have become an integral part of user experiences. Whether it's live notifications, chat applications, or dynamic updates, the demand for seamless real-time interactions has never been...84 readsLaravel
AATISH SINGHaatishintodata.hashnode.dev·Jul 25, 2023Limitations of Broadcast Join in sparkLet's #spark 📌 𝐖𝐡𝐚𝐭 𝐚𝐫𝐞 𝐭𝐡𝐞 𝐥𝐢𝐦𝐢𝐭𝐚𝐭𝐢𝐨𝐧𝐬 𝐨𝐟 #𝐁𝐫𝐨𝐚𝐝𝐜𝐚𝐬𝐭 𝐉𝐨𝐢𝐧? ✔ Broadcast join is a powerful #optimization technique used in distributed data processing systems like Apache Spark. However, it has some limitations an...664 readsjoins