Loading JSON File from Azure Blob to Snowflake Using Matillion ETL

Purpose of the article: In this blog, we have explained how we can Load JSON data from Azure BLOB to snowflake using Matillion ETL. Intended Audience: This POC/blog will help the organization employees working on Matillion ETL. Tools and Technology: Matillion, Azure BLOB, Snowflake Key words: implement JSON data loading to snowflake using matillion. […]
How to Use Different Methods of Single Resource Type in Multiple Resources/Endpoints

Purpose of the article: This Blog provides a solution to use different HTTP methods of a single resource type with similar functionality in different endpoints of RAML. Intended Audience: MuleSoft Developers, API Design using RAML. Tools and Technology: RAML, MuleSoft, Anypoint Platform. Keywords: Resource Types, Methods, Multiple Resources, Multiple Endpoints, optional, RAML Before starting, let […]
Getting Multiple Format files and updated files from Azure Blob Storage to Salesforce

Purpose of the article: This blog explains how to get updated and modified files from Azure Blob to Salesforce. Intended Audience: This article will help our Organizational level kind of developers working on Azure Blob To Salesforce by using Logic apps. Tools and Technology: Azure Blob To salesforce Keywords: Getting modified and multiple files to […]
Snowpipe on GCP

Purpose of the Article: In this blog, we have explained how we can implement Snowpipe on GCP Cloud. Intended Audience: Developers working on Snowflake and GCP Cloud Tools and Technology: Snowflake and GCP services Keywords: implement Snowpipe on GCP cloud. DATA LOADING TO SNOWFLAKE FORM GCP THROUGH SNOWPIPE OBJECTIVE: How to establish a Snowflake Snowpipe […]
Snowpipe on Azure

Purpose of the Article: In this blog, we have explained how we can implement Snowpipe on Azure cloud. Intended Audience: This POC/blog will help which kinds of people, like developers working on snowflake and azure cloud Tools and Technology: Snowflake and AZURE services Key words: implement Snowpipe on Azure cloud. Objective: To create a Snowpipe […]
Kafka Installation and Integration with Python on Windows

Summary: This article is about Kafka installation on windows, important concepts used and integration with python. Objective: Introduction to Kafka Kafka Installation on Windows Kafka Integration with Python APACHE KAFKA INTRODUCTION: Apache Kafka is a real-time messaging system that receives data from various source systems and makes it available to target systems. It is an […]
Learn graphQl with apollo-server and node.js

Purpose of the Article: In this blog, we are discussing how to perform a simple Read operation with the help of apollo server, node.js, and our query language Graphql. We will also understand and implement typedefs, Query, and resolvers. Intended Audience: Beginner in Graphql technology Tools and Technology: apollo server, npm,node.js, and graphql Keywords: graphQl […]
Cypress Code-coverage Report Generation Based on Configurations of React Applications

Purpose of the Article: To perform front-end automation testing using Cypress with React Intended Audience: Frontend Developers and Automation Testers with React Tools and Technology: Cypress, React, NodeJS, Visual Studio Code Keywords: Cypress and Code-coverage, Automation-testing, React, Node.js, Npm, Yarn About Blog: This blog demonstrates what Cypress is, and how installations, and configurations for generating […]
Making the Web Accessible

Purpose of the Article: Need for Accessibility in Web Development Intended Audience: Web Developers Tools and Technology: All Web Development Technologies Keywords: Accessibility, a11y, Accessibility Principals Making the Web Accessible What is Accessibility? Accessibility refers to the ability of individuals to complete tasks in the same amount of time and effort as others who do […]
Creation of Custom Plugin/Library in Vuejs

Purpose of the Article: How to create a custom Vue component and publish it as an npm package Intended Audience: Frontend Developers(Vuejs) Tools and Technology: Vuejs, NPM or YARN, Visual Studio Code Keywords: vue, plugin Creation of custom plugin/library in Vuejs As you work on Vuejs, you’ll see that there are custom-created components that you […]