Building Event-Driven Cloud Functions on Google Cloud Platform

Chris Brown Cloud, Google Cloud Platform, Node.js Leave a Comment

Google Cloud Platform (GCP) offers developers and organizations the ability to create and deploy serverless Cloud Run functions. This code โ€“ whether itโ€™s written in Node.js, Python, C#, or another language โ€“ can interact with other parts of GCPโ€™s infrastructure. By default, the function is triggered by a basic HTTPS request. However, that is not our only option.

In this blog, weโ€™ll introduce the concept of event-driven functionsโ€”a powerful way to automatically respond to changes across GCP services with minimal code. You’ll see how these functions can connect services like Cloud Storage, Firestore, and Pub/Sub, creating efficient workflows with less manual intervention…

Flutter Mobile Application For Fuel Ordering

Modernizing a Legacy Mobile Application for Fuel Order Management With Flutter

Lauren Fournier Bogner Banking & Finance, Flutter, Manufacturing, Industrial & Supply Chain, Mobile, Modernization Leave a Comment

Industry: FinTech, B2B Payment Services Technologies: Flutter, Dart, Ruby on Rails, RESTful APIs, NativeScript, CI/CD Automation, Google Maps SDK, iOS/Android Services: Mobile App Modernization, Cross-Platform Development, Backend API Enhancements, DevOps Integration Overview A leading enterprise in the B2B payment services sectorโ€”serving fuel management operations in highly regulated environmentsโ€”engaged Keyhole Software to modernize a legacy mobile application that had become outdated …

GraphQL vs. gRPC: Which One is Best for Enterprise APIs?

Zach Gardner All Industries, Keyhole, Videos Leave a Comment

Choosing the right API protocol is an important decision for any enterprise. The wrong choice can lead to performance issues, integration problems, and increased development time. Two of the most commonly used protocols are GraphQL and gRPC. Each has its own strengths and is suited to different types of systems and goals. This guide will walk through the key features, …

Best Practices for Scaling a PostgreSQL Database

Adi Rosenblum Keyhole, Videos Leave a Comment

Your PostgreSQL database might be handling todayโ€™s workload just fine, but what happens when traffic surges, data volume skyrockets, or queries start taking longer than expected? Without the right scaling strategies, performance bottlenecks can creep in, leading to slow response times, reliability issues, and frustrated users. In this guide, weโ€™ll break down the best practices for scaling PostgreSQL, ensuring your …