NashTech Insights

Application Engineering

Software Solutions, Microservices, Event-driven Architectures

Posts by categories

Posts by tags

DLPlogo

Google Cloud DLP: Creating DLP Jobs and Templates

Data security and privacy are paramount concerns in today’s digital age. With the increasing amount of data being generated and processed, organizations need effective ways to protect sensitive information. Google Cloud’s Data Loss Prevention (DLP) offers a robust solution for identifying and managing sensitive data. In this blog, we’ll delve into how to create DLP …

Google Cloud DLP: Creating DLP Jobs and Templates Read More »

Setting Up Google Cloud Project and Pub/Sub in Java

Overview Google Cloud Platform (GCP) provides robust services for building scalable and reliable cloud-based applications. One of these services is Google Cloud Pub/Sub, a messaging service that allows you to send and receive messages between independent applications. In this blog post, we’ll walk you through the process of setting up a Google Cloud Project and …

Setting Up Google Cloud Project and Pub/Sub in Java Read More »

Implementation of Ag-Grid in Angular Application: A Comprehensive Guide

In the world of internet improvement, growing feature-rich and interactive records tables are a common requirement for plenty of packages. Fortunately, there are various libraries and gear available to simplify this project. One such tool is AgGrid, an exceedingly customizable records grid for JavaScript/Angular applications. In this complete manual, we can stroll you through the …

Implementation of Ag-Grid in Angular Application: A Comprehensive Guide Read More »

creating a Pub/Sub Topic and Subscription

Inroduction to Pub/Sub Google Cloud Pub/Sub is a messaging service that enables you to build scalable, event-driven applications on Google Cloud Platform. It follows the publish-subscribe pattern, allowing various components of your applications to communicate asynchronously. In this blog post, we’ll walk you through creating a Pub/Sub topic and subscription using Java code. Key features …

creating a Pub/Sub Topic and Subscription Read More »

route

Demystifying Angular Route Resolvers: A Comprehensive Guide

In the world of Angular development, route resolvers play a crucial role in managing and fetching data before a route is activated. They ensure that your application’s views have the necessary data to render, enhancing the user experience and providing a seamless transition between different components. In this blog post, we will dive deep into …

Demystifying Angular Route Resolvers: A Comprehensive Guide Read More »

internationalization

Internationalization in JavaScript: Bridging Global Divides

In our increasingly interconnected world, the importance of internationalization in software development cannot be overstated. Whether you’re building a website, a mobile app, or any other software, catering to a global audience is a must. JavaScript, being the ubiquitous programming language of the web, plays a crucial role in making this possible. In this blog, …

Internationalization in JavaScript: Bridging Global Divides Read More »

javascript

Understanding JavaScript Variables: A Comprehensive Guide

JavaScript is one of the most popular programming languages used for web development. Variables are a fundamental concept in JavaScript and are crucial for storing and manipulating data in your programs. In this blog post, we’ll dive deep into JavaScript variables, covering everything from declaration to different data types and best practices. What Are JavaScript …

Understanding JavaScript Variables: A Comprehensive Guide Read More »

password validation

A Guide to Password Validation in JavaScript

In today’s digital age, online security is more critical than ever. One of the fundamental aspects of securing user accounts is implementing robust password validation mechanisms. JavaScript, being a versatile language, plays a crucial role in validating passwords on the client side before they are sent to the server. In this blog post, we will …

A Guide to Password Validation in JavaScript Read More »

angular

Boosting Angular Application Load Times

In today’s fast-paced digital world, users expect web applications to load quickly and respond instantly. A snappy user experience is crucial for retaining and engaging users. Angular, a popular JavaScript framework, offers a robust platform for building web applications, but without proper optimization, load times can become a stumbling block. In this blog post, we’ll …

Boosting Angular Application Load Times Read More »

AWS App Runner Simple Demo

AWS App Runner Simple Demo

Continue the previous blog about App Runner: AWS App Runner – Why and Price. Today, we will build a simple Node.js application. After that, I hope we will have the same background when discussing AWS App Runner. Introduce the AWS App Runner Deploy containerized web applications and APIs at scale. This fully managed container application …

AWS App Runner Simple Demo Read More »

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 »

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 »