Darryn Campbell
Developer Advocate, PubNub
BuildFeb 8, 2024
Consistent Hashing in Distributed Systems
Consistent hashing determines where data should be stored in a distributed system whilst tolerating servers being added or removed
InsightsFeb 7, 2024
What is a Serverless Function? Backend Architecture
Serverless functions examples, discussing deployment tactics and choosing the right FaaS provider in today's cloud computing software industry
HealthcareFeb 6, 2024
What is Notice of Privacy Practices (NPP) in HIPAA
An examination of HIPAA's Notice of Privacy Practices in Healthcare, discussing the rights of patients concerning their personal data management
BuildJan 30, 2024
Building a Chat Application Using Flutter
When building a real-time chat application to run cross-platform, Flutter and PubNub are a great combination.
BuildJan 22, 2024
Building a Modern Chat Application with Python
This blog guides you through the process of creating a modern feeling chat application using Python.
BuildJan 19, 2024
Desktop Toast Notifications with C#, WPF & MVVM
This guide will walk you through building the front-end and back-end code for desktop notifications with the MVVM design pattern.
GamingJan 17, 2024
The Difference between Gaming Servers & Chat Servers
Segregate gaming servers from chat servers using advanced methodologies and recent technologies.
ChatJan 16, 2024
Evaluating Long Polling vs WebSockets
Compare Long Polling vs WebSockets: Advantages, Disadvantages and real-time impact. Find the best approach for your web development needs.
BuildJan 12, 2024
Python Socket Programming: Server-Client Connection
Learn Python's Network Socket Programming for Efficient and Fast Data Transmission Between Devices, Servers, and Clients