Migrate from Google Cloud Messaging to Firebase Cloud Messaging (Step by Step)

Migrate from Google Cloud Messaging to Firebase Cloud Messaging (Step by Step)

Hi 4Geeks Nation!! If you are behind a product development, specifically a mobile app, you want to know this new tool built by Google to send messages (notifications) to your users on your product.

Google launched Firebase Cloud Messaging (FCM) as a new and more powerful tool to manage messaging to mobile devices.

Using FCM, you can notify a client app that new email or other data is available to sync. You can send notification messages to drive user re-engagement and retention. For use cases such as instant messaging, a message can transfer a payload of up to 4KB to a client app.

Look at the FCM schema… it’s beautiful and useful.

So, if you are using the old Google Cloud Messaging and planing to migrate to the new Firebase Cloud Messaging, this video can help you to put all factors on the table.

Read more

How to Build Your Own Internal Developer Platform (IDP) Using Crossplane

How to Build Your Own Internal Developer Platform (IDP) Using Crossplane

In the modern cloud-native landscape, the friction between operation stability and developer velocity remains a critical bottleneck. As organizations scale, the manual ticketing systems traditionally used to provision infrastructure become unsustainable. The solution lies in platform engineering: building an Internal Developer Platform (IDP) that enables self-service capabilities without sacrificing governance

By Allan Porras
Orchestrating State: Building and Deploying Stateful Applications on Kubernetes with Operators

Orchestrating State: Building and Deploying Stateful Applications on Kubernetes with Operators

While Kubernetes excels at managing stateless microservices via standard Deployments and ReplicaSets, managing stateful applications—such as databases, message queues, and distributed caches—introduces significant complexity. These applications require stable network identities, persistent storage, and ordered deployment and termination. To solve this in an automated, scalable manner, high-performing engineering teams

By Allan Porras