Posts

Showing posts from March, 2023

App Engine vs. Cloud Run: Part 3 - Post deployment challenges and solutions

Image
Developer Blogs | 4 min read In the previous blog post, I explained how to start using Google Cloud Platform, how to deploy and host your project on App Engine and Cloud Run, and explained the challenges and solutions for the same. This is the final blog post of the three-part blog series, where I will explain and resolve the challenges you may face post deployment of projects on both App Engine and Cloud Run. Table of contents • Challenges post deployment of a project and their solutions      • Challenge 1: System not working as expected     • Challenge 2: Memory space usage     • Challenge 3: Startup latency     • Challenge 4: Application does not update after deployment  • Best practices to avoid issues post deployment  Challenges post deployment of a project and their solutions To understand the challenges and resolve them, I used the project that I deployed in the last blog post. I found solutions to all the...

App Engine vs. Cloud Run: Part 1 - Introduction

Image
Developer Blogs | Cloud Platforms | 4 min read Are you a developer who has developed an awesome app? But you don’t know where and how to host it? No worries, we’ve got you covered! This is a three-part series of blog posts that will give you an idea of Google’s two cloud platforms , i.e., App Engine and Cloud Run, and how you can host your products and services on them.  This blog post is Part 1 of the series, which will introduce you to App Engine and Cloud Run. The next post, “App Engine vs. Cloud Run: Part 2 - How to deploy and host your apps on the cloud” , will cover the challenges and their solutions while deploying and hosting your apps on the cloud platforms. So if errors pop up on your screen, look up our blog and find the solutions . Finally, “Part 3 - Post deployment challenges and solutions” , will throw light on the challenges you may face after deploying apps on App Engine and Cloud Run and solutions to overcome those challenges.  Let's dive into App Engine an...