Manual TestingMobile Automation Testing
When we talk about mobile applications, the first and the most commonly used application that comes to our mind is ‘WhatsApp’. Despite using it 24/7, have we ever put a thought to the fact that what thought was put into building it right and making it live? Whoever developed it must have done some local […]
Overview Velero (formerly Heptio Ark) gives you tools to back up and restore your Kubernetes cluster resources and persistent volumes. You can run Velero with a cloud provider or on-premises. Velero lets you: Take backups of your cluster and restore them in case of loss. Migrate cluster resources to other clusters. Replicate your production cluster […]
AEM services are modular components in the AEM framework that encapsulate specific functionality, promoting a highly modular and extensible architecture. They allow multiple implementations, enabling developers to create tailored solutions for different use cases, user roles, devices, or locations. This customization enhances the user experience and increases customer engagement on AEM-based platforms. AEM services offer […]
Microsoft Fabric is an end-to-end, cloud-based SaaS solution for data and analytics. It is built on top of an open lakehouse (OneLake) and weaves together multiple Microsoft tools to streamline all data and analytics workflows, from data integration to data engineering to data science. What is Microsoft Fabric, and why is it needed? Microsoft Fabric […]
Manual TestingTechnologyTesting
Introduction In the ever-evolving landscape of software development and quality assurance, staying ahead of the curve is crucial for testers. As artificial intelligence and natural language processing (NLP) technologies continue to advance, a concept known as “prompt engineering” has emerged as an essential skill for testers. In this blog, we will explore what prompt engineering […]
Multiple back stack support was added in Navigation 2.4.0-alpha01 and Fragment 1.4.0-alpha01. In this discussion, we will cover supporting Multiple backstacks with the conventional FragmentManager API. We will be using `Fragment 1.4.0-alpha01` or later to implement this. Background The fragment’s backstack in Android is not made of fragments, but instead, it is made up of […]
Big DataData & AnalyticsTesting
PySpark is an open-source, distributed computing framework that provides an interface for programming Apache Spark with the Python programming language, enabling the processing of large-scale data sets across clusters of computers. PySpark is often used to process and learn from voluminous event data. Apache Spark exposes DataFrames and Datasets API that enables writing very concise […]
Introduction Pantheon is a popular hosting provider and web development platform that specializes in hosting websites and applications built on various content management systems (CMS) including Drupal. Setting up a Drupal website on Pantheon:- ● Navigate to the website “https://pantheon.io/”,sign-up with your email address, and fill out the registration form if you are a first-time […]
AWS Graviton is a 64-bit ARM-based CPU designed by AWS for their cloud instances/resources and launched first at Re-invent 2018. Graviton CPUs are not available outside of the world as it is used within the AWS Data centers only. Traditionally, we used x86 AMD-based CPU for our workloads, which is designed and developed by Intel […]
Use Case Imagine you have a special part on your website that shows different information based on where the website visitor is from. Let’s call it the “Location Info” part. This part is used in many places on the website, like different pages. Now, some places on the website have different needs – they want […]
What is Apache Solr? Apache Solr is an open-source search platform developed by the Apache Software Foundation. It’s based on the Apache Lucene library and provides powerful search and indexing capabilities for websites, databases, and other content. For Drupal users, it is possible to integrate your site with Solr. The Search API Solr Search module […]
SwiftUI offers a range of tools and capabilities that can truly elevate our layouts. Throughout this article, We will explore advanced layout techniques, including GeometryReader, preference keys, and layout priorities. These techniques help us to create layouts that are not only responsive and dynamic but also visually stunning in our SwiftUI applications. So, let’s dive […]