NashTech Insights

2 June 2023

Posts by categories

Posts by tags

Implementing State Management with NgRx in Angular

Introduction State management is a crucial aspect of building complex Angular applications. NgRx is a powerful library that implements the Redux pattern for managing application state. In this blog post, we will explore the key concepts of NgRx and demonstrate how to implement state management using NgRx in Angular with practical examples. If you want …

Implementing State Management with NgRx in Angular Read More »

Accessing Delta lake without using spark

Key takeaways:Delta Lake, an optimized storage layer, offers advantages like ACID transactions, schema enforcement, and data versioning. Connecting to Delta Lake may be a challenge for many data engineers. This article introduces a straightforward solution using the widely adopted and popular Python and FastAPI framework. Introduction Delta Lake Delta Lake, developed by Databricks and released …

Accessing Delta lake without using spark Read More »

CAP Theorem Simplified: Understanding Consistency, Availability, and Partition Tolerance

What is the CAP Theorem The CAP theorem states that it is impossible for a distributed system to simultaneously guarantee all three properties: consistency, availability, and partition tolerance. According to the theorem, you can only achieve at most two out of the three in any given scenario. Consistency: Every read operation receives the most recent …

CAP Theorem Simplified: Understanding Consistency, Availability, and Partition Tolerance Read More »

person using macbook pro on table

Unraveling Observability in Azure

Firstly, In today’s cloud-centric landscape, observability plays a pivotal role in ensuring the optimal performance and reliability of applications and systems. Microsoft Azure, one of the leading cloud platforms, provides a robust set of tools and services to enable organizations to gain deep insights into their Azure-based environments. In this blog post, we will explore …

Unraveling Observability in Azure Read More »