March 2022 Summaries
5 posts from PubNub
Filter
Month:
Year:
Post Summaries
Back to Blog
Mobile app developers are at the forefront of innovation, with 5G technology poised to significantly enhance mobile experiences by offering faster, more immersive, and responsive applications. As 5G adoption grows, it is expected to bolster the use of cloud-based services due to its ability to support data storage and low-latency edge computing. This week's episode of The PubNub PubCast features a roundtable discussion with industry leaders from Ericsson, Qualcomm, AWS, and AT&T, exploring the transformative impact of 5G on various sectors and the complexities involved in educating the global developer community on leveraging this technology. The podcast series aims to unite executives and product leaders across industries to share insights into creating innovative virtual experiences and fostering connected online communities.
Mar 28, 2022
227 words in the original blog post.
The PubNub PubCast episode features Stephen Blum, Co-Founder and CTO of PubNub, discussing the importance of enabling developers to focus on delivering connected shared experiences rather than worrying about real-time infrastructure. The conversation explores PubNub's journey from its inception to its role in helping companies create engaging, scalable, and reliable applications, particularly in virtual spaces. The podcast aims to bring together industry executives and product leaders to exchange insights on building innovative virtual experiences and fostering connected online communities.
Mar 14, 2022
147 words in the original blog post.
PubNub facilitates real-time Publish/Subscribe functionality for PHP, supporting both terminal and web server environments like Apache, Nginx, and Lighttpd, through its PHP Push API. This API enables JavaScript browsers to send messages to PHP servers or CLI programs, ensuring immediate data exchange, and is accessible for PHP developers who can find detailed references and function calls in the PHP Push API Reference Tutorial. A robust push system typically comprises a backend push server, a messaging queue, and delivery services, with common implementations using systems like Redis or RabbitMQ for asynchronous message processing. PHP push APIs maintain persistent connections or utilize third-party services like PubNub to interact with client applications, employing technologies such as RESTful APIs and WebSockets. Secure communication in push notifications is achieved through token-based authentication and encryption, while tracking delivery status is facilitated by services like FCM and PubNub. Additionally, optimizing for scalability involves load balancing, queuing, and using Redis Streams for buffering, while best practices include efficient retry mechanisms, token management, and comprehensive logging for analytics and debugging.
Mar 10, 2022
385 words in the original blog post.
A developer's oversight in a chat application prototype led to unexpectedly high charges due to PubNub's MAU pricing plan, which counted each randomly generated user identifier as a unique user. This issue arose because the developer did not set custom UUIDs, resulting in inflated user numbers. In response, PubNub implemented a policy requiring developers to assign unique UUIDs to prevent such billing discrepancies. By enforcing this practice, developers can ensure accurate user identification, optimize the user experience, and effectively manage application data. To assist developers, PubNub suggests using built-in ID generators in programming languages or hashing unique device or user information to create identifiers, and provides resources like an online UUID generator tool and a Python script for this purpose.
Mar 03, 2022
392 words in the original blog post.
PubNub, a technology company, has taken a public stance against Russia's invasion of Ukraine, highlighting the threat it poses to democracy and global stability. Despite being a smaller company, PubNub emphasizes the importance of condemning such acts, aligning itself with a broader community of technology organizations that value democratic principles and the rule of law. Acknowledging the humanitarian crisis and the displacement of over 600,000 people, PubNub commits to matching donations made by its team members to various charities aiding Ukraine, and encourages others to contribute as well. The company stresses that this invasion affects everyone, urging collective action and awareness. Other tech entities like GatsbyJS and the Drupal Association have also expressed support for Ukraine, underscoring a shared commitment within the tech community to oppose the conflict and support peace efforts.
Mar 01, 2022
485 words in the original blog post.