TO THE NEW Blog PAGES

Drupal

How to get vetted role or green shield for module

Aim The aim of this is to obtain a new Drupal role (vetted) after verifying what the user who applies understands about writing secure code that follows the Drupal coding standards and correctly uses the Drupal APIs, following the Drupal best practices. While the application requires users to choose a project they created and for which they committed the […]

Big Data

No Code Data Ingestion Framework using NiFi

Data Ingestion: Data ingestion is the transportation of data from assorted sources to a storage medium where it can be accessed, used, and analyzed by an organization. The destination is typically a data warehouse, data mart, database, or a document store.Sources can be from  RDBMS like MySql, Oracle, Postgres, File based like FTP,SFTP,Rest api’s,Streaming .The […]

Software developmentTechnology

What is Design System and how it works?

A design system is a collection of rules, guidelines, and assets that ensure consistency and coherence in the design of a product. It is a way to maintain a coherent and consistent user experience across a range of platforms and devices. A well-designed system can make it easier for designers, developers, and other stakeholders to […]

Front End DevelopmentSoftware developmentTechnology

Frontend Architect: Role and Responsibilities

What is a Front-end Architect? A front-end architect is a technical specialist that focuses on designing and creating a website’s user interface (UI) and user experience (UX). They are in charge of building a website’s structure, layout, and functionality so that it satisfies both business requirements and user expectations. They collaborate closely with project managers, […]

AWSTechnology

Creating Alexa skill using AWS lambda as backend

Amazon Alexa is a virtual assistant developed by Amazon, available on a range of devices including the Amazon Echo, Echo Dot, and Echo Show. One of the key features of Alexa is the ability to use “skills” to extend its functionality and allow users to interact with it in new ways. Creating a skill for […]

Digital MarketingTechnology

How to Conduct Keyword Research for SEO

Keyword research remains a crucial element of SEO, even as search engine algorithms continue to evolve. By conducting a thorough keyword research, you can identify the specific terms and phrases your target audience is searching for. However, it’s important to note that keyword research should be one of many focuses of your SEO strategy. You […]

Marketing Automation

“From Lead Generation to Customer Delight: How Hubspot Can Help Your Business Grow”

According to a survey by HubSpot, the majority of respondents reported an increase in revenue and conversion rates due to marketing automation. HubSpot, one of the leading marketing automation platforms, has been rated highly by PCMag and The Blueprint for its affordability, user-friendly interface, and comprehensive features, making it an excellent choice for small businesses. […]

Manual TestingTesting

API Testing Using POSTMAN

What is API? An API is an interface or communication protocol between a client & a server that intends to simplify the client-side application for a better user experience. What is a RESTful API? RESTful APIs follow REST architecture (Representational State Transfer). # What is URI for End-Point URL? Basically, API / Endpoint URL is […]

Front End DevelopmentSoftware developmentTechnology

What is a Full Stack Developer | Roles & Responsibilities

What is a Full Stack Developer? A fullstack developer is a software developer proficient in both the front-end and back-end technologies required to create web applications. The phrase “full stack” describes the entire spectrum of technologies used in creating a web application, including client-side scripting, server-side logic, and database administration. A fullstack developer’s major responsibility […]

Android

Concept of Flow in Kotlin

In Kotlin, Coroutines can be used to simplify asynchronous codes. Coroutine basically helps to implement asynchronous, non-blocking code. For this, we use the suspend function. But the problem with the suspend function is it returns a single object. In such a scenario where you need a data stream, Kotlin has the concept of channel and […]

Corporate

Develop your Emotional Intelligence

Gone are the days when intelligence was a test result or a number on an IQ scale. Thanks to modern technology, from brain scans to social media, there is a growing perception that intelligence is more diverse than book smarts. By now you’ve probably heard the term emotional intelligence. But what does it mean to […]

Ansha
Ansha
Read

AnayticsBig DataCloud

Best practices and hacks for Data Loading in Snowflake from Stages

Continuing our Snowflake blog series, after learning about setting up a  Snowflake account using System-defined Roles, we will explore the best practices for loading data from a file into Snowflake. Let’s begin. Snowflake supports file-based data ingestion through Internal and External stages.  However, there are various factors to consider when performing data ingestion, including the […]