Resource Hierarchy in Google Cloud

Google Cloud Platform (GCP), renowned for its scalability, security, and versatility, provides a vast range of cloud-based services. To manage these services effectively, GCP incorporates a resource hierarchy model that helps users manage, organize, and control resources. Understanding the structure and flow of this hierarchy is crucial for optimizing resource management and security in GCP.
At the most basic level, the Google Cloud resource hierarchy is divided into four primary components: the Organization, Folders, Projects, and Resources.

Read More

Salesforce Summer 23 Release | My Top 5 Apex Features

Welcome to the Summer ’23 Release! Salesforce Release is the process by which Salesforce updates its software platform to add new features, enhancements, and bug fixes. Salesforce releases typically occur three times a year, in spring, summer, and winter, and are named after the season in which they are released.

In this blog post, I am going to share a few of my favourite apex features that are coming along with the Summer 23 release.

Read More

Difference Between Named Credential and External Credential in Salesforce

In today’s data-driven business landscape, seamless integration of various applications and services is paramount to streamline processes and improve efficiency. Salesforce, as a leading CRM platform, is no stranger to this requirement. Among the plethora of features it offers, Named and External Credentials are two key components that facilitate secure and efficient communication between Salesforce and external systems.

In this blog post, I will focus on the differences between Named and External Credentials in Salesforce, exploring their key features.

Read More

Summer 23 Release | New Flow Feature | HTTP Post Call From Salesforce Flow

Salesforce Release is the process by which Salesforce updates its software platform to add new features, enhancements, and bug fixes. Salesforce releases typically occur three times a year, in spring, summer, and winter, and are named after the season in which they are released.

Each release includes a set of new features and improvements to existing features, which are designed to help users get more out of the platform. Salesforce also provides detailed release notes that outline the changes in each release, along with documentation and training materials to help users understand and adopt the new features.

In today’s blog, I am going to share a very powerful feature that is coming along with Summer 23 release. With Summer 23 release, you can call HTTP Post methods directly from Salesforce Flow. Previous release, Salesforce introduced the power of calling HTTP Get methods from Salesforce Flow.

Read More

Summer 23 Release | How To Add Named Credentials To Permission Set Using Principals

Salesforce Release is the process by which Salesforce updates its software platform to add new features, enhancements, and bug fixes. Salesforce releases typically occur three times a year, in spring, summer, and winter, and are named after the season in which they are released.

Each release includes a set of new features and improvements to existing features, which are designed to help users get more out of the platform. Salesforce also provides detailed release notes that outline the changes in each release, along with documentation and training materials to help users understand and adopt the new features.

In today’s blog, I am going to share a new change that is coming with Summer 23 Release. Salesforce is changing the way how you will add the external credential to your permission set. Before Summer 23, you will get an option to add a permission set right from your external credential page, but after Summer 23 release, you need to create the principals in your external credential. And then include the principal from your Permission Set page.

Read More

What is Hyperforce?

Salesforce, the world’s leading customer relationship management (CRM) platform, has recently launched Hyperforce, a major new initiative aimed at enhancing the company’s ability to deliver its services and solutions to customers with greater speed, security, and scalability. In this blog post, I will take a closer look at what Hyperforce is, how it works, and what it means for Salesforce customers.

Read More

Probes In Kubernetes – Liveness Probe, Readiness Probe, Startup Probe

Welcome to my 4th blog post on the Kubernetes series where today I will be talking about different probes that can be used to check the health of pods or containers in Kubernetes!

Kubernetes is a popular container orchestration system that provides a scalable and reliable way to deploy, manage, and scale applications. One of the key features of Kubernetes is the ability to automatically check the health of pods and containers to ensure that they are running properly.

In this blog post, I will explore the different types of probes that Kubernetes provides and how they can be used to monitor the health of pods and containers. Whether you’re new to Kubernetes or an experienced user, this post will help you better understand how to ensure that your applications are running smoothly.

Read More

How To Create Pods And Check Pod Health In Kubernetes

Kubernetes is an open-source system for automating the deployment, scaling, and management of containerized applications. It was originally developed by Google and is now maintained by the Cloud Native Computing Foundation.

In this blog post today, I will share how to create Pods in Kubernetes using a YAML file and finally what are the options to check pod’s health in Kubernetes.

Read More
Loading

Archives