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, ...Discussinterest in ai
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 ...Discuss·3 likes·1.1K 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, ...Discussmulticast
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...DiscussMobile 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...Discuss·75 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...Discuss·642 readsjoins