NashTech Insights

11 September 2023

Posts by categories

Posts by tags

top view photo of girl watching through imac

Comparison among Data warehouse, Data lakes and Data lakehouse

In this blog we know about Data Warehouse, Data Lakes and Data Lakehouse and Compare there pros and cons of all the Infrastructures Data Warehouse A relational database management system (RDBMS) concept called a data warehouse was created to address the needs of transaction processing systems. Any centralised data repository that may be searched for …

Comparison among Data warehouse, Data lakes and Data lakehouse Read More »

turned on silver imac and magic keyboard with mouse

Topology AND DOMAIN GRANULARITY in data mesh

Introduction In this era, of self-service business intelligence,each and every company, is considering themselves as a data-first company. But are those companies treating their data architecture with level of scalability, it needs. This need of democratisation and scalability is driving a new architecture pattern and causing the older architecture i.e. a soiled data warehouse or …

Topology AND DOMAIN GRANULARITY in data mesh Read More »

black laptop computer turned on

Data Mesh Architecture with Azure and DataBricks

Data Mesh is a new approach to data architecture and governance. Data Mesh and its principles bring a paradigm shift in how organizations approach data management, promoting autonomy, collaboration, and scalability. It empowers cross-functional teams to own and manage their data domains in a decentralized way. It ensures data quality and consistency across the organization’s data assets for …

Data Mesh Architecture with Azure and DataBricks Read More »

Production Testing – How to test safety and effective?

Testing in production might sound like a developer or tester’s worst nightmare. However, in the modern-day development, testing in production is becoming more and more prevalent. Production testing is the continuous testing of any software product or application in the production environment. Testing in the production environment conforms to testing new code changes in the live …

Production Testing – How to test safety and effective? Read More »

Angular Promises Versus Observables: Understanding and Choosing the Right Approach

In Angular, asynchronous operations are fundamental for fetching data, handling user interactions, and managing various aspects of a web application. Two primary ways to handle asynchronous operations are Promises and Observables. In this blog post, we’ll explore Angular Promises and Observables, understand their differences, and provide examples to help you choose the right approach for …

Angular Promises Versus Observables: Understanding and Choosing the Right Approach Read More »

Mastering Strictly Typed Reactive Forms in Angular

Angular is a powerful front-end framework for building robust web applications. One of the key features that sets Angular apart is its support for reactive forms. Reactive forms allow developers to create dynamic, data-driven forms with ease. In this blog post, we will delve into the concept of strictly typed reactive forms in Angular, exploring …

Mastering Strictly Typed Reactive Forms in Angular Read More »

Reactive Form Custom Validation Arrays in Angular

Angular provides a powerful and flexible way to handle form validations using Reactive Forms. While Angular offers built-in validators, there are often cases where you need to implement custom validations, especially when dealing with complex data structures like arrays. In this blog, we will explore how to perform custom validations on arrays within Reactive Forms …

Reactive Form Custom Validation Arrays in Angular Read More »