March 2020 Summaries
8 posts from PubNub
Filter
Month:
Year:
Post Summaries
Back to Blog
The tutorial provides a comprehensive guide on setting up mobile push notifications for both iOS and Android using React Native and PubNub, detailing the installation of necessary software including React Native, Node, and Watchman, and the configuration of development environments with Xcode for iOS and Android Studio for Android. It outlines the process of creating a new React Native project, integrating the PubNub React V4 SDK, and configuring push notifications by obtaining and setting up unique keys from the PubNub Admin Dashboard. The guide also addresses the integration of iOS and Android push notifications through specific configurations in each platform's respective development environment, detailing steps for registering devices, managing notification events, and testing notifications using physical devices and virtual simulators. The tutorial concludes by highlighting the benefits of mobile push notifications for brands, offering troubleshooting resources, and inviting feedback from users.
Mar 26, 2020
4,486 words in the original blog post.
In the competitive gaming marketplace, data plays a crucial role in enhancing player experience and engagement, with telemetry traditionally used to capture in-game events and player properties. However, in-game chat offers a flexible and insightful alternative, enabling developers to analyze player behavior and sentiment without significant operational overhead. By employing machine learning for tasks like profanity filtering and sentiment analysis, developers can identify bad actors, understand player frustrations, and reward positive community contributors. Additionally, integrating AI-powered translation tools can facilitate seamless communication among global players. By leveraging chat data in conjunction with telemetry, developers can gain a comprehensive understanding of player interactions, enhance live operations, and ensure their games remain vibrant and engaging, fostering a positive community and improving overall player satisfaction.
Mar 26, 2020
1,237 words in the original blog post.
Technological advancements have significantly enhanced patient care and healthcare operations, particularly through the adoption of cloud computing, which facilitates modernized doctor-patient communication and data management. Healthcare providers are increasingly turning to cloud-based solutions to store electronic protected health information (ePHI) while ensuring compliance with the Health Insurance Portability and Accountability Act (HIPAA). The U.S. Department of Health & Human Services has outlined specific guidelines for HIPAA-compliant cloud storage, emphasizing the need for secure handling and encryption of data. Cloud services like Infrastructure as a Service (IaaS), Platform as a Service (PaaS), and Software as a Service (SaaS) offer varying degrees of responsibility between the provider and customer, with an understanding that a Business Associate Agreement (BAA) does not inherently guarantee security or compliance. The benefits of cloud computing in healthcare include cost savings, accessibility, resource pooling, data backup, scalability, and enhanced performance, though these must be balanced against potential security risks such as cyberattacks and data breaches. To mitigate these risks, healthcare organizations must implement robust encryption, secure logins, multi-factor authentication, and employee training to ensure HIPAA compliance and protect patient data.
Mar 26, 2020
1,617 words in the original blog post.
Amidst the global COVID-19 pandemic, PubNub is focusing on adapting to the new norms of remote work and maintaining its operations to support its customers across various sectors, such as healthcare and education. The company has transitioned to a Work-from-Home policy, ensuring compliance with SOC 2-Type II policies and maintaining secure access to necessary systems for its employees. PubNub is committed to upholding its 99.999% uptime guarantee and ensuring continuity of service through robust business continuity and disaster recovery plans. The company is dedicated to providing ongoing support to its customers via video conferencing and phone, while recognizing the need for empathy and patience as everyone navigates the challenges posed by the pandemic, including childcare and education adjustments for children and caring for at-risk family members. CEO Todd Greene highlights PubNub's readiness to adapt to the evolving situation and its dedication to ensuring customer success during these difficult times.
Mar 26, 2020
709 words in the original blog post.
Video conferencing is transforming healthcare communication by facilitating remote clinical services, enhancing collaboration among medical experts, and protecting healthcare professionals during contagious outbreaks like COVID-19. To integrate video conferencing into healthcare while maintaining patient confidentiality, organizations must adhere to HIPAA regulations, which protect the privacy and security of patient information. HIPAA compliance involves implementing administrative, physical, and technical safeguards, and using software with features like end-to-end encryption, secure sign-ins, and Business Associate Agreements (BAAs). Popular platforms like Zoom can be HIPAA compliant when configured properly, while others like Skype and FaceTime may present challenges. Healthcare organizations should carefully select video conferencing solutions designed for medical use to ensure compliance and build trust with patients.
Mar 26, 2020
1,765 words in the original blog post.
Amid the shift to remote life, individuals and companies, like PubNub, have found creative ways to adapt, with activities ranging from surfing to setting up home gyms, while observing broader trends in technology usage that facilitate this transition. As education moves online, platforms such as Echo360, Learncube, and ClassDojo have become essential for remote learning, providing video lectures and interactive features to maintain educational engagement. In healthcare, telemedicine services like Doxy.me and MaNaDr are pivotal, allowing virtual consultations and reducing pressure on physical healthcare facilities. Beyond education and healthcare, digital platforms are transforming daily routines, enabling at-home fitness, virtual religious services, and online events like conferences and trade shows, using tools like Netshow.me and vFairs to facilitate rich interactions. These shifts illustrate how technology enables continuity in various aspects of life, offering real-time, interactive experiences that help individuals and communities maintain their routines and connections despite physical distancing measures.
Mar 24, 2020
836 words in the original blog post.
Cloud computing has revolutionized technology by shifting software and infrastructure management from physical servers to shared, remote servers, enabling significant advancements in various fields like communication and science. This paradigm shift is not entirely new but represents the third phase of a long evolution, following the Application Service Providers (ASP) and Software-as-a-Service (SaaS) models. Cloud computing combines renting software and server resources, allowing organizations to avoid owning physical hardware while accessing a vast array of third-party services and APIs, resulting in faster innovation and reduced expenses. Despite initial security concerns, cloud providers have demonstrated superior security measures, making the transition to cloud computing increasingly appealing. The widespread adoption of cloud computing is evident, with 90% of U.S. companies utilizing it to some extent, and major players like Amazon Web Services, Microsoft Azure, and Google Cloud dominating the market. This transformative technology is reshaping how businesses operate by obsoleting traditional software architectures and enabling access to modern distributed models.
Mar 04, 2020
1,177 words in the original blog post.
This tutorial outlines the process of creating a simple mobile chat application using the React 2.0 framework and PubNub's JavaScript SDK to add real-time capabilities. It guides users through setting up the necessary tools, including Node.js, Expo, and a PubNub account, and provides instructions for initializing a React Native project with the Expo CLI. Users learn to install essential packages like the PubNub React SDK and react-navigation, create a PubNub client instance, and implement features such as emoji avatar selection and real-time message exchange in a chat room. The tutorial concludes with steps to launch the app on an emulator or real device using the Expo client, offering a foundation for further feature enhancements like message persistence and user presence.
Mar 02, 2020
958 words in the original blog post.